4.39 ALL_SCHEDULER_CREDENTIALS
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_CREDENTIALSdisplays information about all credentials in the database.
- 
                        USER_SCHEDULER_CREDENTIALSdisplays information about the credentials owned by the current user. This view does not display theOWNERcolumn.
| 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: