ORA-04045 error during recompilation/revalidation of LBACSYS.LBAC_EVENTS while creating Table [message #52584] |
Tue, 30 July 2002 12:03 |
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
|
|
|
|