A DBA needs to export only the `HR` and `OE` schemas from a production database to a dump file using Oracle Data Pump. Which `expdp` parameter should be used to specify these schemas?
-
A
TABLES=HR.*,OE.*
-
B
OWNER=HR,OE
-
C
SCHEMAS=HR,OE
-
D
FULL=N SCHEMAS=(HR,OE)