QUESTION POSED ON: 07 November 2003 I'm using a script to do an Oracle import under Win2000. It works fine when run manually (dble click), but when I use the Windows tasks scheduler,?the IMP.EXE process hangs.
>
Make sure that the task is scheduled under the proper user. Each task
in the scheduler can run as a different user. Verify that the user is
correct. Also make sure that your script sets up your environment
correctly. Your session has the environment set up and running the
script doesn't produce any problems. However, the tasks in scheduler
don't have environment variables so it is up to the script to define
them. Make sure that you have ORACLE_HOME, ORACLE_SID, and PATH set
correctly.
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.