sqlplus disconnection in scripts
Under Windows XP, I call an SQL script in 2 different ways:
1. sqlplus user/pwd @script.sql
2. sqlplus user/pwd <script.sql
The difference is: 1. needs a manual EXIT command to disconnect, but 2. doesn't.
Any explanation?
Thanks.
1. sqlplus user/pwd @script.sql
2. sqlplus user/pwd <script.sql
The difference is: 1. needs a manual EXIT command to disconnect, but 2. doesn't.
Any explanation?
Thanks.
0