-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataSources.xml
More file actions
15 lines (15 loc) · 627 Bytes
/
dataSources.xml
File metadata and controls
15 lines (15 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="orcl" uuid="76c07c60-3276-4b8d-986d-35cf8ce88cb8">
<driver-ref>oracle</driver-ref>
<synchronize>true</synchronize>
<auto-commit>false</auto-commit>
<jdbc-driver>oracle.jdbc.OracleDriver</jdbc-driver>
<jdbc-url>jdbc:oracle:thin:@localhost:1521:ORCL</jdbc-url>
<driver-properties>
<property name="v$session.program" value="DataGrip" />
</driver-properties>
</data-source>
</component>
</project>