You enabled the flashback logging feature, but you have not specified the location of the flash recovery area.  Which location would be used as the default location for the flash recovery area?()A、the location used for control filesB、the location used for redo log filesC、the location set by using $ORACLE_BASED、the location set by using $ORACLE_HOMEE、the location set by using CORE_DUMP_DESTF、the location set by using BACKGROUND_DUMP_DEST

You enabled the flashback logging feature, but you have not specified the location of the flash recovery area.  Which location would be used as the default location for the flash recovery area?()

  • A、the location used for control files
  • B、the location used for redo log files
  • C、the location set by using $ORACLE_BASE
  • D、the location set by using $ORACLE_HOME
  • E、the location set by using CORE_DUMP_DEST
  • F、the location set by using BACKGROUND_DUMP_DEST

相关考题:

Which statement is true when you enable SSL for the WebUI?() A. SSL is enabled for the WebUI by default.B. You must address the WebUI using HTTPS://.C. You must change the WebUI port when enabling SSL.D. The demokey and democert are applied to the WebUI by default.

Exchange acceleration is not working. Which three steps should you use to troubleshoot the problem? ()(Choose three.) A. Determine if CIFS acceleration is enabled.B. Determine if TCP Acceleration (AFP) is enabled.C. Determine if Forward Error Correction is enabled.D. Determine if any tunnel bounces occurred recently.E. Determine whether both Exchange server and clients are running version 2003.

You have a portable computer that runs Windows Vista.You use Windows Internet Explorer 7 to browse to a Web site that is Really Simple Syndication (RSS)-enabled.You need to configure Internet Explorer 7 so that you can view the site’s headlines when the computer is offline.What should you do?()A.AB.BC.CD.D

You are a network technician at Certpaper.com. Which description is correct when you have generated RSA keys on your Cisco router to prepare for secure device management?()A、You must then specify the general-purpose key size used for authentication with the crypto key generaters a general-keys modulus command.B、You must then zeroize the keys to reset secure shell before configuring other parameters.C、All vty ports are automatically enabled for SSH to provide secure management.D、The SSH protocol is automatically enabled.

You are using AutoQoS Enterprise and realize that the results are not what you expected. Whichof the following are possible reasons for AutoQoS not functioning correctly?(Choose all thatapply.)()A、The interface you configured for AutoQoS is set to half-duplexB、AutoQoS was configured on only one end of the linkC、The interface you configured for AutoQoS has no IP addressD、The interface’s bandwidth is not correctly configuredE、CEF is not enabled on the interfaceF、You enabled AutoQoS on the interface but forgot to enable globally first

Which feature is enabled when you start a WebLogic server with the ¨CDserverType=wlx option?()A、JDBCB、JCAC、JMSD、EJBE、Java EE

our company has 1,000 client computers that run Windows 7 Enterprise.    You need to ensure that users cannot bypass or disable Internet Explorer logging.   What should you do?()A、 Set the Turn off InPrivate Filtering state to Enabled, and set the Disable the General Page state to Enabled.B、 Set the Turn off InPrivate Browsing state to Enabled, and set the Disable the General Page state to Enabled.C、 Set the Disable the Advanced Page state to Enabled, and set the Turn off InPrivate Browsing state to Enabled.D、 Set the Disable the General Page state to Enabled, and set the Disable the Advanced Page state to Enabled.

You are troubleshooting a problem with a Cisco 7920 wireless IP phone on a standalone WLAN.The phone rings but, when you answer, the call is dropped. What may cause this problem?()A、The minimum data rate is not set to 11 Mbps.B、An address resolution protocol is enabled.C、Publicly Secure Packet forwarding is enabled.D、The access point is set to the least congested channel.

You are troubleshooting a problem with a cisco 7920 wireless ip phone on a standalone wlan. the phone rings but, when you Answer ,the call is dropped. What may have caused this problem?()A、publicly secure packet forwarding is enabled.B、the minimum data rate is not set to 11 mbps.C、an address resolution protocol is enabled.D、the access point is set to the least congested channel.

