SyntaxFix
Write A Post
Hire A Developer
Questions
#!/bin/ksh variable1=$( echo "set feed off set pages 0 select count(*) from table; exit " | sqlplus -s username/password@oracle_instance ) echo "found count = $variable1"