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

Thread: What db patches are installed

  1. #1
    Join Date
    Jan 2001
    Posts
    66

    What db patches are installed

    Sorry for the dumb question but... Can anyone tell me how to find out what patches have been istalled?

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    check out your oraInventory - everything (should) go in there

    select * from v$version will tell you your latest patch set

  3. #3
    Join Date
    Nov 2004
    Location
    Glendale, CA
    Posts
    1

    On the OS, there is a file

    When I apply an Oracle patch to our database, a text entry is made into a file by the patch installer program:
    ORACLE_HOME:[patches]patches_history.txt;1
    --that's VMS notation, for UNIX it would be:
    $ORACLE_HOME/patches/patches_history.txt

    I am not sure if UNIX/LINUX or windows has a patches_history.txt file.

    --Edward Stoever www.database-expert.com

  4. #4
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187

    Re: On the OS, there is a file

    Originally posted by edwardstoever
    When I apply an Oracle patch to our database, a text entry is made into a file by the patch installer program:
    ORACLE_HOME:[patches]patches_history.txt;1
    --that's VMS notation, for UNIX it would be:
    $ORACLE_HOME/patches/patches_history.txt

    I am not sure if UNIX/LINUX or windows has a patches_history.txt file.

    --Edward Stoever www.database-expert.com
    provided of course you have used the OUI or oracrap...uh humm..excuse me..orapatch
    I'm stmontgo and I approve of this message

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