I have a unix script that calls a SQL script, the SQL script contains ACCEPTS and PROMPTS, when I run the script from a SQLPLUS prompt everything works ok, when I use the unix script as a wrapper the SQL script runs all the way through without prompting for input and ends up placing nothing in the ACCEPT variables. Help?!?