How to fix the Oracle error ORA-06124: NETTCP: timeout waiting for ORASRV?

In this post, you’ll learn more about the Oracle ErrorORA-06124: NETTCP: timeout waiting for ORASRV with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-06124: NETTCP: timeout waiting for ORASRV

Reason for the Error ORA-06124: NETTCP: timeout waiting for ORASRV

The ORACLE server process was started but failed to respond after N secs.

How to fix the Error ORA-06124: NETTCP: timeout waiting for ORASRV ?

You can fix this error in Oracle by following the below steps

For heavily loaded systems this is not an uncommon occurrence. Increase the value of N (the default is 30) by placing the following entry in the CONFIG.ORA file: SQLNET ORASRV_WAIT = which will come into effect the next time the SQL*Net TCP/IP server is started.

Tags :

Leave Your Comment