Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-28575: unable to open RPC connection to external procedure agent

Lokanath GiriAug 4 2010 — edited Aug 4 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2010
Added on Aug 4 2010
4 comments
1,122 views