Hi,
I'm a new user of the MaxDB 7.5.0.5 and have a question referring to the SAP DB LOADER.
I want to make a full unload of a large database instance "DEMO" (nearly 5GB) using
the statement:
LOADERCLI -d DEMO -u dba,dba -b DBExtract.txt -E 20
where DBExtract.txt has the folowing contents:
DBEXTRACT CATALOG OUTSTREAM 'catalog.out' DATA OUTSTREAM 'data.out'
The result is one file 'catalog.out' with the catalog information and seven splitted
files 'data.out0001' to 'data.out0007' with the application data.
Now i want to load this data into another database instance "DEMO_2" using the
corresponding DBLOAD-Command.
But this command accepts only a single file as DATA INSTREAM.
Also, sequential calls of DBLOAD with all the different 'data.out*"-Files will result
in a "Duplicate Table Name"-Error due to the multiple catalog definitions.
Does anybody have an idea what i'm doing wrong???
Or, which other possibilities exist for unloading and reloading a complete database
instance?
Thanks in advance,
Frank
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]