It cannot be created without a package specification.
It cannot invoke subprograms defined in other packages.
It can contain only the subprograms defined in the package specification.
It can be changed and recompiled without making the package specification invalid.
第1题:
Which statements are true regarding the creation of an incident package file by using the EM Workbench Support?()
第2题:
Which two statements are true regarding the SQL Repair Advisor?()
第3题:
Which two statements are true regarding a PL/SQL package body?()
第4题:
Which two statements about views are true?()
第5题:
Which two are true regarding external tables? ()
第6题:
It cannot generate recommendations that support multiple workload queries.
It can recommend partitioning on tables provided that the workloads have some predicates and joins on the columns of the NUMBER or DATE type.
It can recommend partitioning only on tables that have at least 10,000 rows.
It can recommend only B-tree indexes and not bitmap or function-based indexes
第7题:
It cannot generate recommendations that support multiple workload queries.
It can recommend partitioning on tables provided that the workloads have some predicates and joins on the columns of the NUMBER or DATE type.
It can recommend partitioning only on tables that have at least 10,000 rows.
It can recommend only B-tree indexes and not bitmap or function-based indexes.
第8题:
It is built by Automatic Tuning Optimizer.
It cannot be stored persistently in the data dictionary.
It can be used by the query optimizer automatically.
It can be created manually by using the CREATE PROFILE command.
第9题:
The SQL Repair Advisor can be invoked to tune the performance of the regressed SQL statements.
The SQL Repair Advisor can be invoked even when the incident is not active for a SQL statement crash.
The SQL Repair Advisor is invoked by the Health Monitor when it encounters the problematic SQL statement.
The DBA can invoke the SQL Repair Advisor when he or she receives an alert generated when a SQL statement crashes and an incident is created in the ADR.
第10题:
It can span multiple databases.
It can consist of multiple data files.
It can contain blocks of different sizes.
It can contain segments of different sizes.
It can contain a part of a nonpartitioned segment.
第11题:
External tables can be updated.
External tables are read-only tables.
Indexes can be created on external tables.
Indexes cannot be created on external tables.
第12题:
It is executed first in the query execution
It must be the last clause in the SELECT statement
It cannot be used in a SELECT statement containing a HAVING clause
You cannot specify a column name followed by an expression in this clause
You can specify a combination of numeric positions and column names in this clause
第13题:
Which two statements are true regarding views?()
第14题:
Which two statements about subqueries are true? ()
第15题:
Which two statements regarding a SQL profile are true?()
第16题:
Which two statements are true about simple views?()
第17题:
You can add SQL test cases to the incident package.
You can add or remove the trace files to the package.
You cannot create an incremental incident package when the physical files are purged from the ADR.
You can create the incremental incident package ZIP file for new or modified diagnostic information for theincident package already created.
第18题:
Compilation fails.
An instance of the Inner class can be constructed with “new Outer.Inner()”.
An instance of the Inner class cannot be constructed outside of package foo.
An instance of the Inner class can be constructed only from within the Outer class.
From within the package foo, and instance of the Inner class can be constructed with “new Inner()”.
第19题:
private
no modifier
public
protected
第20题:
A view can be created as read only.
A view can be created as a join on two or more tables.
A view cannot have an ORDER BY clause in the SELECT statement.
A view cannot be created with a GROUP BY clause in the SELECT statement.
A view must have aliases defined for the column names in the SELECT statement.
第21题:
A subquery should retrieve only one row.
A subquery can retrieve zero or more rows.
A subquery can be used only in SQL query statements.
Subqueries CANNOT be nested by more than two levels.
A subquery CANNOT be used in an SQL query statement that uses group functions.
When a subquery is used with an inequality comparison operator in the outer SQL statement, the column list in the SELECT clause of the subquery should contain only one column.
第22题:
Views can be created as read only.
Views are data segments like tables.
Views can be created on the basis of more than one table.
Data manipulation language (DML) operations cannot be performed on views.
第23题:
A subquery that defines a view cannot include the GROUP BY clause
A view that is created with the subquery having the DISTINCT keyword can be updated
A view that is created with the subquery having the pseudo column ROWNUM keyword cannot be updated
A data manipulation language (DML) operation can be performed on a view that is created with the subquery having all the NOT NULL columns of a table