John Topley's Knowledgebase

SQL Statement To List Schemas

Saturday, 16 October 2004

This Oracle SQL statement will display a list of schemas within the database.

SELECT username FROM all_users ORDER BY username;

To get Oracle SQL*Plus to display a page at a time, use:

set pause on

—And press Enter to page.

top | index | previous | no next | comments ()

home | archive | kb | media | about | contact | accessibility
Copyright © 2003 - 2005 John Topley. Made with CityDesk.