It would result in an error because the template cannot be used along with the disk group.
It would result in an error because the path cannot be specified while creating a tablespace in a disk group.
It would create a tablespace with a data file that has an alias, and its attributes are set by the user-defined template.
It would create a tablespace with a data file that does not have an alias, and its attributes are set by the user-defined template.
第1题:
Consider the following command to create a tablespace in your production database (which is using an Automatic Storage Management [ASM] instance to manage the database files): CREATE TABLESPACE user_tbsp DATAFILE ’+dgroup3(user_temp)/user_files/user_tbsp’ SIZE 200M; What would be the result of this command?()
第2题:
Examine the following commands executed in your database: SQL> ALTER SESSION RECYCLEBIN=ON; Session altered SQL > CREATE TABLE emp TABLESPACE tbsfd AS SELECT * FROM hr.employees; Table created. Further, you executed the following command to drop the table: SQL> DROP TABLE emp;Table dropped. What happens in this scenario?()
第3题:
You issue the following command in Oracle: CREATE TABLESPACE DAT_TBS DATAFILE "dat_tbs.dbf" SIZE 2M;. Later queries against the database reveal that the tablespace is located in the /u01/oradata/oracle directory. Which of the following choices identifies how Oracle likely determined what directory to place dat_tbs.dbf file in?()
第4题:
DB_CREATE_FILE_DEST
DB_CREATE_ONLINE_LOG_1
DB_CREATE_ONLINE_LOG_2
The directory is an operating system-specific default value in Oracle that can neigher be specified manually nor changed
第5题:
It executes successfully and creates an UNDO tablespace in hr_pdb.
It falls and reports an error because there can be only one undo tablespace in a cdb.
It fails and reports an error because the CONTAINER=ALL clause is not specified in the command.
It fails and reports an error because the CONTAINER=CURRENT clause is not specified in the command.
It executes successfully but neither tablespace nor the data file is created.
第6题:
The tablespace, DATA1, is not read-only.
The tablespace, DATA1, is not autoextensible.
The tablespace, DATA1, is not offline.
The segment space management for the tablespace, DATA1, is manual.
第7题:
profile
account lock
account unlock
password expire
quota 10MB on TBS1
password never expire
default tablespace TBS1
quota unlimited on TBS1
temporary tablespace TEMP
temporary tablespace SYSTEM
第8题:
It creates the table and encrypts the data in it.
It generates an error because the wallet is closed.
It creates the table but does not encrypt the data in it.
It generates an error because the NO SALT option cannot be used with the ENCRYPT option.
第9题:
The table is moved to the SYSAUX tablespace.
The table is moved to the SYSTEM tablespace.
The table is removed from the database permanently.
The table is renamed and remains in the TBSFD tablespace.
第10题:
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.
第11题:
It stores only the temporary table but not its indexes.
It stores both the temporary table as well as its indexes.
It must be a nondefault temporary tablespace for the database.
It can be a default or nondefault temporary tablespace for the database.
It must be the default temporary tablespace of the user who issues the command.
第12题:
A
B
C
D
第13题:
You have created a locally managed tablespace by issuing the following command: CREATE TABLESPACE data1 DATAFILE ’data1_file1.dbf’ SIZE 10M AUTOEXTEND ON MAXSIZE UNLIMITED; For the DATA1 tablespace, you have set the warning level alert limit to 70 percent. In which situation will a warning level alert be generated?()
第14题:
You executed the following command to create a tablespace called SALES_DATA: SQL> CREATE TABLESPACE sales_data DATAFILE SIZE 100M SEGMENT SPACE MANAGEMENT AUTO; Which two statements are true about the SALES_DATA tablespace()
第15题:
You work as an administrator at ENSUREPASS.com. The ENSUREPASS.com network consists of a single domain named ENSUREPASS.com.Subsequent to deploying a Server Core Installation of Windows Server 2012 on a new ENSUREPASS.com server, you are instructed to add a graphical user interface (GUI) to the server.You want to achieve this goal from the command prompt. Which of the following actions should you take?()
第16题:
Use the DROP DATAFILE command.
Use the DROP TABLESPACE command.
Ensure that all database files are Oracle Managed Files before using the DROP TABLESPACE command.
Ensure that the DB_FILE_CREATE_DEST initialization parameter is set before using the DROP TABLESPACE command.
第17题:
The tablespace TBS1 is full.
The user is not the owner of the SYSTEM tablespace.
The user does not have quota on the TBS1 tablespace.
The user does not have sufficient system privileges to create table in the TBS1 tablespace.
The user does not have sufficient privileges to create table on the default permanent tablespace.
第18题:
PCTFREE
MAXTRANS
PCTINCREASE
INITIAL
NOLOGGING
PARALLEL
第19题:
It would result in an error because the template cannot be used along with the disk group.
It would result in an error because the path cannot be specified while creating a tablespace in a disk group.
It would create a tablespace with a data file that has an alias, and its attributes are set by the userdefined template.
It would create a tablespace with a data file that does not have an alias, and its attributes are set by the userdefined template.
第20题:
The database is in NOMOUNT state.
The database is in ARCHIVELOG mode and the tablespace is online.
The database is in ARCHIVELOG mode and the tablespace is offline.
The database is in NOARCHIVELOG mode and the tablespace is online.
The database is in NOARCHIVELOG mode and the tablespace is offline.
第21题:
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.
第22题:
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.
第23题:
The command generates an error.
The command backs up the tablespace and creates a backup set of size 200 MB
The command backs up the tablespace and creates two backup sets of size 100 MB each.
The command backs up the tablespace and creates a backup set with backup pieces of size 100 MB each.