Hello everyone!
Please help me. I have installed oracle 11g database along with 11g 64 bit client on my windows 7 64 bit machine. I can connect to oracle database using Oracle Sql Develoer and SqlPlus. when I try to create oracle database profile using ORA Oracle in PowerBuilder I get this error "Oracle11g or higher client is not installed or not set to primary oracle home".
I have specified the following information.
// Profile OraHr
SQLCA.DBMS = "ORA Oracle"
SQLCA.LogPass = <**>
SQLCA.ServerName = "ABC-PC"
SQLCA.LogId = "hr"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""
Thanks in advance!
Please help me. I have installed oracle 11g database along with 11g 64 bit client on my windows 7 64 bit machine. I can connect to oracle database using Oracle Sql Develoer and SqlPlus. when I try to create oracle database profile using ORA Oracle in PowerBuilder I get this error "Oracle11g or higher client is not installed or not set to primary oracle home".
I have specified the following information.
// Profile OraHr
SQLCA.DBMS = "ORA Oracle"
SQLCA.LogPass = <**>
SQLCA.ServerName = "ABC-PC"
SQLCA.LogId = "hr"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""
Thanks in advance!