With another 10gR2 db creation with DBCA, it was giving out the following error message -
TNS-04404: no error caused by: oracle.net.config.ConfigException: TNS-04414: File error caused by: TNS-04612: Null RHS for "PWLAB"
After doing some research, I figured out that the above message was coming from a pre-existing entry for database "PWLAB" inside/network/admin/tnsnames.ora .
As expected, after taking off the entry, the error went away and I was able to create the DB!!
TNS-04404: no error caused by: oracle.net.config.ConfigException: TNS-04414: File error caused by: TNS-04612: Null RHS for "PWLAB"
After doing some research, I figured out that the above message was coming from a pre-existing entry for database "PWLAB" inside
As expected, after taking off the entry, the error went away and I was able to create the DB!!