Skip to content

Instantly share code, notes, and snippets.

@laymonage
Last active July 4, 2020 09:04
Show Gist options
  • Save laymonage/8ab45ed270899ca0a53c4cc1dae3af22 to your computer and use it in GitHub Desktop.
Save laymonage/8ab45ed270899ca0a53c4cc1dae3af22 to your computer and use it in GitHub Desktop.
Oracle Database Docker image Django test setup
CREATE USER django IDENTIFIED BY django;
GRANT DBA TO django;
QUIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment