Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: what's wrong with this...DBMS_SQL
Mitchel,
I think you need to run dbmspool.sql under $ORACLE_HOME/rdbms/admin as sys to create this package first.
HTH
Prakash
-----Original Message-----
Sent: Wednesday, June 13, 2001 12:32 PM
To: Multiple recipients of list ORACLE-L
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:
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Bala, Prakash
INET: prakash.bala_at_cingular.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jun 13 2001 - 13:47:52 CDT
![]() |
![]() |