USE mastergo CREATE LOGIN jiazhuang --用户名WITH PASSWORD = 'sa', --密码 DEFAULT_DATABASE = JiaZhuan, --数据库名 CHECK_EXPIRATION = OFF, CHECK_POLICY = OFFgoEX...
分类:
数据库 时间:
2014-09-17 11:48:02
阅读次数:
303
create table DBO.INDEX_POLICY_TBL( ID NUMBER(10) NOT NULL PRIMARY KEY, POLICY_ID NUMBER(10,0) default (-1) NOT NULL, ALARM_COUNT NUMBER(10) default...
分类:
数据库 时间:
2014-09-16 12:21:20
阅读次数:
284
1- Read the usage policy of the website. I know this is the third time I mention that, but that tells you its important :)2- Always try to use the mob...
分类:
其他好文 时间:
2014-09-16 09:11:30
阅读次数:
189
实验:使用DBMS_FGA实现细粒度审计
1,创建测试表
TEST_USR1@PROD1> create table audit_test (x number );
Table created.
2,创建审计策略
TEST_USR1@PROD1> conn / as sysdba
Connected.
SYS@PROD1> begin
DBMS_FGA.ADD_POLICY (
...
分类:
数据库 时间:
2014-09-15 21:24:59
阅读次数:
294
1.配置Java安全访问 新建文件jstatd.all.policy 内容: grant codebase "file:${java.home}/../lib/tools.jar" {
permission java.security.AllPermission;
}; 2.在远程服务器上执行 jstatd -J-Djava.security.p...
分类:
编程语言 时间:
2014-09-15 16:06:39
阅读次数:
177
Arielle Jackson 曾在 Google 呆了将近九年,掌管着 Gmail,Docs,Calendar 和 Voice 等产品的营销工作。之后她跳槽到Square,在她的带领下,新型硬件产品Square Stand走向了市场。在她加盟 Android 待机屏幕应用Cover之后,继续从事市...
分类:
其他好文 时间:
2014-09-15 10:03:38
阅读次数:
246
异常一:
2014-03-13 11:10:23,665 INFO org.apache.Hadoop.ipc.Client: Retrying connect to server: Linux-hadoop-38/10.10.208.38:9000.
Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFi...
分类:
其他好文 时间:
2014-09-14 14:07:17
阅读次数:
362
Shawn WebbOliver Pinter10 July 2014http://www.hardenedbsd.org/ [ 1. Introduction ]Security in FreeBSD is based primarily in policy-based technologies....
分类:
其他好文 时间:
2014-09-11 01:02:11
阅读次数:
327
如果你的IPTABLES基础知识还不了解,建议先去看看.开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp~]#iptables-L-nChainINPUT(policyACCEPT)targetprotoptsourcedestinationChainFORWARD(policyACCEPT)targetprotoptsourcedestinationChainO..
分类:
系统相关 时间:
2014-09-10 19:42:31
阅读次数:
420
Shawn WebbOliver Pinter10 July 2014http://www.hardenedbsd.org/ [ 1. Introduction ]Security in FreeBSD is based primarily in policy-based technologies....
分类:
其他好文 时间:
2014-09-10 17:35:00
阅读次数:
257