Bunch of linux shell scripts to run Oracle 12.2.0.1 DB in a docker container
-
Download and install SquirrelSQL http://squirrel-sql.sourceforge.net/
-
Download Oracle JDBC driver https://www.oracle.com/technetwork/database/application-development/jdbc/downloads/index.html
Copy the extracted ojdbc8.jar into /lib Restart Squirrel SQL
-
Connect to Oracle from SquirrelSQL Create Alias in SquirrelSQL:
- Driver: "Oracle Thin Driver"
- URL: "jdbc:oracle:thin:@localhost:1521/ORCLPDB1"
- user: "pdbadmin"
- password: "admin"
Open URL in browser: https://localhost:5500/em