ALL_SHAREABLE_OBJECTS View This view lists all of the tables or views that can be added to a share. Objects that are not shareable may be listed in ALL_OBJECT_SHAREABILITY along with a reason explaining why they are excluded.
ALL_SHARES View This view lists all share created using DBMS_SHARE.CREATE_SHARE.
ALL_SHARE_RECIPIENT_GRANTS View This view contains one row for each share/recipient combination as specified by calls to GRANT_TO_RECIPIENT.
ALL_SHARE_SCHEMAS View This view lists all the share schemas that were added to shares using ADD_TO_SHARE.
ALL_SHARE_TABLES View This view lists all tables or views that were added to share using ADD_TO_SHARE.
ALL_SHARE_VERSIONS View A view listing the different versions of shares. For VERSIONED shares, each row represents a particular set of parquet files. For LIVE shares, each row represents a different list of shared objects.
DBA_SHARE_DETACHED_FILES View This view contains a list of parquet files that were generated by DBMS_SHARE but that have become detached in some way.
DBA_SHARE_EVENTS View This view lists all log events associated with shares. Its columns are the same as those in the ALL_SHARE_EVENTS view.
DBA_SHARE_FILES View A view that contains a list of all the parquet files generated by shares. Its columns are the same as those in the ALL_SHARE_FILES view.
DBA_SHARE_JOB_SEGMENTS View List segments (tables, table partitions, or table sub-partitions) that are being actively processed by running share jobs. Its columns are the same as those in the USER_SHARE_JOB_SEGMENTS view.
DBA_SHARE_JOBS View List share jobs associated with the current user. Its columns are the same as those in the USER_SHARE_JOBS view with the addition of an OWNER column.
DBA_SHARE_RECIPIENT_EVENTS View This view contains records of endpoint request by delta share consumers. Its columns are the same as those in the ALL_SHARE_RECIPIENT_EVENTS view.
DBA_SHARE_RECIPIENT_GRANTS View This view contains one row for each share/recipient combination as specified by calls to GRANT_TO_RECIPIENT. Its columns are the same as those in the ALL_SHARE_RECIPIENT_GRANTS view.
DBA_SHARE_RECIPIENTS View A view containing all share recipients created using CREATE_SHARE_RECIPIENT. Its columns are the same as those in the ALL_SHARE_RECIPIENTS view.
DBA_SHARE_SCHEMAS View This view lists all the share schemas that were added to shares using ADD_TO_SHARE. Its columns are the same as those in the ALL_SHARE_SCHEMAS view.
DBA_SHARE_TABLES View This view lists all tables or views that were added to share using ADD_TO_SHARE. Its columns are the same as those in the ALL_SHARE_TABLES view.
DBA_SHARE_VERSIONS View A view listing the different versions of shares. For VERSIONED shares, each row represents a particular set of parquet files. For LIVE shares, each row represents a different list of shared objects. Its columns are the same as those in the ALL_SHARE_VERSIONS view.
DBA_SHARES View This view lists all share created using DBMS_SHARE.CREATE_SHARE. Its columns are the same as those in the ALL_SHARES view.
USER_SHARE_DETACHED_FILES View This view contains a list of parquet files that were generated by DBMS_SHARE but that have become detached in some way.
USER_SHARE_EVENTS View This view lists all log events associated with shares. Its columns are the same as those in the ALL_SHARE_EVENTS view.
USER_SHARE_FILES View A view that contains a list of all the parquet files generated by shares. Its columns are the same as those in the ALL_SHARE_FILES view.
USER_SHARE_JOB_SEGMENTS View List segments (tables, table partitions, or table sub-partitions) that are being actively processed by running share jobs.
USER_SHARE_RECIPIENT_EVENTS View This view contains records of endpoint request by delta share consumers. Its columns are the same as those in the ALL_SHARE_RECIPIENT_EVENTS view.
USER_SHARE_RECIPIENT_GRANTS View This view contains one row for each share/recipient combination as specified by calls to GRANT_TO_RECIPIENT. Its columns are the same as those in the ALL_SHARE_RECIPIENT_GRANTS view.
USER_SHARE_RECIPIENTS View A view containing all share recipients created using CREATE_SHARE_RECIPIENT. Its columns are the same as those in the ALL_SHARE_RECIPIENTS view.
USER_SHARE_SCHEMAS View This view lists all the share schemas that were added to shares using ADD_TO_SHARE. Its columns are the same as those in the ALL_SHARE_SCHEMAS view.
USER_SHARE_TABLES View This view lists all tables or views that were added to share using ADD_TO_SHARE. Its columns are the same as those in the ALL_SHARE_SCHEMAS view.
USER_SHARE_VERSIONS View A view listing the different versions of shares. For VERSIONED shares, each row represents a particular set of parquet files. For LIVE shares, each row represents a different list of shared objects. Its columns are the same as those in the ALL_SHARE_VERSIONS view.
USER_SHAREABLE_OBJECTS View This view lists all of the tables or views that can be added to a share. Objects that are not shareable may be listed in ALL_OBJECT_SHAREABILITY along with a reason explaining why they are excluded. Its columns are the same as those in the ALL_SHAREABLE_OBJECTS view.
USER_SHARES View This view lists all share created using DBMS_SHARE.CREATE_SHARE.
This view lists all of the tables or views that can be added to a share.
Objects that are not shareable may be listed in ALL_OBJECT_SHAREABILITY
along with a reason explaining why they are excluded.
Column
Datatype
Description
OWNER
VARCHAR2
The owner of the
object.
OBJECT_NAME
VARCHAR2
The name of the
object.
OBJECT_TYPE
VARCHAR2
The type of the
object, TABLE or VIEW.
NUM_ROWS
NUMBER
The number of
rows, if this is a TABLE and if the statistics are
available.
SHARE_METADATA
BLOB
A JSON document
that gives details of which columns are shareable and how they would
be represented using parquet.
A view containing the default settings for shares and recipients.
These can be modified (by ADMIN) using
UPDATE_DEFAULT_SHARE_PROPERTY and
UPDATE_DEFAULT_RECIPIENT_PROPERTY. Note that there is no DBA or
USER version of this view.
A view listing the different versions of shares. For VERSIONED shares, each
row represents a particular set of parquet files. For LIVE shares, each row represents a
different list of shared objects.
Name
Datatype
Description
OWNER
VARCHAR2
The owner of the
share.
SHARE_NAME
VARCHAR2
The name of the
share.
SHARE_ID
NUMBER
A numeric ID for
the share.
SHARE_VERSION
NUMBER
The version of
this share.
STATUS
VARCHAR2
The status of
this version.
CURRENT
RETIRED
FAILED
ROLLED BACK
STOPPED
PENDING
EXPORTING
EXPORT_TIME
TIMESTAMP(9)
The time when
this version was created.
LAST_UPDATE
TIMESTAMP(9)
The last time
this version was modified.
PROMISED_TO
TIMESTAMP(9)
The latest expiry
time for any pre-authenticated request on a parquet file associated
with this version.
EXPORT_SCN
NUMBER
The System Change
Number current when this version was created.
NUM_FILES
NUMBER
The number of
parquet files associated with this version.
NUM_NEW_FILES
NUMBER
The number of new
parquet files created for this version.
NUM_PENDING_FILES
NUMBER
The number of
parquet files that should have been created, but were not for some
reason.
NUM_NEW_PENDING_FILES
NUMBER
The number of
pending files that are new as of this version.
ERROR_MESSAGE
VARCHAR2
An error message
in the case where the version failed.
TOTAL_FILE_SIZE
NUMBER
The total size of
all parquet files associated with this version.
This view contains a list of parquet files that were generated by
DBMS_SHARE but that have become detached in some way.
This could happen, for example, if a share or share version is dropped with the
destroy_objects argument set to FALSE. It can also happen if a
user with shares is dropped.
Name
Datatype
Description
OWNER
VARCHAR2
The name of the
user who generated the file. This may be NULL if the user has been
dropped from the database.
OWNER_ID
NUMBER
The
USER_ID of the user who generated the file.
This will remain valid and non-NULL even if the user was
dropped.
List segments (tables, table partitions, or table sub-partitions) that are
being actively processed by running share jobs. Its columns are the same as those in the
USER_SHARE_JOB_SEGMENTS view.
This view contains one row for each share/recipient combination as specified
by calls to GRANT_TO_RECIPIENT. Its columns are the same as those in the
ALL_SHARE_RECIPIENT_GRANTS view.
A view listing the different versions of shares. For VERSIONED shares, each
row represents a particular set of parquet files. For LIVE shares, each row represents a
different list of shared objects. Its columns are the same as those in the
ALL_SHARE_VERSIONS view.
This view contains a list of parquet files that were generated by
DBMS_SHARE but that have become detached in some way.
This could happen, for example, if a share or share version is dropped with the
destroy_objects argument set to FALSE. It can also happen if a
user with shares is dropped. In that case the files would show up in
DBA_SHARE_DETACHED_FILES View.
This view contains one row for each share/recipient combination as specified
by calls to GRANT_TO_RECIPIENT. Its columns are the same as those in the
ALL_SHARE_RECIPIENT_GRANTS view.
A view listing the different versions of shares. For VERSIONED shares, each
row represents a particular set of parquet files. For LIVE shares, each row represents a
different list of shared objects. Its columns are the same as those in the
ALL_SHARE_VERSIONS view.
This view lists all of the tables or views that can be added to a share.
Objects that are not shareable may be listed in ALL_OBJECT_SHAREABILITY
along with a reason explaining why they are excluded. Its columns are the same as those in
the ALL_SHAREABLE_OBJECTS view.