How to connect to an Oracle database?

cmu

New Member
Morning,

I'm working with openedge architect 10.1b and I'd like to make a connection to an Oracle database in architect.

Anybody knows what is the synopsis for this kind of connection?

Thanks.
 
Yes, I have the Oracle dataserver but I don't know if it is correctly set.
Oracle dataserver = orabroker1
NameServer = NS1
Both have the default values.
 
prowin32 schema-holder-name -db ora-dbname -dt ORACLE
-ld oracle-logical-db-name -U userid -P password

this will start a session to an oracle db. you have to specify the correct parameters in your tnsnames.ora, but i'd guess you have setup that quite right.
 
Back
Top