Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: what's wrong with this...DBMS_SQL
DBAs
I have tried to pin package into memory and I got
those message. what means for pls-00201 error here.
Mitchel
execute dbms_shared_pool.keep('SYS.STANDARD');
BEGIN dbms_shared_pool.keep('SYS.STANDARD');
END;
*ERROR at line
1:ORA-06550: line 1, column 7:PLS-00201: identifier
'DBMS_SHARED_POOL.KEEP' must be declaredORA-06550: line 1, column
7:PL/SQL: Statement ignored
Received on Wed Jun 13 2001 - 12:47:04 CDT