Le lundi 02 f�vrier 2004, [EMAIL PROTECTED] a �crit...
bonjour,
> 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'
Don't you have to specify a medium type ?
DBEXTRACT CATALOG OUTSTREM FILE 'catalogFilePath' DATA OUTSTREAM FILE
'dataFilePath' ?
or I think you can use a backup medium, and crate the new instance with:
medium_put theMediumName pathOfMedium FILE DATA 0 8 YES
db_activate recover theMediumName
see:
http://www.ipcoast.com/MaxDB-Restore03.txt
--
jm
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]