User Tools

Site Tools


dba:cli_commands

This is an old revision of the document!


CLI Commands and Equivalents

This is a work in progress

Command Oracle MySQL Postgres
Show databases (schema)
select distinct owner 
from dba_objects 
where owner =' '
show databases \l
Query Buffer list <up arrow > \p
Quit / Exit exit exit \q
Display users select * From dba_users; \du
Display Schemas <same as show databases> \dn
dba/cli_commands.1764693058.txt.gz · Last modified: by mlivolsi