Showing posts with label RAC DBCA oracle 11g oracle 10g. Show all posts
Showing posts with label RAC DBCA oracle 11g oracle 10g. Show all posts

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.