
Prepare the Environment
Page 3
Exercise 1.
Prepare the Environment
Objective
The goals of this exercise are to:
Configure and start the Manager processes
Create and load practice data to Oracle tables
Add supplemental logging
Prepare your Oracle source environment
1. Configure the Manager process on the source
On the <source> system, create the Manager parameter file and specify the port it should use.
Create the Manager parameter file.
Shell> cd <install location>
Shell> ggsci
GGSCI> EDIT PARAMS MGR
Use the editor to assign a port.
--GoldenGate Manager parameter file
PORT <port>
Start the Manager.
GGSCI> START MGR
Verify that the Manager has started.
GGSCI> INFO MGR
2. Create the source tables and load the initial data.
Using SQL*Plus, create and populate the TCUSTMER and TCUSTORD tables by running the
demo_ora_create.sql and demo_ora_insert.sql files found in the install directory.
Execute the following commands on the <source> system.
Shell> cd <install location>
Shell> sqlplus <login>/<password>
SQL> @demo_ora_create
SQL> @demo_ora_insert
相关文档
评论