What is the difference between @ and @@ in Sql*plus?
From Sql*plus we can execute any script with START command. @ is similar to START. If you write SQL>@file.txt then the contents inside file.txt will be executed.
The command @@ is almost identical to the @ ("at" sign) command.
No comments:
Post a Comment