You use the Memory Advisor to tune the memory structures of your database. What is the prerequisite to use the Memory Advisor?()A、 The database must be in the ARCHIVELOG mode.B、 The automatic memory tuning must be enabled.C、 The change tracking feature must be enabled.D、 The automatic memory tuning must be disabled.

You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5.  An exception management framework is not used in the Web application. You need to ensure thatthe application log the unhandled exceptions automatically to the event log. You need to configurethe Web.config file to accomplish this. Identify the configuration that will assist you in thisscenario?()A、You should consider using the healthMonitoring enabled="true"/ configuration.B、You should consider using the deployment retail="true"/ configuration.C、You should consider using the customErrors mode="On"/ configuration.D、You should consider using the trace enabled="true"/ configuration.

You work as a network Exchange administrator at Company.com.The Company.com network currently consists of a single Active Directory forest containing a single domain named Company.com.The Company.com organization makes use of Microsoft Exchange Server 2010 as their messaging solution.During the course of the business week you receive instruction from Company.com to ensure that a newly created room mailbox automatically accepts meeting requests.What should you do?()A、You should consider having a managed folder mailbox policy assigned.B、You should consider having the resource booking attendant enabled.C、You should consider having the mailbox permissions modified.D、You should consider having the moderation for the mailbox enabled.

You are designing a Hyper-V solution. You plan to virtualize an application server. The application server requires failover clustering that uses shared storage. You need to choose the correct storage solution. What should you choose?()A、two child partitions with VHDs stored on an iSCSI SANB、two child partitions with volumes mounted from an iSCSI SANC、two host servers with iSCSI-attached storage enabled for Cluster Shared Volumes (CSVs)D、two host servers with Fibre ChannelCattached storage enabled for Cluster Shared Volumes (CSVs)

You have an Exchange Server 2010 organization.  You plan to deploy a public folder access solution to meet the following requirements: .Users in the legal department must be able to send e-mail messages to public folders  .Users in the legal department must not be able to read documents in the public folders by using OutlookWeb App (OWA) You need to recommend changes to public folder access that meet the company requirements. What should you recommend?()A、mail-enabled public folders and Editor permissionsB、mail-enabled public folders and Contributor permissionsC、OWA segmentation and Reviewer permissionsD、OWA segmentation and Send As permissions

You have a Windows PowerShell script that contains the following code:   import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true  -AccountPassword $_.password}     When you run the script, you receive an error message indicating that the format of the password  is incorrect. The script fails.     You need to run a script that successfully creates the user accounts by using the password  contained in accounts.csv.     Which script should you run()A、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertHost-B、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertTo-C、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-ToD、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-Host

Your company has deployed network access protection (NAP) enforcement for VPNs. You need to ensure that the health of all clients can be monitored and reported. What should you do?()A、Create a group policy object (GPO) that enabled security center and link the policy to the domain.B、Create a group policy object (GPO) that enabled security center and link the policy to the domain controllers organizational unit (OU).C、Create a group policy object (GPO) and set the require trusted path for credential entry option to enabled. Link the policy to the domain.D、Create a group policy object (GPO) and set the require trusted path for credential entry option to Enabled. Link the policy to the domain controllers organizational unit (OU).

You have an Exchange Server 2010 organization.You need to ensure that all users in the organization can view the availability of a company projector.What should you create for the projector?()A、a distribution groupB、a mailboxC、a mail-enabled contactD、a sharing policy

多选题Exchange acceleration is not working. Which three steps should you use to troubleshoot the problem? ()(Choose three.)ADetermine if CIFS acceleration is enabled.BDetermine if TCP Acceleration (AFP) is enabled.CDetermine if Forward Error Correction is enabled.DDetermine if any tunnel bounces occurred recently.EDetermine whether both Exchange server and clients are running version 2003.

