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 -> Re: error while creating Table - Ora -04045

Re: error while creating Table - Ora -04045

From: Anurag <avdbi_at_hotmail.com>
Date: Mon, 29 Jul 2002 19:35:37 -0400
Message-ID: <ukbkai746tgra7@corp.supernews.com>


Though I don't know the answer. Maybe these clues might help?

Anurag

"Zelga Thayer" <zeether123_at_yahoo.com> wrote in message news:e2f7e26a.0207291221.35307115_at_posting.google.com...
> I am running Oracle 9.0.1 on Linux 7.2 I have created a database and
> created a tablespaces as well as a user. I want to creat a table and
> when I run
>
> CREATE TABLE adminu (
> ID NUMBER PRIMARY KEY,
> web_ID NUMBER(11))
> TABLESPACE ADMINU
> Storage
> (initial 1000k
> next 1000k
> pctincrease 10);
>
> I get the following errors.
>
> 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
>
> Does anyone have any idea why I am getting these errors? Any
> suggestions what I should do?
>
> I was able to run the same statement successfully in a Personal Oracle
> DB taht I am running on WIN2000. SO I know it is not the statement.
>
> Help.
Received on Mon Jul 29 2002 - 18:35:37 CDT

Original text of this message

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