bash script does not continue after executing query with sqlplus
0
votes
1
answer
1098
views
here I'm trying to run a normal query with sqlplus and dump the result into CSV file, then I have another job to do, I facing problem my script does not continue after executing sqlplus query it just views the result and dumps the output into csv file but it does not continue
also i don't know how to dump the data without view the result out
#!/bin/bash
cd /dir/test_dir
sqlplus -s test/test <
Asked by yong shi
(25 rep)
Mar 21, 2020, 06:31 PM
Last activity: Mar 21, 2020, 06:43 PM
Last activity: Mar 21, 2020, 06:43 PM