| shadow copy [message #317980] |
Mon, 05 May 2008 03:41  |
gangulyz Messages: 4 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]
|
|
|
| Re: shadow copy [message #317991 is a reply to message #317980 ] |
Mon, 05 May 2008 04:21   |
Littlefoot Messages: 5640 Registered: June 2005 Location: Croatia, Europe |
Senior Member |
|
|
|
Did you consider use of materialized views and their refreshing capabilities?
|
|
|
| Re: shadow copy [message #318170 is a reply to message #317991 ] |
Tue, 06 May 2008 00:27  |
gangulyz Messages: 4 Registered: April 2008 |
Junior Member |
|
|
Thanks a lot for the suggestion , M views really helped .
Regards
Som
|
|
|