"X Rows Selected" message being suppressed [message #461382] |
Thu, 17 June 2010 11:12 |
andrewmurphy
Messages: 9 Registered: June 2010 Location: Ireland
|
Junior Member |
|
|
Am using the SQL*PLus tool via a command line to execute some simple "select" scripts. Scripts work fine in what they produce - except for something that is missing occasionally.
For SOME scripts, I'm getting no "xx Rows Selected" type messages at the bottom and I can't figure out why. When no data si returned in some (different) scripts I do get a "no rows selected" message. Am looking for this message in all outputs as an "end of report"-style marker.
No complicated SQL logic and I have the following standard settings applied into each script.
set linesize 500
set pagesize 50000
set tab off
set wrap off
set colsep '|'
I have 20 years of coding experience so it's not a basic error....albeit I'm far more familiar with MS SQL Server product set as well as the PL/SQL Developer client front ends for Oracle.
Any advice/pointer given would be welcome.
regards
|
|
|
|
|
|
|
|
|