SQLPlus Disconnect
DISCONNECT Command Syntax:
DISC[ONNECT]
DISCONNECT Command Examples:
CONNECT user_1/password
SELECT supplier_id, supplier_name FROM EMP_suppliers_view;
DISCONNECT
SET INSTANCE DBA_2
CONNECT user_2/password
DISCONNECT Command Syntax:
DISC[ONNECT]
DISCONNECT Command Examples:
CONNECT user_1/password
SELECT supplier_id, supplier_name FROM EMP_suppliers_view;
DISCONNECT
SET INSTANCE DBA_2
CONNECT user_2/password