wojtek wrote

> I have a problem as below. The database is UNICODE. I think I got the
> syntax right, didn't I?
> 
> TABLEEXTRACT USER OUTFILE '/home/sapdb/data-TST'
> Error during execution
> -->-25281
> Syntax error at position 19 (Unexpected keyword: OUTFILE).
> 
> Replication server version: 7.4.3
> 

you can find the right syntax at 
http://www.sapdb.org/7.4/htmhelp/e2/55683ab81fd846e10000000a11402f/frameset.htm

SAP DB Loader: SAP DB 7.4 
--> Commands 
    --> TABLEEXTRACT Command 

change your statement to:
TABLEEXTRACT USER DATA OUTSTREAM FILE '/home/sapdb/data-TST'

hans-georg

-- 
Hans-Georg Bumes
SAP DB, SAP Labs Berlin
http://www.sapdb.org/


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

Reply via email to