Connecting to an Oracle Database
Posted: Thu Jan 14, 2010 7:22 pm
Hello,
I need to write some applications that connect to an Oracle database. I have created a wrapper function that can do this but it is very kludgey. It writes a SQL script on-the-fly, runs the script in SQLPlus then gets the output via a spool file. Yuck!
Is there an easy way to interact with an Oracle database using HMG?
The versions I need to access are 10g and 11g.
Thanks,
Michael
I need to write some applications that connect to an Oracle database. I have created a wrapper function that can do this but it is very kludgey. It writes a SQL script on-the-fly, runs the script in SQLPlus then gets the output via a spool file. Yuck!
Is there an easy way to interact with an Oracle database using HMG?
The versions I need to access are 10g and 11g.
Thanks,
Michael