Skip to main content

1Z0-447 Real Exam Questions

Oracle GoldenGate 12c Implementation Essentials

81 questions available · Page 1 of 9

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Multiple choice

Which three are valid Extract or Replicat statements using the @RANGE function for an Acct table with a Primary Key on the AccountID column? (Select three.)

  1. A

    MAP sales.acct, TARGET sales.acct, FILTER (@RANGE (2, 3, AccountID));

  2. B

    MAP sales.acct, TARGET sales.acct, FILTER (@RANGE (1, 3, ID));

  3. C

    TABLE fin.Sales, FILTER (@RANGE (1, 2));

  4. D

    FILTER (@RANGE (2, 2, AccountID));

  5. E

    FILTER (@RANGE 2, 2, ID);

Show answer and explanation

Correct answers: A, B, C

Explanation

References:
https://docs.oracle.com/goldengate/1212/gg-winux/GWURF/column_conversion_functions022.htm#GWURF809

Question 2 Single choice

You need to manually patch Oracle GoldenGate source and targets.

How should you proceed?

  1. A

    Stop access to the source database. Allow Extract to finish capturing the transaction data that remains in the transaction log and stop Extract. Start applying the patch on the source. Wait until the data pump (if used) and Replicat are finished processing the data in their respective trails. Stop the data pump and Replicat. Apply the patch on the target. If the patches changed table definitions, run DEFGEN for the source tables to generate updated source definitions, and then replace the old definitions with the new ones in the existing source definitions file on the target system. Start the Oracle GoldenGate processes whenever you are ready to begin capturing user activity again.

  2. B

    Stop access to the source database. Allow Extract to finish capturing the transaction data that remains in the transaction log and stop Extract. Start applying the patch on the source and on the target. Start the Oracle GoldenGate processes whenever you are ready to begin capturing user activity again.

  3. C

    Stop access to the source and target databases. Allow Extract to finish capturing the transaction data that remains in the transaction log and stop Extract. Start applying the patch on the source. Wait until the data pump (if used) and Replicat are finished processing the data in their respective trails. Stop the data pump and Replicat. Apply the patch on the target. Start the Oracle GoldenGate processes whenever you are ready to begin capturing user activity again.

  4. D

    Stop access to the source and target databases. Start applying the patch on the source. Stop the data pump and Replicat. Apply the patch on the target. Start the Oracle GoldenGate processes whenever you are ready to begin capturing user activity again.

Show answer and explanation

Correct answer: A

Explanation

References:
https://docs.oracle.com/goldengate/1212/gg-winux/GWUAD/wu_adminops.htm#GWUAD701

Question 3 Single choice

What is the key purpose of GoldenGate trail files?

  1. A

    They are a persistent storage area for captured transactions.

  2. B

    They are configuration files for the GoldenGate processes.

  3. C

    They are checkpoint files for the GoldenGate processes.

  4. D

    They are database auditing logs where GoldenGate captures changes.

Show answer and explanation

Correct answer: C

Question 4 Single choice

Which other character, besides the COMMENT parameter, can you use to enter remarks in a parameter file?

  1. A

    \\

  2. B

    //

  3. C

    - -

  4. D

    \*

Show answer and explanation

Correct answer: C

Explanation

References:
https://docs.oracle.com/goldengate/1212/gg-winux/GWURF/gg_parameters027.htm#GWURF426

Question 5 Single choice

In which process should you configure the warning for long-running transactions?

  1. A

    Jagent

  2. B

    Extract

  3. C

    Replicat

  4. D

    Manager

Show answer and explanation

Correct answer: B

Explanation

References:
https://docs.oracle.com/goldengate/1212/gg-winux/GWURF/gg_parameters015.htm#GWURF410

Question 6 Single choice

Which GLOBALS parameter is required to initially enable monitoring?

  1. A

    JAGENTMONITORING

  2. B

    ENABLEMONITORING

  3. C

    ENABLEOEMMONITORING

  4. D

    CHECKMONITORING

Show answer and explanation

Correct answer: B

Explanation

References:
https://docs.oracle.com/goldengate/1212/gg-winux/GWURF/gg_parameters053.htm#GWURF474

Question 7 Multiple choice

Which three are the responsibility of the MGR process? (Select three.)

  1. A

    Process management

  2. B

    Trail File management

  3. C

    Data movement

  4. D

    Receive or route requests from the UI

  5. E

    Trigger execution

Show answer and explanation

Correct answers: A, B, C

Question 8 Single choice

Which statement is valid for DDL replication?

  1. A

    GoldenGate User Exits are not supported for DDL.

  2. B

    Source and target objects can be different.

  3. C

    Target objects can be different from source when using SOURCEDEFS in Replicat.

  4. D

    It can use WILDCARDRESOLVE IMMEDIATE.

Show answer and explanation

Correct answer: B

Question 9 Single choice

With BATCHSQL enabled, what causes a Replicat to use normal mode operation?

  1. A

    statements with rows between 8k and 24k in length

  2. B

    when BATCHSQL and GROUPTRANSOPS coexist

  3. C

    statements which cause errors

  4. D

    when server memory < 8GB

Show answer and explanation

Correct answer: B

Explanation

References:
https://docs.oracle.com/goldengate/1212/gg-winux/GWURF/gg_parameters011.htm#GWURF404

Question 10 Single choice

You are experiencing an issue with the downstream database server for the Integrated Capture Downstream Model.

Which step should you take to resolve the issue?

  1. A

    Ensure that the Oracle database version on the downstream database server is the same version as the source Oracle version.

  2. B

    Ensure that the platform type of the downstream database server is the same platform as the source database server.

  3. C

    Ensure that the GoldenGate version used on the downstream database server is the same version used on the source database server.

  4. D

    Ensure that the GoldenGate version used on the downstream database server is the same version used on the target database server.

Show answer and explanation

Correct answer: B

Explanation

References:
https://docs.oracle.com/goldengate/1212/gg-winux/GIORA/ic_deploy.htm#GIORA472