Skip to content

Instantly share code, notes, and snippets.

@donkirkby
Created April 19, 2022 18:00
Show Gist options
  • Save donkirkby/7171b7685ce34d5a4cd1faee0afe0b52 to your computer and use it in GitHub Desktop.
Save donkirkby/7171b7685ce34d5a4cd1faee0afe0b52 to your computer and use it in GitHub Desktop.
Format SQL*Plus output
set linesize 200
set pagesize 50000
column some_name format a30
-- More ideas at https://docs.oracle.com/cd/A57673_01/DOC/server/doc/SP33/ch4.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment