Skip to content

Commit 9761fa2

Browse files
committed
Minor: documentation edits
1 parent 400280e commit 9761fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oracle-database-connection-with-oracle-wallet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This guide assumes the following:
8181
8282
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.
8383
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:
8585
8686
```json
8787
"env": {

0 commit comments

Comments
 (0)