Skip to content

Instantly share code, notes, and snippets.

@oraculix
Created January 12, 2023 15:24
Show Gist options
  • Save oraculix/25e094679ca5297392287f768779fedd to your computer and use it in GitHub Desktop.
Save oraculix/25e094679ca5297392287f768779fedd to your computer and use it in GitHub Desktop.
How to format your Oracle SQL*Plus output for Markdown
-- How to format your Oracle SQL*Plus output for Markdown:
SET COLSEP '|'
select * from USER_SYS_PRIVS order by PRIVILEGE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment