Oracle GoldenGate - Installation on Windows - Part 2

Prepare GoldenGate for installation

We are in the process of performing a GoldenGate installation on Windows Vista Machine, running Oracle 11g R1 database. We have complete the steps of configuring the ORACLE_SID and ORACLE_HOME variables so far. We have also installed the VC++ runtime libraries to the PC and now ready to setup GoldenGate.


3) Create a folder "GoldenGate" in your C: drive and copy the contents of the downloaded software into this folder. You may wish to specify any other folder name, but  make sure that your folder name does not contain any 'space' character.

4) From the GoldenGate folder, we now have to run the GGSCI program. A screenshot is provided below







5) Now, issue the CREATE SUBDIRS command, the resulting log is provided below. [ this step would create the required working directories for this program ]. Once this is done, issue EXIT and close the program.



C:\GoldenGate>GGSCI

Oracle GoldenGate Command Interpreter for Oracle
Version 10.4.0.19 Build 002
Windows (optimized), Oracle 10 on Sep 18 2009 15:54:55

Copyright (C) 1995, 2009, Oracle and/or its affiliates.  All rights reserved.



GGSCI (Home) 1> CREATE SUBDIRS

Creating subdirectories under current directory C:\GoldenGate

Parameter files                C:\GoldenGate\dirprm: created
Report files                   C:\GoldenGate\dirrpt: created
Checkpoint files               C:\GoldenGate\dirchk: created
Process status files           C:\GoldenGate\dirpcs: created
SQL script files               C:\GoldenGate\dirsql: created
Database definitions files     C:\GoldenGate\dirdef: created
Extract data files             C:\GoldenGate\dirdat: created
Temporary files                C:\GoldenGate\dirtmp: created
Veridata files                 C:\GoldenGate\dirver: created
Veridata Lock files            C:\GoldenGate\dirver\lock: created
Veridata Out-Of-Sync files     C:\GoldenGate\dirver\oos: created
Veridata Out-Of-Sync XML files C:\GoldenGate\dirver\oosxml: created
Veridata Parameter files       C:\GoldenGate\dirver\params: created
Veridata Report files          C:\GoldenGate\dirver\report: created
Veridata Status files          C:\GoldenGate\dirver\status: created
Veridata Trace files           C:\GoldenGate\dirver\trace: created
Stdout files                   C:\GoldenGate\dirout: created


GGSCI (Home) 2>


If you are successful till this point, you may move on to the next step of the installation. Setting up a database user for GoldenGate.

No comments:

Post a Comment