zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-441题

    441.Which Scheduler view(s) can be queried to see which jobs are currently executing? (Choose all that apply.)

    A. DBA_SCHEDULER_JOB_RUN_DETAILS

    B. DBA_SCHEDULER_RUNNING_JOBS

    C. DBA_SCHEDULER_CURRENT_JOBS

    D. DBA_SCHEDULER_JOBS

    E. DBA_SCHEDULER_EXECUTING_JOBS

    Answer: BD

    答案解析:


     

    BA_SCHEDULER_JOB_RUN_DETAILS displays log run details for all Scheduler jobs in the database. Its columns are the same as those inALL_SCHEDULER_JOB_RUN_DETAILS.


    DBA_SCHEDULER_RUNNING_JOBS displays information about all running Scheduler jobs in the database. Its columns are the same as those inALL_SCHEDULER_RUNNING_JOBS.


    DBA_SCHEDULER_CURRENT_JOBS没有这个


    DBA_SCHEDULER_JOBS displays information about all Scheduler jobs in the database. Its columns are the same as those in ALL_SCHEDULER_JOBS.


    DBA_SCHEDULER_EXECUTING_JOBS没有这个

  • 相关阅读:
    对老师的评价以及课程建议
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
    关于matlab使用medfilt2报错
    Matlab中hold on与hold off的用法
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316440.html
Copyright © 2011-2022 走看看