Example

This chapter presents an example of duplicate between a Windows server with ASM and a Linux Server without ASM.

Requirement

  1. Create the spfile for the auxiliary database

  2. Start the auxiliary database on the level nomount

  3. Add the parameter db_create_file_dest , db_create_online_log_dest_1 and db_create_online_log_dest_2 in the spfile of the new database

  4. Create the directories in oradata

  5. Configure the Listener and the Tnsnames on the both sides

Listener

On the target database

# listener.ora Network Configuration File:
D:\\oracle\\grid\\network\\admin\\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
 (DESCRIPTION_LIST =
 (DESCRIPTION =
 (ADDRESS = (PROTOCOL = TCP)(HOST = srvoraclewinasm)(PORT = 1521))
 (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
 )
 )

ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
VALID_NODE_CHECKING_REGISTRATION_LISTENER=SUBNET # line added by Agent

On the auxiliary database

Tnsnames

On the target database

On the auxiliary database

Configuration File

Execution

Last updated