Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thospfuller/c6856c0072d7e5acd92e8b64f504979a to your computer and use it in GitHub Desktop.
Save thospfuller/c6856c0072d7e5acd92e8b64f504979a to your computer and use it in GitHub Desktop.
An example of the command line (CLI) preconditions required in order to run the DatabaseChangeListenerInOracleDatabaseExample.groovy script. This example was running on a System76 machine with the Ubuntu operating system.
#
# In this example Docker is running on another machine so assume that I've ssh'd into that box and
# am running the following on the remote machine.
#
docker run -d -p 1521:1521 oracleinanutshell/oracle-xe-11g
docker exec -it [container id] /bin/sh
su
#
# Username: system, password: oracle
#
/u01/app/oracle/product/11.2.0/xe/bin/sqlplus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment