Search notes:

SQL*Plus: connect

connect
Starting with 10g, connect executes glogin.sql and login.sql
When successfully connected, SQL*Plus responds with Connected. Unfortunately, this behavior cannot be turned of by setting feedback to off (even when running scripts).

See also

SQL*Plus, disconnect

Index