Home » RDBMS Server » Server Administration » ORA-04045 error during recompilation/revalidation of LBACSYS.LBAC_EVENTS while creating Table
ORA-04045 error during recompilation/revalidation of LBACSYS.LBAC_EVENTS while creating Table [message #52584] Tue, 30 July 2002 12:03 Go to next message
Zelga
Messages: 1
Registered: July 2002
Junior Member
I am running Oracle 9.0.1 onRedhat linux 7.2. I created a database, tablespaces and a user with all the necessary privs. However when I run the following statement,

Create table adminusers(
ID number primary key,
web_id number(11))
tablespace adminusers;

I got the following strange error:

Ora-04045: error during recompilation/revalidation of LBACSYS.LBAC_EVENTS
Ora-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 2

Is there any one out there who has a suggestion as to what it means and what I should do to solve it.
Thanks

Zelga
Re: ORA-04045 error during recompilation/revalidation of LBACSYS.LBAC_EVENTS while creating Table [message #52585 is a reply to message #52584] Tue, 30 July 2002 12:35 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
i beleive by setting the hidden parameter
_system_trig_enabled =false
during datbase creation ( ie..running catalog.sql),
will solve the problem
Previous Topic: ORA-00600: internal error code, arguments: [4512],
Next Topic: Wildcard for multiple directories with UTL_FILE_DIR
Goto Forum:
  


Current Time: Thu Sep 19 14:03:46 CDT 2024