joeythelips
IS-IT--Management
Hi,
I have an oracle 8i database which contains 4 different schemas each with its own tablespace and datafiles.
A request from the business is that one schema is refreshed every night to be the same as its original starting position.
my plan was to do a full truncate of all the tables in the schema and then import via a cron job in unix every night.
However, i was wondering if there was a quicker way to do this?
Note that the db is running in noarchivelog mode.
Thanks
Joe
I have an oracle 8i database which contains 4 different schemas each with its own tablespace and datafiles.
A request from the business is that one schema is refreshed every night to be the same as its original starting position.
my plan was to do a full truncate of all the tables in the schema and then import via a cron job in unix every night.
However, i was wondering if there was a quicker way to do this?
Note that the db is running in noarchivelog mode.
Thanks
Joe