About Us News Employment F.A.Q.
 
  Click here to Login !  
Home Remote Services Client Access Download Demo Contact Us
     
 
 
 
  White Papers
  UNIX
 
  Database Details
  License Information
  INIT.ORA Parameters
  Database File Information  
  Tablespace Information
  Tablespace Usage Report
  Table Fragmentation
  Invalid Objects
  SQL With Most Disk Reads
  Buffer Hit Ratio
  Library Cache Hit Ratio
  Data Dictionary Hit Ratio
 

Database File Information

select 'Archived Log Directory', value
from sys.v_$parameter
where name = 'log_archive_dest'
UNION  
select 'Control Files', value
from sys.v_$parameter
where name = 'control_files'
UNION  
select 'Datafile', name
from sys.v_$datafile
UNION  
select 'LogFile Member', member
from sys.v_$logfile,
UNION  
Select ‘Tempfile’,file_name
From dba_temp_files;
 
 
     
 
F.A.Q.      |      Terms & Conditions      |      Contact Us   ©2005 Dibon. All rights reserved.