where would you find automatic_ipc parameter ?
-
listener.ora
-
sqlnet.ora server file
-
sqlnet.ora client file
-
tnsnames.ora server file
B
Correct answer
Explanation
The AUTOMATIC_IPC parameter is configured in the sqlnet.ora file on the Oracle server side. It controls whether Oracle uses Inter-Process Communication (IPC) for local database connections automatically. The listener.ora handles listener configuration, tnsnames.ora contains connection descriptors, and the client sqlnet.ora manages client-side network settings.