After executing the command alter diskgroup disk group2 drop disk dg2a; you issue the following command from the ASM instance: Select group_number, count(*) from v$asm_operation; What is the implication if the query against V$ASM_OPERATION returns zero rows?()
第1题:
AFTER DROPPING THE PILOT means ______.
A.After boarding the pilot
B.After the pilot leaving the ship
C.After the pilot going on board
D.After taking the pilot
第2题:
After executing the "show host" command, which of the information below would you see?()
第3题:
Which of the following best describes Simultaneous Multi-threading (SMT)?()
第4题:
Your database is in ARCHIVELOG mode. You lost an index tablespace due to a disk failure while the database was open. You have neither a backup of the lost index tablespace nor the scripts containing the CREATE INDEX statements to recreate the indexes. Currently, several users are executing long-running queries on the database. What will happen to the ongoing activity in the database?()
第5题:
You issue the following command on the RMAN prompt. RMAN> REPORT NEED BACKUP DAYS = 5 DATABASE; Which statement is true about executing this command?()
第6题:
You previously secured your listener with an encrypted password. However, you need to set a new password for security reasons. What is the correct method for setting a new encrypted password for the listener using the Listener Control utility?()
第7题:
DBA_SCHEDULER_JOB_RUN_DETAILS
DBA_SCHEDULER_RUNNING_JOBS DBA
DBA_SCHEDULER_CURRENT_JOBS
DBA_SCHEDULER_JOBS DBA
DBA_SCHEDULER_EXECUTING_JOBS
第8题:
executing the SET PASSWORD command and then the SAVE_CONFIG command
executing the CHANGE_PASSWORD command and then the SAVE_CONFIG command
executing the CHANGE_PASSWORD command and then the SET PASSWORD command
executing the SET PASSWORD command, then the CHANGE_PASSWORD command and finally, the SAVE_CONFIG command
第9题:
A POWER5 microprocessor feature that allocates two processors to each application
A Workload Manager feature that allows two processing threads to be executing on a single processor
An AIX v5.2 feature that allows two processing threads to be executing on a single processor concurrently
A POWER5 microprocessor feature that allows two processing threads to be executing on a single processor concurrently
第10题:
Ensure that the Close method is called on each connection object after it has finished executing.
Ensure that each connection object is left open after it has finished executing.
Increase the Max Pool Size value inside the connection string.
Increase the Min Pool Size value inside the connection string.
Increase the Connection Lifetime value inside the connection string.
Increase the value of the ConnectionTimeout property of the SqlConnection object.
第11题:
foo.notify();
bar.notify();
foo.notifyAll();
Thread.notify();
bar.notifyAll();
第12题:
when you change the name of a datafile
when you drop a table from the database
when you take an export of the database
when you back up the database using OS utilities
when you issue an ALTER SYSTEM SWITCH LOGFILE statement
when you issue a BACKUP command from inside the RMAN run block
第13题:
You decided to change the location of the flash recovery area. You executed the following command: Which statement is true?()
第14题:
What command with all options and/or parameter will send the signal USR1 to any executing process of program apache2?()
第15题:
class Work implements Runnable { Thread other; Work(Thread other) { this.other = other; } public void run() { try { other.join(); } catch (Exception e) { } System.out.print("after join "); } } class Launch { public static void main(String [] args) { new Thread(new Work(Thread.currentThread())).start(); System.out.print("after start "); } } 结果为:()
第16题:
Which Scheduler view(s) can be queried to see which jobs are currently executing?()
第17题:
Which Scheduler view(s) can be queried to see which jobs are currently executing? ()
第18题:
You are developing an application that connects to a Microsoft SQL Server database using the SqlConnection object. Your connection objects are being pooled. As the pool fills up, connection requests are queued. Some connection requests are rejected. You need to ensure that the application releases connections back to the pool as soon as possible. Also, you need to decrease the likelihood that connection requests will be rejected. Which three actions should you perform?()
第19题:
The queries that are currently executing will abort and an error message will be returned to the user.
The queries that are currently executing will execute normally but future queries will not executed.
Data Manipulation Language (DML) statements cannot be performed on the tables on which the indexes are based.
The currently executing and future queries will execute normally, but will be slower
第20题:
DBA_SCHEDULER_JOB_RUN_DETAILS
DBA_SCHEDULER_RUNNING_JOBS
DBA_SCHEDULER_CURRENT_JOBS
DBA_SCHEDULER_JOBS
DBA_SCHEDULER_EXECUTING_JOBS
第21题:
It will display a list of files that need incremental backup
It will display a list of files that need backup after five days
It will display a list of files that were backed up in the last five days
It will display a list of files that have not been backed up in the last five days
It will apply the current retention policy to determine the files that need to be backed up
第22题:
Modify the profile assigned to the user.
Modify the roles assigned to the users.
Modify the object privileges assigned to the user.
Modify the system privileges assigned to the users.
Modify the value for the RESOURCE_LIMIT parameter in the parameter file.
第23题:
The session is terminated after receiving the error and JIM can continue with his transaction.
SCOTT should perform a COMMIT or ROLLBACK to allow JIM to continue with his transaction.
The session is rolled back after receiving the error and JIM can continue with his transaction.
SCOTT has to reexecute the last command in the transaction after he commits the transaction.
第24题:
The backup would be marked as invalid.
The backup would be marked as obsolete.
The backup would be removed from the media.
The backup would be removed from the RMAN repository.