- 最后登录
- 2015-6-2
- 在线时间
- 38 小时
- 威望
- 40
- 金钱
- 122
- 注册时间
- 2012-1-4
- 阅读权限
- 10
- 帖子
- 48
- 精华
- 0
- 积分
- 40
- UID
- 143
|
1#
发表于 2013-5-13 21:28:49
|
查看: 3655 |
回复: 1
linux下加密成功。
[oracle@rac1 ogg]$ vi ENCKEYS
## Encryption keys
## Key name Key value
kasaur_key 0x549AB1192367C84E8DC6A30242505B12(生成的密钥)
[oracle@rac1 ogg]$ ./ggsci
Oracle GoldenGate Command Interpreter for Oracle
Version 11.2.1.0.1 OGGCORE_11.2.1.0.1_PLATFORMS_120423.0230_FBO
Linux, x64, 64bit (optimized), Oracle 11g on Apr 23 2012 08:32:14
Copyright (C) 1995, 2012, Oracle and/or its affiliates. All rights reserved.
GGSCI (rac1) 1> encrypt password goldengate encryptkey kasaur_key
Encrypted password: AADAAAAAAAAAAAKASCAFJJXBHHPJQGCINCSFOJLDHCICSGOJFADCHIZAJGSHSAPJREKIFJQDRGSHLCMH
Algorithm used: AES128
同样的方法 在aix下。总会提示这个错误:
GGSCI (sxjgdg) 3> encrypt password goldengate encryptkey kasaur_key
Password encryption failed...
Error (-3) initializing encryption context: Encryption method not implemented.
GGSCI (sxjgdg) 4> encrypt password goldengate encryptkey kasaur_key
Password encryption failed...
Error (-3) initializing encryption context: Encryption method not implemented.
|
|