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

Thread: Patches - how to minimize downtime

  1. #1
    Join Date
    Apr 2004
    Posts
    18

    Patches - how to minimize downtime

    What strategies can be followed to minimize downtime for patch installs, and reduce the likelihood of encountering problems?

    We're currently on 9.2.0.4 and experiencing several database bugs. Heck, one's easy:

    select 'asdf' from dual order by 1 desc; <-- causes process crash

    All are fixed in 9.2.0.5 but having recently gone to 9.2.0.4 and through the motions of requesting downtime from our user communities, if there is something I can do to minimize downtime, that'd be great.

    I've heard of people using logical standby: fail over from primary to secondary, patch primary, fail back to primary, patch secondary, something along those lines. Any other thoughts?

    Secondly, what is a good strategy to evaluate the stability of a new patch release, and to prepare for the aftermath? I don't want to get burned again but is 9.2.0.5 going to cure our problems but introduce new ones? How to assess if a given patchset is "stable enough" ?

  2. #2
    Join Date
    Sep 2003
    Location
    over the hill and through the woods
    Posts
    995
    errr ummm apply it to dev first to see how long it's going to take and to see if it fixes your problem? That is if your Dev is in sync with prod...
    Oracle it's not just a database it's a lifestyle!
    --------------
    BTW....You need to get a girlfriend who's last name isn't .jpg

  3. #3
    Join Date
    Apr 2004
    Posts
    18
    Originally posted by OracleDoc
    errr ummm apply it to dev first to see how long it's going to take and to see if it fixes your problem? That is if your Dev is in sync with prod...
    Hi! Thank you for your reply. Unfortunately that is the easy part, testing to see if a bug is fixed that is. The thing I'm much more interested in is determining the degree to which the patch will cause problems of its own. Just installing in development may not reveal these issues; our development is fully in sync with production but with two hundred applications and half as many IT staff, we're not likely to "stumble" onto the esoteric bugs, like the ones biting us in 9.2.0.4 for example.

    I know there is no clear answer to this question. I'm just wondering what other DBAs do to establish a comfort level with patches.

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Originally posted by swiego
    I'm just wondering what other DBAs do to establish a comfort level with patches.
    If I was constantly getting hit with a bug that is fixed in a higher level patch, I would tend to apply the patch so I don't get hit with that error. Will there be new bugs in the patch? Sure. What software doesn't have bugs? Besides, you can always go back to 9.2.0.4 if things really suck, right?

    When applying patches, I prefer to install Oracle in a seperate $OH. I've outlined the reasons before of why I like to do that. By using multiple $OHs, you could be back on 9.2.0.4 in about 30 minutes.
    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