Skip to main content
Question

Creating database package via delivery

  • October 26, 2023
  • 0 replies
  • 52 views

Forum|alt.badge.img+10

I have created a new component using development studio and added cdb file. In the cdb file I have 

create or replace package package_name

..

/

and 

create or replace package body package_name

..

/

When ordering an environment based on the new branch, the package is not getting created in the database. Please advice what am I doing wrong here.