Snippets tagged “oracle”
2 snippets use this tag.
- How can I get the latest JRE / JDK as a zip file rather than EXE or MSI installer?Java
You can download the latest Java Runtime Environment (JRE) or Java Development Kit (JDK) as a zip file from the official website of Oracle (https://www.oracle.com/java/technologies/javase-downloads.html).
- How to connect to Oracle using Service Name instead of SIDJava
To connect to an Oracle database using a service name instead of a SID (System Identifier), you can use the thin driver and specify the connection URL in the following format: