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

Thread: Alert Log files

  1. #1
    Join Date
    Feb 2001
    Posts
    75

    Angry

    Hi,

    At this location, I am finding an alert_sid.log file which is not written for days. What could be the reason? How to enable the writting in this alert.log file? I never faced such thing in other locations.

    K K pareek

  2. #2
    Join Date
    Jul 2000
    Posts
    521
    check the BACKGROUND_DUMP_DEST variable in init.
    Is it pointing to same directory ?
    svk

  3. #3
    Join Date
    Oct 2000
    Location
    Charlotte, USA
    Posts
    330

    alert log....

    First try to check whether that is the correct file or not.
    To check that give some command at sql promt..
    SQL>alter database backup controlfile to trace...
    database altered
    or shutdown and startup database
    Now check in the alert_sid_file whether this command is
    recorded....If so it is okay....Otherwise check the dumpdest in database level.....
    By querying..
    SQL>select name from v$parameter where name like 'DUMP_DEST';
    You will get the path....check with your alert_sid_log path..if it maches okay...
    Some times if there is no load it may not write for days too....

    Note:If the dump_dest is not correct.....database will not open.....You will get error saying
    logfile could not open.....??????????????????.Sr Experts can throw some
    points on this.

    Thanks.
    Thanigaivasan


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