?????????
???????????? ???????[ 2014/7/24 11:07:25 ] ?????????????
?????????μ???????????????????:
???????????μ??????:
create table login_log -- ???????????
(
session_id int not null?? -- sessionid
login_on_time date?? -- ???????
login_off_time date?? -- ??????
user_in_db varchar2(30)?? -- ?????db user
machine varchar2(20)?? -- ??????
ip_address varchar2(20)?? -- ip???
run_program varchar2(20) -- ??γ??????
);
create table allow_user -- ?????????
(
ip_address varchar2(20)?? -- ip???
login_user_name nvarchar2(20) -- ??????????
);
|
???????????μ???????????:
create or replace trigger login_on_info -- ?????????????????
after logon on database
Begin
insert into login_log(session_id??login_on_time??login_off_time??user_in_db??machine??ip_address??run_program)
select AUDSID??sysdate??null??sys.login_user??machine??SYS_CONTEXT('USERENV'??'IP_ADDRESS')??program
from v$session where AUDSID = USERENV('SESSIONID'); --???SESSION
END;
create or replace trigger login_off_info --????????????????
before logoff on database
Begin
update login_log set login_off_time = sysdate
where session_id = USERENV('SESSIONID'); --???SESSION
exception
when others then
null;
END;
|
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
?????????????????????????Щ????????????????????TC???????????????Щ???????????????????????????????????????????????(java .net ?????)???mysql???????????????????ж????д???Python???????????????(DB2)??????BufferPool????????????????????????????????6??????????????????滮???????????????-????????SQL Server???????????????????λ?????PHP??SQL????????????????????Pythonд???NoSQL????????? SQL ?е????????????? SQL ?е?????????Java???????:?????MySQL???????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????