How to fix the Oracle error PRVF-05827: The response time for name lookup for name “{1}” exceeded {0} seconds?
In this post, you’ll learn more about the Oracle ErrorPRVF-05827: The response time for name lookup for name “{1}” exceeded {0} seconds with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PRVF-05827: The response time for name lookup for name “{1}” exceeded {0} seconds
Reason for the Error PRVF-05827: The response time for name lookup for name “{1}” exceeded {0} seconds
Cause: The DNS response time for the name specified exceeded the value specified.
How to fix the Error PRVF-05827: The response time for name lookup for name “{1}” exceeded {0} seconds ?
You can fix this error in Oracle by following the below steps
Action: On Linux and AIX make sure that ‘options timeout’, ‘options attempts’ and ‘nameserver’ entries in file resolv.conf are proper. On HPUX these entries will be ‘retrans’, ‘retry’ and ‘nameserver’. On Solaris these will be ‘options retrans’, ‘options retry’ and ‘nameserver’. On windows look at registry key ‘HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\VxD\\MSTCP’ for values ‘BcastQueryTimeout’ and ‘MaxConnectRetries’.
Leave Your Comment