Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> DBMS_SQL.exectue problem

DBMS_SQL.exectue problem

From: dennis liu <dliu_at_neostrata.com>
Date: Fri, 22 Oct 1999 10:55:47 -0400
Message-ID: <38107AF3.75FA@neostrata.com>


I try to run a sql using DBMS_SQL.execute and get the error ORA-00942(table or view not exist ..).
the sql statement is "delete from scott.emp where empno= 7369'. I connected as system/manager. the record exists. if i run it from sqlplus, it works.
Why i can't execute using DBMS_SQL package to run the same sql? how to fix it?

thank you for your help

dennis Received on Fri Oct 22 1999 - 09:55:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US