Is any way to pass the UNIX environmental variables to SQL*Plus script?
I am using Oracle 8.0.6 on HP, and have defined the environmental variable $BANK.
I want to use this variable in SQL*Plus script and later pass it into stored procedure.
Or can I just pass the environmental variable to stored procedure?

Kazik