Skip to content

Instantly share code, notes, and snippets.

@scanbix
Created April 3, 2018 06:48
Show Gist options
  • Save scanbix/811c02482d4354bdf94a75d7c6a1a9f2 to your computer and use it in GitHub Desktop.
Save scanbix/811c02482d4354bdf94a75d7c6a1a9f2 to your computer and use it in GitHub Desktop.
SQLPLUS template for DDL scripts in Oracle database
set echo on
set feed on
set time on
set timing off
set lines 300
set trims on
set define off
set sqlblanklines on
set serveroutput on size unlimited
CLEAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment