You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE '/u1/data/temp1.dbf' SIZE 10M TABLESPACE GROUP ''; Which statement regarding the above command is correct?()
第1题:
Your database is running In ARCIIIVELOG mode. One of the data files, USBRDATAOI. DBF, in the users tablespace is damaged and you need to recover the file until the point of failure. The backup for the data file is available. Which three files would be used in the user-managed recovery process performed by the database administrator (DBA)?()
第2题:
You issued the following command on the temporary tablespace LMTEMP in your database: SQL>ALTER TABLESPACE lmtemp SHRINK SPACE KEEP 20M; Which requirement must be fulfilled for this command to succeed?()
第3题:
You lost the index tablespace in your database. You decided to re-create the index tablespace and the indexes in the tablespace. What methods can you use to re-create the indexes?()
第4题:
Your database contains a temporary tablespace, index tablespace, undo tablespace, and a read-only tablespace apart from the SYSTEM and SYSAUX tablespaces. If a media failure occurs resulting in the loss of any of these tablespaces, which tablespace is NOT required for the database to start?()
第5题:
The user HR receives the following error while inserting data into the TTK table:ERROR at line 1: ORA-01653: unable to extend table HR.TTK by 128 in tablespace SMD Upon investigation, you find that SMDis a small file tablespace. Which three action would allow the user to insert data()
第6题:
You issued the following command: CREATE GLOBAL TEMPORARY TABLE admin_work_area (startdate DATE, enddate DATE, class CHAR(20)) ON COMMIT DELETE ROWS TABLESPACE tbs_t1; An index is then created on the ADMIN_WORK_AREA temporary table. Which two statements are true regarding the TBS_T1 tablespace in the above command?()
第7题:
While setting up the database for your production environment, you want to create a user with following requirements. 1.The objects created by the user must be stored in a tablespace, TBS1, if the TABLESPACE option is not defined during the object creation. 2.The user should be able to use 10MB of space in the tablespace TBS1. 3.The user must change the password immediately after logging in for the first time. Which three options of the CREATE USER command would you use to achieve this objective?()
第8题:
You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE ’/u1/data/temp1.dbf’ SIZE 10M TABLESPACE GROUP ; Which statement regarding the above command is correct?()
第9题:
undo tablespace
index tablespace
read-only tablespace
temporary tablespace
第10题:
The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are disconnected after their queries complete.
The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are disconnected and must re-execute their queries.
The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are not disconnected, but these users must re-execute their queries.
The TEMP tablespace is not taken offline. The users using the TEMP tablespace for sorting are not disconnected, and their queries execute successfully.
第11题:
It will create the tablespace TEMP1 in group G1
It will create the tablespace TEMP1 in group G3
It will not add the tablespace TEMP1 to any group
It will create the tablespace TEMP1 in the default group
It will throw an error with message 'specified group is not available
It will create a new group with a system-generated name and add the tablespace TEMP1 to it.
第12题:
DROP TABLESPACE temp1;
DROP TABLESPACE temp1 INCLUDING CONTENTS;
DROP TABLESPACE temp1 INCLUDING CONTENTS AND DATAFILES;
DROP TABLESPACE temp1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
第13题:
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?()
第14题:
Which two statements regarding the LOGGING clause of the CREATE TABLESPACE... statement are correct?()
第15题:
Which statement will NOT create a tablespace?()
第16题:
Which two statements regarding the LOGGING clause of the CREATE TABLESPACE. .. statement are correct?()
第17题:
While creating a database using Database Configuration Assistant tool, you created a database default temporary tablespace. Which activity would cause the default temporary tablespace of the database to be used?()
第18题:
Your database contains two temporary tablespaces named TEMP and TEMP1. The TEMP tablespace is the default temporary tablespace for the database, and the TEMP1 tablespace was created at database creation. You want to increase the size of the tempfile for the TEMP tablespace and drop the TEMP1 tablespace from the database. The database is not using Oracle-Managed Files (OMF). Which statement must you use to ensure that when you drop the TEMP1 tablespace from the database, its corresponding operating system file is also deleted?()
第19题:
The database is currently open and the temp03.dbf tempfile belonging to the default temporary tablespace TEMP has been corrupted. What steps should you take to recover from this tempfile loss in an efficient manner?()
第20题:
flash back the database
perform point-in-time recovery
perform a full database recovery
drop and re-create the tablespace
use Recovery Manager (RMAN) to recover the database
第21题:
This clause is not valid for a temporary or undo tablespace.
If the tablespace is in the NOLOGGING mode,no operation on the tablespace will generate redo.
The tablespace will be in the NOLOGGING mode by default,if not specified while creating a tablespace.
The tablespace-level logging attribute can be overridden by logging specifications at the table,index, materialized view,materialized view log,and partition levels.
第22题:
The tablespace must be locally managed.
The tablespace must have only one temp file.
The tablespace must be made nondefault and offline.
The tablespace can remain as the default but must have no active sort operations.
第23题:
CREATE TABLESPACE DATA1 DATAFILE ’+grp1/abc(datafile)’;
CREATE TABLESPACE DATA1 DATAFILE ’+grp1’;
CREATE TABLESPACE DATA1 DATAFILE ’+data1(tempfile)’;
CREATE TABLESPACE DATA1 DATAFILE ’+grp1.256.34359’;