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

Thread: DBMS_STATS in oracle Version 9.0.1.4.0

  1. #1
    Join Date
    Aug 2002
    Posts
    40

    DBMS_STATS in oracle Version 9.0.1.4.0

    I have 9.0.1.4.0 version of oracle running in production.I want to run following packages-

    DBSM_STATS.EXPORT_SCHEMA_STATS
    DBSM_STATS.IMPORT_SCHEMA_STATS
    DBMS_STATS.CREATE_STATS_TABLE

    Is this version of oracle compatible to run these packages.??

    Please suggest.

    Thanks

  2. #2
    Join Date
    Oct 2002
    Posts
    807
    SQL> desc dbms_stats


  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    omg is Oracle really so hard...

  4. #4
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    Originally posted by pando
    omg is Oracle really so hard...
    i dont think oracle is hard but for some finding appropriate docs is
    funky...

    "I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."

    "Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"

  5. #5
    Join Date
    Jan 2001
    Location
    Vancouver, Canada
    Posts
    87
    If these packages are listed in $ORACLE_HOME/rdbms then they are compatible with the database version you have.
    Mohammad Zahid
    Software Developer
    Database Management Applications.
    Vancouver, Canada
    E-mail: mzahid@shaw.ca

  6. #6
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    Originally posted by mzahid
    If these packages are listed in $ORACLE_HOME/rdbms then they are compatible with the database version you have.
    I'd rather use the DESC DBMS_STATS
    instead of listing the dbmsstat.sql and search those procedures in
    that package.

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