You are on page 1of 1

Parameter file: Spfile/file

Value of performance related parameters


---optimizer
---cursor_sharing
---compatible
Controlfiles: Location(existence and size)
Redolog files: number of group , number of member, size of each member and block
size
Archiving: Total number archives get generated in last 30 days and archive
generated per day, Size of archive log generated per day.
Datafiles
Autoextend
Location
Tablespaces
SYSTEM Tablespace
SYSAUX Tablespace (10g Release and above)
Locally vs Dictionary Managed Tablespaces
Temporary Tablespace
Tablespace Fragmentation
Objects
Number of Extents
Next extent
Indexes
AUTO vs MANUAL undo
AUTO UNDO
MANUAL UNDO
Memory Management
Oracle 10g
Oracle 11g
Oracle 12c
Logging & Tracing
Alert File
Max_dump_file_size
User and core dump size parameters
Audit files
Backup Status:
RMAN The backup status for last 10days(Archivelog/db incr/full)
Advanced Health Checking
Database dictionary Integrity
Database structure verification

SELECT DECODE(value, NULL, 'PFILE', 'SPFILE') "Init File Type" FROM


sys.v_$parameter WHERE name = 'spfile';

You might also like