[nsdba62a] db_restore ERROR: Usage: db_restore [-ais] environment-name dataset [-p process-count] [-t "tables"] [password] DESCRIPTION: Database mode (default): - truncate all tables in the database - copy the dataset's cisam files into the data directory - load the dataset's bcp files into the database - fire triggers to populate a few m-tables - gather fresh statistics for the database Table mode (-t): - truncate the tables listed in P7 - load the dataset's P7 bcp files into the database - gather fresh statistics for the P7 tables PARAMETERS: (* indicates optional parameter) P1* -a : append data (skip table truncations) -i : inhibit firing of post-restore triggers -s : include oracle Sql*Loader output in the log P2 environment name whose database will be used P3 dataset directory, in one of the following formats: (a) relative pathname of the directory containing the bcp files. Usually specified as the dataset name (basename of $datasets/). (b) absolute pathname of the directory containing the bcp files P4* -p : use the number of processes specified in P5 P5* number of processes. P5 is required if P4 = -p. The maximum is 15 processes. If P4 != -p, the default is 4 processes. P6* -t : table mode P7* list of tables for the -t option. If more than one table, enclose the list in quotes and separate the tables with spaces. P7 is required if P6 = -t. P8* dbo password