mail-question wrote:
QUOTE:
HI,
WHILE I AM EXECUTING IT SHOWS AN ERROR MESSAGE:
"OCI DLL WAS NOT FOUND". THEN DOWNLOADED OCI DLL FROM GOOGLE BUT STILL NOT WORKING.PLEASE HELP ME WITH THIS.
Question from : kanna prasanth
hi,
The error is generated when the DreamCoder for Oracle not find the OCI.dll on the computer.
Solution 1 : You can try to install the Oracle Client in your computer.
http://www.oracle.com/technology/software/products/database/oracle11g/111060_win32soft.html
Solution 2 :
DreamCoder for Oracle have two options to connect to the Oracle Server.
1. Standard connection with Oracle Client (OCI Connection).
2. TCP-IP Direct Connection with out OCI.
Try to use the TCP-IP Direct connection.
TCP-IP Direct:
The TCP-IP Direct is the option to connect to oracle database with out OCI interface; therefore you do not need ORACLE CLIENT.
For this connection you need:
Username : login
Password : password
Machine : IP of Database server
Instance : Oracle Instance Name
Port : Default Oracle port 1521
Regards,
Peter Tesone
Mentat Technologies