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

20 lines
323 B
SQL
Executable File

set scan off;
prompt Creating GOOGLE package specifications
@..\ora\google_maps_pkg.pks
@..\ora\google_maps_js_pkg.pks
@..\ora\google_translate_pkg.pks
prompt Creating GOOGLE package bodies
@..\ora\google_maps_pkg.pkb
@..\ora\google_maps_js_pkg.pkb
@..\ora\google_translate_pkg.pkb
prompt Done!