help me in sending parameters from sqlplus script to unix shell script

Can anybody help me out in sending parameters from sql*plus script to unix shell script without using flat files..

Initially in a shell script i will call sql*plus and after getting some value from some tables, i want that variable value in unix shell script. How can i do this?

Please tell me a way other than writing the sql*plus output in a flat file and using it in unix.

Search the forum

Did you find the answer to your question.

Passing a parameter to unix script from sqlplus

thanks