e.g There is a Oracle Database with TNS Description as
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.11.12)(PORT=1521)))(CONNECT_DATA=(SID=theSID)(SERVER=DEDICATED)))
how to set ConnectionString of TOraSession?
thank you forward.
How to use TOraSession with NET mode
Use the following expression:
OraSession.ConnectString = 'UserName/[email protected]:1521:theSID';
OraSession.ConnectString = 'UserName/[email protected]:1521:theSID';