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: ruby/autonomous-connection/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
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
3
3
- 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/).)
4
4
The examples will use an instance named DemoATP.
5
5
- Have a database schema and password created that you can use for testing.
6
6
- Have access to the Oracle ATP service panel or have someone with access available to help.
7
7
- Download and install Oracle Database Instant Client.
8
8
- (Optional but a good idea) Have Oracle SQLcl installed to verify the connection in a neutral environment.
9
9
10
-
##Download Client Credentials (Oracle Wallet)
10
+
##Download Client Credentials (Oracle Wallet)
11
11
With the prerequisites complete, download the client credentials for your Oracle ATP Database instance.
12
12
1. Go to the Service Console for your ATP instance.
13
13
1. Click Administration.
@@ -29,10 +29,10 @@ With the prerequisites complete, download the client credentials for your Oracle
29
29
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.
30
30
The examples will use the DemoATP_TP TNS Name value.
31
31
32
-
##Test the Connection: Optional but Recommended
32
+
##Test the Connection: Optional but Recommended
33
33
Now test the connection from your Oracle SQLcl or Oracle SQL Developer tool.
34
34
35
-
###Oracle SQLcl.
35
+
###Oracle SQLcl.
36
36
To test the connection from Oracle SQLcl, do the following:
37
37
38
38
1. Start Oracle SQLcl in nolog mode.
@@ -66,7 +66,7 @@ To test the connection from Oracle SQLcl, do the following:
0 commit comments