Erro de Insert ao chamar SR_AddConnection
Enviado: 24 Nov 2008 17:52
Estou tentanto fazer a conexão do demo do xHarbour com o Oracle e dá o seguinte erro:
================================== CONEXAO =====================================
nCnn = SR_AddConnection(CONNECT_ORACLE, "OCI=nomeservidor;UID=nomeusu;PWD=senha;TNS=nometns")
================================== ERRO =====================================
|CONECTANDO15:20:41 |
|Error SR_ORACLE/0 SQLExecDirect Error |
|ORA-00942: table or view does not exist |
| retcode: -1 - 942 |
|Command sent to database : |
|INSERT INTO SR_MGMNTVERSION (VERSION_, SIGNATURE_) VALUES ('MGMNT 1.66', '200811|
|24 15:20:42') |
|Steatment handle : |
|Connection handle : |
|RetCode : -1 |
| - RollBack executed. |
| |
|Error at ...: SR_ORACLE:RUNTIMEERR(698) in Module: sqlconnection.prg |
|Called from : SR_ORACLE:RUNTIMEERR(723) in Module: sqlconnection.prg |
|Called from : SR_ORACLE:EXEC(294) in Module: sqlconnection.prg |
|Called from : SR_SETENVSQLRDD(693) in Module: sqlrdd0.prg |
|Called from : SR_ADDCONNECTION(458) in Module: sqlrdd0.prg |
|Called from : MAIN(25) in Module: testeora.prg
================================== CONEXAO =====================================
nCnn = SR_AddConnection(CONNECT_ORACLE, "OCI=nomeservidor;UID=nomeusu;PWD=senha;TNS=nometns")
================================== ERRO =====================================
|CONECTANDO15:20:41 |
|Error SR_ORACLE/0 SQLExecDirect Error |
|ORA-00942: table or view does not exist |
| retcode: -1 - 942 |
|Command sent to database : |
|INSERT INTO SR_MGMNTVERSION (VERSION_, SIGNATURE_) VALUES ('MGMNT 1.66', '200811|
|24 15:20:42') |
|Steatment handle : |
|Connection handle : |
|RetCode : -1 |
| - RollBack executed. |
| |
|Error at ...: SR_ORACLE:RUNTIMEERR(698) in Module: sqlconnection.prg |
|Called from : SR_ORACLE:RUNTIMEERR(723) in Module: sqlconnection.prg |
|Called from : SR_ORACLE:EXEC(294) in Module: sqlconnection.prg |
|Called from : SR_SETENVSQLRDD(693) in Module: sqlrdd0.prg |
|Called from : SR_ADDCONNECTION(458) in Module: sqlrdd0.prg |
|Called from : MAIN(25) in Module: testeora.prg