User Tools

Site Tools


oracle

This is an old revision of the document!


Oracle hints

Log into Oracle

sqlplus '/ as sysdba'

Show control files

select name from v$controlfile;

Show log files

select member from v$logfile;

Show data files

select file_name from dba_data_files order by file_name asc;
oracle.1324465943.txt.gz · Last modified: 2011/12/21 11:12 by root