Hp 3PAR Application Software Suite for Oracle Manual do Utilizador Página 74

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 184
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 73
4.26
Setting Up NetBackup Policies for Oracle RMAN Backup
Recovery Manager for Oracle User’s Guide
5 Configure TNS services for the Recovery Catalog database by adding an entry in the
$ORACLE_HOME/network/admin/tnsnames.ora file on the primary host and backup
host as follows:
where <cat_host> is the host name of the host where the catalog is created.
6 Configure the Oracle listener for the Recovery Catalog database by adding an entry in the
$ORACLE_HOME/network/admin/listener.ora file on the host where the Recover
Catalog is created as follows:
7 Log in as the Oracle owner user and register the database on the primary host.
<catdb > =
(description =
(address = (protocol = TCP) (host = <cat_host>) (port = 1521))
(connect_data = (server = dedicated) (service_name = <catdb>))
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = <catdb>)
(ORACLE_HOME = <oracle_home>)
(SID_NAME = <catdb>)
)
)
$ rman target / catalog <rman_user>/<rman_password>@<catdb>
RMAN> register database;
Vista de página 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 183 184

Comentários a estes Manuais

Sem comentários