Software >> Services >> RDBMS >> Oracle >> How to list tables from sqlplus

sqlplus <username>/<password> sql> select table_name from tabs;