Hi all
My requirement is to call a shell script within TCL which runs some sql grant scripts on a particular schema/database based on some parameters passed into the shell script
Is the command as simple as
set param1 username
set param2 password
set param3 sid
exec /tmp/bin/test_shell.sh param1 param2 param3
or is there a better approach
Thanks all
My requirement is to call a shell script within TCL which runs some sql grant scripts on a particular schema/database based on some parameters passed into the shell script
Is the command as simple as
set param1 username
set param2 password
set param3 sid
exec /tmp/bin/test_shell.sh param1 param2 param3
or is there a better approach
Thanks all