Monday, June 4, 2012

Cannot load ICU resource bundle 'ggMessage', error code 2

Environment:
OS: Linux x86 32bit
Oracle: 11g 32bit
GoldenGate: 11.2.1.0.1

You get the following error when ggsci is initiated from any other directory other than its own installed directory.
------------------------------------------------------------------------------------------------------
/home/oracle:(san11g)$ ggsci

Oracle GoldenGate Command Interpreter for Oracle
Version 11.2.1.0.1 OGGCORE_11.2.1.0.1_PLATFORMS_120423.0230_FBO
Linux, x86, 32bit (optimized), Oracle 11g on Apr 23 2012 08:09:25

Copyright (C) 1995, 2012, Oracle and/or its affiliates. All rights reserved.



GGSCI (sanoralnx.sanora) 1> dblogin userid ggs_owner, password ggs_owner
Cannot load ICU resource bundle 'ggMessage', error code 2 - No such file or directory
Aborted
------------------------------------------------------------------------------------------------------

Solution:
Initiate ggsci from the directory where GoldenGate is installed and you will be fine:
------------------------------------------------------------------------------------------------------
/home/oracle:(san11g)$ cd $GG_HOME
/home/app/ggs:(san11g)$ ggsci

Oracle GoldenGate Command Interpreter for Oracle
Version 11.2.1.0.1 OGGCORE_11.2.1.0.1_PLATFORMS_120423.0230_FBO
Linux, x86, 32bit (optimized), Oracle 11g on Apr 23 2012 08:09:25

Copyright (C) 1995, 2012, Oracle and/or its affiliates. All rights reserved.



GGSCI (sanoralnx.sanora) 1> dblogin userid ggs_owner, password ggs_owner
Successfully logged into database.

GGSCI (sanoralnx.sanora) 2>
------------------------------------------------------------------------------------------------------

No comments:

Post a Comment