Skip to content

Commit

Permalink
improve installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Rimblas committed Jun 15, 2022
1 parent 6e73118 commit 3e17315
Show file tree
Hide file tree
Showing 3 changed files with 3,312 additions and 2,205 deletions.
13 changes: 13 additions & 0 deletions apex/_ins.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-- *** APEX ***
PROMPT *** APEX Installation ***

set serveroutput on size unlimited;
begin

apex_application_install.set_workspace('MASTERMIND_DEV');
apex_application_install.set_application_id(151);
apex_application_install.set_schema('SAPIEN_APEX');
apex_application_install.generate_offset;
end;
/
@ocd-table-column-reorder-app.sql
2 changes: 1 addition & 1 deletion apex/app_export.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

-- Run in SQLcl
set termout off
define APP_ID = 107
define APP_ID = 151

apex export &APP_ID.
host mv f&APP_ID..sql ocd-table-column-reorder-app.sql
Expand Down
Loading

0 comments on commit 3e17315

Please sign in to comment.