`

Error: PLS-00103: Encountered the symbol "CREATE"

阅读更多
Error: PLS-00103: Encountered the symbol "CREATE"

If you create package and encountered above error, please add / as below show.

CREATE OR REPLACE PACKAGE TEMPLATE1 IS

  TYPE ARR_SEQ IS VARRAY(100) OF VARCHAR2(200);

  FUNCTION FUN_CREATE_PROJECT_ID(IN_N IN NUMBER) RETURN ARR_SEQ;

END TEMPLATE1;
/

CREATE OR REPLACE PACKAGE BODY TEMPLATE1 IS

  FUNCTION FUN_CREATE_PROJECT_ID(IN_N IN NUMBER) RETURN ARR_SEQ AS
    N         NUMBER;
    I         NUMBER;
    V_VAL     VARCHAR2(200);
    V_ARR_SEQ ARR_SEQ;
  BEGIN
    N         := NVL(IN_N, 0);
    I         := 1;
    V_ARR_SEQ := ARR_SEQ();
    LOOP
      EXIT WHEN N <= 0;
      SELECT SEQ_AUTO_ID.nextval INTO V_VAL FROM DUAL;
      V_ARR_SEQ.EXTEND;
      V_ARR_SEQ(I) := V_VAL;
      N := N - 1;
      I := I + 1;
    END LOOP;
    RETURN(V_ARR_SEQ);
  END FUN_CREATE_PROJECT_ID;
END TEMPLATE1;
分享到:
评论

相关推荐

    ORACLE8I数据库应用EXP工具时ORA-06553报错的解决方法.pdf

    ORACLE8I数据库应用EXP工具时ORA-06553报错的解决方法 摘要:本文主要解决ORACLE 8I数据库应用EXP工具时ORA-06553报错的问题,分析出现问题的原因,并提供了正确的解决方法和措施。 知识点1:Oracle 8I数据库EXP...

    Docker问题——安装过程中问题Errors were encountered while processing: docker-ce

    解决方法 docker-ce安装时出现错误: dpkg: error processing package docker-ce (--configure): ...Errors were encountered while processing: docker-ce E: Sub-process /usr/bin/dpkg returned

    在Ubuntu14.04上离线安装mysql5.7.19时需要的两个依赖包

    dpkg: error processing package mysql-community-client (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Errors were encountered while ...

    µVISION: Error: Encountered an improper argument

    标题中的"µVISION: Error: Encountered an improper argument"是一个在使用Keil µVision集成开发环境时可能会遇到的问题提示。这个错误通常意味着在执行某些操作或者仿真过程中,软件遇到了无法识别或者不合法的...

    Error: Encountered an improper argument 官方解决办法

    Download the attached file and extract it to the folder C:\Keil_v5\UV4. If you have installed PK51 to a different folder, you need to adapt the path accordingly. The file UV4.exe is replaced with ...

    Keil v5 Error: Encountered an improper argument 个人实测解决办法

    Keil v5 Error: Encountered an improper argument 个人实测解决办法 实测运行正常咯,再也不出现仿真关不了debug情况了

    Informix Error Code and solutions

    #### 2020 - The following tables are involved in an error: table-name **错误代码**: 2020 **描述**: 指定错误涉及指定的表。 **解决方案**: 1. 查看伴随的错误消息,了解系统的处理情况。 2. 检查指定的表...

    HTTP 500 内部服务器错误修正办法.txt

    The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server ...

    Oracle实例启动时报错:ORA-32004的解决方法

    同时,`ORA-07286`和"Linux-x86_64 Error: 2: No such file or directory"表明可能与设备路径或文件不存在有关,可能是归档日志路径不正确,或者是磁盘设备的问题。 解决步骤: 1. **使用静态参数文件pfile启动...

    xml解析器失败方法

    xml解析器失败时候可以尝试打开开始-运行-cmd 输入命令来进行解决

    MDK Error: Encountered an improper argument 官方解决办法

    Keil-MDK Error Encountered an improper argument 问题解决办法实测有效,此问题属于keil的软件bug,在mdk5.2x版本中普遍出现,最新的mdk5.26版本也没有解决此软件bug,所以分享此解决办法让更多人免于受此问题困扰...

    HEMCO:GEOS-Chem支持团队开发的统一排放成分(HEMCO)

    HEMCO源代码存储库的自述文件该存储库( )包含协调排放组件(HEMCO)源代码。 HEMCO是一个软件组件,用于计算用户定义的网格上来自不同源,区域和物种的(大气)排放。 它可以结合,覆盖和更新一组数据清单(“基本...

    Driver_hook Driver_hook Driver_hook Driver_hook Driver_hook

    【驱动程序钩子技术详解】 驱动程序钩子(Driver_hook)是Windows操作系统中的一种技术,它允许开发者在系统层面上插入代码,以便监控或修改特定的系统行为。这种技术广泛应用于系统调试、恶意软件以及合法的系统...

    商务英语口语900句

    - We regret to hear about the problem you have encountered with our product. We will look into this matter immediately. - **解析**:对客户的投诉表示遗憾,并承诺立即调查此事。 ### Unit 9:要求支付 -...

    Encountered-an-improper-argument问题方法

    keil升级5.25pre(临近几个...会提示Error: Encountered an improper argument 主要解决办法就是替换UV4.exe,可以将低版本中的UV4.exe直接替换 具体操作看:https://blog.csdn.net/u011624093/article/details/80880708

    Oracle 常见故障解决方法

    Oracle 常见故障解决方法 Oracle 是一种关系型数据库管理... This file is needed for a cluster with the single-adapte。 这些故障解决方法可以帮助用户快速解决 Oracle 中常见的问题,提高系统的稳定性和性能。

    SVN各种错误提示产生原因及处理方法大全

    5. The version of your subversion (client) is below 1.5.0, upgrade to 1.5.0 or above. 该错误提示的原因是客户端的软件版本低于 1.5.0。解决方法是升级本地的 Subversion 客户端软件到 1.5.0 或以上版本,以...

    acpi控制笔记本风扇转速

    control method attempts to create 2 objects of the same name. This once again returns AE_ALREADY_EXISTS. When this exception occurs, it invokes the mechanism that will dynamically serialize the ...

Global site tag (gtag.js) - Google Analytics