- 最后登录
- 2013-12-13
- 在线时间
- 10 小时
- 威望
- 0
- 金钱
- 10
- 注册时间
- 2012-4-15
- 阅读权限
- 10
- 帖子
- 13
- 精华
- 0
- 积分
- 0
- UID
- 358
|
9#
发表于 2013-11-5 09:16:29
SQL> alter system set compatible='11.2.0.3.0' scope=spfile;
System altered.
SQL> shutdown immediate
Database closed.
Database dismounted.
startup
ORACLE instance shut down.
SQL> ORACLE instance started.
Total System Global Area 1.6034E+10 bytes
Fixed Size 2237328 bytes
Variable Size 2181041264 bytes
Database Buffers 1.3824E+10 bytes
Redo Buffers 26509312 bytes
Database mounted.
Database opened.
SQL>
GGSCI (pwr750g1) 2> start ext1
Sending START request to MANAGER ...
EXTRACT EXT1 starting
2013-11-04 11:53:45 INFO OGG-00987 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (oracle): start ext1.
2013-11-04 11:53:45 INFO OGG-00963 Oracle GoldenGate Manager for Oracle, mgr.prm: Command received from GGSCI on host pwr750g1 (START EXTRACT EXT1 ).
2013-11-04 11:53:45 INFO OGG-00975 Oracle GoldenGate Manager for Oracle, mgr.prm: EXTRACT EXT1 starting.
2013-11-04 11:53:45 INFO OGG-00992 Oracle GoldenGate Capture for Oracle, ext1.prm: EXTRACT EXT1 starting.
2013-11-04 11:53:45 INFO OGG-03035 Oracle GoldenGate Capture for Oracle, ext1.prm: Operating system character set identified as ISO-8859-1. Locale: en_US, LC_ALL:.
2013-11-04 11:53:45 INFO OGG-03500 Oracle GoldenGate Capture for Oracle, ext1.prm: WARNING: NLS_LANG environment variable does not match database character set, or not set. Using database character set value of ZHS16GBK.
2013-11-04 11:53:45 INFO OGG-01635 Oracle GoldenGate Capture for Oracle, ext1.prm: BOUNDED RECOVERY: reset to initial or altered checkpoint.
2013-11-04 11:53:45 INFO OGG-01815 Oracle GoldenGate Capture for Oracle, ext1.prm: Virtual Memory Facilities for: BR
anon alloc: mmap(MAP_ANON) anon free: munmap
file alloc: mmap(MAP_SHARED) file free: munmap
target directories:
/oracle/ogg/BR/EXT1.
2013-11-04 11:53:45 INFO OGG-01815 Oracle GoldenGate Capture for Oracle, ext1.prm: Virtual Memory Facilities for: COM
anon alloc: mmap(MAP_ANON) anon free: munmap
file alloc: mmap(MAP_SHARED) file free: munmap
target directories:
/oracle/ogg/dirtmp.
2013-11-04 11:53:46 ERROR OGG-02022 Oracle GoldenGate Capture for Oracle, ext1.prm: Logmining server does not exist on this Oracle database.
2013-11-04 11:53:46 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, ext1.prm: PROCESS ABENDING. |
|