Book Image

Oracle 10g/11g Data and Database Management Utilities

Book Image

Oracle 10g/11g Data and Database Management Utilities

Overview of this book

Does your database look complicated? Are you finding it difficult to interact with it? Database interaction is a part of the daily routine for all database professionals. Using Oracle Utilities the user can benefit from improved maintenance windows, optimized backups, faster data transfers, and more reliable security and in general can do more with the same time and resources.
Table of Contents (18 chapters)
Oracle 10g/11g Data and Database Management Utilities
Credits
About the Author
About the Reviewer
Preface

Data dictionary related views


The Oracle Scheduler DBA related data dictionary views are:

View

Description

DBA_SCHEDULER_CHAINS

All Scheduler chains in the database.

DBA_SCHEDULER_CHAIN_RULES

All rules from Scheduler chains in the database.

DBA_SCHEDULER_CHAIN_STEPS

All steps of Scheduler chains in the database.

DBA_SCHEDULER_GLOBAL_ATTRIBUTE

All Scheduler global attributes.

DBA_SCHEDULER_JOBS

All Scheduler jobs in the database.

DBA_SCHEDULER_JOB_ARGS

All arguments with set values of all Scheduler jobs in the database.

DBA_SCHEDULER_JOB_CLASSES

All Scheduler classes in the database.

DBA_SCHEDULER_JOB_LOG

Logged information for all Scheduler jobs.

DBA_SCHEDULER_JOB_RUN_DETAILS

The details of a job run.

DBA_SCHEDULER_PROGRAMS

All Scheduler programs in the database.

DBA_SCHEDULER_PROGRAM_ARGS

All arguments of all Scheduler programs in the database.

DBA_SCHEDULER_RUNNING_CHAINS

All steps of all running chains in the database.

...