[Oledb]
; Everything after this line is an ole db initstring
Provider = OraOLEDB. Oracle.1; Password = 840616; Persist Security Info = True; User ID = SYSTEM; Data Source = orcl
[Oledb]
; Everything after this line is an ole db initstring
Provider = MSDAORA.1; Password = 840616; User ID = SYSTEM; Data Source = orcl; Persist Security Info = True
Certificate --------------------------------------------------------------------------------------------------------------------------------------------------
<Deleetask>
<! -- Connect to IBM DB2 -->
<Add key ="Connstr_DB2"Value ="Provider = IBMDADB2.1; User ID = gcgl; Password = lgcg; Data Source = gc_sys"/>
<! -- Connect to Oracle 10g OleDb -->
<Add key ="Connstr_OracleMS"Value ="Provider = MSDAORA.1; Data Source = Orcl; User ID = SYSTEM; Password = 840616"/>
<Add key ="Connstr_OracleOra"Value ="Provider = OraOLEDB. Oracle.1; Persist Security Info = True; User ID = SYSTEM; Password = 840616; Data Source = orcl"/>
<! -- Connect Oracle 10g OracleClient -->
<Add key ="Connstr_OracleClient"Value ="User Id = SYSTEM; Password = 840616; Data Source = orcl; Pooling = true; Enlist = true; Min Pool Size = 10; Connection Lifetime = 120"/>
</AppSettings>