Вы находитесь на странице: 1из 1

1. Can a tablespace hold objects from different schemes?

YES
2. How to Extend the Size of a tablespace?

SQL>alter database salestbs datafile

/u01/oracle/data/salestb01.dbf

resize 100M;

3. How to Coalescing Tablespaces?

SQL> alter tablespace ica coalesce;


4. How To make a tablespace read only and read write?

SQL>alter tablespace ica read only;


Again to make it read write
SQL>alter tablespace ica read write;
5. What are logical components of Oracle database?

Blocks, Extents, Segments, Tablespaces.


6. What are the differences between LMTS and DMTS?

Tablespaces that record extent allocation in the dictionary are called dictionar
y managed tablespaces, and tablespaces that record extent allocation in the tabl
espace header are called locally managed tablespaces.
7. What are view related to Temporary tablespace?

DBA_TABLESPACE_GROUPS
DBA_TEMP_FILES
V$TEMPFILE
V$TEMPSTAT
V$TEMP_SPACE_HEADER
V$TEMPSEG_USAGE

Вам также может понравиться