I have dmp file for oracle database version "oracle orahome 81" and I want to import just the data not tables or views...etc coz I export the dmp file on pc1 ,and I want to import data on pc2 but pc2 already have old database and I wana to import metadata to pc2 coz the database already exists so, when use this command :
imp username/password@orcl file=d:\backup.dmp full=y
the error shown that I have already existed database so I cannot import new data to the pc2 so how could solve these problem?