#***************************************************************************
# $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $
#***************************************************************************
#
# ---------------------------------------------------------------------------
#                  bporaimp_archive_schema_to_files.param
# ---------------------------------------------------------------------------
#
#  Restores only the XML schema files from a NetBackup XML archive
#  to a directory.
#
#  Script run by:
#      bporaimp parfile=bporaimp_archive_schema_to_files.param
#
# ---------------------------------------------------------------------------
#
#  Name of the archive
#
NAME = ArchiveName
#
#  The name of the directory for the output
#
RESTORE_TO_DIRECTORY = /db/oracle/xml/archive
#
#  Restore the schema files only
#
RESTORE_SCHEMA_ONLY = Y
#
#  Oracle login credentials used to create archive
#
USERID = username1/password
#
#  File name to receive informational and error messages
#
LOG = /db/oracle/logs/archive/bporaimp_archive_schema_to_files.log
#
#  NetBackup master server
#
NB_ORA_SERV = ServerName
#
#  NetBackup Oracle client
#
NB_ORA_CLIENT = ClientName
