Commit ffb83db0 authored by vvengurlekar's avatar vvengurlekar

System_Entries.sql - unique index created on ref_ser, ref_no and tran_id of pay_ibca_det table


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192301 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 69119f28
...@@ -685,4 +685,11 @@ create or replace trigger trig_pay_ibcadet before ...@@ -685,4 +685,11 @@ create or replace trigger trig_pay_ibcadet before
end if; end if;
END; END;
/ /
create unique index pay_ibca_det_u on pay_ibca_det ("TRAN_ID","REF_NO","REF_SER")
pctfree 10 initrans 2 maxtrans 255 compute statistics
storage(initial 65536 next 1048576 minextents 1
freelists 1 freelist groups 1 buffer_pool default flash_cache default cell_flash_cache default)
tablespace "ITM_DIS_I1" ;
----------------------------SYSTEM EVENTS ENTRY ADDED BY VARSHA V ON 24-10-18 [END]--------------------------- ----------------------------SYSTEM EVENTS ENTRY ADDED BY VARSHA V ON 24-10-18 [END]---------------------------
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment