Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
plsql err

plsql err

2006-01-24       - By raja rao

Reply:     1     2     3     4     5     6  

Hi Team,
 when i am trying to execute the following pl/sql, i am getting the below
error:
 DECLARE
 CURSOR c1hs IS SELECT  table_name FROM dba_tables
 WHERE table_name like '%ADT_ACT_TRXMST'
 AND   owner      = 'SPLIT_USER';
 BEGIN
 FOR x in c1hs
 loop
 update x.table_name set trnx_date=null;
commit;
 
END loop;
 end;
 
update x.table_name set trnx_date=null;
        *
ERROR at line 13:
ORA-06550 (See ORA-06550.ora-code.com): line 13, column 10:
PL/SQL: ORA-00942 (See ORA-00942.ora-code.com): table or view does not exist
ORA-06550 (See ORA-06550.ora-code.com): line 13, column 1:
PL/SQL: SQL Statement ignored
 
can someone help me on this;
 Raj

     
-- ---- ---- ---- ---- ---- -----
Yahoo! Photos
Got holiday prints? See all the ways to get quality prints in your hands ASAP.
<DIV id=RTEContent>Hi Team,</DIV>  <DIV>when i am trying to execute the
following pl/sql, i am getting the below error:</DIV>  <DIV>DECLARE</DIV>  <DIV
>CURSOR c1hs IS SELECT&nbsp; table_name FROM dba_tables <BR>&nbsp; WHERE table
_name like '%ADT_ACT_TRXMST' <BR>&nbsp; AND&nbsp;&nbsp; owner&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; = 'SPLIT_USER';</DIV>  <DIV>BEGIN</DIV>  <DIV>FOR x in c1hs </DIV>
<DIV>loop</DIV>  <DIV>update x.table_name set trnx_date=null;<BR>commit;</DIV>
<DIV><BR>END loop;</DIV>  <DIV>end;</DIV>  <DIV><BR>update x.table_name set
trnx_date=null;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *<BR>ERROR
at line 13:<BR>ORA-06550 (See ORA-06550.ora-code.com): line 13, column 10:<BR>PL/SQL: ORA-00942 (See ORA-00942.ora-code.com): table or
view does not exist<BR>ORA-06550 (See ORA-06550.ora-code.com): line 13, column 1:<BR>PL/SQL: SQL Statement
ignored</DIV>  <DIV><BR>can someone help me on this;</DIV>  <DIV>Raj</DIV><p>
 
    <hr size=1>Yahoo! Photos<br>
Got holiday prints? <a href="http://us.rd.yahoo.com/mail_us/taglines
/holidayprints/*http://pa.yahoo.com/*http://us.rd.yahoo.com/mail_us/taglines
/photos/evt=38089/*http://pg.photos.yahoo.com/ph//print_splash">See all the ways
</a> to get quality prints in your hands ASAP.