Page 1 of 1

You have three temporary tablespace groups named G1, G3 and G3 in you database.You are creating a new temporary tablespa

Posted: Sun Jun 11, 2023 3:50 pm
by answerhappygod
You have three temporary tablespace groups named G1, G3 and G3 in you database.You are creating a new temporary tablespace as follows:CREATE TEMPORARY TABLESAPCE TEMP1 TEMPFILE /u1/data/temp1.dbf SIZE 10MTABLESPACE GROUP;Which statement regarding the above command is correct?

A. It will create the tablespace TEMP1 in group G1
B. It will create the tablespace TEMP1 in group G3
C. It will not add the tablespace TEMP1 to any group
D. It will create the tablespace TEMP1 in the default group