Alter database VS Alter system
I want to know what is the difference between ALTER DATABASE & ALTER SYSTEM
google says..
alter database commands cannot be audited; where as alter system can
alter database needs bouncing database but alter system doesn't
but ALTER DATABASE BACKUP CONTROL FILE TO TRACE; doesn't require bouncing.