1、什么是审计 审计(Audit)用于监视用户所执行的数据库操作,并且Oracle会将审计跟踪结果存放到OS文件(默认位置为$ORACLE_BASE/admin/$ORACLE_SID/adump/)或数据库(存储在system表空间中的SYS.AUD$表中,可通过视图dba_audit_trail ...
分类:
数据库 时间:
2016-10-31 16:39:39
阅读次数:
227
某电信运营商3G系统与4G系统建立号码核对系统,因为两个系统的号码状态不一致。源端使用OracleGoldengate软件,目标端使用Kafka自写CUE程序进行解析源端传输过去的Trail文件。目标端不采用Goldengate的复制进程进行解析。在某系统中创建OracleGoldengate相关进程mgr,抽取,投..
分类:
数据库 时间:
2016-08-19 22:30:51
阅读次数:
303
本篇参考Trail教程: https://developer.salesforce.com/trailhead/force_com_dev_intermediate/apex_integration_services/apex_integration_rest_callouts 有的时候我们需要在s ...
分类:
编程语言 时间:
2016-06-26 00:25:18
阅读次数:
1938
题意:n个城市m天、每一天修一条道路,输出当前天数的最小生成树,但是这里有一个条件,就是说最小生成树必须包括全部n个城市,否则输出-1 思路:边数有6000如果每一天跑一次最小生成树的话就接近O(m^2logm)再加上数据量、是很可能会超时的、这时我们就得想想能不能删去一些边、这样在求最小生成树的时 ...
分类:
其他好文 时间:
2016-05-04 13:23:53
阅读次数:
147
今天做OracleDG编写initorcl的时候,修改完以后,sqlplus就不能再登陆,一直报ERROR:ORA-09925:UnabletocreateaudittrailfileLinuxError:2:NosuchfileordirectoryAdditionalinformation:9925ORA-01075:youarecurrentlyloggedon一直找不到原因,后来在网上偶然找到个帖子说了这..
分类:
其他好文 时间:
2016-01-08 00:34:21
阅读次数:
116
audit_trail参数定义了在哪里存放审计记录默认是DB。如果将其设置为NONE,标准数据库审计功能被取消。audit_trail是静态参数,修改后必须重启数据库。可以设置的值:-DB:开启数据库审计,将审计数据写入数据库表sys.aud$表中-DB,EXTENDED: 除了DB参数指定的审计内...
分类:
其他好文 时间:
2015-12-07 14:05:33
阅读次数:
203
1 加密的使用场景; 2 GoldenGate提供的加密算法; 3 产生密钥; 4 源端加密配置; 5 目标端解密配置; 6 未加密和加密trail文件对比分析; 7 OBEY文件;
分类:
数据库 时间:
2015-09-01 14:01:25
阅读次数:
236
Paladin Manao caught the trail of the ancient Book of Evil in a swampy area. This area containsnsettlements numbered from 1 ton. Moving through the sw...
分类:
其他好文 时间:
2015-08-31 00:43:41
阅读次数:
527
链接DescriptionYou task is to find minimal natural numberN, so thatN!contains exactlyQzeroes on the trail in decimal notation. As you knowN! = 1*2*...*N...
分类:
其他好文 时间:
2015-08-21 15:06:54
阅读次数:
181
Description:You task is to find minimal natural numberN, so thatN!contains exactlyQzeroes on the trail in decimal notation. As you knowN! = 1*2*...*N....
分类:
其他好文 时间:
2015-08-20 22:10:22
阅读次数:
209