 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 17 -
Oracle’s Grid Integration Technologies
Bigfile
Tablespace Rowid Format
BIGFILE_ROWID SMALLFILE_ROWID FIRST_NAME LAST_NAME
------------- --------------- -------------------- ----------
1024 4 Mike Ault
1024 4 Madhu Tumma
Data
Dictionary Views Enhancement
A new column
is added to both dba_tablespaces
and
v$tablespace views to
indicate whether a particular tablespace is bigfile or smallfile:
SQL> select
name, bigfile
from
v$tablespace;
NAME BIGFILE
------------------------------ -------
SYSTEM NO
UNDOTBS01 NO
SYSAUX
NO
TEMP NO
EXAMPLE NO
USERS NO
BIG_TBS
YES
SQL> select
tablespace_name,bigfile
from
dba_tablespaces;
TABLESPACE_NAME BIGFILE
------------------------------ ---------
SYSTEM SMALLFILE
UNDOTBS01 SMALLFILE
SYSAUX
SMALLFILE
TEMP SMALLFILE|
EXAMPLE SMALLFILE
USERS SMALLFILE
BIG_TBS01 BIGFILE
For more information,
see the book
Oracle 11g
Grid and Real Application Clusters 30% off if you
buy it directly from Rampant TechPress .
Written by top Oracle
experts, this RAC book has a complete online code depot with
ready to use RAC scripts.
|
Download your Oracle scripts now:
www.oracle-script.com
The
definitive Oracle Script collection for every Oracle professional DBA
|
For more
information, please visit
www.praetoriate.com or email
.
 |