The DBWn process writes to the datafile.
Changes in the background process are recorded.
The log file is updated with the current SCN number.
The System Change Number (SCN) is recorded in the control file.
The changes to the listener configuration in the listener.ora file are recorded.
第1题:
You work as a database administrator for Certkiller .com. Your database is in NOARCHIVELOG mode and you want to perform a backup. Which type of backup would be appropriate in this case? ()
第2题:
You have been recently hired as a database administrator. Your senior manager asks you to study the production database server and submit a report on the settings done by the previous DBA. While observing the server settings, you find that the following parameter has been set in the parameter file of the database: REMOTE_OS_AUTHENT = TRUE What could have been the reason to set this parameter as TRUE?()
第3题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. A user database named Products is included by your SQL Server 2005 computer. SQL Server Integration Services (SSIS) packages are utilized to export data from the Products database to a text file. You deliver the text file to your company’s trading partners by utilizing FTP. You are required to make sure that your SSIS packages can be recovered from the occurrence of a disaster. Which action should be performed to finish the task?()
第4题:
Decrease the time between transaction log backups of the database.
Delete report snapshot history each week.
Minimize the use of session caching in the reports.
Minimize the use of report snapshots in the reports.
第5题:
V$FLASHBACK_DATABASE_LOG
V$FLASHBACK_DATABASE_STAT
V$DATABASE
V$UNDOSTAT
第6题:
Database Control
Management Server
Management Repository
Application Server Control
Oracle Management Agent
第7题:
Information about each Oracle Net connection.
Information about each entry in theLinstener.orafile
Information about the changed done in the database
Information about the different listeners in your system
Information about all thenondatabasefiles required to operate the database
第8题:
Rebuild the index.
Coalesce the index.
Drop and re-create the index in the new tablespace.
Relocate the index using the ALTER INDEX...MOVE statement.
第9题:
Schedule the full backups to run after the nightly index is rebuilt.
Schedule the full backup to run before the nightly index is rebuilt. Schedule a differential backup to run after the nightly index is rebuilt.
Schedule an additional transaction log backup to run after the nightly index is rebuilt.
Schedule a marker to be added to the transaction log before the nightly index is rebuilt.
第10题:
Application Server Control
Oracle Management Service
Oracle Enterprise Manager Repository
Oracle Enterprise Manager Database Control
第11题:
DBCC DBREINDEX
SELECT * FROM sys.dm_db_index_physical_stats
DBCC INDEXDEFRAG
SELECT * FROM sys.indexes
第12题:
Hot backup
Online backup
consistent backup
incremental backup
inconsistent backup
第13题:
You are working as a DBA at NetFx Corporation. You discover that the SCOTT schema is deleted by mistake. You decide to flash the database back to the time when the schema existed. Which view will you query to determine the estimated size of the flashback data that you require for your current target retention?()
第14题:
You are a database administrator for your company. The company uses a vendor company’s application that is based on a proprietary database. You query data from the application database and import the data into a SQL Server 2005 database. The application vendor provides you with a new OLE DB driver to be used when querying the application database. Company policy prohibits connections between the SQL Server database and the application database, except when querying this data. You need to provide a way to query data from the application database. What should you?()
第15题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. You utilize the SP:Recompile event class to run SQL Server Profiler. You find that a great amount of recompiles occurring. The possible causes of the large number of recompiles should be identified. From the flowing four options, which one is the most possible cause of the problem?()
第16题:
Decrease the amount of time between transaction log backups.
Configure the database to use the simple recovery model.
Configure the RECOVERY INTERVAL option to be a smaller value.
Run DBCC SHRINKFILE on the transaction log file.
第17题:
to enable operating system authentication for a remote client
to restrict the scope of administration to identical operating systems
to allow the start up and shut down of the database from a remote client
to enable the administration of the operating system from a remote client
to disable the administration of the operating system from a remote client
第18题:
To achieve the goal, DBCC DBREINDEX should be utilized.
To achieve the goal, SELECT * FROM sys.indexes should be utilized.
To achieve the goal, SELECT * FROM sys.dm_db_index_physical_stats should be utilized.
To achieve the goal, DBCC INDEXDEFRAG should be utilized.
第19题:
msi
mst
zap
zip
第20题:
The DBWn process writes to the datafile.
Changes in the background process are recorded.
The log file is updated with the current SCN number.
The System Change Number (SCN) is recorded in the control file.
The changes to the listener configuration in the listener.ora file are recorded.
第21题:
Upgrade the hardware/memory to accommodate the data.
Load the data into your database by using the PARALLEL clause.
Give analysts DBA privilege, so that they can query DBA_EXTERNAL_TABLES.
Use an external table so you can have the metadata available in your database, but leave the data in the operating system files.
第22题:
The sp_executesql batches are not being recovered from the procedure cache.
A database administrator executed UPDATE STATISTICS statements on all tables, and the most common stored procedures reference all the tables.
One new stored procedure is created by a database administrator.
Ad hoc batches are not being recovered from the procedure cache.
第23题:
A stored procedure should be created, and changes are disallowed by the procedure to the Price column that violates company policy.
On the Price column, a check constraint should be created, and a specified minimum value is required by the check constraint.
A trigger should be created, and changes are rolled back by the trigger to the Price column that violates company policy.
On the Price column, a foreign key constraint is created to a table that valid prices are included.