Hello All,
I am planning to migrate a database from one location to the other.
I have prepped my taget databse, all I need to do now is to export/imp the dump files.
However, this source database is being upadted continuously and there is little chance of shutting down the source, migrate and switch user to the target.
there are two ways that will make sure that the dabase is in synch:
1)use exp/imp on day one.Use export import again on day 2 while exporting the tables that have just being updated since day 1 with where clause in the query.
2)use the advance replication to create a materialise view on the source database. This will record all the changes that have occured.
Please advise on simpler options becasue I have not used option 2 though I hae used option 1 without the query.
Thanks.
I am planning to migrate a database from one location to the other.
I have prepped my taget databse, all I need to do now is to export/imp the dump files.
However, this source database is being upadted continuously and there is little chance of shutting down the source, migrate and switch user to the target.
there are two ways that will make sure that the dabase is in synch:
1)use exp/imp on day one.Use export import again on day 2 while exporting the tables that have just being updated since day 1 with where clause in the query.
2)use the advance replication to create a materialise view on the source database. This will record all the changes that have occured.
Please advise on simpler options becasue I have not used option 2 though I hae used option 1 without the query.
Thanks.