RUN_PRODUCT
SET_REPORT_OBJECT_PROPERTY
RUN_REPORT_OBJECT
FIND_REPORT_OBJECT
REPORT_OBJECT_STATUS
COPY_REPORT_OBJECT_OUTPUT
第1题:
You want to move all the objects of the APPS user in the test database to the DB_USER schema of the production database. Which option of IMPDP would you use to accomplish this task?()
第2题:
There was media failure and you need to check the data files for any block corruption. Which option would you use to create a report on any corruptions found within the database?()
第3题:
You are developing a bonus report for the payroll application to calculate and display the bonus issue to each envelope. Employees with a salary of less than 50000$ earn a bonus of 15% and the employees who earn 50000$ or more earn out 10% bonus. Which type of trigger would you use to conditionally assign a bonus percentage?()
第4题:
You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?()
第5题:
You create a new Automatic Database Diagnostic Monitor (ADDM) task: instance_analysis_mode_task. To view the ADDM report, you use the following command: SQL> SELECT dbms_addm.get_report(’my_instance_analysis_mode_task’) FROM dual; You want to suppress ADDM output relating to Segment Advisor actions on user SCOTT’s segments. What would you do to achieve this?()
第6题:
You use a Windows 2000 Professional computer to run a weekly report. When the report is running on the computer, another task stops responding and eventually times out. When you run only the other task, the task completes successfully. You use Task Manager to view your system resources. In the weekly report, the processor time counter reads a high value. You want to resolve the problem by using Task Manager. What should you do?()
第7题:
You have a server that runs Windows Server 2003 Service Pack 2 (SP2). A server application creates report files. The application saves the report files in a folder named Report. A service account is listed as the owner of all report files. You need to assign ownership of the report files to a user in a department named Audit. You must achieve this goal by using the minimum amount of administrative effort. What should you do? ()
第8题:
at the water's edge
on deck
on the bottom
well in the water
第9题:
Rewrite the application.
Create a scheduled task to run Attrib.exe.
Create a scheduled task to run Icacls.exe.
Use the Advanced Security settings to change the owner of each file.
第10题:
FULL
SCHEMAS
TRANSFORM
REMAP_SCHEMA
REMAP_TABLESPACE
第11题:
Use a subreport.
Use a bookmark link.
Use the drilldown functionality.
Use a drillthrough report link.
第12题:
FIND_REPORT_OBJECT
CANCEL_REPORT_OBJECT
REPORT_OBJECT_STATUS
SET_PROPERTY OBJECT_PROPERTY
第13题:
36 You are creating a report wizard to create a matrix report. The query build, you select the patient_name column from the patient table; the doctor_name from the doctors table; and the doctor_ID, patient_ID and ID columns from the procedure table. In the report wizard you select patient_name as the row value, doctor_ID as the column values and the count as the cell values. You need to add a total for each doctors column. In the wizard report which tab will allow you to create the summary column?()
第14题:
You creating a report that will run in both character mode and bitmapped environments. You include some printer codes in your report. What will happen when you run the report in bitmapped mode? ()
第15题:
You want to move all objects of the APPS user in the test database to the DB_USER schema of the productiondatabase. Which option of IMPDP would you use to accomplish this task()
第16题:
You want to move all objects of the APPS user in the test database to the DB_USER schema of theproduction database. Which option of IMPDP would you use to accomplish this task()
第17题:
Which built-in would you reference in your trigger code to remove a report from the Reports Server queue dynamically?()
第18题:
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?()
第19题:
You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008 Reporting Services (SSRS) solution. The solution contains a report named Sales Details that displays sales information of all the employees. You create an SSRS report named Sales Summary that displays the total monthly sales of each employee. Users who view the Sales Summary report occasionally require the monthly sales details for a particular employee. You need to ensure that the users can click a value in the month column of the Sales Summary report to open and render the Sales Details report. What should you do?()
第20题:
the DBNEWID utility
the DBVERIFY utility
the ANALYZE command
the RMAN REPORT command
the RMAN CROSSCHECK command
the CHECK_OBJECT procedure of the DBMS_REPAIR package
第21题:
The report will not execute.
The report will only accept destination type of previewer or printer.
Printer codes will be ignored.
Only the printer codes that apply will be processes.
第22题:
FULL
SCHEMAS
TRANSFORM
REMAP_SCHEMA
REMAP_TABLESPACE
第23题:
Create an SSRS report and include the required page header in the report. Use the report as a template for all the reports.
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.
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.
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.