SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to redirect the output to a log file to look for errors or something. You can do something like this.
sqlplus -s <<EOF>> LOG_FILE_NAME user/passwd@host/db #Your SQL code EOF