-
Notifications
You must be signed in to change notification settings - Fork 0
/
connection.oracle.xml
68 lines (35 loc) · 990 Bytes
/
connection.oracle.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.5.0_04" class="java.beans.XMLDecoder">
<object class="com.osframework.datalibrary.common.ConnectionProperty">
<void property="accessSequence">
<int>0</int>
</void>
<void property="active">
<boolean>true</boolean>
</void>
<void property="connectionType">
<string>Jdbc</string>
</void>
<void property="connectToURL">
<boolean>false</boolean>
</void>
<void property="driverClass">
<string>oracle.jdbc.OracleDriver</string>
</void>
<void property="unicodeConnection">
<boolean>false</boolean>
</void>
<void property="environment">
<string>oracle</string>
</void>
<void property="url">
<string>jdbc:oracle:thin:osrmt/osrmt@192.168.1.105:1521:admin</string>
</void>
<void property="username">
<string>osrmt</string>
</void>
<void property="password">
<string>osrmt</string>
</void>
</object>
</java>