Skip to content

Instantly share code, notes, and snippets.

@mathiasmag
Created February 23, 2018 20:16
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 mathiasmag/c0afd2dddbf4084ca65574b550b0af04 to your computer and use it in GitHub Desktop.
Save mathiasmag/c0afd2dddbf4084ca65574b550b0af04 to your computer and use it in GitHub Desktop.
Script to be exectuted on start by sqlplus/sqlcl
// Origin: https://ora-00001.blogspot.se/2017/03/using-vs-code-for-plsql-development.html
// https://gist.github.com/mortenbra/6a10aa6b09fb470e6b91bc3b5adb19af#file-sqlplus_login-sql
-- enable compiler warnings
alter session set plsql_warnings = 'enable:all';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment