Yet Another Oracle DBA Blog: Export and Import using Unix Pipe And Compress:
"ex :
mknod ram_pipe -p
exp system/pass@prod file=ram_pipe owner=erpds statistics=none log=/u01/exp.log &
imp system/pass@test file=ram_pipe fromuser=erpds touser=testds log=/u01/imp.log &