I want to create an SQL file from an Oracle DMP file.
With the command
"impdp [system] / [password] DUMPFILE = dampfilename.dmp SQLFILE = sqlfilename.sql logfile = logfilename.log full = Y show = y"
only the structure is in the sql file. When I look into the DMP file with a HEX editor, the data is included.
[system] / [password] are the same ones that were used with beo expdp.
I'm using release 11.2.0.1.0