码迷,mamicode.com
首页 > 其他好文 > 详细

怎样卸载goldengate

时间:2014-09-02 19:42:05      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   art   div   sp   log   on   

1. Log on to the database server (as oracle) where the GoldenGate software is
installed.
2. Change directory to the GoldenGate home:
cd /home/oracle/ggs
3. Start GGSCI:
ggsci
4. Stop all GoldenGate processes:
GGSCI (dbserver1) 1> stop EXTRACT *
Or:
GGSCI (dbserver1) 1> stop REPLICAT *
Then:
GGSCI (dbserver1) 2> stop MGR
Manager process is required by other GGS processes.
Are you sure you want to stop it (y/n)? y
Sending STOP request to MANAGER ...
Request processed.
Manager stopped.
GGSCI (dbserver1) 3> exit
5. Change directory to the installation directory:
cd /home/oracle
6. Remove the GoldenGate files:
rm -rf ggs
7. Logon to the Oracle database as SYSDBA and drop the GoldenGate Admin
user. Include the CASCADE keyword:
sqlplus / as sysdba
SQL> drop user ggs_admin cascade;

User dropped.

 

转载请注明出处及原文链接:

http://blog.csdn.net/xiangsir/article/details/8570459

怎样卸载goldengate

标签:blog   http   io   ar   art   div   sp   log   on   

原文地址:http://www.cnblogs.com/yabingshi/p/3951878.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!