I tried to export oracle dump by using the below command
exp system/manager@localhost file=file.dmp;
I got the output file but the file contains binary format.Which is not readable
I want to export dump as a readable format like sql script
Can any one give me the command for that