by Shameer >> Mon, 8 Sep 2003 4:00:38 GMT
we have database A(i mean the Jade system dir. ) with schema A running in production,we need to extract some data in dialy basis from production (this is not for report )and send this data to the other 3rd party system.we are not allowed to touch the Production system so at end of each day we will get a copy of Production Datadase A (i mean the Jade system dir. ) for us to extract the data.
For this we wrote an application which is Schema B (which have its system dir.) ,which is sub schema of schema A and we have written the codes to extract the data to a file.
Now the problem is that if i get dialy system dir. of schema A,when i replace the system dir of schema B with this new system dir. of schema A then my schema B is lost,so we need some best way of doing this with schema B access the system dir. of schema A with no or minimal manual intervention.please suggest the best way...Thanks