cmkzjw 发表于 2018-9-24 10:27:48

oracle procedures nested depth

  # 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。

页: [1]
查看完整版本: oracle procedures nested depth