Example
This chapter presents an example of duplicate between a Windows server with ASM and a Linux Server without ASM.
Requirement
Create the spfile for the auxiliary database
Start the auxiliary database on the level nomount
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
Create the directories in oradata
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 AgentOn the auxiliary database
Tnsnames
On the target database
On the auxiliary database
Configuration File
Execution
Last updated