Skip to Main Content

Oracle Forms

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!

10g Host command imp.exe not working

ngac_ukJan 17 2011 — edited Jan 19 2011
Hi,

Just created a relatively simple form that uses host command.

I create a sql script using text_io to create a new user.
I then use host to run that script on the app server.
All this works fine.

Then i use host command to try and import into the db. This is when it does nothing.

I have cut it down to bear bones and a button with the command:
host('D:\oracle\database\BIN\imp.exe LOG=D:\test.log');
This doesnt even create the log "test.log"

If i copy and paste this into the run box on the app server the log is created?

Any ideas?

Thanks
This post has been answered by InoL on Jan 18 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2011
Added on Jan 17 2011
23 comments
3,081 views