Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: error pinning a package
On 9 Aug 2004 13:40:02 -0700, Thomas <manojthomas_at_gmail.com> wrote:
> 13:38:39 SQL> show user
> USER is "SYS"
> 13:38:50 SQL> execute dbms_shared_pool.keep('SYS.STANDARD','P');
> BEGIN dbms_shared_pool.keep('SYS.STANDARD','P'); 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
>
>
> Elapsed: 00:00:00.00
Try running catspool.sql first. Found in the usual place: Oracle_Home, rdbms, admin.
Needed to create DBMS_SHARED_POOL.
Regards
HJR
Received on Mon Aug 09 2004 - 16:30:22 CDT
![]() |
![]() |