niusouti.com

单选题You create a package that contains PL/SQL variables that must be shared among several forms in the Travel application. You place the package in a library and attach the library to all the forms that need to share the data. Which parameter in the OPEN_F

题目
单选题
You create a package that contains PL/SQL variables that must be shared among several forms in the Travel application. You place the package in a library and attach the library to all the forms that need to share the data. Which parameter in the OPEN_FORM built-in must you set to ensure that changes made by one form are visible to the other forms in the application?()
A

data_mode 

B

paramlist 

C

query_mode 

D

session_mode 


相似考题

1.You are a database administrator in the Los Angeles branch office of a specialty foods supplier. A mainframe. database at the headquarters contains all company data. Each branch office contains a SQL Server 2000 computer that imports regional data from the mainframe. database.The server in Los Angeles contains a Data Transformation Services (DTS) package that uses OLE DB to connect to the company's mainframe. database. The DTS package extracts and transforms data about buyers and products for that region. The DTS package then writes the data to the SQL Server database in Los Angeles.You need to configure a SQL Server computer for the new branch office in Sydney. You want to copy the Los Angeles package and modify it so that it writes data to the SQL Server database in Sydney.You use the DTS Designer to modify the DTS package so that it imports regional data from the mainframe. database to the server in Sydney. The modified DTS package runs successfully on the server in Los Angeles. You save this DTS package to the server in Sydney, but the server in Sydney cannot connect to the mainframe. database.You want to enable the server in Sydney to connect to the mainframe. database. What should you do?A.Change the connection properties in the DTS package so that the package uses new login credentials to connect to the mainframe. database.B.Modify the workflow in the DTS package so that the server in Sydney is included.C.On the server in Sydney, install an OLE DB provider for the mainframe. database.D.On the server in Sydney, delete and then re-create the DTS package.

