CONSIDER THIS LINE FROM A LISTENER.ORA FILE

7. Consider this line from a listener.ora file:

L1=(description=(address=(protocol=tcp)(host=serv1)(port=1521)))

What will happen if you issue this connect string?

connect scott/tiger@L1 (Choose the best answer)

A. You will be connected to the instance L1.

B. You will only be connected to an instance if dynamic instance registration

is working.

C. The connection attempt will fail.

D. If you are logged on to the server machine, IPC will connect you to the

local instance.

E. The connection will fail if the listener is not started.