单选题You are implementing an ASP.NET Web page. The page includes several controls, but only a GridView requires view state. You set the GridView… You need to ensure that the page will omit unneeded view state. Wich @ Page directive should you use?()A% Page EnableViewState=”true” ViewStateMode=”Enabled” _ %B% Page EnableViewState=”true” ViewStateMode=”Disabled” _ %C% Page EnableViewState=”false” ViewStateMode=”Disabled” _ %D% Page EnableViewState=”false” ViewStateMode=”Enabled” _ %

单选题Which feature is enabled when you start a WebLogic server with the ¨CDserverType=wlx option?()AJDBCBJCACJMSDEJBEJava EE

单选题You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5.  An exception management framework is not used in the Web application. You need to ensure thatthe application log the unhandled exceptions automatically to the event log. You need to configurethe Web.config file to accomplish this. Identify the configuration that will assist you in thisscenario?()AYou should consider using the healthMonitoring enabled=true/ configuration.BYou should consider using the deployment retail=true/ configuration.CYou should consider using the customErrors mode=On/ configuration.DYou should consider using the trace enabled=true/ configuration.

单选题our company has 1,000 client computers that run Windows 7 Enterprise.    You need to ensure that users cannot bypass or disable Internet Explorer logging.   What should you do?()A Set the Turn off InPrivate Filtering state to Enabled, and set the Disable the General Page state to Enabled.B Set the Turn off InPrivate Browsing state to Enabled, and set the Disable the General Page state to Enabled.C Set the Disable the Advanced Page state to Enabled, and set the Turn off InPrivate Browsing state to Enabled.D Set the Disable the General Page state to Enabled, and set the Disable the Advanced Page state to Enabled.

单选题You have a Windows PowerShell script that contains the following code:   import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword  $_.password}   When you run the script, you receive an error message indicating that the format of the password is  incorrect. The script fails.   You need to run a script that successfully creates the user accounts by using the password contained in  accounts.csv.   Which script should you run()Aimport-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword convertTo-SecureString Password -AsPlainText -force)}Bimport-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword convertTo-SecureString $_.Password -AsPlainText -force)}Cimport-csv Accounts.csv foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword Read-Host -AsSecureString Password)}Dimport-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword (Read-Host -AsSecureString $_.Password)}

单选题You need to ensure the Client dimension is able to support new orders and new client records. Which setting should you configure?()AROLAP storageBLazy aggregationsCWrite Enabled propertyDUnknown Member functionality

单选题You are troubleshooting a problem with a Cisco 7920 wireless IP phone on a standalone WLAN.The phone rings but, when you answer, the call is dropped. What may cause this problem?()AThe minimum data rate is not set to 11 Mbps.BAn address resolution protocol is enabled.CPublicly Secure Packet forwarding is enabled.DThe access point is set to the least congested channel.

单选题You have an Exchange Server 2010 organization.You need to ensure that all users in the organization can view the availability of a company projector.What should you create for the projector?()Aa distribution groupBa mailboxCa mail-enabled contactDa sharing policy

单选题Youre performing tablespace point-in-time recovery on a tablespace called USERS. If an object in that tablespace has a foreign key constraint owned by another object in the INDEX_TBS  which statement is true?()A You cannot perform the TSPITR with the constraints enabled.B You must perform the TSPITR recovery of both tablespaces for it to be successful.C You can perform TSPITR only on the USERS tablespace.D RMAN will determine if the INDEX_TBS tablespace must also be duplicated and will duplicate it automatically.E The TSPITR will only be successful if the constraint is enabled.

多选题You are using AutoQoS Enterprise and realize that the results are not what you expected. Whichof the following are possible reasons for AutoQoS not functioning correctly?(Choose all thatapply.)()AThe interface you configured for AutoQoS is set to half-duplexBAutoQoS was configured on only one end of the linkCThe interface you configured for AutoQoS has no IP addressDThe interface’s bandwidth is not correctly configuredECEF is not enabled on the interfaceFYou enabled AutoQoS on the interface but forgot to enable globally first