我的编程空间,编程开发者的网络收藏夹
学习永远不晚

goldengate配置ddl支持

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

goldengate配置ddl支持

切换到goldengate软件目录下面登录数据库sqlplus / as sysdba:
a.@marker_setup.sql
b.@ddl_setup.sql  #此处的输入goldengate管理用户oggadmin必须指定单独的表空间并且自动扩展。
c.@role_setup.sql
d.@ddl_enable.sql
e.@?/rdbms/admin/dbmspool.sql
f.@ddl_pin.sql oggadmin   ##此处oggadmin为配置在goldnegate中的管理账户

备注:oracle10需要关闭recyclebin,oracle11g以后不需要关闭recyclebin;
源端添加参数:
ddl &
include mapped objname app.t_bi_sku &
include mapped objname app.t_bi_barcode ;

pump进程添加参数:
ddl

应用进程添加参数:
DDL INCLUDE MAPPED
DDLERROR DEFAULT IGNORE RETRYOP


具体的脚本执行如下:
1.在源端执行marker_setup.sql脚本:
[oracle@goldengate]$ ls marker_setup.sql
marker_setup.sql
[oracle@goldengate]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Tue Mar 19 15:21:11 2019
Copyright (c) 1982, 2013, Oracle.  All rights reserved.
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> @marker_setup.sql
Marker setup script
You will be prompted for the name of a schema for the Oracle GoldenGate database objects.
NOTE: The schema must be created prior to running this script.
NOTE: Stop all DDL replication before starting this installation.
Enter Oracle GoldenGate schema name:oggadmin   ##配置goldengate的管理用户
Marker setup table script complete, running verification script...
Please enter the name of a schema for the GoldenGate database objects:
Setting schema name to OGGADMIN
MARKER TABLE
-------------------------------
OK
MARKER SEQUENCE
-------------------------------
OK
Script complete.
SQL>

2.执行第二个脚本ddl_setup.sql:
SQL> @ddl_setup.sql
Oracle GoldenGate DDL Replication setup script
Verifying that current user has privileges to install DDL Replication...
You will be prompted for the name of a schema for the Oracle GoldenGate database objects.
NOTE: For an Oracle 10g source, the system recycle bin must be disabled. For Oracle 11g and later, it can be enabled.
NOTE: The schema must be created prior to running this script.
NOTE: Stop all DDL replication before starting this installation.
Enter Oracle GoldenGate schema name:oggadmin
Working, please wait ...
Spooling to file ddl_setup_spool.txt
Checking for sessions that are holding locks on Oracle Golden Gate metadata tables ...
Check complete.
declare
*
ERROR at line 1:
ORA-20783:
ORA-20783:
Oracle GoldenGate DDL Replication setup:
*** Please move OGGADMIN to its own tablespace
ORA-06512: at line 34

Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

解决:
alter user OGGADMIN default tablespace OGG_TBS;
alter user OGGADMIN quota unlimited on OGG_TBS;

3.
SQL> @role_setup.sql
GGS Role setup script
This script will drop and recreate the role GGS_GGSUSER_ROLE
To use a different role name, quit this script and then edit the params.sql script to change the gg_role parameter to the preferred name. (Do not run the script.)

You will be prompted for the name of a schema for the GoldenGate database objects.
NOTE: The schema must be created prior to running this script.
NOTE: Stop all DDL replication before starting this installation.
Enter GoldenGate schema name:oggadmin
Wrote file role_setup_set.txt
PL/SQL procedure successfully completed.
Role setup script complete
Grant this role to each user assigned to the Extract, GGSCI, and Manager processes, by using the following SQL command:
GRANT GGS_GGSUSER_ROLE TO <loggedUser>
where <loggedUser> is the user assigned to the GoldenGate processes.
SQL> grant GGS_GGSUSER_ROLE to oggadmin;
Grant succeeded.
4.执行其它的一些sql脚本:
SQL> @ddl_enable.sql

Trigger altered.

SQL> @?/rdbms/admin/dbmspool.sql

Package created.
Grant succeeded.
SQL>  @ddl_pin.sql oggadmin
PL/SQL procedure successfully completed.
PL/SQL procedure successfully completed.
PL/SQL procedure successfully completed.

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

goldengate配置ddl支持

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

配置GoldenGate同步DDL语句(

在配置GoldenGate同步DDL语句(2)中我们针对多种DDL语句在GoldenGate环境中的同步进行了测试,但在默认情况下replicat在复制DDL语句失败时不会在replicat report或者ggserr.log等日志文件中
2023-01-31

MariaDB是否支持在线DDL操作

是的,MariaDB支持在线DDL(数据定义语言)操作。在线DDL操作允许用户在不中断数据库服务的情况下对表结构进行修改,如添加、删除、修改列等。MariaDB提供了一些工具和功能来执行在线DDL操作,如InnoDB存储引擎的快速ALTER
MariaDB是否支持在线DDL操作
2024-04-09

如何配置CentOS支持reiserFS

这篇文章主要讲解了“如何配置CentOS支持reiserFS”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“如何配置CentOS支持reiserFS”吧!CentOS默认安装情况下并不能支持r
2023-06-10

Nginx支持websocket怎么配置

今天小编给大家分享一下Nginx支持websocket怎么配置的相关知识点,内容详细,逻辑清晰,相信大部分人都还太了解这方面的知识,所以分享这篇文章给大家参考一下,希望大家阅读完这篇文章后有所收获,下面我们一起来了解一下吧。一、对wss与n
2023-07-05

Oracle GoldenGate现在支持从 PostgreSQL 捕获数据

Oracle GoldenGate PostgreSQL Capture支持已全面上市。自GoldenGate 12.1发行以来,已支持GoldenGate PostgreSQL交付(投递),并允许用户将数据从GoldenGate支持的异构数据库复制到Post
Oracle GoldenGate现在支持从 PostgreSQL 捕获数据
2019-01-02

Nginx中怎么配置WebSocket支持

要在Nginx中配置WebSocket支持,需要在Nginx的配置文件中添加以下配置:在http块中添加以下配置:map $http_upgrade $connection_upgrade {default upgrade;'' close
Nginx中怎么配置WebSocket支持
2024-04-03

apache 支持 php5 的配置方法

小编给大家分享一下apache 支持 php5 的配置方法,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!1.下载apache安装包,并执行安装。2.下载php5的
2023-06-07

Nginx支持websocket的配置详解

本文主要介绍了Nginx支持websocket的配置,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
2023-03-06

Apache的HTTP/2支持如何配置

要配置Apache的HTTP/2支持,您需要确保您的Apache服务器版本至少为2.4.17,并且已经安装了mod_http2模块。以下是配置Apache HTTP/2支持的步骤:确保您的Apache服务器版本至少为2.4.17。您可以通过
Apache的HTTP/2支持如何配置
2024-07-05

Nginx如何安装配置Lua支持

这篇文章主要介绍了Nginx如何安装配置Lua支持方式,具有很好的参考价值,希望对大家有所帮助。如有错误或未考虑完全的地方,望不吝赐教
2023-05-18

编程热搜

目录