Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

Creating a Schema for Package

Updated on 2023-04-03 GMT+08:00

The pacakge declaration is miagrated as a schema named after the package. The migration can be performed after pkgSchemaNaming is set to false.

Input – Create schema for Package

CREATE OR REPLACE EDITIONABLE PACKAGE "PACK_DEMO"."PACKAGE_GET_NOVA_INFO" AS
 
      TYPE  novalistcur  is REF CURSOR;  
    PROCEDURE getNovaInfo (
        i_appEnShortName     IN       VARCHAR2,
        o_flag           OUT    VARCHAR2,
        o_errormsg   OUT    VARCHAR2,
        o_novalist      OUT    novalistcur
    );

Output

/*~~PACKAGE_GET_NOVA_INFO~~*/
CREATE
     SCHEMA PACKAGE_GET_NOVA_INFO
;
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback