davidelewis
Member
I've managed to sucessfully set up the Oracle Instant Client (version 10.1.0.3) with PL/SQL 6.x. I ran into a few problems, but managed to resolve them. I put together a readme file - which I thought I would share in case anyone else could use the information ...
ORACLE INSTANT CLIENT
INSTALLATION:
[1] Unzip all the files in "instantclient-basic-win32-10.1.0.3.zip" into a directory (example: "C:\dev\oracle_ic_10_1") on the file system.
[2] Unzip any other Instant Client modules (such as JDBC or ODBC) into the same directory.
[3] Add ORACLE_HOME to the system properties, specifying the directory that files were unzipped into.
[4] If installing the ODBC module, a) at the command prompt, change directory the ORACLE_HOME, then b) execute the "odbc_install.bat" batch file.
[5] Create a "ORACLE_HOME\network\admin" directory where the "tnsnames.ora" file can be located.
[6] Update the "tnsnames.ora" file with database/schema entries as required.
TROUBLESHOOTING:
If having problems connecting with the Oracle Instant Client and getting the ORA-12705 error, edit the registry and remove all HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE keys.
ORACLE INSTANT CLIENT
INSTALLATION:
[1] Unzip all the files in "instantclient-basic-win32-10.1.0.3.zip" into a directory (example: "C:\dev\oracle_ic_10_1") on the file system.
[2] Unzip any other Instant Client modules (such as JDBC or ODBC) into the same directory.
[3] Add ORACLE_HOME to the system properties, specifying the directory that files were unzipped into.
[4] If installing the ODBC module, a) at the command prompt, change directory the ORACLE_HOME, then b) execute the "odbc_install.bat" batch file.
[5] Create a "ORACLE_HOME\network\admin" directory where the "tnsnames.ora" file can be located.
[6] Update the "tnsnames.ora" file with database/schema entries as required.
TROUBLESHOOTING:
If having problems connecting with the Oracle Instant Client and getting the ORA-12705 error, edit the registry and remove all HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE keys.