2.1. La crisis de la divinidad en la poesía de Octavio Paz:
2.1.2. Búsqueda de un Dios ausente
2.1.3.3. La poesía como nacimiento: la diosa
Use the NetBackup parametersNB_ORA_SERVandNB_ORA_CLIENTto specify the NetBackup runtime configuration. Otherwise, the order of precedence for the runtime configuration variable settings is used.
Some parameters are valid only when writing to a storage unit. Other parameters are valid only when writing to a directory. In the following table, the right-most column contains either “Storage Unit” or “Directory” to indicate whether the parameter in that row is applicable for either writing to a storage unit or to a directory. Parameters that are recognized when writing to a directory are ignored when writing to a storage unit.
Table 4-5describes thebporaimp(bporaimp64on some platforms) parameters and default values.
Table 4-5 bporaimp parameters and default values Optionally specifies a start date for the archive
to be imported. Used with ARCHIVE_DATE_TO to specify a range. If not used, the most recent archive is imported. If the range used results in more than one archive, the most recent from the range is used. The date format is mm/dd/yyyy [hh:mm:ss].
no default N
ARCHIVE_DATE_FROM
Storage Unit Optionally specifies an end date for the archive
to be imported. Used with
ARCHIVE_DATE_FROMto specify a range. If not used, the most recent archive is imported.
If the range used results in more than one archive, the most recent from the range is used. The date format is mm/dd/yyyy [hh:mm:ss].
no default ARCHIVE_DATE_TO N
Directory Specifies a directory for the output of any
BFILE columns being imported. Oracle’s CREATE DIRECTORYcommand can be used to create the DIRECTORY in Oracle, and the name should match the name used in the export file. Specifies whether bporaimp should commit
after each array insert. The size of the array is determined by ROW_BUFFER. By default, bporaimpcommits only after loading each table, and performs a rollback when an error occurs, before continuing with the next object.
N COMMIT N
Directory Optionally specifies a directory for the input
of the bporaimp utility.
no default DIRECTORY N
Directory Optionally specifies a comma-separated list of
users to import from an archive containing multiple users’ tables. If not specified, all of the tables are imported.
no default FROMUSER N
Directory Displays a help message with descriptions of
bporaimpparameters.
N HELP N
Table 4-5 bporaimp parameters and default values (continued) Specifies whether or not rows should be
inserted into a table that is not empty. The default is that the table already exists and that it is empty. If it is not empty, IGNORE_ROWS
= Ncauses an error to be reported, and the table is skipped with no rows inserted.
IGNORE_ROWS = Ycauses rows to be inserted with errors reported in the log file.
If IGNORE_ROWS = Y and an error such as a primary key constraint violation occurs, no data is inserted if COMMIT = N. However, if COMMIT = Y, the array of rows (size determined by ROW_BUFFER) is not inserted, but bporaimp continues to process additional row arrays in the order in which they were exported. To cause all rows that do not violate a primary key constraint to be inserted, set COMMIT = Y, ROW_BUFFER = 1, and IGNORE_ROWS = Y.
N N
IGNORE_ROWS
Storage Unit Optionally specifies a keyword phrase for
NetBackup to use when searching for archives from which to restore files.
no default KEYWORD N
Storage Unit LIST = Yqueries the NetBackup catalog and
lists the archives available. Does not import the data if LIST = Y.
N N
LIST
Directory Optionally specifies a file name to receive
informational and error messages. If this parameter is specified, messages are logged in the log file and not displayed to the terminal display.
no default N
LOG
Directory The name of the master XML schema file. This
parameter is required if LIST = N.
no default NAME Y
Storage Unit Optionally specifies the name of the NetBackup
master server.
default master server NB_ORA_SERV N
Table 4-5 bporaimp parameters and default values (continued) Optionally specifies the name of the NetBackup
for Oracle client. Used with RESTORE_TO_DIRECTORY to restore
the XML schema files only to a directory.
N RESTORE_SCHEMA_ONLY N
Storage Unit Optionally specifies a directory for the output
of the bporaimp utility. If used, the XML data is not parsed and inserted into Oracle.
no default RESTORE_TO_DIRECTORY N
Directory Specifies the size, in rows, of the buffer used
to insert rows. Tables with LONG or LOB columns are inserted one row at a time. The maximum value allowed is 32767.
1000 ROW_BUFFER N
Directory Optionally specifies a list of table, view, and
partition names to import. If not used, all objects in the archive are imported. The objects must already exist, and the USERID must have INSERTprivilege on the objects. The object names cannot be qualified with owner names, and the FROMUSER parameter is used to specify a particular owner. If a partition name is specified, it indicates the exported partition only and the rows are inserted according to the partitioning scheme of the target table. If the export contains partitions, and the import does not specify them, all are inserted.
no default TABLES N
Directory Optionally specifies a comma-separated list of
users to import to that can be used with the FROMUSERparameter to change the table owners. The TOUSER Oracle accounts must already exist, and the USERID must have INSERTprivilege on the tables that must also exist.
no default TOUSER N
Directory Specifies the username/password (and optional
connect string) of the user initiating the import. If a connect string is not provided, the ORACLE_SIDenvironment variable is used.
no default USERID Y