博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OGG-14036 Schema is required for heartbeattable : gg_heartbeat.
阅读量:2042 次
发布时间:2019-04-28

本文共 2095 字,大约阅读时间需要 6 分钟。

Add HeartBeatTable Is Failing With OGG-14036: Schema Is Required For Heartbeattable : gg_heartbeat. (Doc ID 2096088.1)

Oracle GoldenGate - Version 12.2.0.1.0 and later

Information in this document applies to any platform.

SYMPTOMS

Add HEARTBEATTABLE in 12.2 is failing with

GGSCI () > add HEARTBEATTABLE
2016-01-07 04:28:56 ERROR OGG-14036 Schema is required for heartbeattable : gg_heartbeat.

CAUSE

Configuration issue

 

SOLUTION

Please follow below steps to fix the issue.

1) Speciify the GGSCHEMA in GLOBALS
GGSCHEMA <GGSOWNER> 
Once done, exit and re-login the GGSCI prompt.
2) Log into the database
GGSCI > dblogin userid ggs12owner, password ggsowner
Successfully logged into database.
3) GGSCI > add heartbeattable

This should display the HeartBeat tables creation like below

2016-01-07 18:45:38 INFO OGG-14001 Successfully created heartbeat seed table ["GG_HEARTBEAT_SEED"].
2016-01-07 18:45:38 INFO OGG-14032 Successfully added supplemental logging for heartbeat seed table ["GG_HEARTBEAT_SEED"].
2016-01-07 18:45:38 INFO OGG-14000 Successfully created heartbeat table ["GG_HEARTBEAT"].
2016-01-07 18:45:38 INFO OGG-14033 Successfully added supplemental logging for heartbeat table ["GG_HEARTBEAT"].
2016-01-07 18:45:38 INFO OGG-14016 Successfully created heartbeat history table ["GG_HEARTBEAT_HISTORY"].
2016-01-07 18:45:39 INFO OGG-14023 Successfully created heartbeat lag view ["GG_LAG"].
2016-01-07 18:45:39 INFO OGG-14024 Successfully created heartbeat lag history view ["GG_LAG_HISTORY"].
2016-01-07 18:45:39 INFO OGG-14003 Successfully populated heartbeat seed table with [ORA1].
2016-01-07 18:45:39 INFO OGG-14004 Successfully created procedure ["GG_UPDATE_HB_TAB"] to update the heartbeat tables.
2016-01-07 18:45:39 INFO OGG-14017 Successfully created procedure ["GG_PURGE_HB_TAB"] to purge the heartbeat history table.
2016-01-07 18:45:39 INFO OGG-14005 Successfully created scheduler job ["GG_UPDATE_HEARTBEATS"] to update the heartbeat tables.
2016-01-07 18:45:39 INFO OGG-14018 Successfully created scheduler job ["GG_PURGE_HEARTBEATS"] to purge the heartbeat history table.
 

转载地址:http://qzsof.baihongyu.com/

你可能感兴趣的文章
(计蒜客)迷宫中的英雄(邻接矩阵BFS)
查看>>
(计蒜客)骑马走江湖(BFS加剪枝)
查看>>
(方法)给定一个有序数列,通过中序遍历利用数组建立起二叉查找树(PAT1064)
查看>>
SBTree的概念以及代码实现
查看>>
(PAT)Insertion or Heap Sort(堆排序与插入排序)
查看>>
(PAT 1002) A+B for Polynomials(利用双指针和归并排序思想)
查看>>
(PAT 1056) Mice and Rice (队列+模拟)
查看>>
最大公因数和最小公倍数
查看>>
静态链表及应用
查看>>
(PAT 1052) Linked List Sorting (链表)
查看>>
(PAT 1097) Deduplication on a Linked List (链表)
查看>>
(PAT 1103) Integer Factorization (深度优先遍历解决背包问题)
查看>>
(PAT 1091) Acute Stroke (三维广度优先遍历)
查看>>
(PAT 1076) Forwards on Weibo (图的广度优先遍历,控制遍历层数)
查看>>
(模板)已知二叉树先序(后序)中序,求这棵二叉树
查看>>
(PAT 1020) Tree Traversals (给出后序中序求二叉树层序)
查看>>
(PAT 1086) Tree Traversals Again (两种做法:模拟前序遍历和已知前序中序求树)
查看>>
(PAT 1102) Invert a Binary Tree(反转二叉树+寻找二叉树的根结点)
查看>>
(PAT 1015) Reversible Primes (进制转换+判断素数)
查看>>
(PAT 1110) Complete Binary Tree (判断完全二叉树)
查看>>