ALL_SHARE_CACHE_JOB_INFO View This view contains information on the most recent Oracle Live share cache population job in the database.
ALL_SHARE_LINK_VIEWS View A view that contains a list of all the views created to access the shared data using CREATE_SHARE_LINK_VIEW.
ALL_SHARE_LINKS View A view containing all share links that were created using CREATE_SHARE_LINK.
ALL_SHARE_PROVIDERS View A view that contains one row for each share provider subscription, created by CREATE_SHARE_PROVIDER.
DBA_SHARE_LINK_VIEWS View A view that contains a list of all the views created to access the shared data using CREATE_SHARE_LINK_VIEW. Its columns are the same as those in the ALL_SHARE_LINK_VIEWS view.
DBA_SHARE_LINKS View A view containing all share links that were created using CREATE_SHARE_LINK. Its columns are the same as those in the ALL_SHARE_LINKS view.
USER_SHARE_LINKS_VIEW View A view that contains a list of all the views created to access the shared data using CREATE_SHARE_LINK_VIEW. Its columns are the same as those in the ALL_SHARE_LINK_VIEWS view.
USER_SHARE_LINKS View A view containing all share links that were created using CREATE_SHARE_LINK. Its columns are the same as those in the ALL_SHARE_LINKS view.
USER_SHARE_PROVIDERS View A view that contains one row for each share provider subscription, created by CREATE_SHARE_PROVIDER. Its columns are the same as those in the ALL_SHARE_PROVIDERS view.
This view contains information on the most recent Oracle Live share cache
population job in the database.
Names
Datatype
Description
LAST_RUN_DATE
TIMESTAMP(6) WITH TIME ZONE
The start time of
the most recent cache job execution.
NEXT_RUN_DATE
TIMESTAMP(6) WITH TIME ZONE
The scheduled
start time of the next cache job execution.
RUN_STATUS
NUMBER
The status of the
most recent run (0 = success). A non zero value represents the
numeric code of the exception, as reported by the SQL CODE
function.
MESSAGE_TEXT
VARCHAR2(4000)
A text indicating
a warning or error condition encountered by the most recent run.
NULL in most cases; indicates a warning if
RUN_STATUS is 0, an error otherwise.
REPEAT_INTERVAL
VARCHAR2(4000)
The
DBMS_SCHEDULER repeat interval for the cache
job.
A view that contains a list of all the views created to access the shared
data using CREATE_SHARE_LINK_VIEW. Its columns are the same as those in the
ALL_SHARE_LINK_VIEWS view.
A view that contains a list of all the views created to access the
shared data using CREATE_SHARE_LINK_VIEW. Its columns are the same as those
in the ALL_SHARE_LINK_VIEWS view.
A view that contains one row for each share provider subscription, created
by CREATE_SHARE_PROVIDER. Its columns are the same as those in the
ALL_SHARE_PROVIDERS view.