Hi,
When I installed the database I missed out the Domain_Name.
SQL> SELECT NAME, VALUE FROM V$PARAMETER WHERE NAME = 'db_domain';
NAME VALUE
-------------------------------------------------------------------------------- -------------------
db_domain
I modified DB_Domain to world as follows
alter system set db_domain=world scope=spfile
After this my database console didn't startup so I reverted back with
alter system set db_domain='' scope=spfile
Now database console is OK but I am getting error
ORA-28575: unable to open RPC connection to external procedure agent
Can anybody help in this matter.
Thanks
Regards,
Lokanath