shadow copy [message #317980] |
Mon, 05 May 2008 03:41 |
gangulyz
Messages: 6 Registered: April 2008
|
Junior Member |
|
|
Hi ,
Need urgent help.
I have to create a process such that data from PROD environment is copied continuously to another schema , kind of shadow copy. the frequency of copying should be configurable for each table.
I have created separate jobs for each table (around 47) with the frequency of copying stored in a table SHADOW_COPY_FREQUENCY.I have created the jobs through DBMS_SCHEDULER calling a generic procedure .
We have to take care of the updates and deletes in the base tables.
Is there a way to achieve this?
Thanks in advance.
Regards
Som
[Updated on: Mon, 05 May 2008 03:44] Report message to a moderator
|
|
|
|
|