Hi,

I am new to SAP DB, trying to import some data from Oracle to SAP via its
replication manager, but wasn't successful. I have made a simple test,
create a new table (atest) in SAP DB (tst), and prepare the csv file and
command file in the following format:

a) command file (addnew.dat)
FASTLOAD TABLE atry
id   1
Desc 2
INFILE 'd:\sapdb\oradata\alee.txt' COMPRESSED
/
commit

b) csv file (alee.txt)
2,user2
3,user3
4,user4
5,user5

3) command used:
d:\> repmcli -u test,test -d tst -b addnew.dat

Can anyone kindly advise me on the correct approach and format of csv file?

Thank you very much,
Ah Heng


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

Reply via email to