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
应用报无法连接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
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
在源端,我们需要在 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
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
题意:二维坐标系里有 n 个点 (i, ai), ai >= 0,从 (i, ai)到(i, 0)划竖线,共有 n 条竖线。
找出两条竖线,使得它们构成的矩形的面积最大,矩形的高取决于最短的竖线。
思路:贪心
从首尾两个下标head 和trail 处开始扫描,用一个变量 maxArea 保持当前最大的矩形面积。
如果head 指向的竖线短于 trail 的,则右移 head
否则左移 trail
计算面积,更新 maxArea
复杂度:时间O(n),空间O(1)
int maxArea(vector<in...
分类:
其他好文 时间:
2014-08-30 16:27:49
阅读次数:
223
1123 - Trail Maintenance
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
Tigers in the Sunderbans wish to travel freely among the N...
分类:
其他好文 时间:
2014-08-26 21:30:56
阅读次数:
360
How to recover from an OGG-01028 Incompatible Record if the trail is not corrupt (Doc ID 1507462.1)Oracle GoldenGate - Version 9.5_EA and laterInforma...
分类:
其他好文 时间:
2014-08-14 20:28:19
阅读次数:
538