单选题You completed your workflow definition. You want to save a copy of the definition to the file system for source control purposes. How does Oracle Workflow Builder save that file?()A as a flat fileB as a BPEL-compiled definitionC as an XML file with an

题目
单选题
You completed your workflow definition. You want to save a copy of the definition to the file system for source control purposes. How does Oracle Workflow Builder save that file?()
A

as a flat file

B

as a BPEL-compiled definition

C

as an XML file with an associated document type definition (DTD)

D

as an XML file without an associated document type definition (DTD)


相似考题
更多“单选题You completed your workflow definition. You want to save a copy of the definition to the file system for source control purposes. How does Oracle Workflow Builder save that file?()A as a flat fileB as a BPEL-compiled definitionC as an XML file with an ”相关问题
  • 第1题:

    You issue this statement:ALTER DATABASE BACKUP CONTROLFILE TO TRACE;  What does the statement generate?()

    • A、A text copy of the control file.
    • B、A binary copy of the control file.
    • C、A file containing a SQL statement which will re-create the database.
    • D、A file containing a SQL statement which will re-create the control file.

    正确答案:D

  • 第2题:

    You are maintaining your database in Oracle10g. You are not using the recovery catalog to maintain the backup metadata information. You want to enable the reusable section of the control file to expand itself if the oldest record cannot be reused, and whenever a new record is added to the reusable section of the control file. Which value will you set for the CONTROL_FILE_RECORD_KEEP_TIME parameter?()

    • A、 Zero
    • B、 One or more
    • C、 NONE
    • D、 DEFAULT

    正确答案:B

  • 第3题:

    You are maintaining your production database in Oracle10g. You want the circular reuse records in the control file of the target database to be reused as required.   Which value will you set for the CONTROL_FILE_RECORD_KEEP_TIME initialization parameter?()

    • A、 0
    • B、 1
    • C、 NONE
    • D、 DEFAULT

    正确答案:A

  • 第4题:

    You have been tasked with creating Business Events for an E-Business Suite workflow project. Whatwould you use to create your Business Events?()

    • A、Oracle Workflow Builder
    • B、Oracle Workflow Definition Loader
    • C、Oracle Business Event Definition Loader
    • D、Workflow Administrator Web page in E-Business Suite

    正确答案:D

  • 第5题:

    You work as a database administrator for Certkiller .com. You added atablespaceto your database. Because of the changes to the physical structure of your database, you performed a backup of the control file to trace. After this, you lost only the control files and the instance aborted due to a hardware failure.  How would you proceed to recover the database?()

    • A、Start the instance and open the database, instance recovery automatically recovers control files 
    • B、Create a file based on the contents of the trace file and save it to the control file locations and start the database 
    • C、Re-create the database (The recovery of the control file is not possible because you have lost all the control files.) 
    • D、Start the instance, in the NOMOUNTstate,re-create the control file using the CREATE CONTROLFILE command stored in the trace file. 
    • E、Start the instance and MOUNT the database, then re-create the control file using the CREATE CONTROLFILE command stored in the trace file.

    正确答案:D

  • 第6题:

    You want the user APP_DBA to administer the Oracle database from a remote machine. APP_DBA is granted the SYSDBA privilege to perform administrative tasks on the database. Which file is used by the Oracle database server to authenticate APP_DBA?()

    • A、control file
    • B、password file
    • C、listener controller file
    • D、control file and password file

    正确答案:B

  • 第7题:

    You perform a security audit of a server named CRM1. You want to build a list of all DNS requests that are initiated by the server. You install the Microsoft Network Monitor 3.0 application on CRM1. You capture all local traffic on CRM1 for 24 hours. You save the capture file as data.cap. You find that the size of the file is more than 1 GB. You need to create a file named DNSdata.cap from the existing capture file that contains only DNS-related data. What should you do? ()

    • A、Apply the display filter !DNS and save the displayed frames as a DNSdata.cap file.
    • B、Apply the capture filter DNS and save the displayed frames as a DNSdata.cap file.
    • C、Add a new alias named DNS to the aliases table and save the file as DNSdata.cap.
    • D、Run the nmcap.exe /inputcapture data.cap /capture DNS /file DNSdata.cap command.

    正确答案:D

  • 第8题:

    单选题
    ou are implementing control file multiplexing. Which of the following choices identifies the method you can use in order to generate the control file copies that Oracle will maintain?()
    A

    Issue ALTER DATABASE BACKUP CONTROLFILE TO filename

    B

    Make a copy of the control file with the database shut down

    C

    Issue ALTER DATABASE BACKUP CONTROLFILE TO trace

    D

    Make a copy of the control file with the database still running 


    正确答案: B
    解析: 暂无解析

  • 第9题:

    单选题
    You perform a security audit of a server named CRM1. You want to build a list of all DNS requests that are initiated by the server.You install the Microsoft Network Monitor 3.0 application on CRM1. You capture all local traffic on CRM1 for 24 hours. You save the capture file as data.cap. You find that the size of the file is more than 1 GB.You need to create a file named DNSdata.cap from the existing capture file that contains only DNS-related data.What should you do?()
    A

    Apply the display filter !DNS and save the displayed frames as a DNSdata.cap file.

    B

    Apply the capture filter DNS and save the displayed frames as a DNSdata.cap file.

    C

    Add a new alias named DNS to the aliases table and save the file as DNSdata.cap.

    D

    Run the nmcap.exe /inputcapture data.cap /capture DNS /file DNSdata.cap command.


    正确答案: B
    解析: 暂无解析

  • 第10题:

    单选题
    You are maintaining your production database in Oracle10g. You want the circular reuse records in the control file of the target database to be reused as required.   Which value will you set for the CONTROL_FILE_RECORD_KEEP_TIME initialization parameter?()
    A

     0

    B

     1

    C

     NONE

    D

     DEFAULT


    正确答案: D
    解析: 暂无解析

  • 第11题:

    单选题
    Using vi, you want to save changes to the file myfile with :w!, but vi complains it cannot write to the file. Therefore, you want to check the write permissions on the file. To do this without leaving vi, you type:()
    A

     :!ls-I myfile

    B

     :/ls-l myfile

    C

     esc :Is -I myfile

    D

     :?ls-l myfile


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    You work as a database administrator for Certkiller .com. You added atablespaceto your database. Because of the changes to the physical structure of your database, you performed a backup of the control file to trace. After this, you lost only the control files and the instance aborted due to a hardware failure.  How would you proceed to recover the database?()
    A

    Start the instance and open the database, instance recovery automatically recovers control files 

    B

    Create a file based on the contents of the trace file and save it to the control file locations and start the database 

    C

    Re-create the database (The recovery of the control file is not possible because you have lost all the control files.) 

    D

    Start the instance, in the NOMOUNTstate,re-create the control file using the CREATE CONTROLFILE command stored in the trace file. 

    E

    Start the instance and MOUNT the database, then re-create the control file using the CREATE CONTROLFILE command stored in the trace file.


    正确答案: D
    解析: 暂无解析

  • 第13题:

    You are connected to Recovery Manager (RMAN) without a recovery catalog. There is no copy of the control file available. You want to restore the control file from an autobackup. To retrieve the autobackup, you need the database ID (DBID). In which two sources would you find the DBID? ()

    • A、 the alert log file
    • B、 the server parameter file
    • C、 the formatted name of a control file autobackup
    • D、 an RMAN session log file
    • E、 the trace file

    正确答案:C,D

  • 第14题:

    You are connected to Recovery Manager (RMAN) without a recovery catalog. There is no copy of the control file available. You want to restore the control file from an autobackup. To retrieve the autobackup,you need the database ID (DBID).  In which two sources would you find the DBID? ()

    • A、the trace file
    • B、the alert log file
    • C、an RMAN session log file
    • D、the server parameter file
    • E、the formatted name of a control file autobackup

    正确答案:C,E

  • 第15题:

    You work as a database administrator for Supportcenter.cn. You added atablespaceto your database. Because of the changes to the physical structure of your database, you performed a backup of the control file to trace. After this, you lost only the control files and the instance aborted due to a hardware failure. How would you proceed to recover the database?()

    • A、Start the instance and open the database, instance recovery automatically recoverscontrol files
    • B、Create a file based on the contents of the trace file and save it to the control file locations and start the database
    • C、Re-create the database (The recovery of the control file is not possible because you have lost all the control files.)
    • D、Start the instance, in the NOMOUNTstate,re-create the control file using the CREATE CONTROLFILE command stored in the trace file.
    • E、Start the instance and MOUNT the database, then re-create the control file using the CREATE CONTROLFILE command stored in the trace file.

    正确答案:D

  • 第16题:

    You completed your workflow definition. You want to save a copy of the definition to the file system for source control purposes. How does Oracle Workflow Builder save that file?()

    • A、as a flat file
    • B、as a BPEL-compiled definition
    • C、as an XML file with an associated document type definition (DTD)
    • D、as an XML file without an associated document type definition (DTD)

    正确答案:A

  • 第17题:

    You are maintaining your database in Oracle10g. You want to store the information about the backup of the database in the control file. You issue the following statement:    SQL>ALTER SYSTEM SET CONTROL_FILE_RECORD_KEEP_TIME=400;    What is the outcome of this statement? ()

    • A、 The statement will not execute successfully.
    • B、 The statement will execute successfully, and the backups metadata will be maintained in the control file for 400 days
    • C、 The statement will execute successfully, and the backups metadata will be maintained in the recovery catalog for 400 days.
    • D、 Backups will be deleted from the media after 400 days.

    正确答案:A

  • 第18题:

    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance. The Dworks database has a table named Orderthings. According to the company requirement, you have to export all data from the Orderthings table to a file. During the export, you must make sure that the data export process is saved for reuse and a Microsoft Office Open XML document format is used. What should you do?()  

    • A、You should run the bulk copy program utility along with an output file and no format file
    • B、You should run the SQLCmd utility and save the output to a file
    • C、You should run the SQL Import and Export Data Wizard and save the output to a file.
    • D、You should run the bulk copy program utility along with a format file and an output file.

    正确答案:C

  • 第19题:

    You perform a security audit of a server named CRM1. You want to build a list of all DNS requests that are initiated by the server. You install the Microsoft Network Monitor 3.0 application on CRM1. You capture all local traffic on CRM1 for 24hours. You save the capture file as data.cap. you find that the size of this file is more tahn 1GB. you need to create a file named DNSdata.cap from the existing capture file taht contains only dNS -related data  What should you do()? 

    • A、apply the display filter !DNS and save the displayed frames as DNSdata.cap file
    • B、Apply the capture filter DNS and save the displayed frames as a DNSdata.cap file
    • C、Add a new alisa named DNS to the aliases table and save the file as DNSdata.cap
    • D、Run the nmcap.exe /inputcapture data.cap /capture DNS /file DNSdata.cap command.

    正确答案:D

  • 第20题:

    单选题
    You are maintaining your database in Oracle10g. You want to store the information about the backup of the database in the control file. You issue the following statement:    SQL>ALTER SYSTEM SET CONTROL_FILE_RECORD_KEEP_TIME=400;    What is the outcome of this statement? ()
    A

     The statement will not execute successfully.

    B

     The statement will execute successfully, and the backups metadata will be maintained in the control file for 400 days

    C

     The statement will execute successfully, and the backups metadata will be maintained in the recovery catalog for 400 days.

    D

     Backups will be deleted from the media after 400 days.


    正确答案: A
    解析: 暂无解析

  • 第21题:

    单选题
    You are the top of the hierarchy in configuration mode. How would you save your configuration to a file on the router?()
    A

    save configuration <filename>

    B

    save config <filename>

    C

    save <filename>

    D

    save run <filename>


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    You work as a database administrator for Supportcenter.cn. You added atablespaceto your database. Because of the changes to the physical structure of your database, you performed a backup of the control file to trace. After this, you lost only the control files and the instance aborted due to a hardware failure. How would you proceed to recover the database?()
    A

    Start the instance and open the database, instance recovery automatically recoverscontrol files

    B

    Create a file based on the contents of the trace file and save it to the control file locations and start the database

    C

    Re-create the database (The recovery of the control file is not possible because you have lost all the control files.)

    D

    Start the instance, in the NOMOUNTstate,re-create the control file using the CREATE CONTROLFILE command stored in the trace file.

    E

    Start the instance and MOUNT the database, then re-create the control file using the CREATE CONTROLFILE command stored in the trace file.


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    You are maintaining your database in Oracle10g. You are not using the recovery catalog to maintain the backup metadata information. You want to enable the reusable section of the control file to expand itself if the oldest record cannot be reused, and whenever a new record is added to the reusable section of the control file. Which value will you set for the CONTROL_FILE_RECORD_KEEP_TIME parameter?()
    A

     Zero

    B

     One or more

    C

     NONE

    D

     DEFAULT


    正确答案: D
    解析: 暂无解析

  • 第24题:

    单选题
    You completed your workflow definition. You want to save a copy of the definition to the file system for source control purposes. How does Oracle Workflow Builder save that file?()
    A

    as a flat file

    B

    as a BPEL-compiled definition

    C

    as an XML file with an associated document type definition (DTD)

    D

    as an XML file without an associated document type definition (DTD)


    正确答案: B
    解析: 暂无解析