Hi Friends,

Is it possible to execute SQL or PL/SQL commands from Unix shell prompt. For example, I want to execute a CREATE COMMAND from "$" prompt.

eg.
$ sqlplus SCOTT/TIGER CREATE TABLE t1(I INT)


Thanks
gandhi