Schildberg, Steffen wrote:

Hi,

harsha gudimella wrote:


I have a database installed at two different unconnected
locations. I need to have same data in some tables in both
the databases. the Data need to be synchronized once a week.
How can i export the data from the first location and import
only the Data Of Some tables , similar to Oracle Export/Import ?
Please help me out


Replication Manager (7.3)/SAP DB Loader (7.4) could be the tool
of choice.
If the contents of the tables in both location should be identical
(this implies that you can delete the whole content of the
destination table) you could use the command pair
TABLEEXTRACT/TABLELOAD.
If this is not applicable you could use the command pair
DATAEXTRACT/DATALOAD.
HTH for the first time.
Regards,
Steffen

But this does not syncronize the tables. What if both databases had new data and they had to be sync'd.
Extracting from one table and update the corresponding table in the other database does not do any
syncronization.


--
Ralph Hulslander
[EMAIL PROTECTED]
631.287.3270 x205
		"Making your PDA a tool to get the work done http://portableforms.com";



_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to