Vous êtes sur la page 1sur 4

01/10/2015 DBA_EXTENTS

DBA_EXTENTS
DBA_EXTENTSdescribestheextentscomprisingthesegmentsinalltablespacesinthedatabase.

Notethatifadatafile(orentiretablespace)isofflineinalocallymanagedtablespace,youwillnotseeanyextentinformation.Ifan
objecthasextentsinanonlinefileofthetablespace,youwillseeextentinformationabouttheofflinedatafile.However,iftheobje
ctisentirelyintheofflinefile,aqueryofthisviewwillnotreturnanyrecords.

RelatedView

USER_EXTENTSdescribestheextentscomprisingthesegmentsownedbythecurrentuser'sobjects.Thisviewdoesnot
display the OWNER,FILE_ID,BLOCK_ID, orRELATIVE_FNOcolumns.

Column Datatype NULL Description

OWNER VARCHAR2(30) Owner of the


segment
associated with
the extent

SEGMENT_NAME VARCHAR2(81) Name of the


Segment
associated with
the extent

PARTITION_NA VARCHAR2(30) Object Partition


ME Name(Set to
NULL for non-
partitioned
objects)

SEGMENT_TYPE VARCHAR2(18) Type of the


Segment
INDEXPARTITIO
N,TABLEPARTIT
ION

TABLESPACE_N VARCHAR2(30) Name of the


AME tablespace
containing the
extent

EXTENT_ID NUMBER Extent number


in the segment

FILE_ID NUMBER File id


entifier number of the file containing
d the extent
ata:text/html;charset=utf­8,%3Ch1%20class%3D%22sect1%22%20style%3D%22box­sizing%3A%20border­box%3B%20margin%3A%201em%200px%…1/2
01/10/2015 DBA_EXTENTS

BLOCK_ID NUMBER Starting block


number of the
extent

BYTES NUMBER Size of the


Extent in bytes

BLOCKS NUMBER Size of the


Extent in Oracle
blocks

RELATIVE_FNO NUMBER Relative file


Number of the
First extent
block

data:text/html;charset=utf­8,%3Ch1%20class%3D%22sect1%22%20style%3D%22box­sizing%3A%20border­box%3B%20margin%3A%201em%200px%…2/2
01/10/2015 DBA_PROFILES

DBA_PROFILES
DBA_PROFILESdisplaysallprofilesandtheirlimits.

Column Datatype NULL Description

PROFILE VARCHAR2(30) NOTNULL Profile name

RESOURCE_NAME VARCHAR2(32) NOTNULL Resource name

RESOURCE_TYPE VARCHAR2(8) Indicates


Whether there
source profile is
a KERNEL or a
PASSWORD
parameter

LIMIT VARCHAR2(40) Limit placed on


this resource for
this profile

data:text/html;charset=utf­8,%3Ch1%20class%3D%22sect1%22%20style%3D%22box­sizing%3A%20border­box%3B%20margin%3A%201em%200px%…1/1
01/10/2015 DBA_ROLE_PRIVS

DBA_ROLE_PRIVS
DBA_ROLE_PRIVS describes the roles granted to all users and roles in the database.

RelatedView

USER_ROLE_PRIVS describes the roles granted to the current user.

Column Datatype NULL Description

GRANTEE VARCHAR2(30) Name of the


User or role
receiving the
grant

GRANTED_ROLE VARCHAR2(30) NOTNULL Granted role


name

ADMIN_OPTION VARCHAR2(3) Indicates


Whether the
grant was with
the
ADMINOPTION(
YES)
Or not(NO)

DEFAULT_ROLE VARCHAR2(3) Indicates


Whether the
role is
designated as
a DEFAULT
ROLE for the
user(YES)or
not (NO)

ata:text/html;charset=utf­8,%3Ch1%20class%3D%22sect1%22%20style%3D%22box­sizing%3A%20border­box%3B%20margin%3A%201em%200px%…1/1
d

Vous aimerez peut-être aussi