Wednesday, March 31, 2010

Encountered file error when copying listeners from home

If you encountered same or similar error message during of Oracle database creation on RAC
Environment:

“Encountered file error when copying listeners from home=/u01/app/11.2.0/grid”

Follow below steps to fix the problem

$ echo $TNS_ADMIN
If set, unset and run dbua
$ unset TNS_ADMIN

$ echo
$TNS_ADMIN
$ dbua

Check out Metalink [ID 763578.1] for detail.

1 comment:

  1. My requirement:-
    1. I want Oracle 10 G solaris 64 bit,dataguard for hppi(instance) database from .15 server to .113 server .
    2. After than i want to open that standby database in read write mode on .113 server and do some update in database 4 tables value.
    3. And want to Recreate dataguard with modified data in standby database.
    Is this is possible to build dataguard in such a way.

    Thanks in advance
    ranjanprasad@hotmail.com

    ReplyDelete