Oracle 1z0-082 - Oracle Database Administration I
Which two queries execute successfully?
Which three statements are true concerning logical and physical database structures? (Choose three.)
Which four statements are true regarding primary and foreign key constraints and the effect they can have on table data? (Choose four.)
Examine this command:
CREATE UNDO TABLESPACE undotbs01
DATAFILE ‘undotbs_01.dbf’
SIZE 100M
AUTOEXTEND ON;
Which two actions must you take to ensure UNDOTBS01 is used as the default UNDO tablespace? (Choose two.)
Which three statements are true about Oracle synonyms? (Choose three.)
In one of your databases, the user HR has the password HRMGR.
You want to connect to a database instance whose listener listens on port 1531 by using this statement:
CONNECT HR/HRMGR@orcl
No name server is used.
Which statement is true about ORCL?
Which three instance situations are possible with the Oracle Database server without multi-tenant? (Choose three.)
Which two statements are true about trace files produced by the Oracle Database server? (Choose two.)
You execute this command:
During the export operation, you detach from the job by using CTRL+C and then execute this command:
Export> STOP_JOB=immediate
Are you sure you wish to stop the job ([yes]/no): yes
Which two statements are true about the job? (Choose two.)
A database is configured to use automatic undo management with temporary undo enabled.
An UPDATE is executed on a temporary table.
Where is the UNDO stored?