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: docs/oracle-database-connection-with-oracle-wallet.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
@@ -81,7 +81,7 @@ This guide assumes the following:
81
81
82
82
When executing the Python code, set the `TNS_ADMIN` environment variable to the directory where the `sqlnet.ora` file is located. It is important to note that when running the code within the devcontainer, the `PROJECT_ROOT` is mounted and the current working directory is set to typically a path like `/workspace/vscode-remote-oradev-python`. The leaf of the workspace path follows the name of the running devcontainer name.
83
83
84
-
When debugging code, add the following attributes to the [`launch.json`](.vscode/launch.json) file, and update `DB_CONTAINER_NAME` and `DB_PORT` accordingly:
84
+
When debugging code, add the following attributes to the [`launch.json`](../.vscode/launch.json) file, and update `DB_CONTAINER_NAME` and `DB_PORT` accordingly:
0 commit comments