Skip to content

Instantly share code, notes, and snippets.

@thomaswitt
Created November 6, 2013 09:50
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 thomaswitt/7333548 to your computer and use it in GitHub Desktop.
Save thomaswitt/7333548 to your computer and use it in GitHub Desktop.
Oracle Login File
SET termout OFF
ALTER SESSION SET NLS_DATE_FORMAT = 'dd.mm.yyyy HH24:mi:ss';
SET termout ON
SET sqlprompt "_USER'@'_CONNECT_IDENTIFIER _PRIVILEGE> "
set pagesize 50000
SET linesize 190
DEFINE _EDITOR=vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment