small non functional alignments

This commit is contained in:
Ottmar Gobrecht 2020-01-07 21:13:21 +01:00
parent 9975480946
commit b7a83dec89
6 changed files with 226 additions and 1831 deletions

2039
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,7 @@
{
"name": "plex",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ogobrecht/plex.git"
@ -11,8 +12,8 @@
"postbuild": "echo exit | sqlplus -S demo/oracle@localhost:1521/xepdb1 @plex_install.sql",
"watch": "chokidar src/PLEX.pks src/PLEX.pkb src/plex_install.sql --initial -c \"npm run build\""
},
"dependencies": {
"chokidar-cli": "^1.2.2",
"devDependencies": {
"chokidar-cli": "^2.1.0",
"ploc": "^0.6.1"
}
}

View File

@ -3,7 +3,7 @@ whenever sqlerror exit sql.sqlcode rollback
prompt
prompt Installing PL/SQL Export Utilities
prompt ==================================
prompt ============================================================
prompt Set compiler flags
DECLARE
@ -3100,7 +3100,7 @@ END to_zip;
--------------------------------------------------------------------------------------------------------------------------------
-- copyright by Tim Hall, see https://oracle-base.com/dba/miscellaneous/base64encode.sql
-- copyright by Tim Hall, see https://oracle-base.com/dba/script?category=miscellaneous&file=base64encode.sql
FUNCTION to_base64(p_blob IN BLOB) RETURN CLOB IS
v_bas64 CLOB;
v_step PLS_INTEGER := 14400; -- make sure you set a multiple of 3 not higher than 24573
@ -3151,6 +3151,6 @@ END plex;
/
show errors
prompt ==================================
prompt ============================================================
prompt Installation Done
prompt

View File

@ -2480,7 +2480,7 @@ END to_zip;
--------------------------------------------------------------------------------------------------------------------------------
-- copyright by Tim Hall, see https://oracle-base.com/dba/miscellaneous/base64encode.sql
-- copyright by Tim Hall, see https://oracle-base.com/dba/script?category=miscellaneous&file=base64encode.sql
FUNCTION to_base64(p_blob IN BLOB) RETURN CLOB IS
v_bas64 CLOB;
v_step PLS_INTEGER := 14400; -- make sure you set a multiple of 3 not higher than 24573

View File

@ -1,5 +1,4 @@
var fs = require('fs');
var spec =
fs.writeFileSync(
'plex_install.sql',

View File

@ -3,7 +3,7 @@ whenever sqlerror exit sql.sqlcode rollback
prompt
prompt Installing PL/SQL Export Utilities
prompt ==================================
prompt ============================================================
prompt Set compiler flags
DECLARE
@ -43,6 +43,6 @@ prompt Compile package plex (body)
@plex.pkb
show errors
prompt ==================================
prompt ============================================================
prompt Installation Done
prompt