running sql script in Unix
391014Aug 12 2003 — edited Aug 12 2003When I run a sql script in unix using sqlplus command, the process halts at some point. No matter how long I wait, it does not finish (it does not bring the command prompt back). This process usually takes about 30 mins when I run from SQL * PLUS. Any ideas why it hangs in UNIX?
sqlplus -s userid @script
Thanks