Skip to content

Commit c26e11e

Browse files
committed
Fix typo
1 parent 1f5429e commit c26e11e

File tree

1 file changed

+1
-1
lines changed
  • database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet

1 file changed

+1
-1
lines changed

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This sample application demonstrates how to connect to an Autonomous database us
66

77
1. Download the Wallet using the following [instructions](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/connect-download-wallet.html#GUID-DED75E69-C303-409D-9128-5E10ADD47A35).
88
1. Unzip the Wallet ZIP file
9-
1. OPen the `sqlnet.ora` file and modify the line `WALLET_LOCATION = (SOURCE = (METHOD = file) (METHOD_DATA = (DIRECTORY="<DIRECTORY_OF_UNZIPPED_WALLET>")))` to make the `DIRECTORY` parameter point to the directory where you unzipped the wallet.
9+
1. Open the `sqlnet.ora` file and modify the line `WALLET_LOCATION = (SOURCE = (METHOD = file) (METHOD_DATA = (DIRECTORY="<DIRECTORY_OF_UNZIPPED_WALLET>")))` to make the `DIRECTORY` parameter point to the directory where you unzipped the wallet.
1010

1111
## Configure the application
1212

0 commit comments

Comments
 (0)