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

Thread: dbms_shared_pool package

  1. #1
    Join Date
    Aug 2000
    Location
    Jolo, Sulu
    Posts
    639

    dbms_shared_pool package

    Hi Friends,

    In my apps schema I found a package named DBMS_SHARED_POOL
    with an INVALID status. I tried recompiling it using...

    SQL> ALTER PACKAGE DBMS_SHARED_POOL COMPILE;
    Warning: Packaged altered with compilation errors.

    SQL> show errors
    No errors.

    Is there other way to display package compilation errors?

    Another packaged named VALIDATE_ACCNT with invalid status, which
    when compiled successfully, generates or will make other functions
    and procedures invalid.

    Any comments will be highly appreciated.

  2. #2
    Join Date
    Apr 2003
    Location
    South Carolina
    Posts
    148
    select text from all_errors where name = 'DBMS_SHARED_POOL';

    Hope this helps
    Gregg

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    that's sys packages, what are you doing with it under APPS :?

  4. #4
    Join Date
    Aug 2000
    Location
    Jolo, Sulu
    Posts
    639
    Thanks friends,

    I just don't know why is it there, maybe our 3rd-party apps needed this dbms_shared_package. Should I transfer it to SYS schema?

    Any comments on why compiling a certain package (successfully)
    turns other functions and procedures INVALID.

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