Saturday, 15 June 2019

OGG-02912 Patch 17030189 is required on your Oracle mining databa se


Error Details:

ERROR OGG-02912 Patch 17030189 is required on your Oracle mining databa
se for trail format RELEASE 12.2 or later.

Solution:

==> Got to GG_HOME:
==> Login to database and execute below script

[oracle@source ggs]$ cd /u01/ggs
[oracle@source ggs]$ ls -ltr prvtlmpg.plb
-rw-r-----. 1 oracle oinstall 9487 May 27 2015 prvtlmpg.plb

[oracle@source ggs]$ sqlplus
SQL*Plus: Release 11.2.0.4.0 Production on Sat Jun 15 06:04:29 2019
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Enter user-name: /as sysdba
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> @prvtlmpg.plb

Oracle GoldenGate Workaround prvtlmpg
This script provides a temporary workaround for bug 17030189.
It is strongly recommended that you apply the official Oracle
Patch for bug 17030189 from My Oracle Support instead of using
this workaround.
This script must be executed in the mining database of Integrated
Capture. You will be prompted for the username of the mining user.
Use a double quoted identifier if the username is case sensitive
or contains special characters. In a CDB environment, this script
must be executed from the CDB$ROOT container and the mining user
must be a common user.
=========================== WARNING ==========================
You MUST stop all Integrated Captures that belong to this mining
user before proceeding!
================================================================
Enter Integrated Capture mining user: ggadmin
Installing workaround...
No errors.
No errors.
No errors.
Installation completed.
SQL> !pwd
/u01/ggs
SQL> exit

==> start extract process:

GGSCI (source.example.com) 2> start extract DATAPMP1

Sending START request to MANAGER ...
EXTRACT DATAPMP1 starting


GGSCI (source.example.com) 3> info all

Program     Status      Group       Lag at Chkpt  Time Since Chkpt

MANAGER     RUNNING
EXTRACT     RUNNING     DATAPMP1    00:00:00      00:00:00
EXTRACT     RUNNING     EXTRACT1    00:00:05      00:00:00

No comments:

Post a Comment

work on autovacuum postgreSQL parameter

 In This blog, we are discussing the auto vacuum parameter on a small scale. we will understand the below parameters and will see how to mod...