Skip to content

Commit 9033ab2

Browse files
committed
Fixed an issue with the header items in the markdown
1 parent 8453525 commit 9033ab2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ruby/autonomous-connection/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
This example demonstrates how to connect to an Oracle Cloud Autonomous Transaction Processing Database (ATP). The same steps can be used to connect to an Autonomous Data Warehouse.
2-
##Prerequisites
2+
## Prerequisites
33
- Have an Oracle ATP instance provisioned and running. (If you don’t have a current instance, you can [sign up for a free trial](https://www.oracle.com/cloud/free/).)
44
The examples will use an instance named DemoATP.
55
- Have a database schema and password created that you can use for testing.
66
- Have access to the Oracle ATP service panel or have someone with access available to help.
77
- Download and install Oracle Database Instant Client.
88
- (Optional but a good idea) Have Oracle SQLcl installed to verify the connection in a neutral environment.
99

10-
##Download Client Credentials (Oracle Wallet)
10+
## Download Client Credentials (Oracle Wallet)
1111
With the prerequisites complete, download the client credentials for your Oracle ATP Database instance.
1212
1. Go to the Service Console for your ATP instance.
1313
1. Click Administration.
@@ -29,10 +29,10 @@ With the prerequisites complete, download the client credentials for your Oracle
2929
The tnsnames.ora file includes auto-generated TNS Name values. You can refer to the documentation for an explanation of when to use each of these.
3030
The examples will use the DemoATP_TP TNS Name value.
3131

32-
##Test the Connection: Optional but Recommended
32+
## Test the Connection: Optional but Recommended
3333
Now test the connection from your Oracle SQLcl or Oracle SQL Developer tool.
3434

35-
###Oracle SQLcl.
35+
### Oracle SQLcl.
3636
To test the connection from Oracle SQLcl, do the following:
3737

3838
1. Start Oracle SQLcl in nolog mode.
@@ -66,7 +66,7 @@ To test the connection from Oracle SQLcl, do the following:
6666
Release 18.0.0.0.0 – Production
6767
Version 18.4.0.0.0
6868
```
69-
##Connect From Ruby
69+
## Connect From Ruby
7070

7171
1. Download and install the ruby-oci8 driver.
7272
1. Set the following environment variables.

0 commit comments

Comments
 (0)