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

Thread: Which schemas NOT to analyze?

  1. #1
    Join Date
    Apr 2000
    Location
    Malmoe, Sweden
    Posts
    23
    I have done a pl/sql script which analyzes every schema in the database except SYS and SYSTEM. This script runs as a job once a week. Are there any more schemas which should not be analyzes?
    For example, these schemas:
    AURORA$JIS$UTILITY$
    CTXSYS
    MDSYS
    MTSSYS
    ORDSYS
    OSE$HTTP$ADMIN
    OUTLN
    REPOWNER

    /Thanks in advance
    Tuve

  2. #2
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    You need not analyze any of the schemas that you mentioned.

  3. #3
    Join Date
    Apr 2000
    Location
    Malmoe, Sweden
    Posts
    23
    The problem is that we have a lot of databases so I want a general script which I donĀ“t have to edit for every database. If I edited it, I could just have it to run on the user schemas and the problem would be solved.

    /Tuve

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