Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-062 Topic 5 Question 6 Discussion

Actual exam question for Oracle's 1Z0-062 exam
Question #: 6
Topic #: 5
[All 1Z0-062 Questions]

Examine these steps:

CONNECT / AS SYSDBA

CREATE DIRECTORY dumpdir AS '/u01/app/';

Directory created.

GRANT READ, WRITE ON DIRECTORY dumpdir TO PUBLIC;

Grant succeeded.

CREATE USER TEST IDENTIFIED BY test;

User created.

GRANT CREATE SESSION, RESOURCE, UNLIMITED TABLESPACE TO test;

Grant succeeded.

CONN test/test

Connected.

CREATE TABLE test_employees (id NUMBER(3), name VARCHAR2(20), salary NUMBER(7));

Table created.

SQL> CREATE SYNONYM emp FOR test_employees;

Synonym created.

Now examine this command:

$ expdp test/test DIRECTORY=dumpdir DUMPFILE=test_emp.dmp LOGFILE=test.log TABLES=emp CONTENT=data_only query='EMP:"WHERE salary=12000"'

What is true about the execution of this command?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel