I have a sql script that prompts for a couple of inputs. what do i have to do so that it doesn't prompt for the inputs but takes the inputs from the command line. The reason i want it that way is that i want to invoke this sql script from a shell and shell will pass down those inputs as paramaters... Any help will be greatly appreciated. Thanks