[root@test oracle]# cat /home/oracle/t.sql
select ename,comm from emp;
@/home/oracle/t.sql
@/home/oracle/t.sql
SQL> @/home/oracle/t.sql
ENAME COMM
---------- ----------
SMITH
ALLEN 300
WARD 500
JONES
MARTIN 1400
BLAKE
CLARK
SCOTT
TURNER 0
ADAMS
JAMES
FORD
MILLER
13 rows selected.
SP2-0309: SQL*Plus command procedures may only be nested to a depth of 20.
SP2-0309: SQL*Plus command procedures may only be nested to a depth of 20.
SP2-0309: SQL*Plus 命令过程的最大嵌套深度为20。