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
fix: Document missing default value for oracle_wallet parameter
The oracle_wallet parameter defaults to `.oracle` when not specified
(used as the wallet directory for saving/retrieving mTLS certificates).
This default was present in the code since the Oracle Autonomous Database
support was added but was never documented.
Copy file name to clipboardExpand all lines: website/docs/components/data-connectors/oracle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
85
85
| `oracle_password` | The password to connect with. Required. |
86
86
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1`|
87
87
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88
-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88
+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle`|
Copy file name to clipboardExpand all lines: website/versioned_docs/version-1.10.x/components/data-connectors/oracle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
85
85
| `oracle_password` | The password to connect with. Required. |
86
86
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1`|
87
87
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88
-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88
+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle`|
Copy file name to clipboardExpand all lines: website/versioned_docs/version-1.11.x/components/data-connectors/oracle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
85
85
| `oracle_password` | The password to connect with. Required. |
86
86
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1`|
87
87
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88
-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88
+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle`|
Copy file name to clipboardExpand all lines: website/versioned_docs/version-1.5.x/components/data-connectors/oracle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
85
85
| `oracle_password` | The password to connect with. Required. |
86
86
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1`|
87
87
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88
-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88
+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle`|
Copy file name to clipboardExpand all lines: website/versioned_docs/version-1.6.x/components/data-connectors/oracle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
85
85
| `oracle_password` | The password to connect with. Required. |
86
86
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1`|
87
87
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88
-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88
+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle`|
Copy file name to clipboardExpand all lines: website/versioned_docs/version-1.7.x/components/data-connectors/oracle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
85
85
| `oracle_password` | The password to connect with. Required. |
86
86
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1`|
87
87
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88
-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88
+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle`|
Copy file name to clipboardExpand all lines: website/versioned_docs/version-1.8.x/components/data-connectors/oracle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
85
85
| `oracle_password` | The password to connect with. Required. |
86
86
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1`|
87
87
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88
-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88
+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle`|
Copy file name to clipboardExpand all lines: website/versioned_docs/version-1.9.x/components/data-connectors/oracle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
85
85
| `oracle_password` | The password to connect with. Required. |
86
86
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1`|
87
87
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88
-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88
+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle`|
0 commit comments