Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

import dmp data: error IMP 00030 on building .log file

2846174Apr 14 2015 — edited Apr 15 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2015
Added on Apr 14 2015
3 comments
5,636 views