Specify the following command line parameters to connect the source database:
asm_debug
Set this parameter to true only at the request of Informatica Global Customer Support. For Oracle sources in an Automatic Storage Management (ASM) environment, a value of true causes Fast Clone to print an ASM debug log to the asm_debug.log file.
Default value: false
asm_instance_host
The host name or IP address of the system with the ASM instance.
asm_instance_name
The ASM instance name to which Fast Clone connects to unload data.
Default value: No default value is provided.
asm_instance_port
The port number that is used to connect to the ASM instance that is specified in the
asm_instance_name
parameter.
Default value: 1521
asm_instance_sid
The ASM instance SID.
asm_protocol
The protocol that Fast Clone uses to connect to an ASM instance. Valid values are:
TCP
. Use the TCP/IP protocol.
TCPS
. Use the TCP/IP protocol with the Secure Sockets Layer (SSL).
Default value: TCP
asm_sys_password
A password that is defined for the ASM SYS user.
asm_sys_username
The user name of the default Oracle ASM SYS user that was created at Oracle installation, or another user that you define. This user must have SYSDBA privileges.
Default value: SYS
owner
The name of the source schema owner for the tables to be unloaded. This owner name is also the schema name for the tables.
protocol
The protocol that Fast Clone uses to connect to the source database. Valid values are:
TCP
. Use the TCP/IP protocol.
TCPS
. Use the TCP/IP protocol with the Secure Sockets Layer (SSL).
Default value: TCP
source_connection_string
The TNS connection string for the Oracle source database. Grant the SELECT ANY DICTIONARY privilege role if you use the direct path unload method.
userid
The connection string for the Oracle source database in the following format:
username
/
password
@
net_service_name
Instead of the
net_service_name
, you can use the IP address, port, and service name of the source database: