Oracle 11gR2
Unix
I am using below command >>expdp directory=dir1 dumfile=dump1.dmp logfile =log1.log tables=SCOTT.EMP
I have created 1 view and 1 index on this emp table.
In doc it's mentioned that "AT TABLE LEVEL EXPORT TABLE AND IT'S DEPENDENT OBJECTS WILL BE EXPORTED"
But in dumpfile i could not find that index and views.
Please let me know which dependent objects will be unloaded with table.
Thanks,
AKPT