How do I connect to Oracle Cloud database from ADF app?
I have an ADF app deployed in the Java cloud, and I want it to use my Oracle database cloud instance. It just has to read something from a table in my cloud database, but I have no idea how to set up the connection, and I cannot find any documentation that explains this.
0