Oracle Golden gate installation

Hi,
Where i will ger the configuration for Oracle golden gate,
i want golden gate configuration for Oracle to Oracle, SQL to Oracle
unidirectional & bi directional
Thanks,

You can go through several of the Oracle Learning Library lessons here:
http://apex.oracle.com/pls/apex/f?p=44785:2:1926170455343282:FORCE_QUERY::2,CIR,RIR:P2_TAGS:Goldengate

Similar Messages

  • Install oracle golden gate 11.1.1.0 for oracle9i on RedHat AS3 U6 issue

    Hi expert,
    I need install Oracle golden gate base on below combination:
    GG version: 11.1.1.0 (x64)
    OS version: Redhat AS3 UL6 (x64)
    Oracle version: 9.2.0.8 (x64)
    I set the .bash_profile for oracle as below:
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/9.2.0
    export GGATE=/software/ogg
    export PATH=$PATH:$ORACLE_HOME/bin:$GGATE
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$GGATE
    However, after installation, when I run ggsci, it show below error message:
    ggsci: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
    I searched the libstdc++.so.6 in the server and found one in /lib64/ssa/libstdc++.so.6, I changed the LD_LIBRARY_PATH as:
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$GGATE:/lib64/ssa/
    then this time it has below error:
    ggsci: /lib64/ssa/libstdc++.so.6: version `GLIBCXX_3.4' not found (required by ggsci)
    ggsci: /lib64/ssa/libstdc++.so.6: version `GLIBCXX_3.4' not found (required by /software/ogg/libxerces-c.so.28)
    my question:
    1. Is GG 11.1.1.0 supported on RHEL AS3 U6? From oracle official website, it seems only the EL 4 UL7+ or EL 5 UL3+ are supported.
    2. If it's supported, how to resolve above error?
    Many thanks for your help.

    Hi,
    I think GG version: 11.1.1.0 (x64) supports only oracle 10g and 11g databases.
    Try GG version: 10.4.0.19 (x64) for oracle 9.2.0.8
    Thanks.

  • Does the oracle golden gate version 11.1.1.1.2 support oracle 12C database ?

    Hi experts,
    Currently in our environment we are having Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit DB which is replicated via oracle golden gate version 11.1.1.1.2. As per the application team requirement we need to migrate this database to 12C.
    Can any one help me on the below queries
    Does the oracle golden gate version 11.1.1.1.2 support oracle 12c database ?
    Are there any syntax changes in oracle goldengate versions which needs to be taken care in extract or replicat parameter files ?
    Thanks,
    Mushraff Shaik

    Hi,
    >>Does the oracle golden gate version 11.1.1.1.2 support oracle 12c database ?
    Why do you think it will not support 12c database ?
    From a Golden Gate perspective you need to create schema and use that.  As you are moving to 12c database, ideally you should think of upgrading Golden Gate 11.1 to 12c so you can use new feature such as Multi Threaded replicate etc..
    HTH,
    Pradeep

  • Help on Oracle Golden Gate [SQL Server to Oracle Database]

    Hi,
    I am planning to use Oracle Golden Gate to replicate data from SQl Server 2008 to Oracle database. I had below queries which I wanted to get clarity on before making a decision. It would be very helpful if anyone can clarify this
    - Can I set-up OGG to synchronize only a subset of tables within a schema ? (for ex: 10 tables out of 50 tables in a schema)
    - Once the synchronization is set-up after the Initial Load, can the synchronization be paused (for few days) and then resumed again seamlessly ?
    Any help/input would be greatly appreciated.
    Regards
    Rajashekar

    - Can I set-up OGG to synchronize only a subset of tables within a schema ? (for ex: 10 tables out of 50 tables in a schema)
    Yes, the TABLE option in the extract needs to specify the table name (not a wildcard ( * )).  The replecat needs to be done the same way.
    Example:
    --Extract--
    TABLE <SCHEMA>.<TABLE_NAME>
    --Replicat--
    MAP <SCHEMA>.<TABLE_NAME>, TARGET <SCHEMA>.<TABLE_NAME>
    - Once the synchronization is set-up after the Initial Load, can the synchronization be paused (for few days) and then resumed again seamlessly ?
    Once the initial load is done, you can turn off the replicat for a few days.  Only thing is that you need to make sure you have space for the trail files that will be generated and access to any backups/archive logs that you may need later.

  • Prerequisites for POC on Oracle Golden Gate

    Hi,
    I want to build POC on Oracle Golden Gate. I am looking for any prerequisites for the demonstration such as any downloads, machine requirements, hard disk capasity, configuration guide etc.
    Any help would be much appriciated.
    Thanks,
    Avadhut

    Hi Avadhut,
    Oracle GoldenGate for the Oracle Database:
    http://www.oracle.com/technology/software/products/goldengate/index.html
    Oracle GoldenGate for the ODI:
    http://www.oracle.com/us/products/middleware/data-integration/index.htm

  • Oracle golden gate question

    Hello,
    I have a plan to migrate my oracle 9.2.0.8 database from windows 32 bit to 11.1.0.7 on IBM AIX (6.1) 64 bit and i want to utilize Golden gate for this purpose. I am trying to open site http://support.goldengate.com/ but was not able to open for past two days. Can any onve guide if this site has been moved. I want to check whether above combination is supported on oracle golden gate or not.
    Thanks

    You can check https://support.oracle.com

  • Oracle Golden Gate Manager not starting

    Trying to configure Oracle Golden Gate between oracle 10g and Oracle 9i
    Golden gate Manager is not starting
    Error in MGR.rpt
    Source Context :
    SourceModule : [mgr.main]
    SourceID : [home/ecloud/workspace/Build_FBO_OpenSys_r11.1.1.0.0_078_[34085]/perforce/src/app/mgr/mgr.c]
    SourceFunction : [param_file_args]
    SourceLine : [2854]
    2010-10-03 09:27:48 ERROR OGG-00303 Unrecognized parameter (<CODE>PORT).
    2010-10-03 09:27:48 ERROR OGG-01668 PROCESS ABENDING.
    GGSCI (ggntestb) 1> edit params mgr
    "/export/home/oracle/ggs/dirprm/mgr.prm" 1 line, 23 characters
    <code>PORT 7809</code>

    Hi,
    Welcome to oracle forums :)
    Refer Link: http://gavinsoorma.com/2010/02/goldengate-tutorial-3-configuring-the-manager-process/
    Regards,
    X A H E E R

  • Oracle Data Integrator (ODI) vs Oracle Golden Gate

    We are about to start a new data warehouse project, which will require a data integration product and have the following questions:
    - ODI provides near real-time data warehousing support: - What is the difference between ODI's near-realtime data warehousing features and Oracle Golden Gate's real-time data integration?
    - How does Oracle Golden Gate achieve Real-time Data Integration? (What kind of non-invasive techniquire/procedures/processes does it use to achieve Real-time Data Integration?
    - Obviously with Oracle Golden Gate being the superior Data Integration product, what is the future of ODI?
    - Is there any product convergence planned for ODI and Oracle Golden Gate by Oracle corp. in the near/far future?
    - Most importantly, what product should we use to implement the new project: ODI or Oracle Golden Gate?
    - What is the easier product to learn/implement: ODI or Oracle Golden Gate?
    Others, please feel free to add to the above questions/concerns.
    Thanks for all your help.

    Hi,
    I tried to install the essbase driver adapter on ODI, but I can't connect to Essbase using topology manager. Anyone know about essbase drivers for ODI. I used ODI 10.1.3.4.
    Thanks all.
    Regards,
    Sumardi

  • Oracle golden gate mapping table to target

    Hi,
    I am trying to map only few selected columns from a table on the source; to the target machine. How can it be done in oracle golden gate? Is there any specific GGSCI command for it?
    Regards

    arch27 wrote:
    Hi, I am trying to map only few selected columns from a table on the source;
    to the target machine. How can it be done in oracle golden gate? Is there any specific GGSCI command for it?The column mapping is done in the parameter (*.prm) file, not in the command line interface (ggsci). See the reference guide or the admin guide for examples. Basically just map the columns you want; unused columns from the source would just be ignored.
    The following maps all source columns to target columns where the source/target names are the same, and explicitly maps the target "foo" column to the source "bar" column:
    <blockquote>
    MAP ggs.tcustmer, TARGET ggs.tcustmer,
    COLMAP (
    USEDEFAULTS,
    foo = bar);
    </blockquote>
    The following ignores all columns from the source DB that are not explicitly listed.
    <blockquote>
    MAP ggs.tcustmer, TARGET ggs.tcustmer,
    COLMAP (
    id = id,
    target_firstname = src_fname,
    target_lastname = src_lname,
    foo = bar);
    </blockquote>
    See also...
    * http://www.oracle.com/technetwork/middleware/goldengate/overview/index.html
    * http://apex.oracle.com/pls/apex/f?p=44785:2:0:FORCE_QUERY::2,RIR,CIR:P2_GROUP_ID,P2_PRODUCT_ID:1001,2023

  • Oracle golden gate mapping table

    Hi,
    I am trying to map only few selected columns from a table on the source; to the target machine. How can it be done in oracle golden gate? Is there any specific GGSCI command for it?
    Regards

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » System Management and Integration » GoldenGate which you can get more quick response
    Regard
    Helios

  • Unable to connect to sybase in Oracle Golden Gate using GGSCI cmd prompt

    Hi All,
    I am trying to connect to sybase using golden gate cmd prompt GGSCI, but i am getting below error
    Command - dblogin sourcedb master userid sa
    master is the dbname (Default available in sybase)
    sa - user
    ERROR: Cannot connect to database master at server BL1DDG1W4BS.
    Client Library error: severity(0) number (44) origin(1) layer(4).
    ct_connect(): protocol specific layer: external error: The attempt to connect to
    the server failed.
    Sybase Version - 15.0
    Oracle Golden Gate version - Oracle Golden Gate for Non Oracle Database Release 10.4 for sybase 15.0.
    Please if any one can help me out.
    Thanks In Advance.
    Regards,
    Prachi

    the command is
    dblogin sourcedb <DNS_NAME> etc...
    DNS_NAME is the name of the ODBC connection to your sybase server.

  • Monitoring tool for Oracle Golden gate

    Hi,
    I am new to Oracle Golden gate. I did the setup for one way replication golden gate and wanted to monitor it for any alerts.
    I am wondering if we have any tool to monitor the golden gate and send the alerts if any issues like OEM grid?
    Thanks,
    Mahi

    Hello,
    Is it possible to monitor DB2 as a source(OS-AIX) and Oracle as a Target(OS-Linux) using OEM12c Plugin to monitor the golden gate.Please let us know.
    Thanks,
    Biplab.

  • Golden gate installation

    hi frenz...
    I'm trying to install golden gate on oracle 11g but when i try to run the script @/oradata/gg/marker_setup.sql it asks for golden gate schema.. after entering schema name the command prompt does'nt show anything plzz tell me wheres the prob in my installation?

    Hi Ashish,
    Do you see output in the marker_setup_spool.txt which is created while running the marker_setup.sql.
    Thanks,
    Kamal.

  • Oracle Golden gate compatibility

    Hi,
    We are trying to decide the use of Golden Gate in our project, but I have not been able to determine if our database and OS are compatible and supported.
    We have IBM DB2 UDB v.8 with Z/OS 1.11
    I have downloaded the Certification matrix (http://www.oracle.com/technetwork/middleware/data-integration/goldengate1111-cert-matrix-349179.xls) and I did not see any Z/OS version, but I have seen some presentations that say that OGG can run in a Z/OS with DB2.
    ¿Anybody can help me find information?
    Thanks in advance.

    Hi,
    1.
    DB environment: IBM DB2 UDB v.8 with Z/OS 1.11
    Oracle GoldenGate is ceritifed to use with DB2 8.1 on z/OS 1.11. You can download below mentioned either of the OGG software from edelivery.oracle.com and can install and configure and use for replication of data to homogenous or hetrogenous environments.
    a. Oracle GoldenGate V11.1.1.0.0 for DB2 8.1/9.1 64bit on zOS 1.08/1.09/1.10/1.11
    Package/Zip Name:V22309-01
    Build Name:ggs_zOSV1R6_UDB81_32bit_v11_1_1_0_0_078
    OR
    b.Oracle GoldenGate V10.4.0.x for DB2 8.1/8.2 64bit on zOS 1.06/1.07/1.08/1.09
    Package/Zip Name:V18173-01
    Build Name:ggs_zOSV1R6_UDB81_32bit_v10.4.0.19_002
    Both the builds are certified to be used with DB2 v8.1 on z/OS 1.11
    2.
    OGG Installation and Setup Guide for DB2 z/OS can be downloaded from below link.
    http://download.oracle.com/docs/cd/E18101_01/doc.1111/e17796.pdf
    Other OGG documentation can be downloaded from below link.
    http://download.oracle.com/docs/cd/E18101_01/index.htm
    Thanks & Regards
    SK

  • Oracle Golden Gate Certification

    Hi,
    I am interesting with the new Golden Gate certification.
    as mentioned in
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_539
    there are some online trainings. Do we have to pay for that? or we can use it free?
    Is there any book recommended? If we read the documentation, which part is the focus of the exam? admin guide? special installation guide?
    please advice

    If you review the web page in the link that you mention in your post, you will find the exam topics that will give you the focus of the exam.
    Oracle training must be purchased. If you work for a Partner organization, it is possible that there is special pricing available for partners. You should check at your company for this information.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

Maybe you are looking for

  • Can't open Camera Raw (CR2) files in Photoshop CS3?

    I can't seem to open Camera Raw CR2 files in Photoshop CS3, my CameraRaw plug in version says it's 4.6 - any help appreciated.

  • Register Acrobat Pro 8 for Mac

    I've just installed Acrobat Professional 8 for Macintosh. I cannot purchase a newer version. The install went fine, but I cannot register the copy I have because Adobe has closed down the server that handled that. How do I register the copy I have? T

  • NOKIA E71 NEW FIRMWARE HELP - 501.21.009

    Hello members, today i came to know about the 501 FW for my e71. But NSU says my phone is already up to date and i cant update it from 500 to 501.xx.xx. The origin of the phone is UAE. Please help and also tell if there is any diff. between th 500 an

  • PE4 Resample Bug (Win XP)

    Hello: A few posts back it looked like a bug was found when resizing using percent and resample off (unchecked). I really do not want to install the v5 trial version to check if this bug still exists. That's because it has been reported that v5 trial

  • Can't print to new Epson AIO, other apps fine

    New Epson CX4800. All apps print fine to it, except Appleworks. Instead, the print job shows up in the queue and the queue immdiately stops. Have repaired permissions. Have deleted the print queue and re-added. Have tried old and new documents. Apple