NEW - bug 253584: Systematically detect the Connection Profile Provider ID for a JDBC connection profile
https://bugs.eclipse.org/bugs/show_bug.cgi?id=253584
diff --git a/plugins/org.eclipse.datatools.enablement.oracle/plugin.xml b/plugins/org.eclipse.datatools.enablement.oracle/plugin.xml
index 519b5ea..06dadb7 100644
--- a/plugins/org.eclipse.datatools.enablement.oracle/plugin.xml
+++ b/plugins/org.eclipse.datatools.enablement.oracle/plugin.xml
@@ -590,4 +590,11 @@
        </properties> 
     </driverTemplate> 
    </extension>
+   <extension
+         point="org.eclipse.datatools.connectivity.sqm.core.mappings">
+      <providerIDtoDriverCategoryID
+            driverCategoryID="org.eclipse.datatools.enablement.oracle.driverCategory"
+            providerID="org.eclipse.datatools.enablement.oracle.connectionProfile">
+      </providerIDtoDriverCategoryID>
+   </extension>
  </plugin>