E Zero Downtime Migration Physical Migration Response File Parameters Reference
The following topics describe the Zero Downtime Migration response file parameters used in physical migrations.
E.1 BACKUP_PATH
BACKUP_PATH
specifies a valid path accessible at the source
and target for migration backup type.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Range of values |
Leave this parameter value blank for other migration backup types |
E.2 DATA_TRANSFER_MEDIUM
DATA_TRANSFER_MEDIUM
specifies the media used for the
source database backup, or you can specify a direct data transfer method.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.3 DATAPATCH_WITH_ONE_INSTANCE_RUNNING
DATAPATCH_WITH_ONE_INSTANCE_RUNNING
specifies whether or
not to stop all instances except one running on the target database server when the
datapatch utility is run. When datapatch completes all of the stopped instances are
started.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.4 HOST
HOST
specifies the cloud storage REST endpoint URL to
access Oracle Cloud Object Storage.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Range of values |
For Oracle Cloud Infrastructure storage the typical value format is
For Oracle Cloud Infrastructure Classic storage the typical value format is
|
Usage Notes
To access Oracle Cloud Object Storage, you must set both the HOST
and OPC_CONTAINER
parameters.
E.5 MAX_DATAPATCH_DURATION_MINS
MAX_DATAPATCH_DURATION_MINS
specifies a timeout value, in
minutes, after which if the datapatch utility has failed to complete then the operation is
stopped.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. Zero Downtime Migration waits until datapatch completes by default. |
E.6 MIGRATION_METHOD
MIGRATION_METHOD
specifies whether the migration uses
Oracle Data Guard (online) or backup and restore (offline).
Property | Description |
---|---|
Syntax |
|
Default value |
This is no default value |
Range of values |
|
E.7 NONCDBTOPDB_CONVERSION
NONCDBTOPDB_CONVERSION
indicates whether to convert a
source database from non-CDB to PDB or skip the conversion.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.8 NONCDBTOPDB_SWITCHOVER
NONCDBTOPDB_SWITCHOVER
, for a physical migration using Data
Guard switchover, indicates whether the switchover operations will be executed during a
migration job with non-CDB to PDB conversion enabled.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.9 OPC_CONTAINER
OPC_CONTAINER
specifies the Object Storage bucket (called
the container on Oracle Cloud Infrastructure Classic), and is set to access Oracle Cloud
Object Storage.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
To access Oracle Cloud Object Storage, you must set both the HOST
and OPC_CONTAINER
parameters.
The bucket is also referred to as a container for Oracle Cloud Infrastructure Classic storage.
E.10 FLASHBACK_ON
FLASHBACK_ON
specifies to enable or disable flashback on the target database during post-migration phase.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Range of values |
|
Required |
No |
Modifiable on Resume |
Yes |
If you do not set the value for the FLASHBACK_ON
parameter, then the source database's flashback status will remain on the target database after migration.
E.11 PLATFORM_TYPE
PLATFORM_TYPE
specifies the target database
platform.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.12 SHUTDOWN_SRC
SHUTDOWN_SRC
specifies whether or not to shut down the
source database after migration completes.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.13 SKIP_FALLBACK
SKIP_FALLBACK
specifies whether or not to ship redo logs
from the primary (target) database to the standby (source) database, either voluntarily or
because there is no connectivity between the target and source database servers.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.14 SKIP_SRC_SERVICE_RETENTION
SKIP_SRC_SERVICE_RETENTION
specifies whether or not to retain the source database services and run them on the target database. This parameter is only valid for MIGRATION_METHOD=OFFLINE_PHYSICAL
. .
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.15 SRC_BASTION_HOST_IP
SRC_BASTION_HOST_IP
specifies the bastion host IP address,
if you want to connect to the source database server using a bastion host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
If you want to connect to the source database server using a bastion
host, values for the bastion host IP address parameter,
SRC_BASTION_HOST_IP
, and the source database host IP address
parameter, SRC_HOST_IP
, are required in the Zero Downtime Migration
response file.
If you do not want to use the default value, set the following parameters for bastion host connection.
SRC_BASTION_PORT
- The port number defaults to 22 if
not specified.
SRC_BASTION_USER
- The bastion host source user is only
required if the user specified for the source zdmauth
plug-in is
different from the user of the source bastion host. The bastion user defaults to the
user specified for the source zdmauth
plug-in if the parameter is
not specified.
SRC_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the source zdmauth
plug-in.
E.16 SRC_BASTION_IDENTITY_FILE
SRC_BASTION_IDENTITY_FILE
specifies the identity file to access the bastion host as the indicated user.
Property | Description |
---|---|
Syntax |
|
Default value |
If not specified, the value defaults to the value specified for the
|
Usage Notes
If you want to connect to the source database server using a bastion
host, values for the bastion host IP address parameter,
SRC_BASTION_HOST_IP
, and the source database server IP address
parameter, SRC_HOST_IP
, are required in the Zero Downtime Migration
response file.
If you do not want to use the default value, set the following parameters for bastion host connection.
SRC_BASTION_PORT
- The port number defaults to 22 if
not specified.
SRC_BASTION_USER
- The bastion host source user is only
required if the user specified for the source zdmauth
plug-in is
different from the user of the source bastion host. The bastion user defaults to the
user specified for the source zdmauth
plug-in if the parameter is
not specified.
SRC_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the source zdmauth
plug-in.
E.17 SRC_BASTION_PORT
SRC_BASTION_PORT
specifies the bastion host port number, if
you want to connect to the source database server using a bastion host.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
If you want to connect to the source database server using a bastion
host, values for the bastion host IP address parameter,
SRC_BASTION_HOST_IP
, and the source database server IP address
parameter, SRC_HOST_IP
, are required in the Zero Downtime Migration
response file.
If you do not want to use the default value, set the following parameters for bastion host connection.
SRC_BASTION_PORT
- The port number defaults to 22 if
not specified.
SRC_BASTION_USER
- The bastion host source user is only
required if the user specified for the source zdmauth
plug-in is
different from the user of the source bastion host. The bastion user defaults to the
user specified for the source zdmauth
plug-in if the parameter is
not specified.
SRC_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the source zdmauth
plug-in.
E.18 SRC_BASTION_USER
SRC_BASTION_USER
specifies the bastion user, if you want to
connect to the source database server using a bastion host.
Property | Description |
---|---|
Syntax |
|
Default value |
The bastion user defaults to the user specified for the
source |
Usage Notes
If you want to connect to the source database server using a bastion
host, values for the bastion host IP address parameter,
SRC_BASTION_HOST_IP
, and the source database server IP address
parameter, SRC_HOST_IP
, are required in the Zero Downtime Migration
response file.
If you do not want to use the default value, set the following parameters for bastion host connection.
SRC_BASTION_PORT
- The port number defaults to 22 if
not specified.
SRC_BASTION_USER
- The bastion host source user is only
required if the user specified for the source zdmauth
plug-in is
different from the user of the source bastion host. The bastion user defaults to the
user specified for the source zdmauth
plug-in if the parameter is
not specified.
SRC_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the source zdmauth
plug-in.
E.19 SRC_CONFIG_LOCATION
SRC_CONFIG_LOCATION
specifies the SSH configuration file
location on the Zero Downtime Migration service host (host where Zero Downtime Migration
service is running).
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
Set SRC_CONFIG_LOCATION
to the full path of the SSH
configuration file location on the Zero Downtime Migration service host, for
example, /home/crsuser/.ssh/config
.
E.20 SRC_DB_LISTENER_PORT
SRC_DB_LISTENER_PORT
indicates the source database listener port. Set this property when the source database is a standalone database (no Grid Infrastructure) configured with non-default SCAN listener port other than 1521.
Property | Description |
---|---|
Syntax |
|
Default value |
1521 |
E.21 SRC_HOST_IP
SRC_HOST_IP
specifies the IP to be used to connect to the source database host from the bastion host. This IP would not be reachable from the ZDM host. It is expected to be reachable from the bastion host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
If you want to connect to the source database server using a bastion
host, values for the bastion host IP address parameter,
SRC_BASTION_HOST_IP
, and the source database server IP address
parameter, SRC_HOST_IP
, are required in the Zero Downtime Migration
response file.
If you do not want to use the default value, set the following parameters for bastion host connection.
SRC_BASTION_PORT
- The port number defaults to 22 if
not specified.
SRC_BASTION_USER
- The bastion host source user is only
required if the user specified for the source zdmauth
plug-in is
different from the user of the source bastion host. The bastion user defaults to the
user specified for the source zdmauth
plug-in if the parameter is
not specified.
SRC_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the source zdmauth
plug-in.
E.22 SRC_HTTP_PROXY_PORT
SRC_HTTP_PROXY_PORT
specifies the HTTPS proxy port number
on the source database server if an SSH connection needs to connect using a
proxy.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.23 SRC_HTTP_PROXY_URL
SRC_HTTP_PROXY_URL
specifies the HTTPS proxy URL on the
source database server if an SSH connection needs to connect using a proxy.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.24 SRC_OSS_PROXY_HOST
SRC_OSS_PROXY_HOST
specifies the Object Storage Service
proxy host on the source database server if a proxy is needed for connecting to the Object
Store.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Set both the SRC_OSS_PROXY_HOST
and
SRC_OSS_PROXY_PORT
parameters if a proxy is needed for
connecting to the Object Store.
E.25 SRC_OSS_PROXY_PORT
SRC_OSS_PROXY_PORT
specifies the Object Storage Service
proxy port number on the source database server if a proxy is needed for connecting to the
Object Store.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Set both the SRC_OSS_PROXY_HOST
and
SRC_OSS_PROXY_PORT
parameters if a proxy is needed for
connecting to the Object Store.
E.26 SRC_RMAN_CHANNELS
SRC_RMAN_CHANNELS
specifies the number of RMAN channels to
be allocated at the source database server for performing RMAN backups.
Property | Description |
---|---|
Syntax |
|
Default value |
|
E.27 SRC_SSH_RETRY_TIMEOUT
SRC_SSH_RETRY_TIMEOUT
specifies a timeout value, in
minutes, after which Zero Downtime Migration stops attempting SSH connections after an
initial failure to connect.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.28 SRC_TIMEZONE
SRC_TIMEZONE
specifies the source database server time zone, which is needed for Single Instance Source Databases where there is no Grid Infrastructure configured.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.29 SRC_ZDLRA_WALLET_LOC
SRC_ZDLRA_WALLET_LOC
specifies the path of the Zero Data
Loss Recovery Appliance wallet on the source database server.
Property | Description |
---|---|
Syntax |
The expected format for the location is
|
Default value |
There is no default value. |
Usage Notes
When using Zero Data Loss Recovery Appliance as the migration backup medium, you must set the following parameters.
SRC_ZDLRA_WALLET_LOC
TGT_ZDLRA_WALLET_LOC
ZDLRA_CRED_ALIAS
E.30 TGT_BASTION_HOST_IP
TGT_BASTION_HOST_IP
specifies the bastion host IP address,
if you want to connect to the target database server using a bastion host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
If you want to connect to the target database server using a bastion
host, you are required to configure values for the bastion host IP address
parameter, TGT_BASTION_HOST_IP
, and the target database server IP
address parameter, TGT_HOST_IP
, in the Zero Downtime Migration
response file.
If you do not want to use the default values for the remaining bastion connection parameters, set the following parameters to configure the bastion host connection.
TGT_BASTION_PORT
- The port number defaults to 22 if
not specified.
TGT_BASTION_USER
- The bastion host target user is only
required if the user specified for the target zdmauth
plug-in is
different from the user of the target bastion host. The bastion user defaults to the
user specified for the target zdmauth
plug-in if the parameter is
not specified.
TGT_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the target zdmauth
plug-in.
E.31 TGT_BASTION_IDENTITY_FILE
TGT_BASTION_IDENTITY_FILE
specifies the identity file to access the bastion host as the indicated user.
Property | Description |
---|---|
Syntax |
|
Default value |
If not specified, the value defaults to the value
specified for the |
Usage Notes
If you want to connect to the target database server using a bastion
host, you are required to configure values for the bastion host IP address
parameter, TGT_BASTION_HOST_IP
, and the target database server IP
address parameter, TGT_HOST_IP
, in the Zero Downtime Migration
response file.
If you do not want to use the default values for the remaining bastion connection parameters, set the following parameters to configure the bastion host connection.
TGT_BASTION_PORT
- The port number defaults to 22 if
not specified.
TGT_BASTION_USER
- The bastion host target user is only
required if the user specified for the target zdmauth
plug-in is
different from the user of the target bastion host. The bastion user defaults to the
user specified for the target zdmauth
plug-in if the parameter is
not specified.
TGT_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the target zdmauth
plug-in.
E.32 TGT_BASTION_PORT
TGT_BASTION_PORT
specifies the bastion host port number, if
you want to connect to the target database server using a bastion host.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
If you want to connect to the target database server using a bastion
host, you are required to configure values for the bastion host IP address
parameter, TGT_BASTION_HOST_IP
, and the target database server IP
address parameter, TGT_HOST_IP
, in the Zero Downtime Migration
response file.
If you do not want to use the default values for the remaining bastion connection parameters, set the following parameters to configure the bastion host connection.
TGT_BASTION_PORT
- The port number defaults to 22 if
not specified.
TGT_BASTION_USER
- The bastion host target user is only
required if the user specified for the target zdmauth
plug-in is
different from the user of the target bastion host. The bastion user defaults to the
user specified for the target zdmauth
plug-in if the parameter is
not specified.
TGT_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the target zdmauth
plug-in.
E.33 TGT_BASTION_USER
TGT_BASTION_USER
specifies the bastion user, if you want to
connect to the target database server using a bastion host.
Property | Description |
---|---|
Syntax |
|
Default value |
The bastion user defaults to the user specified for the
target |
Usage Notes
If you want to connect to the target database server using a bastion
host, you are required to configure values for the bastion host IP address
parameter, TGT_BASTION_HOST_IP
, and the target database server IP
address parameter, TGT_HOST_IP
, in the Zero Downtime Migration
response file.
If you do not want to use the default values for the remaining bastion connection parameters, set the following parameters to configure the bastion host connection.
TGT_BASTION_PORT
- The port number defaults to 22 if
not specified.
TGT_BASTION_USER
- The bastion host target user is only
required if the user specified for the target zdmauth
plug-in is
different from the user of the target bastion host. The bastion user defaults to the
user specified for the target zdmauth
plug-in if the parameter is
not specified.
TGT_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the target zdmauth
plug-in.
E.34 TGT_CONFIG_LOCATION
TGT_CONFIG_LOCATION
specifies the SSH configuration file
location on the Zero Downtime Migration service host (host where Zero Downtime Migration
service is running).
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
Set TGT_CONFIG_LOCATION
to the full path of the SSH configuration
file location on the Zero Downtime Migration service host, for example,
/home/crsuser/.ssh/config
.
E.35 TGT_DATAACFS
TGT_DATAACFS
specifies the location for the data files ACFS
volume (data
) on the target database. Use only if required to override the
values discovered automatically by Zero Downtime Migration.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Zero Downtime Migration discovers the location for ASM and ACFS
data
, redo
, and reco
storage
volumes from the specified target database, making these target database storage
properties optional.
If you need to override the values automatically discovered by Zero
Downtime Migration, then you can set the following parameters. For example,
TGT_DATADG=+DATAC3
For ASM use these parameters
TGT_DATADG
TGT_REDODG
TGT_RECODG
For ACFS use these parameters
TGT_DATAACFS
TGT_REDOACFS
TGT_RECOACFS
E.36 TGT_DATADG
TGT_DATADG
specifies the location for the data files ASM
disk group (data
) on the target database. Use only if required to override
the values discovered automatically by Zero Downtime Migration.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Zero Downtime Migration discovers the location for ASM and ACFS
data
, redo
, and reco
storage
volumes from the specified target database, making these target database storage
properties optional.
If you need to override the values automatically discovered by Zero
Downtime Migration, then you can set the following parameters. For example,
TGT_DATADG=+DATAC3
For ASM use these parameters
TGT_DATADG
TGT_REDODG
TGT_RECODG
For ACFS use these parameters
TGT_DATAACFS
TGT_REDOACFS
TGT_RECOACFS
E.37 TGT_DB_UNIQUE_NAME
TGT_DB_UNIQUE_NAME
is used by Zero Downtime Migration to
identify the target database.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
Set TGT_DB_UNIQUE_NAME
to the target database
DB_UNIQUE_NAME
value.
If the target database is Oracle Cloud Infrastructure, Oracle Exadata Database Service on Dedicated Infrastructure, or Oracle Exadata Database Service on Cloud@Customer, the target database DB_UNIQUE_NAME
parameter value must be unique to ensure that Oracle Data Guard can identify the target as a different database from the source database.
E.38 TGT_HOST_IP
TGT_HOST_IP
specifies the IP to be used to connect to the target database host from bastion host. This IP would not be reachable from ZDM host. It is expected to be reachable from bastion host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
If you want to connect to the target database server using a bastion
host, you are required to configure values for the bastion host IP address
parameter, TGT_BASTION_HOST_IP
, and the target database server IP
address parameter, TGT_HOST_IP
, in the Zero Downtime Migration
response file.
If you do not want to use the default values for the remaining bastion connection parameters, set the following parameters to configure the bastion host connection.
TGT_BASTION_PORT
- The port number defaults to 22 if
not specified.
TGT_BASTION_USER
- The bastion host target user is only
required if the user specified for the target zdmauth
plug-in is
different from the user of the target bastion host. The bastion user defaults to the
user specified for the target zdmauth
plug-in if the parameter is
not specified.
TGT_BASTION_IDENTITY_FILE
- If not specified, the value
defaults to the value specified for the identity_file
argument of
the target zdmauth
plug-in.
E.39 TGT_HTTP_PROXY_PORT
TGT_HTTP_PROXY_PORT
specifies the HTTPS proxy port if an
SSH connection needs to use a proxy to connect to the target database server.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Set both the TGT_HTTP_PROXY_URL
and
TGT_HTTP_PROXY_PORT
parameters if the SSH connection needs to
use an HTTPS proxy to connect to the target database server.
E.40 TGT_HTTP_PROXY_URL
TGT_HTTP_PROXY_URL
specifies the HTTPS proxy URL if an SSH
connection needs to use a proxy to connect to the target database server.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Set both the TGT_HTTP_PROXY_URL
and
TGT_HTTP_PROXY_PORT
parameters if the SSH connection needs to
use an HTTPS proxy to connect to the target database server.
E.41 TGT_OSS_PROXY_HOST
TGT_OSS_PROXY_HOST
specifies the Object Storage Service
proxy host on the target database server if a proxy is needed for connecting to the Object
Store.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Set both the TGT_OSS_PROXY_HOST
and
TGT_OSS_PROXY_PORT
parameters if a proxy is needed for
connecting to the Object Store.
E.42 TGT_OSS_PROXY_PORT
TGT_OSS_PROXY_PORT
specifies the Object Storage Service
proxy port number on the target database server if a proxy is needed for connecting to the
Object Store.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Set both the TGT_OSS_PROXY_HOST
and
TGT_OSS_PROXY_PORT
parameters if a proxy is needed for
connecting to the Object Store.
E.43 TGT_RECOACFS
TGT_RECOACFS
specifies the location for the fast recovery
area ACFS volume (reco
) on the target database. Use only if required to
override the values discovered automatically by Zero Downtime Migration.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Zero Downtime Migration discovers the location for ASM and ACFS
data
, redo
, and reco
storage
volumes from the specified target database, making these target database storage
properties optional.
If you need to override the values automatically discovered by Zero
Downtime Migration, then you can set the following parameters. For example,
TGT_DATADG=+DATAC3
For ASM use these parameters
TGT_DATADG
TGT_REDODG
TGT_RECODG
For ACFS use these parameters
TGT_DATAACFS
TGT_REDOACFS
TGT_RECOACFS
E.44 TGT_RECODG
TGT_RECODG
specifies the location for the fast recovery
area ASM disk group (reco
) on the target database. Use only if required to
override the values discovered automatically by Zero Downtime Migration.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Zero Downtime Migration discovers the location for ASM and ACFS
data
, redo
, and reco
storage
volumes from the specified target database, making these target database storage
properties optional.
If you need to override the values automatically discovered by Zero
Downtime Migration, then you can set the following parameters. For example,
TGT_DATADG=+DATAC3
For ASM use these parameters
TGT_DATADG
TGT_REDODG
TGT_RECODG
For ACFS use these parameters
TGT_DATAACFS
TGT_REDOACFS
TGT_RECOACFS
E.45 TGT_REDOACFS
TGT_REDOACFS
specifies the location for redo log files ACFS
volume (redo
) on the target database. Use only if required to override the
values discovered automatically by Zero Downtime Migration.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Zero Downtime Migration discovers the location for ASM and ACFS
data
, redo
, and reco
storage
volumes from the specified target database, making these target database storage
properties optional.
If you need to override the values automatically discovered by Zero
Downtime Migration, then you can set the following parameters. For example,
TGT_DATADG=+DATAC3
For ASM use these parameters
TGT_DATADG
TGT_REDODG
TGT_RECODG
For ACFS use these parameters
TGT_DATAACFS
TGT_REDOACFS
TGT_RECOACFS
E.46 TGT_REDODG
TGT_REDODG
specifies the location for redo log files ASM
disk group (redo
) on the target database. Use only if required to override
the values discovered automatically by Zero Downtime Migration.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Usage Notes
Zero Downtime Migration discovers the location for ASM and ACFS
data
, redo
, and reco
storage
volumes from the specified target database, making these target database storage
properties optional.
If you need to override the values automatically discovered by Zero
Downtime Migration, then you can set the following parameters. For example,
TGT_DATADG=+DATAC3
For ASM use these parameters
TGT_DATADG
TGT_REDODG
TGT_RECODG
For ACFS use these parameters
TGT_DATAACFS
TGT_REDOACFS
TGT_RECOACFS
E.47 TGT_RETAIN_DB_UNIQUE_NAME
TGT_RETAIN_DB_UNIQUE_NAME
specifies whether to ship redo
logs from Oracle Cloud to the on-premises standby, observe the environment for some time,
and remove the fallback later.
When TGT_RETAIN_DB_UNIQUE_NAME=TRUE
then the workflow phase
ZDM_RETAIN_DBUNIQUENAME_TGT
is present as the final phase. You
must pause the migration job at a prior phase and resume the job when the fallback
has to be removed.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.48 TGT_RMAN_CHANNELS
TGT_RMAN_CHANNELS
specifies the number of RMAN channels to
be allocated at the target database server for performing RMAN restore.
Property | Description |
---|---|
Syntax |
|
Default value |
|
E.49 TGT_SKIP_DATAPATCH
TGT_SKIP_DATAPATCH
specifies whether or not Zero Downtime
Migration runs the datapatch utility on the target database as part of the post-migration
tasks.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
Usage Notes
If the target database environment is at a higher patch level than the
source database (for example, if the source database is at Jan 2020 PSU/BP and the
target database is at April 2020 PSU/BP), then set the
TGT_SKIP_DATAPATCH
parameter to FALSE
to allow
Zero Downtime Migration to run the datapatch utility on the target database as part
of the post-migration tasks.
Otherwise, set the parameter to TRUE
, and if the target
database environment is at a higher patch level than the source database, you will
need to run the datapatch utility manually after the migration.
E.50 TGT_SSH_RETRY_TIMEOUT
TGT_SSH_RETRY_TIMEOUT
specifies the number of minutes
during which retries are attempted after SSH connection failures. Retries stop when the
timeout value has elapsed.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.51 TGT_SSH_TUNNEL_PORT
TGT_SSH_TUNNEL_PORT
specifies the forwarding port on the
source database server where the SSH tunnel to the target database server for SQL*Net
connection is set up.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.52 TGT_ZDLRA_WALLET_LOC
TGT_ZDLRA_WALLET_LOC
specifies the path of the Zero Data
Loss Recovery Appliance wallet on the target database server.
Property | Description |
---|---|
Syntax |
The expected format for the location is
|
Default value |
There is no default value. |
Usage Notes
When using Zero Data Loss Recovery Appliance as the migration backup medium, you must set the following parameters.
SRC_ZDLRA_WALLET_LOC
TGT_ZDLRA_WALLET_LOC
ZDLRA_CRED_ALIAS
E.53 TGT_STBY_NODE
TGT_STBY_NODE
specifies the IP address of the target standby.
Note:
This parameter is valid only for DR Physical Online migrations.Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.54 TGT_STBY_DB_UNIQUE_NAME
TGT_STBY_DB_UNIQUE_NAME
specifies the value of target standby database.
Note:
This parameter is valid only for DR Physical Online migrations.Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.55 TGT_STBY_AUTH
specifies the authentication plugin name for connecting to the target standby database.
TGT_STBY_AUTH
Note:
This parameter is valid only for DR Physical Online migrations.Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Range of values |
|
E.56 TGT_STBY_SUDO_USER
specifies the user name to login on the target standby database server.
TGT_STBY_SUDO_USER
Note:
This parameter is valid only for DR Physical Online migrations.Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.57 TGT_STBY_IDENTITY_FILE
specifies the location of the identity file.
TGT_STBY_IDENTITY_FILE
Note:
This parameter is valid only for DR Physical Online migrations.Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.58 TGT_STBY_SUDO_PATH
specifies the sudo location on the target standby database.
TGT_STBY_SUDO_PATH
Note:
This parameter is valid only for DR Physical Online migrations.Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.59 TGT_STBY_ZDLRA_WALLET_LOC
specifies the location of the Zero Data Loss Recovery Appliance wallet on the target standby database.
TGT_STBY_ZDLRA_WALLET_LOC
Note:
This parameter is valid only for DR Physical Online migrations.Property | Description |
---|---|
Syntax |
The expected format for the location is:
|
Default value |
There is no default value. |
E.60 ZDM_TGT_STBY_CASCADING
Specifies how to keep the target standby database in sync during DR physical online migrations. Set ZDM_TGT_STBY_CASCADING
to TRUE
(default value) to allow redo log shipping from the target database or set to FALSE
to allow the redo log shipping from the source database (primary).
Note:
This parameter is valid only for DR Physical Online migrations.Property | Description |
---|---|
Syntax |
|
Default value |
|
Required |
No, only required for DR physical online migrations. |
E.61 ZDM_UPGRADE_TARGET_HOME
Specify the location of ZDM_UPGRADE_TARGET_HOME
when you want to upgrade your target database after migration to an upgraded version.
Note:
Ensure that the TGT_SKIP_DATAPATCH should be FALSE.Ensure that the version of ORACLE_HOME
is an upgraded version.
Note:
This parameter is valid only for DR Physical migrations.Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
NA |
E.62 ZDM_PRE_UPGRADE_TARGET_HOME
Specify the location of ZDM_PRE_UPGRADE_TARGET_HOME when you want to upgrade and plug your non-cdb source database to an upgraded version of the CDB target database. ZDM_PRE_UPGRADE_TARGET_HOME accepts ORACLE_HOME path in the target instance. The version of ZDM_PRE_UPGRADE_TARGET_HOME home should be same as the non-cdb source database.
Note:
Value of the NONCDBTOPDB_CONVERSION
should be TRUE
. TGT_SKIP_DATAPATCH
should be FALSE
.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
NA |
E.63 ZDLRA_CRED_ALIAS
ZDLRA_CRED_ALIAS
specifies the Zero Data Loss Recovery
Appliance wallet credential alias.
Property | Description |
---|---|
Syntax |
The expected format for the alias is
|
Default value |
There is no default value. |
Usage Notes
When using Zero Data Loss Recovery Appliance as the migration backup medium, you must set the following parameters.
SRC_ZDLRA_WALLET_LOC
TGT_ZDLRA_WALLET_LOC
ZDLRA_CRED_ALIAS
E.64 ZDM_BACKUP_DIFFERENTIAL_SRC_MONITORING_INTERVAL
ZDM_BACKUP_DIFFERENTIAL_SRC_MONITORING_INTERVAL
specifies
the time interval, in minutes, at which to monitor and report the progress of the
ZDM_BACKUP_DIFFERENTIAL_SRC
migration job phase.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
The migration job phase monitoring interval parameters, listed below,
monitor and report the backup and restore operations progress at the set time
interval, specified in minutes. Note that the migration job phase for which the
monitoring interval applies is prefixed to _MONITORING_INTERVAL
in
each parameter listed above.
- ZDM_BACKUP_FULL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_INCREMENTAL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_DIFFERENTIAL_SRC_MONITORING_INTERVAL
- ZDM_CLONE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RESTORE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RECOVER_TGT_MONITORING_INTERVAL
To disable a monitoring interval parameter, set it to 0
(zero).
Note that for parameters that are interval based, if the results are not in the job logs, check the specific phase logs for the monitoring information.
E.65 ZDM_BACKUP_FULL_SRC_MONITORING_INTERVAL
ZDM_BACKUP_FULL_SRC_MONITORING_INTERVAL
specifies the time
interval, in minutes, at which to monitor and report the progress of the
ZDM_BACKUP_FULL_SRC
migration job phase.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
The migration job phase monitoring interval parameters, listed below,
monitor and report the backup and restore operations progress at the set time
interval, specified in minutes. Note that the migration job phase for which the
monitoring interval applies is prefixed to _MONITORING_INTERVAL
in
each parameter listed above.
- ZDM_BACKUP_FULL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_INCREMENTAL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_DIFFERENTIAL_SRC_MONITORING_INTERVAL
- ZDM_CLONE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RESTORE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RECOVER_TGT_MONITORING_INTERVAL
To disable a monitoring interval parameter, set it to 0
(zero).
Note that for parameters that are interval based, if the results are not in the job logs, check the specific phase logs for the monitoring information.
E.66 ZDM_BACKUP_INCREMENTAL_SRC_MONITORING_INTERVAL
ZDM_BACKUP_INCREMENTAL_SRC_MONITORING_INTERVAL
specifies
the time interval, in minutes, at which to monitor and report the progress of the
ZDM_BACKUP_INCREMENTAL_SRC
migration job phase.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
The migration job phase monitoring interval parameters, listed below,
monitor and report the backup and restore operations progress at the set time
interval, specified in minutes. Note that the migration job phase for which the
monitoring interval applies is prefixed to _MONITORING_INTERVAL
in
each parameter listed above.
- ZDM_BACKUP_FULL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_INCREMENTAL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_DIFFERENTIAL_SRC_MONITORING_INTERVAL
- ZDM_CLONE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RESTORE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RECOVER_TGT_MONITORING_INTERVAL
To disable a monitoring interval parameter, set it to 0
(zero).
Note that for parameters that are interval based, if the results are not in the job logs, check the specific phase logs for the monitoring information.
E.67 ZDM_BACKUP_RETENTION_WINDOW
ZDM_BACKUP_RETENTION_WINDOW
specifies the number of days
after which backups created by Zero Downtime Migration become obsolete.
Property | Description |
---|---|
Syntax |
|
Default value |
|
E.68 ZDM_BACKUP_TAG
ZDM_BACKUP_TAG
specifies an RMAN backup tag that can be
used to perform a database migration or create a backup.
Use cases:
Set ZDM_USE_EXISTING_BACKUP=TRUE
to use the specified
RMAN backup in ZDM_BACKUP_TAG
as the full backup, to skip the full
backup phase in a migration job. An error is thrown if the backup associated with
the specified tag is not valid.
Set ZDM_USE_EXISTING_BACKUP=FALSE
if you wish to create
a backup with the specified tag in ZDM_BACKUP_TAG
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value |
Range of values |
Specify a valid RMAN backup tag to create or use an existing backup in the migration. |
E.69 ZDM_CLONE_TGT_MONITORING_INTERVAL
ZDM_CLONE_TGT_MONITORING_INTERVAL
specifies the time
interval, in minutes, at which to monitor and report the progress of the
ZDM_CLONE_TGT
migration job phase.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
The migration job phase monitoring interval parameters, listed below,
monitor and report the backup and restore operations progress at the set time
interval, specified in minutes. Note that the migration job phase for which the
monitoring interval applies is prefixed to _MONITORING_INTERVAL
in
each parameter listed above.
- ZDM_BACKUP_FULL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_INCREMENTAL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_DIFFERENTIAL_SRC_MONITORING_INTERVAL
- ZDM_CLONE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RESTORE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RECOVER_TGT_MONITORING_INTERVAL
To disable a monitoring interval parameter, set it to 0
(zero).
Note that for parameters that are interval based, if the results are not in the job logs, check the specific phase logs for the monitoring information.
E.70 ZDM_CURL_LOCATION
ZDM_CURL_LOCATION
specifies a custom location for the CURL
binary on the source.
Property | Description |
---|---|
Syntax |
|
Default value |
|
E.71 ZDM_LOG_OSS_PAR_URL
ZDM_LOG_OSS_PAR_URL
specifies the pre-authenticated URL to
use when uploading logs to Object Storage Service. The logs capture the current migration
job phase and the execution status of the phase.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. By default this parameter is disabled. |
E.72 ZDM_OPC_RETRY_COUNT
ZDM_OPC_RETRY_COUNT
specifies the number of retry attempts
tat will be made after an initial Object Store connection failure.
Property | Description |
---|---|
Syntax |
|
Default value |
The default behavior is to attempt no retries. |
E.73 ZDM_OPC_RETRY_WAIT_TIME
ZDM_OPC_RETRY_WAIT_TIME
specifies the number of seconds to
wait after an Object Store connection failure before attempting to retry the
connection.
Property | Description |
---|---|
Syntax |
|
Default value |
|
E.74 ZDM_OSS_RECOVER_TGT_MONITORING_INTERVAL
ZDM_OSS_RECOVER_TGT_MONITORING_INTERVAL
specifies the time
interval, in minutes, at which to monitor and report the progress of the
ZDM_OSS_RECOVER_TGT
migration job phase.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
The migration job phase monitoring interval parameters, listed below,
monitor and report the backup and restore operations progress at the set time
interval, specified in minutes. Note that the migration job phase for which the
monitoring interval applies is prefixed to _MONITORING_INTERVAL
in
each parameter listed above.
- ZDM_BACKUP_FULL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_INCREMENTAL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_DIFFERENTIAL_SRC_MONITORING_INTERVAL
- ZDM_CLONE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RESTORE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RECOVER_TGT_MONITORING_INTERVAL
To disable a monitoring interval parameter, set it to 0
(zero).
Note that for parameters that are interval based, if the results are not in the job logs, check the specific phase logs for the monitoring information.
E.75 ZDM_OSS_RESTORE_TGT_MONITORING_INTERVAL
ZDM_OSS_RESTORE_TGT_MONITORING_INTERVAL
specifies the time
interval, in minutes, at which to monitor and report the progress of the
ZDM_OSS_RESTORE_TGT
migration job phase.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Usage Notes
The migration job phase monitoring interval parameters, listed below,
monitor and report the backup and restore operations progress at the set time
interval, specified in minutes. Note that the migration job phase for which the
monitoring interval applies is prefixed to _MONITORING_INTERVAL
in
each parameter listed above.
- ZDM_BACKUP_FULL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_INCREMENTAL_SRC_MONITORING_INTERVAL
- ZDM_BACKUP_DIFFERENTIAL_SRC_MONITORING_INTERVAL
- ZDM_CLONE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RESTORE_TGT_MONITORING_INTERVAL
- ZDM_OSS_RECOVER_TGT_MONITORING_INTERVAL
To disable a monitoring interval parameter, set it to 0
(zero).
Note that for parameters that are interval based, if the results are not in the job logs, check the specific phase logs for the monitoring information.
E.76 ZDM_RMAN_COMPRESSION_ALGORITHM
ZDM_RMAN_COMPRESSION_ALGORITHM
specifies which RMAN
compression algorithm to use for backups.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.77 ZDM_RMAN_DIRECT_METHOD
ZDM_RMAN_DIRECT_METHOD
specifies the RMAN method
(restore from service or active duplicate) to use when
DATA_TRANSFER_MEDIUM=DIRECT
data transfer method is
specified.
You must also set the ZDM_SRC_DB_RESTORE_SERVICE_NAME
parameter if
you configure a physical migration using direct data transfer
(DATA_TRANSFER_MEDIUM=DIRECT
).
See Direct Data Transfer Support for more information about using direct data transfer in a physical migration
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.78 ZDM_RMAN_ENCRYPT_BACKUP
ZDM_RMAN_ENCRYPT_BACKUP
specifies if you want to disable the backup encryption for NON_CLOUD
.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
Note: This parameter is applicable only forNON_CLOUD targets as the encryption is mandatory in cloud. You can disable this parameter only for non-cloud migrations. Backup encryption is mandatory for cloud
|
E.79 ZDM_RMAN_SECTION_SIZE
ZDM_RMAN_SECTION_SIZE
specifies the size for backups or for direct migration restore operation.
Property | Description |
---|---|
Syntax |
Example, |
Default value |
Note: Specify0 to skip using the section size.
|
Modifiable on resume |
Yes, the value will be used for any new backups. |
Required |
No |
E.80 ZDM_SHARD_ID
ZDM_SHARD_ID
is used to ensure that a migration job is
running or is being resumed in the correct intended pod.
In a scenario where Zero Downtime Migration is scaled out to service multiple simultaneous migrations, each ZDM server has its own metadata store, which means that the same migration job ID values could be repeated across multiple ZDM servers.
To avoid job ID conflicts which could cause the incorrect job to be resumed on the
incorrect ZDM server, the ZDM_SHARD_ID
for each job will be
configured contain the ZDM host name to which the migration job is being sent. This
value will be seeded by E2E during RSP creation.
The value of ZDM_SHARD_ID
and the other RSP tokens will be used by
ZDM to confirm that the job metadata matches the RSP file values for the source and
target database properties to ensure the correct job ID and ZDM server are
resumed.
If the value from ZDM_SHARD_ID
in the response file is set, and it
does not match the current host name, the following exception is thrown:
PRGZ-#### : Specified shard ID zdm_host_name_a does not
match with current ZDM host zdm_host_name_b.
in which den01gl is the value read from the response file, and den01glt is the current pod's host name
Property | Description |
---|---|
Syntax |
|
Default value |
No default value By default, ZDM will not consider the host name before starting or resuming a job. |
Range of values |
The |
E.81 ZDM_SKIP_DG_CONFIG_CLEANUP
ZDM_SKIP_DG_CONFIG_CLEANUP
indicates whether Zero Downtime
Migration should clean up the Oracle Data Guard configuration from the source and target
databases at the end of the migration when using online physical migration.
Property | Description |
---|---|
Syntax |
|
Default value |
By default, ZDM will deconfigure Data Guard parameters configured for migration. |
Range of values |
|
E.82 ZDM_SKIP_TDE_WALLET_MIGRATION
ZDM_SKIP_TDE_WALLET_MIGRATION
indicates whether Zero Downtime Migration should skip export and import of TDE wallet from the source and target database.
Property | Description |
---|---|
Syntax |
|
Default value |
By default, ZDM will export TDE wallet from the source and copy and stage the wallet on the target database. |
Range of values |
|
E.83 ZDM_SRC_DB_RESTORE_SERVICE_NAME
ZDM_SRC_DB_RESTORE_SERVICE_NAME
specifies the
fully qualified name of the service on the source database to be used for an online physical
migration (MIGRATION_METHOD=ONLINE_PHYSICAL
) using direct data transfer
(DATA_TRANSFER_MEDIUM=DIRECT
).
You must also set the ZDM_RMAN_DIRECT_METHOD
parameter if you
configure a physical migration using direct data transfer
(DATA_TRANSFER_MEDIUM=DIRECT
).
See Direct Data Transfer Support for more information about using direct data transfer in a physical migration
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. If not specified, the default database service is used. |
E.84 ZDM_SRC_TNS_ADMIN
ZDM_SRC_TNS_ADMIN
specifies the custom location for
TNS_ADMIN
on the source database server when there is no Oracle Grid
Infrastructure. If a Grid Infrastructure exists, then the TNS_ADMIN
property must be set in the CRS resource attribute environment of the database
resource.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
E.85 ZDM_STANDBY_DB_CONNECT_STRING
Specifies the connect string of the standby database when
ZDM_USE_EXISTING_STANDBY
is enabled.
Optional parameter to set when ZDM_USE_EXISTING_STANDBY
is enabled:
ZDM_STANDBY_DB_CONNECT_STRING
See Using an Existing Standby to Instantiate the Target Database.
Specify the connect string either in EZconnect
format or in long form connect descriptor format as shown:
EZConnect Format:ZDM_STANDBY_DB_CONNECT_STRING=standby-host.example.com:1521/standbydb
Syntax (Long service name): ZDM_STANDBY_DB_CONNECT_STRING=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=standby-host.example.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=standbydb)))
Property | Description |
---|---|
Syntax |
|
Default value |
None |
Range of values |
Enter the connect string for an existing standby for the source primary database |
E.86 ZDM_USE_DG_BROKER
Indicates whether Zero Downtime Migration can use an Oracle Data Guard broker configuration to manage database role switchover.
See Using Oracle Data Guard Broker Role Switchover.
Note that broker configuration is not supported for Oracle Database 11.2.0.4.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.87 ZDM_USE_EXISTING_BACKUP
ZDM_USE_EXISTING_BACKUP
indicates whether Zero Downtime
Migration can use an existing RMAN backup to perform a database migration.
If this parameter is set to TRUE
, you must also set parameter
ZDM_BACKUP_TAG
. If no value is provided for
ZDM_BACKUP_TAG
, and
ZDM_USE_EXISTING_BACKUP=TRUE
an error is thrown.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.88 ZDM_USE_EXISTING_STANDBY
Indicates whether Zero Downtime Migration can use an existing standby database to instantiate the standby in the target environment in a physical migration.
Optional parameter to set when ZDM_USE_EXISTING_STANDBY
is enabled:
ZDM_STANDBY_DB_CONNECT_STRING
See Using an Existing Standby to Instantiate the Target Database.
Note:
This migration option is only available when you are using direct data transfer with RMAN restore from service. Because Oracle Database 11.2 doesn't support RMAN restore from service, it is therefore not supported for migration from an existing standby.Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.89 ZDM_USE_EXISTING_UNDO_SIZE
ZDM_USE_EXISTING_UNDO_SIZE
specifies whether Zero Downtime
Migration should use the existing undo tablespace size when creating a new undo tablespace,
if required.
Property | Description |
---|---|
Syntax |
|
Default value |
By default, Zero Downtime Migration uses the largest size of the existing undo tablespaces. |
Range of values |
|
E.90 ZDM_TGT_UPGRADE_TIMEZONE
ZDM_TGT_UPGRADE_TIMEZONE
specifies whether Zero Downtime Migration performs timezone upgrade operation on the target database as part of the post-migration tasks.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
Usage Notes
This property is applicable for physical migration where source database time zone version is less than target time zone version. After completion of physical migration, target database timezone version is downgraded to source time zone version.
Enable this property to upgrade time zone version of target database to pre-migration time zone version as part of post- migration job performed in this phase. Also upgrade the values of TIMESTAMP WITH TIME ZONE
data type to the upgraded time zone version, based on the DBMS_DST
package.
The following phases are applicable if value of the ZDM_TGT_UPGRADE_TIMEZONE parameter is TRUE:
- TIMEZONE_UPGRADE_PREPARE_TGT
- TIMEZONE_UPGRADE_TGT
E.91 ZDM_APPLY_LAG_MONITORING_INTERVAL
ZDM_APPLY_LAG_MONITORING_INTERVAL
specifies the lag monitoring interval.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
|
E.92 ZDM_NONCDBTOPDB_PDB_NAME
ZDM_NONCDBTOPDB_PDB_NAME
is used to specify the database name if you want to convert a source database from nonCDB to PDB.
Property | Description |
---|---|
Syntax |
|
Default value |
|
Range of values |
When migrating non-CDB source to CDB target as a PDB, the PDB name to be used. If empty, ZDM uses |
E.93 SRC_DB_PASSWORDFILE_LOC
SRC_DB_PASSWORDFILE_LOC
specifies the location of the password file on the source database server.
If the database user is specified for source database host access and if the database password file is in ASM, then copy it to the sourcenode
filesystem path for the specified dbuser
to access the Syntax Local File System path. For example, /u02/app/oracle/network/admin/orapw<sid>
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Range of values |
Not applicable |
Required | No |
Modifiable on Resume | Yes |
E.94 SRC_DB_TDE_WALLET_LOC
SRC_DB_TDE_WALLET_LOC
specifies the path of the TDE wallet on the source database server.
This parameter allows multiple TDE wallet locations (separated by ||). You can specify multiple TDE wallet locations when using PDBs in isolated mode. For example, SRC_DB_TDE_WALLET_LOC=/u02/app/oracle/network/admin/tde||/u02/app/oracle/network/admin/pdb1/tde||/u02/app/oracle/network/admin/pdb2/tde
The allowed characters include: a-z, A-Z, 0-9, /, +, ., _
and -
.
If NoSudo DBUSER
auth is specified for source database host access and if the database TDE wallet is in ASM, then copy it to the sourcenode
filesystem path for the specified dbuser
to allow access. For example, /u02/app/oracle/network/admin/tde
.
Note:
The TDE wallet paths must be similar to the output of this query:SQL> SELECT * FROM v$encryption_wallet
.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value. |
Range of values |
Not applicable |
Required | No |
Modifiable on Resume | Yes |
E.95 WALLET_SOURCEADMIN
Specifies the absolute path to the directory that contains the auto login
wallet file cwallet.sso
, which is used to get the source database
administrative admin password.
The path should be resolvable from the Zero Downtime Migration service host.
About the WALLET_* Parameters
The WALLET_*
parameters specify the full path for the
auto login wallet file on the Zero Downtime Migration service host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value |
Range of value |
Full path to the wallet. |
Required |
No |
Modifiable on Resume |
No |
E.96 WALLET_OSS
Specifies the absolute path location for wallet to be used for OSS.
The path should be resolvable from the Zero Downtime Migration service host.
About the WALLET_* Parameters
The WALLET_*
parameters specify the full path for the
auto login wallet file on the Zero Downtime Migration service host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value |
Range of value |
Full path to the wallet. |
Required |
No |
Modifiable on Resume |
No |
E.97 WALLET_DV
Specifies the absolute path location for wallet to be used for Oracle Database Vault.
The path should be resolvable from the Zero Downtime Migration service host.
About the WALLET_* Parameters
The WALLET_*
parameters specify the full path for the
auto login wallet file on the Zero Downtime Migration service host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value |
Range of value |
Full path to the wallet. |
Required |
No |
Modifiable on Resume |
No |
E.98 WALLET_TDEKEYSTORE
Specifies the absolute path location for wallet to be used for TDE keystore.
The path should be resolvable from the Zero Downtime Migration service host.
About the WALLET_* Parameters
The WALLET_*
parameters specify the full path for the
auto login wallet file on the Zero Downtime Migration service host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value |
Range of value |
Full path to the wallet. |
Required |
No |
Modifiable on Resume |
No |
E.99 WALLET_TGTTDEKEYSTORE
Specifies the absolute path location for wallet to be used for the target TDE keystore.
The path should be resolvable from the Zero Downtime Migration service host.
About the WALLET_* Parameters
The WALLET_*
parameters specify the full path for the
auto login wallet file on the Zero Downtime Migration service host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value |
Range of value |
Full path to the wallet. |
Required |
No |
Modifiable on Resume |
No |
E.100 WALLET_BACKUP
Specifies the absolute path location for wallet to be used for backup.
The path should be resolvable from the Zero Downtime Migration service host.
About the WALLET_* Parameters
The WALLET_*
parameters specify the full path for the
auto login wallet file on the Zero Downtime Migration service host.
Property | Description |
---|---|
Syntax |
|
Default value |
There is no default value |
Range of value |
Full path to the wallet. |
Required |
No |
Modifiable on Resume |
No |