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
ORA-04045: errors during recompilation/revalidation of LBACSYS

ORA-04045: errors during recompilation/revalidation of LBACSYS

2004-03-08       - By Miran Krajnc

Reply:     1     2  

Solution from Suse archive at
http://lists.suse.com/archive/suse-oracle/2003-Apr/0224.html

shutdown immediate;
startup migrate;
alter view lbacsys.lbac$all_table_policies compile;
alter package lbacsys.lbac_events compile body;
shutdown immediate;
startup;

Regards Miran

-- --Original Message-- --
From: Oscar Sekyewa [mailto:OSekyewa@(protected)]
Sent: Friday, March 05, 2004 5:07 PM
To: suse-oracle@(protected)
Subject: [suse-oracle] ORA-04045 (See ORA-04045.ora-code.com): errors during
recompilation/revalidation of LBACSYS.LBAC_EVENTS
Importance: High

Hi all,

Whenever I try to run RMAN I get the above error amongst others...

The actual error stack message is as follows:

RMAN-04004: error from recovery catalog database: ORA-00604 (See ORA-00604.ora-code.com): error
occurred
at recursive SQL level 1
ORA-04045 (See ORA-04045.ora-code.com): errors during recompilation/revalidation of
LBACSYS.LBAC_EVENTS
ORA-06508 (See ORA-06508.ora-code.com): PL/SQL: could not find program unit being called
ORA-06512 (See ORA-06512.ora-code.com): at line 2
ORA-06508 (See ORA-06508.ora-code.com): PL/SQL: could not find program unit being called
ORA-06512 (See ORA-06512.ora-code.com): at line 2

I've looked through all the documentation I could lay my hands on to no
avail.

Any suggestions?

Thanks,

Oscar



--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting


--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting