ORA-02143: 无效的 STORAGE 选项

解决方案 »

  1.   

    ORA-02134: Message 2134 not found;  product=RDBMS; facility=ORA
      

  2.   

    SQL-02143 Target object has not been properly allocated
    Cause: An attempt was made to retrieve elements from a collection into an
    unallocated object pointer.
    Action: Allocate the object pointer with the EXEC SQL ALLOCATE statement.ORA-02143 invalid STORAGE option
    Cause: An option other than INITIAL, NEXT, MINEXTENTS, MAXEXTENTS,
    or PCTINCREASE was specified in the STORAGE clause.
    Action: Specify only valid options.
      

  3.   

    SQL-02134 Invalid runtime context
    Cause: The runtime context associated with this statement has not been
    properly allocated.
    Action: Rewrite the application to execute the EXEC SQL CONTEXT
    ALLOCATE statement before executing any SQL statements.