Title: 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 declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
 

Reply via email to