码迷,mamicode.com
首页 >  
搜索关键字:encrypt trail    ( 898个结果
php RSA 加密 与java加密互交,java解密
<?php class encrypt{ var $pub_key; function redPukey() { $pubKey = "MIIDhzCCAm+gAwIBAgIGASYISh96MA0GCSqGSIb3DQEBBQUAMF8xCzAJBgNVBAYTAkNOMSkwJwYDVQQKDCBBbGxpbnBheSBOZX...
分类:编程语言   时间:2014-10-17 15:32:51    阅读次数:247
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
加解密方法
加解密Code如下: 1 /// 2 /// 加密字符串:根据传入的字符串和密匙返回加密后的字串 3 /// 4 public static string Encrypt(string value, string key) 5 ...
分类:其他好文   时间:2014-10-06 16:30:50    阅读次数:234
4.高级特性(2)
1.对密码进行加密GGSCI (db11) 3> ENCRYPT PASSWORD ogg ENCRYPTKEY DEFAULTUsing default key...Encrypted password: AACAAAAAAAAAAADAHBLDCCIIOIRFNEPBAlgorithm use....
分类:其他好文   时间:2014-10-03 01:58:43    阅读次数:348
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
Python-RSA(公私钥制作,加解密,签名)
SigningdatawiththeRSAalgorithmStep1.Createprivate/publickeypair(optional)opensslgenrsa-outprivate.pem1024>private.pemThiscreatesakeyfilecalledprivate.pem.Thisfileactuallyhaveboththeprivateandpublickeys,soyoushouldextractthepubliconefromthisfile:opensslrs..
分类:编程语言   时间:2014-09-30 13:45:30    阅读次数:238
数据开发-经典
数据开发-经典1.按姓氏笔画排序:Select*FromTableNameOrderByCustomerNameCollateChinese_PRC_Stroke_ci_as//从少到多2.数据库加密:selectencrypt(‘原始密码‘)selectpwdencrypt(‘原始密码‘)selectpwdcompare(‘原始密码‘,‘加密后密码‘)=1--相同;否则不相同encrypt(‘原始密码‘)s..
分类:其他好文   时间:2014-09-30 03:32:22    阅读次数:286
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
898条   上一页 1 ... 84 85 86 87 88 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!