Hello,
I use this string to create user and import data:
SQL:
Create user MX identified by 123;
grant connect, create session, imp_full_database to MX;
GRANT CREATE ANY JOB TO MX;
alter user MX quota unlimited on SYSTEM;
grant unlimited tablespace to mx;
CMD:
imp MX/123 file=c:\mx.dmp full=y grants=n log=c:\import.log
I have this error:
IMP 00030: unable to write c:\import.log
IMP 00000: importing operation not succefull
HOW CAN I DO TO SOLVE THE PROBLEM PLEASE ????
thanks