With the SQLFILE parameter, it provides us with the sql statements that import operations run.
1 | -bash-3.2$ impdp "'/ as sysdba'" directory=dump_dir dumpfile=scott_emp.dmp logfile=scott_emp_imp.log SQLFILE=dump_dir:scott_emp.sql |
Afterwards, you can see which commands are available by entering the scott_emp.sql file with the vi text editor.
For example;