Oracle
1Z0-032 · Question #120
In your test database, you want to maintain a backup of the complete database on a daily basis by using Full Database Mode of Oracle Export utility. You execute the following command every night: $…
The correct answer is A. SYS. See the full explanation below for the reasoning.
Question
In your test database, you want to maintain a backup of the complete database on a daily basis by using Full Database Mode of Oracle Export utility. You execute the following command every night:
$ exp system/manager \ full=Y \ file=$ORACLE_HOME/backup/feb-2004/full_11.dmp \ log=$ORACLE_HOME/backup/feb-2004/full_11.log The objects of which users will not be exported as a result of this command?
Options
- ASYS
- BSYSTEM
- Cthe users that have the DBA role granted
- Dthe users that do not have the CONNECT role granted
- Ethe users that do not have the EXP_FULL_DATABASE role granted
How the community answered
(26 responses)- A69% (18)
- B8% (2)
- C15% (4)
- D4% (1)
- E4% (1)
Community Discussion
No community discussion yet for this question.