Skip to content

Commit 4f0c991

Browse files
authored
Clarify oracle URL property behavior (#22009)
* Clarify oracle URL property behavior * Update based on feedback
1 parent e1e6338 commit 4f0c991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/com.ibm.ws.jdbc.metatype/resources/OSGI-INF/l10n/metatype.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ updateCountForBatch=Update count for batch
10461046
updateCountForBatch.desc=JDBC driver property: updateCountForBatch.
10471047
URL=URL
10481048
URL.desc=URL for connecting to the database.
1049-
URL.oracle.desc=URL for connecting to the database. Examples: jdbc:oracle:thin:@//localhost:1521/sample or jdbc:oracle:oci:@//localhost:1521/sample.
1049+
URL.oracle.desc=JDBC driver property: URL. URL for connecting to the database. If a URL is configured, the Oracle JDBC driver ignores individual connection properties such as serverName and driverType. Oracle JDBC driver updates might impact this behavior. Examples: jdbc:oracle:thin:@//localhost:1521/sample or jdbc:oracle:oci:@//localhost:1521/sample.
10501050
URL.sqlserver.desc=URL for connecting to the database. Example: jdbc:sqlserver://localhost:1433;databaseName=myDB.
10511051
useBlockInsert=Use block insert
10521052
useBlockInsert.desc=JDBC driver property: useBlockInsert.

0 commit comments

Comments
 (0)