Hi,
I have 3 instance of 8i on SOLARIS on the same machine,
when I connect to database via Sqlplus with the 1st SID there's no problem with.
But when i try to connect with one of the two others I got this error :
Error accessing package DBMS_APPLICATION_INFO
ERROR:
ORA-06553: PLS-213: package STANDARD not accessible
Connected to:
Oracle8i Release 8.1.5.0.0 - Production
With the Java option
PL/SQL Release 8.1.5.0.0 - Production
SQL>
And just after I can do every query I need on the target instance (one of them is RMAN's one).
Is there something to do that I could have miss when I create the two others instances ?
Thanks.