Connecting to a different server

John ION

Member
I'm a newbie with DOA components and I can connect just fine with the XE server located on my machine. How do I establish a connection with the server elseware on the network?

Thank you,

John R. Deatherage
 
You will need to use the Oracle Net Configuration Assistant (a standard Oracle utility) to add a local net service name for the database server on the network. This local service name can be used in the LogonDatabase property of the TOracleSession component, or in the logon dialog.
 
Back
Top