You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jnosql-nosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/communication/OracleNoSQLConfigurations.java
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,16 @@ public enum OracleNoSQLConfigurations implements Supplier<String> {
116
116
/**
117
117
* Define the compartment name in Oracle NoSQL on-premise.
118
118
*/
119
-
NAMESPACE("jnosql.oracle.nosql.namespace");
119
+
NAMESPACE("jnosql.oracle.nosql.namespace"),
120
+
121
+
/**
122
+
* Define the profile name used to load session token in Oracle NoSQL cloud.
123
+
*/
124
+
PROFILE_NAME("jnosql.oracle.nosql.profile.name"),
125
+
/**
126
+
* Define the path of configuration file used to load session token in Oracle NoSQL cloud.
0 commit comments