Created
January 12, 2023 15:24
-
-
Save oraculix/25e094679ca5297392287f768779fedd to your computer and use it in GitHub Desktop.
How to format your Oracle SQL*Plus output for Markdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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