REM
REM DBAToolZ NOTE:
REM This script was obtained from DBAToolZ.com
REM It's configured to work with SQL Directory (SQLDIR).
REM SQLDIR is a utility that allows easy organization and
REM execution of SQL*Plus scripts using user-friendly menu.
REM Visit DBAToolZ.com for more details and free SQL scripts.
REM
REM
REM File:
REM s_db_ctl_file_recs.sql
REM
REM DBF LOG
REM
REM Author:
REM Vitaliy Mogilevskiy
REM VMOGILEV
REM (vit100gain@earthlink.net)
REM
REM Purpose:
REM
REM Displays number and types of records that
REM are stored in database controlfile.
REM
REM
REM Usage:
REM s_db_ctl_file_recs.sql
REM
REM Example:
REM s_db_ctl_file_recs.sql
REM
REM
REM History:
REM 09-18-2001 VMOGILEV Created
REM
REM
select * from v$controlfile_record_section;