Previous Topic: Oracle WindowsNext Topic: SQL Server


Oracle UNIX

For the query to display the number and size of database files and the query to display the number of extents for CSE tables, set the environment variable ORACLE_SID to the CSE database; for example DBCSE.

If you are using the Bourne shell:

ORACLE_SID=DBCSE
export DBCSE

If you are using the Korn shell:

export ORACLE_SID=DBCSE

Or if you are using c-shell

setenv ORACLE_SID DBCSE

Then log in to the system account as owner of the DBCSE tables to access the DBA tables. For the query to display next extent for each table and index in the DBCSE database, run the SQL from within sqlplus.

SQL query for Oracle Unix

The number of Extents on CSE tables and indexes:

Extents on CSE tables and indexes

Next Extent for CSE tables and indexes:

Extent for CSE tables and indexes