corectie pljson

This commit is contained in:
Claude Agent
2026-03-24 11:48:13 +00:00
parent 419464a62c
commit 70267d9d8d

View File

@@ -1,5 +1,5 @@
-- ====================================================================
-- co_2026_03_10_02_COMUN_PLJSON.sql
-- co_2026_03_16_01_COMUN_PLJSON.sql
-- Instaleaza PL/JSON (minimal core) in schema CONTAFIN_ORACLE
-- cu GRANT EXECUTE si PUBLIC SYNONYM pentru acces din alte scheme
--
@@ -246,11 +246,6 @@ create or replace type pljson_list force under pljson_element (
/
show err
-- --- pljson.type.decl ---
set termout off
create or replace type pljson_varray as table of varchar2(32767);
/
set termout on
create or replace type pljson force under pljson_element (
@@ -5076,11 +5071,11 @@ BEGIN
END;
/
exec contafin_oracle.pack_migrare.UpdateVersiune('co_2026_03_10_02_COMUN_PLJSON');
exec contafin_oracle.pack_migrare.UpdateVersiune('co_2026_03_16_01_COMUN_PLJSON');
commit;
PROMPT;
PROMPT =============================================;
PROMPT Instalare PL/JSON completa!;
PROMPT =============================================;
PROMPT;
PROMPT;