Skip to Main Content

Analytics Software

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!

RPC server is unavailable error

3041086Jun 28 2017 — edited Jun 28 2017

Hi All,

I am receiving an error when I am using a process management grid to reject entities. Below are snapshots of the error message: RPC error 1.png

RPC error 2.png

What could be the underlying cause of the RPC error? I tried restarting services because I believed it to be a communication issue the application had with the data servers but the restarting services didn't fix the error. Thank you for your help!

Regards

This post has been answered by Jeo123 on Jun 28 2017
Jump to Answer

Comments

gdarling - oracle
Do you see the same behavior when connecting via SQLPlus after setting the environment variables? Is this an ODP.NET specific issue? If it's not specific to ODP, you'll probably get better insight by posting in one of the generic database forums.

With respect to ODP specific solutions, have you already checked out the OracleGlobalization class?
http://docs.oracle.com/cd/B19306_01/win.102/b14307/OracleGlobalizationClass.htm#i1009565

Hope it helps,
Greg
928114
Yes even connecting to SQLPlus having environmental variable setting.. facing same problem.. However on explicitly setting NLS cases insensitive session values on each logon it is working..
Don Kleppinger
We have always used the login trigger to set the NLS settings. Our DBA set this up when we were on 10g and still do it now that we are on 11g. There must have been a reason he set up up using the trigger. Maybe same issue you're having. Since we are using connection pooling anyway I believe the login trigger only fires once anyway and we don't have any performance problems with getting connections.
Don Kleppinger
note that if you use the global NLS setting, all of your indexes on text columns must be function based indexes or they won't be used.
i.e
NLSSORT("FIRST_NAME",'nls_sort=''BINARY_CI''')
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 26 2017
Added on Jun 28 2017
7 comments
833 views