更多“单选题You create a package that contains PL/SQL variables that must be shared among several forms in the Travel application. You place the package in a library and attach the library to all the forms that need to share the data. Which parameter in the OPEN_F”相关问题
  • 第1题:

    You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application. The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()

    • A、Create a custom action and set the NoImpersonate property to true
    • B、Create a custom action and set the NoImpersonate property to false
    • C、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker
    • D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator

    正确答案:C

  • 第2题:

    Which statements are true regarding the creation of an incident package file by using the EM Workbench Support?()

    • A、 You can add or remove the trace files to the package.
    • B、 You can create the incremental incident package ZIP file for new or modified diagnostic information for the incident package already created.
    • C、 You can add SQL test cases to the incident package.
    • D、 You cannot create an incremental incident package when the physical files are purged rom the ADR.

    正确答案:A,B,C

  • 第3题:

    You have forgotten the name of binary PL/SQL library saved to the operating system. This file contains the PL/SQL constricts you created for the inventory report. For which file extension should you reach?()

    • A、 .SQL 
    • B、 .PLL 
    • C、 .PLD
    • D、 .PRT

    正确答案:B

  • 第4题:

    You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()

    • A、All forms in the application. 
    • B、Any forms opened by the user who initiated the record group. 
    • C、Only the form issuing the CREATE_GROUP built-in. 
    • D、Any forms referenced by the form that contains the procedure.

    正确答案:A

  • 第5题:

    You design a Business Intelligence (BI) solution by using SQL Server 2008.  You plan to create a SQL Server 2008 Reporting Services (SSRS) solution that contains five sales dashboard reports.  Users must be able to manipulate the reports’ parameters to analyze data. You need to ensure that the following requirements are met: Users can manipulate the parameters for data analysis in a single trip to the data source.  Reports are automatically rendered as soon as they are accessed for the first time. Which two tasks should you perform?()

    • A、 Filter data by using expressions.
    • B、 Specify the default values for each parameter.
    • C、 Create an available values list for each parameter.
    • D、 Create report parameters by using query parameters to filter data at the data source.

    正确答案:A,B

  • 第6题:

    Your company plans to distribute an application to all of its client computers by using GroupPolicy. You save a file named setup.msi to a local folder on the domain controller. You assign the Authenticated Users group the Read and Read & Execute permissions for the folder. You create a new Group Policy  object (GPO) and a new Computer Configuration software installation package, and you point the package to the setup.msi file in the local folder. You link the GPO to an organizational unit (OU) that contains a computer object for a test client computer. When you log on to the test client computer, you  notice that the application is not installed. You need to ensure that the application is installed on the test computer.  What should you do?()

    • A、 Modify the permissions on the folder that contains the setup.msi file so that authenticated users have the List Folder Contents permission. Log off the client computer and then log on.
    • B、 Modify the permissions on the folder that contains the setup.msi file so that authenticated users have the List Folder Contents permission. Restart the client computer.
    • C、 Place the setup.msi file into a shared folder. Modify the software installation package to point to the shared folder. Log off the client computer and then log on.
    • D、 Place the setup.msi file into a shared folder. Modify the software installation package to point to the shared folder. Restart the client computer.

    正确答案:D

  • 第7题:

    单选题
    An application that needs to use a shared library has a deployment descriptor that only specifies the Specification-Version and Extension-Name of the shared library. When the application is deployed, which shared library will be used?()
    A

    The application will go into an ADMIN state and fail to deploy because the Implementation- Version is required.

    B

    The application will be deployed but the classes in the shared library will not be available.

    C

    If you are using the WebLogic Admin Console, you will be prompted for the version you want to  use; otherwise, the application will fail to deploy.

    D

    If there are multiple versions of the shared library deployed, WebLogic will use the one with the highest Implementation-Version.

    E

    If there are multiple versions of the shared library deployed, WebLogic will use the one that was  deployed most recently.


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

  • 第8题:

    单选题
    You want to create a temporary table while executing a procedure in a form. Which statement is true?()
    A

    You cannot create a table form within Forms. 

    B

    You must use the FORMS_DDL built-in to create the table. 

    C

    You must use the DBMS_DYNAMIC_DDL package to create the table. 

    D

    You can write the CREATE TABLE statement directly into the trigger.


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

  • 第9题:

    单选题
    You have a server that runs Windows Server 2008. The server has the Windows SharePoint Services (WSS) server role installed. The server is configured to accept incoming e-mail. You create a new document library.  You need to ensure that any user can send e-mail to the document library. What should you do?()
    A

    Modify the RSS setting for the document library.

    B

    Modify the permissions for the document library.

    C

    Modify the incoming e-mail settings for the document library.

    D

    Enable anonymous authentication for the Web application.


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

  • 第10题:

    单选题
    You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application. The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()
    A

    Create a custom action and set the NoImpersonate property to true

    B

    Create a custom action and set the NoImpersonate property to false

    C

    Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker

    D

    Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator


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

  • 第11题:

    多选题
    Your company’s network has client computers that run Windows 7.   Multiple users share the computers in the shipping department. These computers reside in the Shipping Computers organizational unit (OU).  The company wants to deploy a new application. The application is not packaged.   You have the following requirements:   Deploy the application to all computers in the shipping department. Perform the deployment from a central location.   You need to plan the software deployment process to meet the requirements.    Which two actions should you include in the process?()
    A

    Create a package by using Microsoft System Center Configuration Manager.

    B

    Create a Group Policy object (GPO) and add a software installation policy under the Computer Configuration container.

    C

    In the Group Policy Management Console,link the software installation policy to the Shipping Computers OU.

    D

    Using Microsoft System Center Configuration Manager,create a collection that contains the shipping department users,and assign the package to the collection.

    E

    Using Microsoft System Center Configuration Manager,create a collection that contains the shipping department computers,and assign the package to the collection.


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

  • 第12题:

    单选题
    Your database supports a DSS workload that involves the execution of complex queries: Currently, the library cache contains the ideal workload for analysis. You want to analyze some of the queries for an application that are cached in the library cache. What must you do to receive recommendations about the efficient use of indexes and materialized views to improve query performance?()
    A

    Create a SQL Tuning Set (STS) that contains the queries cached in the library cache and run the SQL Tuning Advisor (STA) on the workload captured in the STS.

    B

    Run the Automatic Workload Repository Monitor (ADDM).

    C

    Create an STS that contains the queries cached in the library cache and run the SQL Performance Analyzer (SPA) on the workload captured in the STS.

    D

    Create an STS that contains the queries cached in the library cache and run the SQL Access Advisor on the workload captured in the STS.


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

  • 第13题:

    You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application.The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()

    • A、Create a custom action and set the NoImpersonate property to true
    • B、Create a custom action and set the NoImpersonate property to false
    • C、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
    • D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.

    正确答案:C

  • 第14题:

    Your database supports a DSS workload that involves the execution of complex queries: Currently, the library cache contains the ideal workload for analysis. You want to analyze some of the queries for an application that are cached in the library cache. What must you do to receive recommendations about the efficient use of indexes and materialized views to improve query performance?()

    • A、Create a SQL Tuning Set (STS) that contains the queries cached in the library cache and run the SQL Tuning Advisor (STA) on the workload captured in the STS.
    • B、Run the Automatic Workload Repository Monitor (ADDM).
    • C、Create an STS that contains the queries cached in the library cache and run the SQL Performance Analyzer (SPA) on the workload captured in the STS.
    • D、Create an STS that contains the queries cached in the library cache and run the SQL Access Advisor on the workload captured in the STS.

    正确答案:D

  • 第15题:

    The system analysts have requested heavy use of object features. The database design makes use of PL/SQL8 object types, methods, and LOB types. How do you work with these features on the client?()

    • A、Write client-side subprograms containing the PL/SQL8 constructs, and move them into an object group. 
    • B、Write server-side subprograms, and call the subprograms from the form application. 
    • C、Store the PL/SQL8 constructs in a PL/SQL library, and attack the library to each form muddle in your application.

    正确答案:B

  • 第16题:

    You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008 Reporting Services (SSRS) solution. You create reports by using Microsoft Visual Studio .NET 2008. The development team of your company must create 50 SSRS reports. You need to ensure that the company logo and the company name are included in the page header of all the reports. What should you do?()

    • A、 Create an SSRS report and include the required page header in the report. Use the report as a template for all the reports.
    • B、 Create an SSRS report and include the required page header in the report. Create a subreport that refers to the report. Include the subreport to all the reports.
    • C、 Create a SSRS report and include the required page header in the report. Copy the report definition to an XML file.Add the XML file as a data source for all the reports.
    • D、 Create a SSRS report and include the required page header in the report. Create a class library that includes the report.Add the class library as an assembly reference for all the reports.

    正确答案:A

  • 第17题:

    Your company’s network has client computers that run Windows 7.   Multiple users share the computers in the shipping department. These computers reside in the Shipping Computers organizational unit (OU).  The company wants to deploy a new application. The application is not packaged.   You have the following requirements:   Deploy the application to all computers in the shipping department. Perform the deployment from a central location.   You need to plan the software deployment process to meet the requirements.    Which two actions should you include in the process?()

    • A、 Create a package by using Microsoft System Center Configuration Manager.
    • B、 Create a Group Policy object (GPO) and add a software installation policy under the Computer Configuration container.
    • C、 In the Group Policy Management Console,link the software installation policy to the Shipping Computers OU.
    • D、 Using Microsoft System Center Configuration Manager,create a collection that contains the shipping department users,and assign the package to the collection.
    • E、 Using Microsoft System Center Configuration Manager,create a collection that contains the shipping department computers,and assign the package to the collection.

    正确答案:A,E

  • 第18题:

    单选题
    The system analysts have requested heavy use of object features. The database design makes use of PL/SQL8 object types, methods, and LOB types. How do you work with these features on the client?()
    A

    Write client-side subprograms containing the PL/SQL8 constructs, and move them into an object group. 

    B

    Write server-side subprograms, and call the subprograms from the form application. 

    C

    Store the PL/SQL8 constructs in a PL/SQL library, and attack the library to each form muddle in your application.


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

  • 第19题:

    单选题
    You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application.The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()
    A

    Create a custom action and set the NoImpersonate property to true

    B

    Create a custom action and set the NoImpersonate property to false

    C

    Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.

    D

    Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.


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

  • 第20题:

    单选题
    Your company plans to distribute an application to all of its client computers by using GroupPolicy. You save a file named setup.msi to a local folder on the domain controller. You assign the Authenticated Users group the Read and Read & Execute permissions for the folder. You create a new Group Policy  object (GPO) and a new Computer Configuration software installation package, and you point the package to the setup.msi file in the local folder. You link the GPO to an organizational unit (OU) that contains a computer object for a test client computer. When you log on to the test client computer, you  notice that the application is not installed. You need to ensure that the application is installed on the test computer.  What should you do?()
    A

     Modify the permissions on the folder that contains the setup.msi file so that authenticated users have the List Folder Contents permission. Log off the client computer and then log on.

    B

     Modify the permissions on the folder that contains the setup.msi file so that authenticated users have the List Folder Contents permission. Restart the client computer.

    C

     Place the setup.msi file into a shared folder. Modify the software installation package to point to the shared folder. Log off the client computer and then log on.

    D

     Place the setup.msi file into a shared folder. Modify the software installation package to point to the shared folder. Restart the client computer.


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

  • 第21题:

    单选题
    You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()
    A

    All forms in the application. 

    B

    Any forms opened by the user who initiated the record group. 

    C

    Only the form issuing the CREATE_GROUP built-in. 

    D

    Any forms referenced by the form that contains the procedure.


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

  • 第22题:

    单选题
    You create a package that contains PL/SQL variables that must be shared among several forms in the Travel application. You place the package in a library and attach the library to all the forms that need to share the data. Which parameter in the OPEN_FORM built-in must you set to ensure that changes made by one form are visible to the other forms in the application?()
    A

    data_mode 

    B

    paramlist 

    C

    query_mode 

    D

    session_mode 


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

  • 第23题:

    单选题
    You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008 Reporting Services (SSRS) solution. You create reports by using Microsoft Visual Studio .NET 2008. The development team of your company must create 50 SSRS reports. You need to ensure that the company logo and the company name are included in the page header of all the reports. What should you do?()
    A

     Create an SSRS report and include the required page header in the report. Use the report as a template for all the reports.

    B

     Create an SSRS report and include the required page header in the report. Create a subreport that refers to the report. Include the subreport to all the reports.

    C

     Create a SSRS report and include the required page header in the report. Copy the report definition to an XML file.Add the XML file as a data source for all the reports.

    D

     Create a SSRS report and include the required page header in the report. Create a class library that includes the report.Add the class library as an assembly reference for all the reports.


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

  • 第24题:

    单选题
    You have forgotten the name of binary PL/SQL library saved to the operating system. This file contains the PL/SQL constricts you created for the inventory report. For which file extension should you reach?()
    A

     .SQL 

    B

     .PLL 

    C

     .PLD

    D

     .PRT


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