码迷,mamicode.com
首页 >  
搜索关键字:audit trail    ( 612个结果
oracle审计
1、什么是审计审计(Audit)用于监视用户所执行的数据库操作,并且Oracle会将审计跟踪结果存放到OS文件(默认位置为$ORACLE_BASE/admin/$ORACLE_SID/adump/)或数据库(存储在system表空间中的SYS.AUD$表中,可通过视图dba_audit_trail查...
分类:数据库   时间:2014-10-27 12:10:55    阅读次数:281
监听程序当前无法识别连接描述符中请求服务
1,确认是否启动了服务OracleOraDb11g_home1TNSListener、OracleServiceORCL2,使用orcl的net manager查看一下监听程序配置有没有问题,若果没有问题则3, cmd-》sqlplus"/assysdba" 若显示Writing audit r.....
分类:其他好文   时间:2014-10-21 16:57:49    阅读次数:172
王立平--android:gravity与android:layout_gravity区别
android:gravity:设置textview中的字体居中显示         android:id="@+id/tv_audit_title"         android:layout_width="fill_parent"         android:layout_height="wrap_content"         android:backgr...
分类:移动开发   时间:2014-10-17 15:35:09    阅读次数:243
项目,部门,科目筛选
<BILLC_SUBJECT_FEEdesc=""check="noempty"divsior="▓BILL_AUDIT_TYPE▓"name="报销明细,费用科目:"formula="‘‘"select="and‘$BILL_AUDIT_TYPE_NAME$‘LIKE‘%‘+SUBJECTF_REMARK+‘%‘"/>
分类:其他好文   时间:2014-10-14 20:55:30    阅读次数:129
uva514(trail)(模拟栈)
1 //#define LOCAL 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 const int maxn=1005; 8 stacktrain; 9 int ss[maxn];10 int main(....
分类:其他好文   时间:2014-10-13 08:41:39    阅读次数:152
users表空间满导致应用无法连接
应用报无法连接alert:ORA-1653: unable to extend table SYS.AUD$ by 8192 in tablespace USERSSYS.AUD$ 审计使用的表11gr2版本,oracle把参数audit_trail 自动设置为DB级别,导致很多数据...
分类:其他好文   时间:2014-10-01 15:03:31    阅读次数:462
Logdump
You can use the GoldenGate Logdump utility to view records in the GoldenGate trail files. The Logdump utility is part of the regular GoldenGate software installation. Logdump lets you view the unstru...
分类:其他好文   时间:2014-09-23 13:35:54    阅读次数:362
Encrypt Trail and Extract files
在源端,我们需要在 EXTRACT进程中设置ENCRYPTTRAIL 参数,例如: RMTHOST 192.168.1.168, MGRPORT 7809, ENCRYPT BLOWFISH, KEYNAME encryptkey1 ENCRYPTTRAIL RMTTRAIL /opt/ogg/dirdat/la 在目标端需要在replicat进程中加入DECRYPTTRAIL参数,例如...
分类:其他好文   时间:2014-09-22 13:07:12    阅读次数:161
Goldengate Checkpoint Table Is Corrupted
Replicat maintains checkpoints that provide a known position in the trail from which to start after an expected or unexpected shutdown. By default, a record of these checkpoints is maintained in a f...
分类:其他好文   时间:2014-09-21 13:21:10    阅读次数:235
MySQL5.5 安装mcafee mysql-audit插件 不成功
主页:https://github.com/mcafee/mysql-audit/wiki各版本安装包:https://bintray.com/mcafee/mysql-audit-plugin/release安装步骤还是比较简单的,只有几步:1)查看插件目录mysql> SHOW GLOBAL V...
分类:数据库   时间:2014-09-17 20:10:22    阅读次数:1033
612条   上一页 1 ... 56 57 58 59 60 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!