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

Thread: Consequence of Deleting Initialization file

  1. #1
    Join Date
    Feb 2007
    Posts
    20

    Consequence of Deleting Initialization file

    what happens if init.ora gets deleted when database is running(ORacle 9i)???

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    nothing, it is only read at startup

  3. #3
    If you are using a SPFILE then it won't even impact startup, although it would be a good idea to keep the plaintext version around for backup / reference.

  4. #4
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    set pages 0
    set feed off
    set lines 200
    spool initSID.ora
    select name, value
    from v$parameter
    where isdefault = 'FALSE'
    /
    spool off
    --this might be missing
    ---------------

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