当前分类: 1Z0-032
问题:单选题Which of the following dynamic view would you query to identify the online CURRENT redo log group?()A V$LOGB V$LOFHISTC V$LOGFILED V$LOG_HISTORY...
查看答案
问题:单选题What is true if you want to switch undo tablespaces from the current one, called UNDO1, to a new one called UNDO2?()A It is NOT possible to switch unless no active transaction exist in UNDO1. B It is possible to switch to UNDO2; but current active tran...
问题:单选题What is the maximum database block size supported for the Oracle9i database?()A 16KBB 32KBC 64KBD 128KB...
问题:单选题Which initialization parameter must you set to enable automatic archiving? ()A LOG_ARCHIVE_DESTB LOG_ARCHIVE_STARTC LOG_ARCHIVE_FORMATD LOG_ARCHIVE_MAX_PROCESSES...
问题:单选题Your database is set in NOARCHIVELOG mode and is backed up every night. There are 10 redo log groups on the database, each with three members, making a total of 30 redo log files. At lunchtime the server unexpectedly gets shut down. Upon restarting you...
问题:多选题Which four occur during the processing of a request using Oracle Shared Server?()AThe dispatcher returns the response to the user.BThe dispatcher places the request into the request queue.CThe shared server places the response in the response queue.DTh...
问题:多选题Which two features of RMAN would must likely influence your decision to incorporate RMAN into your backup and recover strategy, if your most important requirement is to reduce the time ofrecovery?()ARMAN’s powerful command language.BRMAN backups can be...
问题:单选题The direct handoff connection method to an Oracle9i Shared Server involves fewer messages than in previous releases of the multithreaded architecture. Which type of message has been eliminated?()A The initial request from the client to the listener.B M...
问题:单选题Which script must you to query to display the code associated with RMAN stored scripts?()A RC_STORED_SCRIPTB RC_STORED_SCRIPT_LINEC RC_SCRIPTSD RC_STORED_LINE_SCRIPTE None of the other alternatives apply...
问题:多选题Oracle Net is responsible for establishing and maintaining the connection between the client application and the server. On the client side, Oracle Net is responsible for which three connectivity issues?()AThe location of the server.BThe Oracle user be...
问题:单选题You are configuring the listener on your server. Which listener.ora parameter contains the information needed to detect session requests from different client types?()A ADDRESS_LISTB SID_NAMEC LISTENERD SERVICE_LIST...
问题:单选题There is a problem with one of the disks used for your database and your system administrator informs you that the disk needs to be replaced. The replacement disk will not be available until tomorrow. There was only one data file on this disk; it belo...
问题:单选题The database was started up using a text parameter file. What will be the default scope of changes made by using the SET clause of the ALTER SYSTEM statement?()A Only MEMORY is updated.B Only SPFILE values are updated.C Only init.ora parameters are upd...
问题:单选题What is true about version-enabled tables?()A The unit of versioning is the schema.B It is possible to version enable a table pertaining to SYS.C There are as many segments as versions for the same base table.D It is possible to create workspaces if th...
问题:多选题What are three benefits of performing data definition language (DDL) statements against a partitioned table with the UPDATE GLOBAL INDEXES clause?()AGlobal indexes are rebuilt automatically at the end of the DDL operation thereby avoiding problems with...
问题:单选题Users complain SQL statements using a particular index fail. Using DBVERIFY, you find that two separate blocks in the index have become corrupt. The database data files for user data and index are very large. What is the least disruptive recover strat...
问题:多选题Which two file types must be included in a closed database backup taken with operating system commands?()Adata filesBcontrol fileCpassword fileDonline redo log filesEinitialization parameter file...
问题:单选题The listener uses dynamic information about the database and instance it has received through service registration before using information statically configured. Some services such as heterogeneous services and external procedures require the use of i...
问题:单选题The client connected to the database turns off his or her machine without exiting from a connection to the database. Which type of failure is this?()A mediaB instanceC statementD user process...