would need to wrap the env variable in quotes for that to work
Code:make_sql.sh: #!/bin/bash echo " spool proc.log connect user/password@db begin proc($e2DefaultEnv); end; / spool off exit " > test.sql sqlplus /nolog @test.sql
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |