[Home] [Help]
[Dependency Information]
| Object Name: | FILEXT$ |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Information about extensible files
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FILE# | NUMBER | ID of the database file | ||
| MAXEXTEND | NUMBER | Maximum size of the file in ORACLE blocks | ||
| INC | NUMBER | Default increment for autoextension |
Cut, paste (and edit) the following text to query this object:
SELECT FILE#
, MAXEXTEND
, INC
FROM SYS.FILEXT$;
SYS
DBA_DATA_FILES
SYS.FILEXT$ is not referenced by any database object
|
|
|
|