#***************************************************************************
# $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $
#***************************************************************************
#
# ---------------------------------------------------------------------------
#                  bporaimp_archive_to_users.param
# ---------------------------------------------------------------------------
#
#  Restores all table data from a NetBackup XML archive and inserts
#  the data into Oracle.
#  The archived tables were owned by different users and will be
#  imported to other user accounts.
#  The latest archive is used by default.
#
#  Script run by:
#      bporaimp parfile=bporaimp_archive_to_users.param
#
# ---------------------------------------------------------------------------
#
#  Name of the archive
#
NAME = ArchiveName
#
#  Table owners in archive
#
FROMUSER = username1, username2
#
#  Table owners for imported data
#
TOUSER = username3, username4
#
#  Oracle login credentials 
#  The Oracle USERID that exported the tables must be the same as the
#  Oracle USERID that is importing the tables.
#
USERID = username1/password
#
#  File name to receive informational and error messages
#
LOG = /db/oracle/logs/archive/bporaimp_archive_to_users.log
#
#  NetBackup master server
#
NB_ORA_SERV = ServerName
#
#  NetBackup Oracle client
#
NB_ORA_CLIENT = ClientName
