Hi Folks,
I have an oracle DB instance sitting on Server1, then across an ADSL link I have another oracle instance on Server2.
I use Server2 for development work, and it has the same schemas as Server1, but with altered data.
I would like to backup one schema (eg. schemaA)from Server1 onto Server2 under and different schema name (eg. schemaB). This should be pretty straight forward.
....but I then want to keep updating Server2.schemaB from Server1.schemaA every night.
Is it possible to pickup the archive logs from server1 and replay all the transactions /changes from schemaA INTO schemaB on Server2.
... or perhaps I could use the redo logs ? or dump the tables and use diff or something <shrug>
Any tips ?
I have an oracle DB instance sitting on Server1, then across an ADSL link I have another oracle instance on Server2.
I use Server2 for development work, and it has the same schemas as Server1, but with altered data.
I would like to backup one schema (eg. schemaA)from Server1 onto Server2 under and different schema name (eg. schemaB). This should be pretty straight forward.
....but I then want to keep updating Server2.schemaB from Server1.schemaA every night.
Is it possible to pickup the archive logs from server1 and replay all the transactions /changes from schemaA INTO schemaB on Server2.
... or perhaps I could use the redo logs ? or dump the tables and use diff or something <shrug>
Any tips ?