Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: oradebug suspend question
Then have two sets of packages for reports, when releasing new versions, do
them on set 2 whilst normal users are running on set 1. This gives you time
to test new versions in production as well. When tests are successful,
switch to set 2.
Oh yes, this requires your application/reports to be aware of this "set" architecture. Basically you should have some kind of control table where you state on which set newly executed reports should run.
Btw, how can you have constant DML activity and reporting going on when you
have suspended your sessions?
When your session executes a package and is suspended, the package is still
pinned anyway and you cant just replace it on the fly.
The baseline is, despite RAC you still one single database and you can't have this kind of online updating without doing some fundamental changes in the app.
Tanel.
> Can't do ... this is a 2 node RAC, users are connected all the time
(basically this app runs ESPN daily business). There is constant DML and
reporting activity on the database.
>
> Raj
> --------------------------------------------------------------------------
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tanel Poder INET: tanel.poder.003_at_mail.ee Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Dec 04 2003 - 14:44:26 CST