Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
set timing on
set SQLPROMPT "&_USER>"
set term off
col name noprint new_value dbname
select name, lower(name) dbname from v$database;
set sqlprompt '&&dbname>'
set term on
These are two phrases that, when used together, tend to raise a flag of concern for me.H3nd said:I'm new in oracle...How can I tell which database am I in ?
select * from all_tables
order by owner, table_name;