Configure for oracle
diff --git a/addressImport/src/main/resources/application.yml b/addressImport/src/main/resources/application.yml
index 9904582..27580ba 100644
--- a/addressImport/src/main/resources/application.yml
+++ b/addressImport/src/main/resources/application.yml
@@ -13,23 +13,23 @@
 spring:
   datasource:
 ## ---- postgres ---------------------------------------------------
-    url: jdbc:postgresql://entopticadirx:5432/GridFailureInfoDevServer
-    username: ${GFI_DB_USERNAME}
-    password: ${GFI_DB_PASSWORD}
+#    url: jdbc:postgresql://entopticadirx:5432/GridFailureInfoDevServer
+#    username: ${GFI_DB_USERNAME}
+#    password: ${GFI_DB_PASSWORD}
 # ------------------------------------------------------------------
 ## ---- oracle -----------------------------------------------------
-#    enable-oracle-configuration: true
-#    url: jdbc:oracle:thin:@LIDLORADB2.PTA.DE:1521:NAPDB00
-#    username: dietricf
-#    password: dietricf000
+    enable-oracle-configuration: true
+    url: jdbc:oracle:thin:@LIDLORADB2.PTA.DE:1521:NAPDB00
+    username: dietricf
+    password: dietricf000
 #  jpa:
-#    database-platform: org.hibernate.dialect.Oracle10gDialect
-#    show-sql: false
+    database-platform: org.hibernate.dialect.Oracle10gDialect
+    show-sql: false
 #
 #oracle:
 #  ucp:
-#    minPoolSize: 2
-#    maxPoolSize: 10
+    minPoolSize: 2
+    maxPoolSize: 10
 # End Orale Config---------------------------------------------------
 
 server: