Dear all,
i have file of file.dmp and want to import to my database on oracle, here i have user but when i am importing my file i get the bellow error
imp file=file.dat touser=user_one log=logfile.LOG data_only=Y
no i get the eror of :
IMP-00037: Character set marker unknown
IMP-00000: Import terminated unsuccessfully
i have my user and my user heve the rights of ...
PRIVILEGE
---------------------------
CREATE CLUSTER
CREATE INDEXTYPE
CREATE MATERIALIZED VIEW
CREATE OPERATOR
CREATE PROCEDURE
CREATE SEQUENCE
CREATE SESSION
CREATE SYNONYM
CREATE TABLE
CREATE TRIGGER
CREATE TYPE
Where i have done mistak on my importing proccess
regards