Import oracle expdata file to different user
To import an Oracle exported file with *nix command line, use this command: imp \’/ as sysdba\’ file=expdat.dmp fromuser=ORIGINALUSER touser=DESTINATIONUSERimp \’/ as sysdba\’ file=expdat.dmp fromuser=ORIGINALUSER touser=DESTINATIONUSER