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

Thread: Running system procedures

  1. #1
    Join Date
    Mar 2000
    Posts
    39

    Running system procedures

    Hi everyone, I am trying to run the CATAUDIT.SQL file from sqlplus. How do I do that? Thanks in advance.
    Thanks,
    Afshin.

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    login to sql*plus as the user that the script has to be run as. In order to execute a script saved in a file you use the @-sign .. for example ...

    @$ORACLE_HOME/rdbms/admin/cataudit.sql

    (specifying the '.sql' is optional)

    I recommend that you read the SQL Plus Users Guide as well.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

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