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

Thread: how to run script cataudit.sql ?

Hybrid View

  1. #1
    Join Date
    Oct 2002
    Posts
    284

    how to run script cataudit.sql ?

    Hello all..

    I need to run CATAUDIT.SQL script to create some Audit views. This is what i did /...

    **************

    C:\oracle9i\ora92\bin>sqlplus /nolog

    SQL*Plus: Release 9.2.0.1.0 - Production on Fri Jan 31 08:18:12 2003

    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

    SQL> connect / as sysdba
    Connected.
    SQL> @cataudit.sql
    SP2-0310: unable to open file "cataudit.sql"
    ********************************

    how do i make these scripts run ?..

    Thanks
    Ron

  2. #2
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    Give Full Path.......

    Code:
    SQL>@c:\UR_ORACLE_BASE\UR_ORACLE_HOME\RDBMS\ADMIN\cataudit.sql
    Abhay.
    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"

  3. #3
    Join Date
    Sep 2001
    Location
    Düsseldorf, Germany.
    Posts
    588

    Re: how to run script cataudit.sql ?

    Originally posted by vr76413
    SQL> @cataudit.sql
    SP2-0310: unable to open file "cataudit.sql"
    provide the complete path of cataudit.sql file..

  4. #4
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    or
    SQLPLUS> @?\rdbms\admin\cataudit.sql
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

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