Hi,
I need to set a sqlplus variable using a query (since the value is stored in database). It would be something like this:
Would it be possible.
I tried using ACCEPT but was not able to make it work.
Thanks a lot for your input.
-Prashant
I need to set a sqlplus variable using a query (since the value is stored in database). It would be something like this:
Code:
define v_req_id = <select request_id from my_table>
HOST uuencode '&v_req_id' a.txt|/usr/lib/sendmail <email id>
I tried using ACCEPT but was not able to make it work.
Thanks a lot for your input.
-Prashant