Advertisement Space

SQL*Plus Recipes

SQL*Plus

Tips and tricks for working with Oracle's SQL*Plus command-line tool.

Establish Connection without tnsnames

Connect to an Oracle database using SQL*Plus without needing a tnsnames.ora file.

Learn more →

Format SQL*Plus Output for Better Readability

Use SET, COLUMN, SPOOL, and BREAK commands to produce clean, professional output.

Learn more →