Kbase P46362: How can I run dump and load in batch mode?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/8/2005 |
|
Status: Unverified
GOAL:
How can I run dump and load in batch mode?
FIX:
There is no simple way to do ascii dump from command line. You can do binary dump as follows: 1) proutil <db> -C dump [<PUB|SQL92_owner>.]<table> <directory> [-index <num>] 2) proutil <db> -C load <filename>