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

Thread: alert.log in bdump file

  1. #1
    Join Date
    Oct 2000
    Posts
    449
    How would/can you generate errors/entries in alert.log file..
    I want to intentionally have ORA_errors and have it checked through a script.. Thanks

  2. #2
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    Set up the 'events' parameter in the init.ora for the error. When this error triggers in the db, it will write it to the alert.log.

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    If you are just testing a script (and you're on unix)

    echo "ORA-00600: you made a boo-boo" >> alertSID.log
    Jeff Hunter

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