Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: what's wrong with this...DBMS_SQL

Re: what's wrong with this...DBMS_SQL

From: Mitchell <mitchell_at_comnet.ca>
Date: Wed, 13 Jun 2001 10:47:04 -0700
Message-ID: <F001.00327DA2.20010613083155@fatcity.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US