-
Hai friends,
I have created a new database and when trying to login thro' sql*plus it gives the folowing error.But the login succeeds.
ERROR:
ORA-06553: PLS-213: package STANDARD not accessible
Error accessing package DBMS_APPLICATION_INFO
ERROR:
ORA-06553: PLS-213: package STANDARD not accessible
what should I do.Please let me know.
Thanks and regards.
-
How did you create your database. Looks like you haven't executed the catlog.sql and catproc.sql scripts.
Sam
-
Hai Sam,
I ran those 2 scripts as internal immediately after creating the database.
SELECT * FROM DBA_OBJECTS WHERE OWNER = 'SYS'
AND OBJECT_NAME = 'STANDARD';
the above query returns no rows.Should I run those 2 scripts again.
Thanks .
-
Try re-executing them, first the catlog.sql and then the catproc.sql
Sam