Skip to content

Instantly share code, notes, and snippets.

@pweinzettel
pweinzettel / gist:2d52cbaf1f7b7764a263e3ac535da179
Created January 17, 2023 14:03
Install Oracle ASH Viewer
# Download ASH Viewer from https://github.com/akardapolov/ASH-Viewer/releases/
# Check java version and required version on download page
java --version
# If java is missing, install with
apt-get install default-jre
@pweinzettel
pweinzettel / install_sqldeveloper.sh
Last active January 17, 2023 14:35
Install Oracle SQL developer
# Download Oracle SQL developer "Other Platforms" from https://www.oracle.com/tools/downloads/sqldev-downloads.html
# Check java version and required version on download page
java --version
# If java is missing, install with
apt-get install default-jre