Examine this parameter setting:SHOW PARAMETER undo retention;
NAME TYPE VALUE
undo_retontion integer 900
Now examine these statements:
SELECT TABLESPACE_NAME, RETENTION
FROM dba_table_spaces
WHERE TABLESPACE_NAME="UNDOTHSl" ;
TABLESPACE_NAME RETENTION
UNDOTBS1 GUARANTEE
conn hr/hr@PROD
Connocted .
INSERT INTO emp (id, name, salary, Depno)
VALUES (101, " John', 12000, 30.;
1 row created -
COMMIT ;
Commi tcomplete .
Which three are true about the processing of these statements?