Skip to content

Instantly share code, notes, and snippets.

@yoshikaw
Created July 4, 2018 04:40
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 yoshikaw/052040c4c5927fb7362909192019c040 to your computer and use it in GitHub Desktop.
Save yoshikaw/052040c4c5927fb7362909192019c040 to your computer and use it in GitHub Desktop.
ORACLE_LOGON=${ORACLE_LOGON:-scott/P@ssword}
#ORACLE_LOGON=${ORACLE_LOGON:-scott/\"P@ssword\"}
ORACLE_HOST=test.example.com:1521
ORACLE_SERVICE=pdb1
sqlplus ${ORACLE_LOGON}@${ORACLE_HOST}/${ORACLE_SERVICE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment