Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.30 KB | None | 0 0
  1.  
  2. DataSource name="StorePrimary" NetworkScope="LAN">
  3.  
  4. <Enabled dtype="Boolean">true</Enabled>
  5.  
  6. <Strategy dtype="String">jdbcPersistenceStrategy</Strategy>
  7.  
  8. <Property value="oracle.jdbc.OracleDriver" key="ConnectionDriverName"/>
  9.  
  10. <Property value="Pj4+MHXFMwG/IOa1YYKkZXmB+ELX+4cG" key="ConnectionUserName"/>
  11.  
  12. <Property value="Pj4+MHXFMwG/IOa1YYKkZXmB+ELX+4cG" key="ConnectionPassword"/>
  13.  
  14. <Property value="jdbc:oracle:thin:@localhost:1521:XE" key="ConnectionURL"/>
  15.  
  16. <Property value="true" key="jdbc:SetBigStringTryClob"/>
  17.  
  18.  
  19. -<Ping>
  20.  
  21. <ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
  22.  
  23. <Property value="localhost" key="Host"/>
  24.  
  25. <Property value="1521" key="Port"/>
  26.  
  27. <Property value="1000" key="Timeout"/>
  28.  
  29. </Ping>
  30.  
  31. </DataSource>
  32.  
  33.  
  34. -<DataSource name="StoreBackup" NetworkScope="LAN">
  35.  
  36. <Enabled dtype="Boolean">false</Enabled>
  37.  
  38. <Strategy dtype="String">jdbcPersistenceStrategy</Strategy>
  39.  
  40. <Property value="oracle.jdbc.driver.OracleDriver" key="ConnectionDriverName"/>
  41.  
  42. <Property value="Pj4+MFV3MwEyXt9xAUHpxzpNir+yuYWe" key="ConnectionUserName"/>
  43.  
  44. <Property value="Pj4+MFV3MwEyXt9xAUHpxzpNir+yuYWe" key="ConnectionPassword"/>
  45.  
  46. <Property value="jdbc:oracle:thin:@localhost:1521:XE" key="ConnectionURL"/>
  47.  
  48. <Property value="true" key="jdbc:SetBigStringTryClob"/>
  49.  
  50.  
  51. -<Ping>
  52.  
  53. <ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
  54.  
  55. <Property value="localhost" key="Host"/>
  56.  
  57. <Property value="1521" key="Port"/>
  58.  
  59. <Property value="1000" key="Timeout"/>
  60.  
  61. </Ping>
  62.  
  63. </DataSource>
  64.  
  65.  
  66. -<DataSource name="Local" NetworkScope="LAN" HighAvailability="true">
  67.  
  68. <Enabled dtype="Boolean">true</Enabled>
  69.  
  70. <Strategy dtype="String">jdbcPersistenceStrategy</Strategy>
  71.  
  72. <Property value="oracle.jdbc.OracleDriver" key="ConnectionDriverName"/>
  73.  
  74. <Property value="Pj4+MHXFMwG/IOa1YYKkZXmB+ELX+4cG" key="ConnectionUserName"/>
  75.  
  76. <Property value="Pj4+MHXFMwG/IOa1YYKkZXmB+ELX+4cG" key="ConnectionPassword"/>
  77.  
  78. <Property value="jdbc:oracle:thin:@localhost:1521:XE" key="ConnectionURL"/>
  79.  
  80. <Property value="true" key="jdbc:SetBigStringTryClob"/>
  81.  
  82.  
  83. -<Ping>
  84.  
  85. <ClassName dtype="Class">dtv.data2.access.impl.SocketPing</ClassName>
  86.  
  87. <Property value="localhost" key="Host"/>
  88.  
  89. <Property value="1521" key="Port"/>
  90.  
  91. <Property value="1000" key="Timeout"/>
  92.  
  93. </Ping>
  94.  
  95. </DataSource>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement