When I try to connect to the remote database I've got a message "ORA-03121: no interface driver connected - function not performed"
Error initializing ORA73.DLL library.
oraSession->Preferences->UseOCI7 = true;
And when I call method
TOracleSession-->LogOn() I've got a message describes above.
My Oracle settings:
//==== tnsnames.ora ===//
mycomp.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = mycomp)
(Port = 1521)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = mycomp)
(Port = 1526)
)
)
(CONNECT_DATA = (SID = ORCL)
)
)
//=====================//
Installed Oracle componets:
Oracle Call Interface 7.3.3.0.0
Oracle Installer 3.1.4.1.4
Oracle TCP/IP Adapter 2.3.3.0.0
Oracle Trace Collection Services 7.3.3.0.0
Personal Oracle7 7.3.3.0.0
Oracle7 DBMS 7.3.3.0.0
Oracle7 Utilites 7.3.3.0.0
Required Support Files 7.3.3.0.0
SQL*Net Add-on 2.3.3.0.0
SQL*Net Client 2.3.3.0.0
SQL*Plus 3.3.3.0
System Support Files 2.0.1.3.2
%ORACLE_HOME%\BIN\ORA73.DLL = 344064 bytes.
My Software:
Windows NT Work Station 4.0 (Build 1381)
Service Pack 5
Borland C++ Builder 3 and Borland C++ Builder 4
Direct Oracle Access v3.3
What can I do?
------------------
Error initializing ORA73.DLL library.
oraSession->Preferences->UseOCI7 = true;
And when I call method
TOracleSession-->LogOn() I've got a message describes above.
My Oracle settings:
//==== tnsnames.ora ===//
mycomp.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = mycomp)
(Port = 1521)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = mycomp)
(Port = 1526)
)
)
(CONNECT_DATA = (SID = ORCL)
)
)
//=====================//
Installed Oracle componets:
Oracle Call Interface 7.3.3.0.0
Oracle Installer 3.1.4.1.4
Oracle TCP/IP Adapter 2.3.3.0.0
Oracle Trace Collection Services 7.3.3.0.0
Personal Oracle7 7.3.3.0.0
Oracle7 DBMS 7.3.3.0.0
Oracle7 Utilites 7.3.3.0.0
Required Support Files 7.3.3.0.0
SQL*Net Add-on 2.3.3.0.0
SQL*Net Client 2.3.3.0.0
SQL*Plus 3.3.3.0
System Support Files 2.0.1.3.2
%ORACLE_HOME%\BIN\ORA73.DLL = 344064 bytes.
My Software:
Windows NT Work Station 4.0 (Build 1381)
Service Pack 5
Borland C++ Builder 3 and Borland C++ Builder 4
Direct Oracle Access v3.3
What can I do?
------------------