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