Oracle 11gR1
V$TABLESPACE
displays tablespace information from the control file.
Column | Datatype | Description |
|
| Tablespace number |
|
| Tablespace name |
|
| Indicates whether the tablespace is included in full database backups using the |
|
| Indicates whether the tablespace is a bigfile tablespace ( |
|
| Indicates whether the tablespace participates in |
|
| Indicates whether encryption is turned ON or off at the tablespace level: · · · NULL - Encryption is neither explicitly turned on nor off at the tablespace level (default or when cleared) |
Note:
1.
select * from V$TABLESPACE;
TS# | NAME | INCLUDED_IN_DATABASE_BACKUP | BIGFILE | FLASHBACK_ON | ENCRYPT_IN_BACKUP |
0 | SYSTEM | YES | NO | YES | NULL |
2 | TEMP | NO | NO | YES | NULL |
3 | CWMLITE | YES | NO | YES | NULL |
6 | TOOLS | YES | NO | YES | NULL |
7 | USERS | YES | NO | YES | NULL |
No comments:
Post a Comment