Primer Commit

This commit is contained in:
2023-06-08 11:55:59 -03:00
commit a269361962
432 changed files with 203156 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--------------------------------------------------------
-- DDL for Index DEPLOYMENT_REQ_ENV_FK4
--------------------------------------------------------
CREATE INDEX "ENVX_OPER"."DEPLOYMENT_REQ_ENV_FK4" ON "ENVX_OPER"."DEPLOYMENT_REQ_ENV" ("ID_REQ_HGROUP")
PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "APEX_3800503980117141" ;