Today, I need to sync data of different schema in same SID (same database). Honestly, I'm not very good at Oracle but I gotta develop this kind of project. That's why I've asked in StackOverFlow and @Luck Woodwords and he replied good solution.
Today, I've found funny resolution to get javascript value from Coldfusion in same page without reloading. I'm not sure whether it might be useful or not, but for me it's kinda useful.
Usage
2 <script>
3 var whatisyourname = "ppshein";
4 document.write(whatisyourname);
5 </script>
6</cfsavecontent>
7
8<cfoutput>#JSvalue#</cfoutput>

Android
Top of Page