ALL_SCHEDULER_CREDENTIALS
displays information about the credentials accessible to the current user (that is, those credentials that the user has ALTER
or EXECUTE
privileges for).
Note:
This view is deprecated in favor of the ALL_CREDENTIALS
view. Oracle recommends that you use ALL_CREDENTIALS
instead. ALL_SCHEDULER_CREDENTIALS
is retained for backward compatibility only.
Related Views
DBA_SCHEDULER_CREDENTIALS
displays information about all credentials in the database.
USER_SCHEDULER_CREDENTIALS
displays information about the credentials owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the Scheduler credential |
|
|
|
Name of the Scheduler credential |
|
|
Name of the user that will be used to log in to the remote database or operating system |
|
|
|
For a database target, the database role to use when logging in:
|
|
|
|
For a Windows target, the Windows domain to use when logging in |
|
|
|
Comments on the credential |
See Also: