The slave SQL thread does not have DELETE privileges to execute on test.t1 table.s
The table definition on the slave -litters from the master
Multi-threaded replication slaves can have temporary errors occurring for cross database updates
The slave SQL thread attempted to remove a row from the test.t1 table, but the row did not exist
第1题:
After Microsoft Windows boots, a message appears stating that a service failed to start. Which of the following can be used to find more information about this error?()
第2题:
The session of user SCOTT receives the following error after executing an UPDATE command onthe EMP table: ERROR at line 1: ORA-00060: deadlock detected while waiting for resource On investigation, you find that a session opened by user JIM has a transaction that caused the deadlock. two statements are true regarding the session of SCOTT in this scenario()
第3题:
When you try to open your database, you receive the following error: ORA-00205: error in identifying control file Where would you find the details required to resolve this error?()
第4题:
You received the following error: ORA-01578: ORACLE data block corrupted (file # %s, block # %s) Which file will you check to view additional information regarding the cause of this error?()
第5题:
When you try to open your database, you receive the following error: ORA-00205: error in identifying controlfile Where would you find the details required to resolve this error?()
第6题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. A SQL Server Agent job is failing. You find that the job history information is incomplete and seems to be truncated after you review it. All information produced by a job must be available for viewing. So what action should you perform to achieve this goal? ()
第7题:
Custom event handlers
Data flow error output
SSIS log provider for SQL Server
Execute SQL tasks with failure precedence constraints
第8题:
audit trail
alert log file
user trace file
online trace file
background trace file
operating system event viewer
第9题:
You should enable notifications to the Windows application event log when the job completes.
You should enable write OEM file
You should enable all job steps, making them send the output to a file
You should include execution trace messages in the SQL Agent Error log
第10题:
Re-install the audit plugin
Execute the command FLUSH LOGS
Execute the command SET GLOBAL audit_log_fiush= ON
Move or rename the existing audit.log file
第11题:
The slave SQL thread does not have DELETE privileges to execute on test.t1 table.s
The table definition on the slave -litters from the master
Multi-threaded replication slaves can have temporary errors occurring for cross database updates
The slave SQL thread attempted to remove a row from the test.t1 table, but the row did not exist
第12题:
The slave SQL thread does not have DELETE privileges to execute on test.t1 table.s
The table definition on the slave -litters from the master
Multi-threaded replication slaves can have temporary errors occurring for cross database updates
The slave SQL thread attempted to remove a row from the test.t1 table, but the row did not exist
第13题:
Which of the following statements best describes error logging?()
第14题:
You execute the following command in your Certkiller .com production database to change the width of the CUST_NAME column of the CUSTOMERS table: ALTER TABLE customers MODIFY (cust_nameVARCHAR2 (40)) / When you execute the command, it displays the following error message: ERROR at line 1: ORA-00054: resource busy and acquire with NOWAIT specified What could be the reason for the error message?()
第15题:
ROW-based replication has stopped working. You investigate the error log file and find the following entries: 2013-08-27 14:15:47 9056 [ERROR] Slave SQL: Could not execute Delete_rows event on table test.t1; Can't find record in 't1', Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND; the event's master log 56_master-bin. 000003, end_log_pos 851, Error_code: 1032 2013-08-27 14:15:47 9056 [warning] Slave: Can't find record in 't1' Error_code: 1032 2013-08-27 14:15:47 9056 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log '56_masterbin. 000003' position 684 Why did you receive this error?()
第16题:
If you wanted to find the name and location of your control files, you could find that information in each of the following locations except one. Which is it?()
第17题:
You are the network administrator for The network consists of a single Active Directory domain named All network servers run Windows Server 2003. A member server named Testking1 runs IIS and hosts all content for company Web sites. One Web site is redesigned. When you browse the redesigned site, you select a hyperlink and receive the following error message: "HTTP Error 404 - File or directory not found." You verify that a necessary content file is missing from Testking1. You need to discover whether the same error was generated by any other Web server requests. What should you do?()
第18题:
You need to record package and task outcome in the ETLAudit table. Which components of SSIS should you use?()
第19题:
V_CONTROLFILE_RECORD_SECTION
V_CONTROLFILE
V$PARAMETER
init.ora file
第20题:
audit trail
alert log file
user trace file
online trace file
background trace file
operating system event viewer
第21题:
Open the most recent file in C:/windows/system32/inetsrv/History. Search for error entries of type 404.
Open the most recent file in C:/windows/system32/LogFiles/W3SVC1. Search for error entries of type 404.
Open Event Viewer and connect to Testking1. Filter the system event log to display only events from the IISLOG event source with event ID 404.
Open Event Viewer and connect to Testking1. Filter the application event log to display only events from the WebClient event source with event ID 404.
第22题:
The slave was created with mysqldump –u root –p – skip-lock-table—all-databases > /data/data.sql
The slave user does have INSERT, UPDATE, or DELETE permission and cannot execute the write_rows function
For tables with UNIQUE keys, statement-based replication must be used maintain integrity
The root user on the slave has executed FLUSH LOGS, causing the relay-log to doublewrite
The applications have the SUPER privilege, which allows them to update rows
第23题:
The database instance is not available.
The ALTER TABLE command does not have WAIT option
The table or a row in the table is currently locked by another user session.
The database instance is busy processing other user sessions commands.
The CUSTOMERS table has no long running query active at the time when this request is made.
The server process executing the ALTER TABLE command is busy with another command execution
第24题:
Syslogd creates error log entries in the system error log.
The default error log is stored in /var/adm/ras/error.log.
All entries in the error log are related to software problems.
Error logging is automatically enabled during system initialization.