柔弱老鼠

文章
5
资源
0
加入时间
2年10月20天

oracle 添加登陆数据库触发器--记录IP 地址

----触发器--- ---创建中间插入的表create table session_history tablespace bap_data as (select sid,username,program,machine,'000.000.000.000'ipadd,sysdate moditime from v$session where 0=1);---创建触发器---只要登陆数据库就...