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

Thread: package standard not accessible

  1. #1
    Join Date
    Dec 2000
    Posts
    8

    Question

    Hi,
    I have 3 instance of 8i on SOLARIS on the same machine,
    when I connect to database via Sqlplus with the 1st SID there's no problem with.
    But when i try to connect with one of the two others I got this error :
    Error accessing package DBMS_APPLICATION_INFO
    ERROR:
    ORA-06553: PLS-213: package STANDARD not accessible
    Connected to:
    Oracle8i Release 8.1.5.0.0 - Production
    With the Java option
    PL/SQL Release 8.1.5.0.0 - Production
    SQL>
    And just after I can do every query I need on the target instance (one of them is RMAN's one).
    Is there something to do that I could have miss when I create the two others instances ?
    Thanks.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    I think this package gets created with either catalog.sql or catproc.sql.
    Jeff Hunter

  3. #3
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    1,185
    I had a related problem a few days ago. It may be related to the installation.

    Try this:

    1. run catalog.sql in $ORACLE_HOME/rdbms/admin
    2. run dbmsstdx.sql in $ORACLE_HOME/rdbms/admin
    3. run catproc.sql in $ORACLE_HOME/rdbms/admin

    I found that running only catalog and catproc did not successfully create and compile the DBMS_STANDARD package.

    You can view DBA_OBJECTS with owner='SYS' and object_type = 'PACKAGE' to see if the packages are valid.

    Good luck
    David Knight
    OCP DBA 8i, 9i, 10g

  4. #4
    Join Date
    Dec 2000
    Posts
    8

    Thumbs up

    thanks, I have forgoten to run dbmsstdx.sql.
    Now it's realy better.
    Thanks again.

  5. #5
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    1,185
    Oracle documentation will not tell you to run the dbmsstdx.sql script, only catalog.sql and catproc.sql.

    They should update the documentation in my opinion.
    David Knight
    OCP DBA 8i, 9i, 10g

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