首页 > 代码库 > 银行储蓄管理系统---Oracle数据库表数据---Bank_Oracle_Data.sql

银行储蓄管理系统---Oracle数据库表数据---Bank_Oracle_Data.sql

prompt PL/SQL Developer import file
prompt Created on 2017年6月4日 by Johnny
set feedback off
set define off
prompt Disabling triggers for ACCOUNT...
alter table ACCOUNT disable all triggers;
prompt Disabling triggers for CLOSING_INSURANCE...
alter table CLOSING_INSURANCE disable all triggers;
prompt Disabling triggers for CREDIT...
alter table CREDIT disable all triggers;
prompt Disabling triggers for DEL_ACCOUNT...
alter table DEL_ACCOUNT disable all triggers;
prompt Disabling triggers for DEPOSIT...
alter table DEPOSIT disable all triggers;
prompt Disabling triggers for DEPUTE...
alter table DEPUTE disable all triggers;
prompt Disabling triggers for DRAW...
alter table DRAW disable all triggers;
prompt Disabling triggers for INTEREST_RATE...
alter table INTEREST_RATE disable all triggers;
prompt Disabling triggers for LOAN...
alter table LOAN disable all triggers;
prompt Disabling triggers for LOST...
alter table LOST disable all triggers;
prompt Disabling triggers for MANAGER...
alter table MANAGER disable all triggers;
prompt Disabling triggers for RECORD_PAY_INSURANCE...
alter table RECORD_PAY_INSURANCE disable all triggers;
prompt Disabling triggers for REPAYMENT...
alter table REPAYMENT disable all triggers;
prompt Disabling triggers for TRANSFER...
alter table TRANSFER disable all triggers;
prompt Disabling triggers for USERS...
alter table USERS disable all triggers;
prompt Deleting USERS...
delete from USERS;
commit;
prompt Deleting TRANSFER...
delete from TRANSFER;
commit;
prompt Deleting REPAYMENT...
delete from REPAYMENT;
commit;
prompt Deleting RECORD_PAY_INSURANCE...
delete from RECORD_PAY_INSURANCE;
commit;
prompt Deleting MANAGER...
delete from MANAGER;
commit;
prompt Deleting LOST...
delete from LOST;
commit;
prompt Deleting LOAN...
delete from LOAN;
commit;
prompt Deleting INTEREST_RATE...
delete from INTEREST_RATE;
commit;
prompt Deleting DRAW...
delete from DRAW;
commit;
prompt Deleting DEPUTE...
delete from DEPUTE;
commit;
prompt Deleting DEPOSIT...
delete from DEPOSIT;
commit;
prompt Deleting DEL_ACCOUNT...
delete from DEL_ACCOUNT;
commit;
prompt Deleting CREDIT...
delete from CREDIT;
commit;
prompt Deleting CLOSING_INSURANCE...
delete from CLOSING_INSURANCE;
commit;
prompt Deleting ACCOUNT...
delete from ACCOUNT;
commit;
prompt Loading ACCOUNT...
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (8600000022, 123456, .1, to_date(01-06-2017 19:43:09, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (8600000025, 123456, .1, to_date(01-06-2017 21:34:41, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010000025, 0, .1, to_date(01-06-2017 23:50:11, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010031, 123456, 791054.05, to_date(02-06-2017 13:10:10, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 0, 321);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010001, 123456, .1, to_date(04-06-2017 11:37:28, dd-mm-yyyy hh24:mi:ss), 中国, 0, 0, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (8600000001, 0, 2000000, to_date(01-01-2017, dd-mm-yyyy), sd, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010028, 123456, .1, to_date(02-06-2017 13:00:48, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010029, 123456, .1, to_date(02-06-2017 13:01:06, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (8600000021, 123456, .1, to_date(01-06-2017 19:40:09, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (8600000024, 123456, .1, to_date(01-06-2017 20:14:48, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (8600000026, 123456, .1, to_date(01-06-2017 21:36:32, dd-mm-yyyy hh24:mi:ss), 中国, 0, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010002, 123456, .1, to_date(02-06-2017 09:42:02, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010021, 123456, .1, to_date(02-06-2017 12:35:05, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010030, 123456, 4.1, to_date(02-06-2017 13:03:05, dd-mm-yyyy hh24:mi:ss), 中国, 0, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010041, 123456, 602000.1, to_date(04-06-2017 11:36:39, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 0, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010023, 123456, .1, to_date(02-06-2017 12:43:02, dd-mm-yyyy hh24:mi:ss), 中国, 0, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (123457, 123, 100, to_date(01-01-2017, dd-mm-yyyy), sd, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (8600000023, 123456, .1, to_date(01-06-2017 19:50:53, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010000027, 0, .1, to_date(02-06-2017 00:00:10, dd-mm-yyyy hh24:mi:ss), 中国, 0, 3, null);
insert into ACCOUNT (id, password, balance, opendate, openaddress, isdignity, islost, other)
values (1010000026, 0, 6075467799.1, to_date(01-06-2017 23:58:54, dd-mm-yyyy hh24:mi:ss), 山东省, 1, 3, null);
commit;
prompt 20 records loaded
prompt Loading CLOSING_INSURANCE...
prompt Table is empty
prompt Loading CREDIT...
insert into CREDIT (cardint, username, withid, balance, creditlimit, creditstatus, other)
values (8180001, 123, 1010031, -921, 50000, , null);
commit;
prompt 1 records loaded
prompt Loading DEL_ACCOUNT...
insert into DEL_ACCOUNT (delid, id, balance_beforedel, deldate, operaterid)
values (100, 123456, 100, to_date(01-06-2017 21:48:03, dd-mm-yyyy hh24:mi:ss), 123);
insert into DEL_ACCOUNT (delid, id, balance_beforedel, deldate, operaterid)
values (101, 123456, 100, to_date(01-06-2017 21:48:32, dd-mm-yyyy hh24:mi:ss), 123);
insert into DEL_ACCOUNT (delid, id, balance_beforedel, deldate, operaterid)
values (103, 123456, 100, to_date(01-06-2017 21:55:03, dd-mm-yyyy hh24:mi:ss), 123);
insert into DEL_ACCOUNT (delid, id, balance_beforedel, deldate, operaterid)
values (102, 123456, 100, to_date(01-06-2017 21:54:05, dd-mm-yyyy hh24:mi:ss), 123);
commit;
prompt 4 records loaded
prompt Loading DEPOSIT...
insert into DEPOSIT (depositid, id, amount, depositdate, deposittype, interest, operaterid)
values (8880022, 1010031, 323232, to_date(02-06-2015 13:19:24, dd-mm-yyyy hh24:mi:ss), 定期, .005, 123);
insert into DEPOSIT (depositid, id, amount, depositdate, deposittype, interest, operaterid)
values (8880025, 1010031, 3123132, to_date(02-06-2017 17:26:01, dd-mm-yyyy hh24:mi:ss), 定期, .005, 123);
insert into DEPOSIT (depositid, id, amount, depositdate, deposittype, interest, operaterid)
values (8880000001, 1010000026, 1231, to_date(02-06-2017 00:14:47, dd-mm-yyyy hh24:mi:ss), 活期, .001, 123);
insert into DEPOSIT (depositid, id, amount, depositdate, deposittype, interest, operaterid)
values (8880000021, 1010000026, 10000, to_date(02-06-2017 08:58:54, dd-mm-yyyy hh24:mi:ss), 活期, .001, 123);
insert into DEPOSIT (depositid, id, amount, depositdate, deposittype, interest, operaterid)
values (8880000022, 1010000026, 332211222, to_date(02-06-2017 09:28:09, dd-mm-yyyy hh24:mi:ss), 活期, .001, 123);
insert into DEPOSIT (depositid, id, amount, depositdate, deposittype, interest, operaterid)
values (8880000023, 1010000026, 221133113, to_date(02-06-2017 09:29:55, dd-mm-yyyy hh24:mi:ss), 活期, .001, 123);
insert into DEPOSIT (depositid, id, amount, depositdate, deposittype, interest, operaterid)
values (8880000024, 1010000026, 5522112233, to_date(02-06-2017 09:30:39, dd-mm-yyyy hh24:mi:ss), 活期, .001, 123);
insert into DEPOSIT (depositid, id, amount, depositdate, deposittype, interest, operaterid)
values (8880042, 1010031, 4, to_date(04-06-2017 00:18:28, dd-mm-yyyy hh24:mi:ss), 定期, .005, 123);
insert into DEPOSIT (depositid, id, amount, depositdate, deposittype, interest, operaterid)
values (8880063, 1010031, 1000, to_date(04-06-2017 13:09:46, dd-mm-yyyy hh24:mi:ss), 定期, .005, 1000);
commit;
prompt 9 records loaded
prompt Loading DEPUTE...
prompt Table is empty
prompt Loading DRAW...
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000002, 1010031, 10000, 0, 10000, to_date(02-06-2017 14:07:37, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000006, 1010031, 213, 0, 213, to_date(02-06-2017 17:36:18, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000007, 1010031, 100, 0, 100, to_date(02-06-2017 18:04:51, dd-mm-yyyy hh24:mi:ss), 信用卡取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000011, 1010031, 123, 0, 123, to_date(02-06-2017 18:18:04, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000047, 1010031, 1312, 0, 1312, to_date(04-06-2017 11:15:54, dd-mm-yyyy hh24:mi:ss), 快捷取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000052, 1010031, 123, 0, 123, to_date(04-06-2017 11:32:43, dd-mm-yyyy hh24:mi:ss), 快捷取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000053, 1010031, 10000, 0, 10000, to_date(04-06-2017 13:16:51, dd-mm-yyyy hh24:mi:ss), 存款单取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000000005, 123456, 100, 0, 100, to_date(01-06-2017, dd-mm-yyyy), hq, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000004, 1010031, 123123, 0, 123123, to_date(02-06-2017 17:32:45, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000022, 1010031, 321, 0, 321, to_date(04-06-2017 00:20:23, dd-mm-yyyy hh24:mi:ss), 信用卡取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000041, 1010031, 323232, 0, 323232, to_date(04-06-2017 10:59:38, dd-mm-yyyy hh24:mi:ss), 存款单取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000045, 1010031, 1312, 0, 1312, to_date(04-06-2017 11:09:05, dd-mm-yyyy hh24:mi:ss), 快捷取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000050, 1010031, 32, 0, 32, to_date(04-06-2017 11:25:03, dd-mm-yyyy hh24:mi:ss), 快捷取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000008, 1010031, 123, 0, 123, to_date(02-06-2017 18:05:14, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000010, 1010031, 123, 0, 123, to_date(02-06-2017 18:12:01, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000043, 1010031, 123, 0, 123, to_date(04-06-2017 11:03:59, dd-mm-yyyy hh24:mi:ss), 存款单取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000049, 1010002, 1111, 0, 1111, to_date(04-06-2017 11:24:10, dd-mm-yyyy hh24:mi:ss), 存款单取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000005, 1010031, 123123, 0, 123123, to_date(02-06-2017 17:32:59, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000044, 1010031, 54234523, 0, 54234523, to_date(04-06-2017 11:07:45, dd-mm-yyyy hh24:mi:ss), 存款单取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000051, 1010031, 123123, 0, 123123, to_date(04-06-2017 11:26:59, dd-mm-yyyy hh24:mi:ss), 存款单取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000054, 1010031, 100, 0, 100, to_date(04-06-2017 13:17:51, dd-mm-yyyy hh24:mi:ss), 快捷取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000055, 1010031, 300, 0, 300, to_date(04-06-2017 13:19:10, dd-mm-yyyy hh24:mi:ss), 信用卡取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000001, 1010031, 12312, 0, 12312, to_date(02-06-2017 14:04:58, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000003, 1010031, 123123, 0, 123123, to_date(02-06-2017 17:26:27, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000009, 1010031, 123, 0, 123, to_date(02-06-2017 18:05:25, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000012, 1010031, 200, 0, 200, to_date(02-06-2017 18:20:21, dd-mm-yyyy hh24:mi:ss), 信用卡取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000021, 1010031, 1412312, 0, 1412312, to_date(04-06-2017 00:18:57, dd-mm-yyyy hh24:mi:ss), 快捷取款, 123);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000042, 1010031, 4232344, 0, 4232344, to_date(04-06-2017 11:02:29, dd-mm-yyyy hh24:mi:ss), 存款单取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000046, 1010031, 1312, 0, 1312, to_date(04-06-2017 11:09:19, dd-mm-yyyy hh24:mi:ss), 快捷取款, 1000);
insert into DRAW (drawid, id, amount, interest, balance, drawdate, drawtype, operaterid)
values (1000048, 1010031, 3221, 0, 3221, to_date(04-06-2017 11:19:28, dd-mm-yyyy hh24:mi:ss), 快捷取款, 1000);
commit;
prompt 30 records loaded
prompt Loading INTEREST_RATE...
insert into INTEREST_RATE (id, type, interest, timelimit)
values (1, 活期, .035, 0);
insert into INTEREST_RATE (id, type, interest, timelimit)
values (2, 贷款, .005, 100);
insert into INTEREST_RATE (id, type, interest, timelimit)
values (3, 定期, .0025, 100);
commit;
prompt 3 records loaded
prompt Loading LOAN...
insert into LOAN (loanid, withid, username, idcardnum, userphone, loanamount, loanlimit, loaninterstrate, loandate, deadline, reamountpermontht, other)
values (5150002, 1010031, 123, 321, 123, 232323, 1, .005, to_date(02-06-2017 17:07:52, dd-mm-yyyy hh24:mi:ss), to_date(02-07-2017 17:07:46, dd-mm-yyyy hh24:mi:ss), 232419.8, );
insert into LOAN (loanid, withid, username, idcardnum, userphone, loanamount, loanlimit, loaninterstrate, loandate, deadline, reamountpermontht, other)
values (5150001, 1010031, 12, 12, 12, 1000, 2, .005, to_date(02-06-2017 14:39:22, dd-mm-yyyy hh24:mi:ss), to_date(02-08-2017 14:38:54, dd-mm-yyyy hh24:mi:ss), 500.42, );
insert into LOAN (loanid, withid, username, idcardnum, userphone, loanamount, loanlimit, loaninterstrate, loandate, deadline, reamountpermontht, other)
values (5150021, 1010031, Sheldon, 370829111, 13031075928, 60000, 11, .005, to_date(04-06-2017 13:29:20, dd-mm-yyyy hh24:mi:ss), to_date(04-05-2018 13:29:14, dd-mm-yyyy hh24:mi:ss), 5479.55, );
commit;
prompt 3 records loaded
prompt Loading LOST...
prompt Table is empty
prompt Loading MANAGER...
insert into MANAGER (id, password, grade, username, idcardnum, phone, address, photo, other)
values (1000, 123123, 1, Sheldon, 37081293819237898, 13031075928, 山东省威海市, D:\壁纸\头像\tarcer.jpg, null);
commit;
prompt 1 records loaded
prompt Loading RECORD_PAY_INSURANCE...
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30002, null, 水费代缴 下拉选择, 12312, to_date(02-06-2017 15:38:21, dd-mm-yyyy hh24:mi:ss), 12, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30003, 水费代缴, 123, 321123321, to_date(02-06-2017 15:51:12, dd-mm-yyyy hh24:mi:ss), 21, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30010, 水费代缴, 123, 321123321, to_date(02-06-2017 16:07:20, dd-mm-yyyy hh24:mi:ss), 20, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30011, 水费代缴, 123, 321123321, to_date(02-06-2017 16:15:33, dd-mm-yyyy hh24:mi:ss), 12, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30012, 水费代缴, 123, 321123321, to_date(02-06-2017 16:17:23, dd-mm-yyyy hh24:mi:ss), 123, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30013, 水费代缴, 123, 321123321, to_date(02-06-2017 16:20:44, dd-mm-yyyy hh24:mi:ss), 213, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30017, 水费代缴, 123, 321123321, to_date(02-06-2017 16:48:16, dd-mm-yyyy hh24:mi:ss), 123, 缴纳当月费用Test);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30018, 水费代缴, 123, 321123321, to_date(02-06-2017 16:53:13, dd-mm-yyyy hh24:mi:ss), 123, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30020, 水费代缴, 123, 321123321, to_date(02-06-2017 17:12:30, dd-mm-yyyy hh24:mi:ss), 123, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30021, 水费代缴, 123, 321123321, to_date(02-06-2017 17:13:22, dd-mm-yyyy hh24:mi:ss), 123, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30022, 水费代缴, 123, 321123321, to_date(02-06-2017 17:15:09, dd-mm-yyyy hh24:mi:ss), 123123, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30041, 水费代缴, 123, 321123321, to_date(04-06-2017 11:33:19, dd-mm-yyyy hh24:mi:ss), 312, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30043, 水费代缴, 123, 321123321, to_date(04-06-2017 13:50:19, dd-mm-yyyy hh24:mi:ss), 300, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30008, 水费代缴, 123, 321123321, to_date(02-06-2017 16:03:31, dd-mm-yyyy hh24:mi:ss), 20, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30009, 下拉选择业务, 123, 321123321, to_date(02-06-2017 16:05:35, dd-mm-yyyy hh24:mi:ss), 21, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30014, 煤气费代缴, 123, 321123321, to_date(02-06-2017 16:25:34, dd-mm-yyyy hh24:mi:ss), 123, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30045, 社会保险, Sheldon, 3708291111, to_date(04-06-2017 13:57:37, dd-mm-yyyy hh24:mi:ss), 500, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30007, 水费代缴, 123, 321123321, to_date(02-06-2017 16:03:15, dd-mm-yyyy hh24:mi:ss), 20, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30044, 社会保险, 123, 312, to_date(04-06-2017 13:57:12, dd-mm-yyyy hh24:mi:ss), 100, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30001, null, 水费代缴 下拉选择, 12312, to_date(02-06-2017 15:38:08, dd-mm-yyyy hh24:mi:ss), 12, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30005, 煤气费代缴 下拉选择, 123, 321123321, to_date(02-06-2017 15:59:56, dd-mm-yyyy hh24:mi:ss), 30, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30006, 煤气费代缴, 123, 321123321, to_date(02-06-2017 16:02:26, dd-mm-yyyy hh24:mi:ss), 321, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30015, 水费代缴, 123, 321123321, to_date(02-06-2017 16:34:14, dd-mm-yyyy hh24:mi:ss), 123, 缴纳当月费用Test);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30019, 煤气费代缴, 123, 321123321, to_date(02-06-2017 17:10:21, dd-mm-yyyy hh24:mi:ss), 3232, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30023, 煤气费代缴, 123, 321123321, to_date(02-06-2017 17:15:25, dd-mm-yyyy hh24:mi:ss), 321, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30024, 话费代扣, 123, 321123321, to_date(02-06-2017 17:17:45, dd-mm-yyyy hh24:mi:ss), 12312, 123123 null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30004, 水费代缴, 123, 321123321, to_date(02-06-2017 15:51:50, dd-mm-yyyy hh24:mi:ss), 21, null);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30016, 水费代缴, 123, 321123321, to_date(02-06-2017 16:47:50, dd-mm-yyyy hh24:mi:ss), 123, 缴纳当月费用Test);
insert into RECORD_PAY_INSURANCE (recordid, typename, username, idcard, dotime, amount, other)
values (30042, 话费代扣, 123, 321123321, to_date(04-06-2017 11:34:13, dd-mm-yyyy hh24:mi:ss), 123, 13031075928 null);
commit;
prompt 29 records loaded
prompt Loading REPAYMENT...
insert into REPAYMENT (repayint, loanid, deadline, repaymentamount, isbreakpromise)
values (5250001, 5150021, to_date(04-06-2017 13:36:19, dd-mm-yyyy hh24:mi:ss), 1000, 0);
commit;
prompt 1 records loaded
prompt Loading TRANSFER...
insert into TRANSFER (transferid, sourceid, destinateid, amount, transferdate, brokerage, operaterid)
values (1230023, 1010031, 1010041, 400000, to_date(04-06-2017 13:40:49, dd-mm-yyyy hh24:mi:ss), 50, 1000);
insert into TRANSFER (transferid, sourceid, destinateid, amount, transferdate, brokerage, operaterid)
values (1230021, 1010031, 1010041, 2000, to_date(04-06-2017 11:37:55, dd-mm-yyyy hh24:mi:ss), 20, 1000);
insert into TRANSFER (transferid, sourceid, destinateid, amount, transferdate, brokerage, operaterid)
values (1230024, 1010031, 10100041, 100000, to_date(04-06-2017 13:43:54, dd-mm-yyyy hh24:mi:ss), 50, 1000);
insert into TRANSFER (transferid, sourceid, destinateid, amount, transferdate, brokerage, operaterid)
values (1230001, 1010031, 1010030, 2, to_date(02-06-2017 15:08:00, dd-mm-yyyy hh24:mi:ss), .02, 123);
insert into TRANSFER (transferid, sourceid, destinateid, amount, transferdate, brokerage, operaterid)
values (1230002, 1010031, 1010030, 2, to_date(02-06-2017 15:08:50, dd-mm-yyyy hh24:mi:ss), .03, 123);
insert into TRANSFER (transferid, sourceid, destinateid, amount, transferdate, brokerage, operaterid)
values (1230022, 1010031, 1010041, 200000, to_date(04-06-2017 13:38:56, dd-mm-yyyy hh24:mi:ss), 50, 1000);
commit;
prompt 6 records loaded
prompt Loading USERS...
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000002, 370829199507095932, Johnny, 13031075922, D:\壁纸\tarcer.jpg, null);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000003, 370829199507095932, Johnny, 13031075922, D:\壁纸\tarcer.jpg, null);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000009, 1312312, 12, 32, D:\壁纸\tarcer.jpg, 12);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000022, 11221122, 1, 1, null, 1);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000027, 3333, 3, 3, D:\壁纸\tarcer.jpg, 3);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010001, 1010101, 12, 12, null, 12);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010002, 110110110, 12, 12, D:\壁纸\tarcer.jpg, 12);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010022, 888999888999, 89, 98, D:\壁纸\tarcer.jpg, 89);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010023, 252525, 89, 98, D:\壁纸\tarcer.jpg, 89);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000001, 321312, 2211, 1122, D:\壁纸\tarcer.jpg, null);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000023, 11221122, 1, 1, null, 1);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010021, 90909090, 9, 9, D:\壁纸\tarcer.jpg, 9);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010024, 333333777777, 3, 3, D:\壁纸\tarcer.jpg, 3);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010026, 23454342, 3, 3, D:\壁纸\tarcer.jpg, 3);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010027, 332233223322, 2, 2, D:\壁纸\tarcer.jpg, 2);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010028, 65656655, 1, 1, D:\壁纸\tarcer.jpg, 1);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010029, 656566551111, 1, 1, D:\壁纸\tarcer.jpg, 1);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010031, 321123321, Sheldon, 13031075928, D:\壁纸\头像\tarcer.jpg, 哈哈);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000004, 123456, Johnny, 13031075922, D:\壁纸\tarcer.jpg, null);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000005, 123123123, 1231, 1221, null, null);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000006, 123123123, 1231, 1221, D:\壁纸\tarcer.jpg, null);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000007, 432213, 12, 32, D:\壁纸\tarcer.jpg, 12);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000008, 432213, 12, 32, D:\壁纸\tarcer.jpg, 12);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000010, 11111, 2, 2, D:\壁纸\tarcer.jpg, 2);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000011, 222222, 1, 1, D:\壁纸\tarcer.jpg, 1);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000012, 370829, Barack, 13232, D:\壁纸\tarcer.jpg, Null);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000013, 370829, Barack, 13232, D:\壁纸\tarcer.jpg, Null);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000021, 11221122, 1, 1, null, 1);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000024, 221133, 2, 2, null, 2);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000025, 123321, 3, 3, D:\壁纸\tarcer.jpg, 3);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010000026, 9090, 9, 9, D:\壁纸\tarcer.jpg, 9);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010030, 65656655111122, 1, 1, D:\壁纸\tarcer.jpg, 1);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010025, 333333, 3, 3, D:\壁纸\tarcer.jpg, 3);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010041, 370829111, Brak, 15684507863, D:\壁纸\头像\tarcer.jpg, null);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010042, 370829111, Sheldon, 13031075928, D:\壁纸\头像\tarcer.jpg, 哈哈);
insert into USERS (id, idcardnum, username, phone, photo, other)
values (1010043, 370829111, Sheldon, 13031075928, D:\壁纸\头像\tarcer.jpg, No);
commit;
prompt 36 records loaded
prompt Enabling triggers for ACCOUNT...
alter table ACCOUNT enable all triggers;
prompt Enabling triggers for CLOSING_INSURANCE...
alter table CLOSING_INSURANCE enable all triggers;
prompt Enabling triggers for CREDIT...
alter table CREDIT enable all triggers;
prompt Enabling triggers for DEL_ACCOUNT...
alter table DEL_ACCOUNT enable all triggers;
prompt Enabling triggers for DEPOSIT...
alter table DEPOSIT enable all triggers;
prompt Enabling triggers for DEPUTE...
alter table DEPUTE enable all triggers;
prompt Enabling triggers for DRAW...
alter table DRAW enable all triggers;
prompt Enabling triggers for INTEREST_RATE...
alter table INTEREST_RATE enable all triggers;
prompt Enabling triggers for LOAN...
alter table LOAN enable all triggers;
prompt Enabling triggers for LOST...
alter table LOST enable all triggers;
prompt Enabling triggers for MANAGER...
alter table MANAGER enable all triggers;
prompt Enabling triggers for RECORD_PAY_INSURANCE...
alter table RECORD_PAY_INSURANCE enable all triggers;
prompt Enabling triggers for REPAYMENT...
alter table REPAYMENT enable all triggers;
prompt Enabling triggers for TRANSFER...
alter table TRANSFER enable all triggers;
prompt Enabling triggers for USERS...
alter table USERS enable all triggers;
set feedback on
set define on
prompt Done.

 

银行储蓄管理系统---Oracle数据库表数据---Bank_Oracle_Data.sql