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: doc/src/api_manual/oracledb.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2128,6 +2128,16 @@ Oracledb Methods
2128
2128
For node-oracledb Thick mode, use an :ref:`Easy Connect string <easyconnect>` or a :ref:`Connect Descriptor string <embedtns>` instead.
2129
2129
2130
2130
.. versionadded:: 6.0
2131
+
* - ``walletContent``
2132
+
- String
2133
+
- Thin
2134
+
- .. _createpoolpoolattrswalletcontent:
2135
+
2136
+
The security credentials required to establish a mutual TLS (mTLS) connection to Oracle Database. This property can be used to directly specify the security credentials instead of storing and reading the credentials from the ``ewallet.pem`` file specified in the ``walletLocation`` property.
2137
+
2138
+
The value of the ``walletContent`` property overrides the ``walletLocation`` value and the ``WALLET_LOCATION`` parameter in the connection string.
2139
+
2140
+
.. versionadded:: 6.6
2131
2141
* - ``edition``
2132
2142
- String
2133
2143
- Thick
@@ -2836,6 +2846,16 @@ Oracledb Methods
2836
2846
For node-oracledb Thick mode, use an :ref:`Easy Connect string <easyconnect>` or a :ref:`Connect Descriptor string <embedtns>` instead.
2837
2847
2838
2848
.. versionadded:: 6.0
2849
+
* - ``walletContent``
2850
+
- String
2851
+
- Thin
2852
+
- .. _getconnectiondbattrswalletcontent:
2853
+
2854
+
The security credentials required to establish a mutual TLS (mTLS) connection to Oracle Database. This property can be used to directly specify the security credentials instead of storing and reading the credentials from the ``ewallet.pem`` file specified in the ``walletLocation`` property.
2855
+
2856
+
The value of the ``walletContent`` property overrides the ``walletLocation`` value and the ``WALLET_LOCATION`` parameter in the connection string.
0 commit comments