A script abc.sql must be executed to perform a job.
A database user HR, who is defined in this database, executes this command:
$ sqlplus hr/hr@orcl @abc.sql
What will happen upon execution?
Select an option, then click Submit answer.
-
○
The command succeeds and HR will be connected to the orcl and abc.sql databases
-
○
The command succeeds and HR will be connected to the orcl database instance, and the abc.sql script will be executed
-
○
The command fails because the script must refer to the full path name
-
○
The command fails and reports an error because @ is used twice