考题
Your database has the SRV1 service configured for an application that runs on middle-tier application server. The application has multiple modules. You enable tracing at the service level by executing the following command:SQL exec DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE (‘SRV1’);The possible outcome and actions to aggregate the trace files are as follows:1. The command fails because a module name is not specified.2. A trace file is created for each session that is running the SRV1 service.3. An aggregated trace file is created for all the sessions that are running the SRV1 service.4. The trace files may be aggregated by using the trcess utility.5. The trace files be aggregated by using the tkprof utility.Identify the correct outcome and the step to aggregate by using tkprof utility?()A. 1B. 2 and 4C. 2 and 5D. 3 and 4E. 3 and 5
考题
Your PROD database has been started using the server parameter file. In your PROD database you are using RMAN for backup and recovery operations. You issue the following commands from the RMAN prompt: RMAN CONFIGURE CONTROLFILE AUTOBACKUP OFF; RMAN BACKUP DATABASE; Which files from the database will be backed up as a result of this BACKUP command?()A、 control fileB、 all datafilesC、 password fileD、 online redo log fileE、 archive redo log fileF、 server parameter fileG、 only the SYSTEM datafile
考题
In your database, you discovered that a tempfile in a locally managed temporary tablespace has been deleted at the operating system level. How would you recover the tablespace?()A、flash back the databaseB、perform point-in-time recoveryC、perform a full database recoveryD、drop and re-create the tablespaceE、use Recovery Manager (RMAN) to recover the database
考题
You are maintaining your database in Oracle10g. You find that the number of languages that should be supported in your database has increased. The character set of your database is UTF8. You decide to migrate your database to the AL16UTF16 national character set. How will you migrate your database from UTF8 to AL16UTF16?() A、 by using the RMAN utilityB、 by using the export/import utilityC、 by using the ALTER DATABASE commandD、 by enabling the change tracking feature
考题
Every Sunday the Unix system administrator has a job that executes a full backup of the entire Unix system your database is on. Is this backup usable for backup and recovery of your database?() A、 Yes, if the database is in ARCHIVELOG modeB、 Yes, if the database is in NOARCHIVELOG modeC、 No, the backup is not usable in any wayD、 Only if the ENABLE_ONLINE_BACKUP parameter is set to TRUE
考题
You executed the following query in your database: FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()A、the time when the last flashback operation in your database was performedB、the time when the first flashback operation in your database was performedC、a list of flashback operations performed in your database using SCN and timeD、the approximate time and the lowest system change number (SCN) to which you can flash back your database
考题
A shoot-out has erupted between your MS development teams using .NET and your Linux development teams using Java. Knowing that your database is in danger,which command would you use to back up your NOARCHIVELOG mode database using RMAN with compression?()A、 backup database allB、 backup compressed databaseC、 backup as compressed backupset databaseD、 backup as compressed backup database plus archivelog allE、 backup as compressed backupset database plus compress archivelog all
考题
Your company has a server named SRV1 that runs windows server 2008. The default print server role is installed on SRV1 the company wants to centralize printing on SRV1 for both UNIX and windows users. You need to provide support to the UNIX users who print on SRV1. What are two possible ways to achieve this goal? ()A、Install the internet printing server role on SRV1.B、Install the line printer daemon (LPD) services role service on SRV1.C、Configure the printers on SRV1 to use line printer remote printing.D、Install the file server role on SRV1 and activate the services for the NFS Role service option.
考题
Your company has a main office and a branch office. The main office has a domain controller named DC1 that hosts a DNS primary zone. The branch office has a DNS server named SRV1 that hosts a DNS secondary zone. All client computers are configured to use their local server for DNS resolution.You change the IP address of an existing server named SRV2 in the main office.You need to ensure that SRV1 reflects the change immediately.What should you do?()A、Restart the DNS Server service on DC1.B、Run the dnscmd command by using the /zonerefresh option on DC1.C、Run the dnscmd command by using the /zonerefresh option on SRV1.D、Set the refresh interval to 10 minutes on the Start of Authority (SOA) record.
考题
Your company has a server named SRV1 that runs Windows Server 2008. The default Print Server role is installed on SRV1 The company wants to centralize printing on SRV1 for both UNIX and Windows users. You need to provide support to the UNIX users who print on SRV1. What are two possible ways to achieve this goal?() A、 Install the Internet Printing server role on SRV1.B、 Install the Line Printer Daemon (LPD) Services role service on SRV1C、 Configure the printers on SRV1 to use Line Printer Remote printingD、 Install the File Server role on SRV1 and activate the services for the NFS Role Service option.
考题
单选题You are designing the physical database layout on your host machine. What is the relationship between tablespaces and datafiles in the Oracle database?()A
One tablespace has only one datafileB
Many tablespaces can share one datafileC
One tablespace can have many datafilesD
One datafile can contain many tablespaces
考题
单选题You executed the STARTUP MOUNT command to start your database. For which database operation do you need to start the database in the MOUNT state?()A
renaming the control filesB
dropping a user in your databaseC
enabling or disabling redo log archivingD
dropping a tablespace in your databaseE
re-creating the control files, after you lost all the control files in your database
考题
单选题A shoot-out has erupted between your MS development teams using .NET and your Linux development teams using Java. Knowing that your database is in danger,which command would you use to back up your NOARCHIVELOG mode database using RMAN with compression?()A
backup database allB
backup compressed databaseC
backup as compressed backupset databaseD
backup as compressed backup database plus archivelog allE
backup as compressed backupset database plus compress archivelog all
考题
多选题Which of these recommendations should be followed before capturing a workload?()AMake sure your replay database has the same structure as the capture database, except without data.BMake sure the replay and capture databases are similar in data content.CPerform a clean shutdown and restart of the capture database before beginning a workload capture.DStart the capture database in UNRESTRICTED mode, then start the capture.EDefine inclusion and exclusion filters.
考题
单选题Redo log files are not multiplexed in your database. Redo log blocks are corrupted in group 2, and archiving has stopped. All the redo logs are filled and database activity is halted. Database writer has written everything to disk. Which command would you execute to proceed further?()A
RECOVER LOGFILE BLOCK GROUP 2;B
ALTER DATABASE DROP LOGFILE GROUP 2;C
ALTER DATABASE CLEAR LOGFILE GROUP 2;D
ALTER DATABASE RECOVER LOGFILE GROUP 2;E
ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 2;
考题
单选题In your database, you discovered that a tempfile in a locally managed temporary tablespace has been deleted at the operating system level. How would you recover the tablespace?()A
flash back the databaseB
perform point-in-time recoveryC
perform a full database recoveryD
drop and re-create the tablespaceE
use Recovery Manager (RMAN) to recover the database
考题
单选题Your database has a backup that was taken yesterday (Tuesday) between 13:00 and 15:00 hours. This is the only backup you have. You have lost all the archived redo logs generatedsince the previous Monday, but you have archived redo logs available from the previous Sunday and earlier. You now need to restore your backup due to database loss. To which point can you restore your database?()A
13:00 on Tuesday.B
15:00 on Tuesday.C
Up until the last available archived redo log on Sunday.D
To any point; all the redo should still be available in the online redo logs.E
The database is not recoverable.
考题
单选题Your database has the SRV1 service configured for an application that runs on middle-tier application server. The application has multiple modules. You enable tracing at the service level by executing the following command: SQL exec DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE (‘SRV1’); The possible outcome and actions to aggregate the trace files are as follows: 1. The command fails because a module name is not specified. 2. A trace file is created for each session that is running the SRV1 service. 3. An aggregated trace file is created for all the sessions that are running the SRV1 service. 4. The trace files may be aggregated by using the trcess utility. 5. The trace files be aggregated by using the tkprof utility. Identify the correct outcome and the step to aggregate by using tkprof utility?()A
1B
2 and 4C
2 and 5D
3 and 4E
3 and 5
考题
单选题Every Sunday the Unix system administrator has a job that executes a full backup of the entire Unix system your database is on. Is this backup usable for backup and recovery of your database?()A
Yes, if the database is in ARCHIVELOG modeB
Yes, if the database is in NOARCHIVELOG modeC
No, the backup is not usable in any wayD
Only if the ENABLE_ONLINE_BACKUP parameter is set to TRUE
考题
单选题You are maintaining your database in Oracle10g. You find that the number of languages that should be supported in your database has increased. The character set of your database is UTF8. You decide to migrate your database to the AL16UTF16 national character set. How will you migrate your database from UTF8 to AL16UTF16?()A
by using the RMAN utilityB
by using the export/import utilityC
by using the ALTER DATABASE commandD
by enabling the change tracking feature
考题
多选题Your company has a server named SRV1 that runs Windows Server 2008 R2. The default Print Services server role is installed on SRV1.The company wants to centralize printing on SRV1 for both UNIX and Windows users.You need to provide support to the UNIX users who print on SRV1.What are two possible ways to achieve this goal?()AInstall the Internet Printing role service on SRV1.BInstall the Line Printer Daemon (LPD) Services role service on SRV1.CConfigure the printers on SRV1 to use Line Printer Remote printing.DInstall the File Services server role on SRV1 and activate the Services for Network File System role service.
考题
单选题You executed the following query in your database: FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()A
the time when the last flashback operation in your database was performedB
the time when the first flashback operation in your database was performedC
a list of flashback operations performed in your database using SCN and timeD
the approximate time and the lowest system change number (SCN) to which you can flash back your database
考题
单选题You work as a database administrator for Certkiller .com. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database. Which method would you use to recover the data file?()A
Restore all the data files and open the databaseB
Create the data file and performtablespacerecoveryC
No need to restore any file, just recover the databaseD
Restore only the system data file and recover the databaseE
Restore only lost date file and performtablespacerecovery
考题
单选题You work as a database administrator for Certkiller .com. Redo log files are not multiplexed in your database. Redo log blocks are corrupted in group 2, and archiving has stopped. All the redo logs are filled and database activity is halted. Database writer has written everything to disk. Which command would you execute to proceed further?()A
RECOVER LOFIEL BLOCK GROUP 2;B
ALTER DATABASE DROP LOGFILE GROUP 2;C
ALTER DATABASE CLEAR LOGFILE GROUP 2;D
ALTER DATABASE RECOVER LOGFILE GROUP 2;E
ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 2;
考题
多选题Your PROD database has been started using the server parameter file. In your PROD database you are using RMAN for backup and recovery operations. You issue the following commands from the RMAN prompt: RMAN CONFIGURE CONTROLFILE AUTOBACKUP OFF; RMAN BACKUP DATABASE; Which files from the database will be backed up as a result of this BACKUP command?()Acontrol fileBall datafilesCpassword fileDonline redo log fileEarchive redo log fileFserver parameter fileGonly the SYSTEM datafile