corectie pljson
This commit is contained in:
@@ -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
|
-- Instaleaza PL/JSON (minimal core) in schema CONTAFIN_ORACLE
|
||||||
-- cu GRANT EXECUTE si PUBLIC SYNONYM pentru acces din alte scheme
|
-- 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
|
show err
|
||||||
|
|
||||||
-- --- pljson.type.decl ---
|
|
||||||
set termout off
|
|
||||||
create or replace type pljson_varray as table of varchar2(32767);
|
|
||||||
/
|
|
||||||
|
|
||||||
set termout on
|
set termout on
|
||||||
create or replace type pljson force under pljson_element (
|
create or replace type pljson force under pljson_element (
|
||||||
|
|
||||||
@@ -5076,7 +5071,7 @@ BEGIN
|
|||||||
END;
|
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;
|
commit;
|
||||||
|
|
||||||
PROMPT;
|
PROMPT;
|
||||||
Reference in New Issue
Block a user