DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Forever in SGA

  1. #1
    Join Date
    Nov 2000
    Posts
    416
    How can I Pin a stored procedure in SGA. Syntax please?


  2. #2
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    The pl/sql command to pin a package:

    SQL> execute dbms_shared_pool.keep ('schema_name.package_name');

    Sanjay

  3. #3
    Join Date
    Nov 2000
    Posts
    416
    Thanks Sanji

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width