alexandria-plsql-utils/setup/install_owa_apex.sql
2015-02-20 19:43:42 +01:00

18 lines
281 B
SQL
Executable File

set scan off;
prompt Creating ORACLE APEX and OWA utility package specifications
@..\ora\apex_util_pkg.pks
@..\ora\owa_util_pkg.pks
prompt Creating ORACLE APEX and OWA utility package bodies
@..\ora\apex_util_pkg.pkb
@..\ora\owa_util_pkg.pkb
prompt Done!