我想在sqlplus中运行一个sql文件.这个sql文件只是将一个包和一些存储过程添加到数据库中.它是使用规范/体分离约定编写的.但是,看起来包装声明部分存在问题,导致身体部分失败.事实上,我不确定"绑定变量"部分是否相关.任何帮助将不胜感激,谢谢.
SQL*Plus: Release 11.2.0.3.0 Production on Wed Dec 20 11:41:36 2017
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> set timing on;
SQL> set exitcommit off;
SQL>
SQL> REM Output Log
SQL> REM All script output is SPOOLed here.
SQL> REM Recommend not to change or use SPOOL in other locations
SQL> REM …Run Code Online (Sandbox Code Playgroud)