Connecting to an Oracle Database

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
melliott42
Posts: 119
Joined: Wed Feb 18, 2009 2:14 pm

Connecting to an Oracle Database

Post by melliott42 »

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
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Connecting to an Oracle Database

Post by Roberto Lopez »

melliott42 wrote: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've never used Oracle, but I guess that it could be done via RDDSQL.

Look at \hmg\samples\rdd.sql\mdb.

If you can get an ODBC connector for Oracle and modify the connection string as required, it could work.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
luisvasquezcl
Posts: 1263
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Connecting to an Oracle Database

Post by luisvasquezcl »

Hi Michael
you can see in http://www.connectionstrings.com/oracle
best regards,
Luis Vasquez
User avatar
MigSoft
Posts: 79
Joined: Sat Aug 02, 2008 5:51 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, FireBird
Location: Santiago - Chile
Contact:

Re: Connecting to an Oracle Database

Post by MigSoft »

Hi,

Interesting link about it

http://www.ajpdsoft.com/modules.php?nam ... le&sid=272

Regards,

MigSoft
https://SecreLocal.com - One On One Chat - No Verify - Anonymous Sex Dating - Live Local Dating
User avatar
luisvasquezcl
Posts: 1263
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Connecting to an Oracle Database

Post by luisvasquezcl »

Hola Miguel,
como siempre, un excelente aporte.
Gracias.
Saludos cordiales,
Luis Vasquez
Post Reply