Thanks Sandycrab!

I still have a problem though!! The script tries to create DBMS_APPLICATION_INFO ! I get an error saying so I have to find the script to create DBMS_STANDARD first

ORA-06554: package DBMS_STANDARD must be created before using PL/SQL

As an add on... I found the Dbmsstdx.sql but I get error messases when I run this!

ORA-06553: PLS-213: package STANDARD not accessible

I used standard.sql to create the STANDARD package and I get

Warning: Package created with compilation errors

ORA-06553: PLS-213: package STANDARD not accessible

And if I try to compile STANDARD through TOAD I get

The following error has occurred:

PACKAGE SYS.STANDARD
On line: 0
PLS-00707: unsupported construct or internal error [2603]



Details:
PACKAGE SYS.STANDARD
On line: 0
PLS-00707: unsupported construct or internal error [2603]

Do I have to install the whole stuff again?

Help!!!

have a nice day,
-Shyami




[Edited by Shyamis on 08-29-2002 at 12:34 PM]