Oracle GoldenGate - Installation

Поделиться
HTML-код
  • Опубликовано: 12 ноя 2024

Комментарии • 8

  • @TutorialsPoint_
    @TutorialsPoint_  2 месяца назад

    Watch more Oracle GoldenGate Videos Here: ruclips.net/p/PLWPirh4EWFpF_rllJZe94wGLm8yPIRhBv&si=nm30RIKuwsF4stQ5

  • @sunderrajan6172
    @sunderrajan6172 4 года назад +1

    If my source is 11g and Target is 12c/18c/19c, do I need to have same version on both ends?

  • @amir2mahmood
    @amir2mahmood 6 лет назад

    Dear can you please give us guide golden gate about windows server installation

  • @muralin3998
    @muralin3998 5 лет назад

    hi bro, hope you doing good. can you post gg installation and configuration for oracle database in linux / aix machine.

  • @souravthakur6222
    @souravthakur6222 6 лет назад

    After setting LD_LIBRARY_PATH correctly getting below error while running ggsci as my Oracle DB is 32bit on Linux 64bit (x86_64)OS .
    ggsci: error while loading shared libraries: libnnz11.so: wrong ELF class: ELFCLASS32
    Kindly suggest if we have solution to this .

    • @SantoshSingh-qb9qz
      @SantoshSingh-qb9qz 5 лет назад

      Source (. oraenv) any DB and then do ./ggsci

    • @dilip5400
      @dilip5400 4 года назад

      Please set the Oracle Home and Oracle SID env variables as well. Let me know if further questions on - dilip.padmanabhan@gmail.com

    • @bobslave7063
      @bobslave7063 4 года назад

      worked after this:
      1. Configure LD_LIBRARY_PATH in ~/.bashrc by adding the following line,
      export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/amd64:$JAVA_HOME/jre/lib/amd64/server
      2. Compile it using the command given below,
      source ~/.bashrc