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: README.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,24 @@ REST APIs for Oracle Autonomous Transaciton Processing Service written in Java
3
3
4
4
5
5
## Objectives
6
-
- A base image based on frolvlad/alpine-glibc:alpine-3.8 that includes Oracle instant client 18.3, sqlplus and sqlcl for basic sql connectivity to an oracle ATP database
6
+
-[x]A base image based on frolvlad/alpine-glibc:alpine-3.8 that includes Oracle instant client 18.3, sqlplus and sqlcl for basic sql connectivity to an oracle ATP database
7
7
https://hub.docker.com/r/frolvlad/alpine-glibc/
8
-
- A python, **Java** and node.js image each built on the base image and layered with drivers to connect respective language programs to an ATP database seamlessly Oracle Cloud Infrastructure CLI
9
-
- A sample program that can take a mapped ATP credentials .zip file and connect to the database
10
-
- REST API language scripts for listing, creating, scaling, backing up an ATP instance. See documentation for available REST calls and sample node.js scripts https://github.com/kbhanush/ATP-REST-nodejs
11
-
12
-
13
-
- Instant Client - /opt/oracle/instantclient
14
-
- Credentials wallet - /opt/oracle/database/<ServiceName>/wallet — include both the zip file and the unzipped files in this folder
15
-
- Tools and scripts- Based on language written in - replace language folder accordingly
16
-
- /opt/oracle/tools/python/restapi
17
-
- /opt/oracle/tools/python/sdk
18
-
- /opt/oracle/tools/cli
19
-
- /opt/oracle/tools/swingbench
20
-
- Sample apps - /opt/oracle/apps/<app_name>
21
-
- Set PATH variable to include all of the above
8
+
-[x] A python, **Java** and node.js image each built on the base image and layered with drivers to connect respective language programs to an ATP database seamlessly Oracle Cloud Infrastructure CLI
9
+
-[x] instant client
10
+
-[x] SQLcl
11
+
-[x] Java SDK
12
+
-[x] Oracle JDBC driver
13
+
-[x] API language scripts for listing, creating, scaling, backing up an ATP instance
14
+
-[ ] A sample program that can take a mapped ATP credentials .zip file and connect to the database
15
+
16
+
17
+
### folder stuff
18
+
-[x] Instant Client - /opt/oracle/instantclient
19
+
-[x] (user must scp later) Credentials wallet - /opt/oracle/database/\<ServiceName\>/wallet — include both the zip file and the unzipped files in this folder
20
+
-[x] /opt/oracle/tools/java/restapi
21
+
-[x] /opt/oracle/tools/java/sdk
22
+
-[ ] Sample apps - /opt/oracle/apps/<app_name>
23
+
-[ ] Set PATH variable to include all of the above
22
24
23
25
## About
24
26
Try out the Oracle Cloud Infrastructure Java SDK! I've tried to make this as simple as possible, but to *reallly* use the SDK you must read the docs! For developing with the `java` SDK read the java sdk docs, but if all you want to do is run this app you can get by with the SDK/CLI configuration docs. They will walk you through getting the required values to authenticate.
0 commit comments