View Full Version : when does sqlplus *not* show the number of rows retrieved?
Relishguy
04-04-2004, 11:19 AM
I have been doing some performance tests with Oracle Text. Basically I
am trying to determine which query options return the desired data and
how long do they take (e.g. set timing on).
For some reason, some Oracle Text query options cause sqlplus to *not*
display the number of records returned. Of course, I have used an
alternate method to determine this, but I am wondering how I
"disabled" this.
The cases (I have found so far) are:
1. NEAR((a,b),15,false) - display records with the 2 terms within 15
words of each other
2. a > 70 - display records where the score for this term is greater
than 70
Both of these are arguments to the CONTAINS clause.
TIA.
Regards..
Ana C. Dent
04-04-2004, 11:53 AM
Relishguy wrote: I have been doing some performance tests with Oracle Text. Basically I am trying to determine which query options return the desired data and how long do they take (e.g. set timing on). For some reason, some Oracle Text query options cause sqlplus to *not* display the number of records returned. Of course, I have used an alternate method to determine this, but I am wondering how I "disabled" this. The cases (I have found so far) are: 1. NEAR((a,b),15,false) - display records with the 2 terms within 15 words of each other 2. a > 70 - display records where the score for this term is greater than 70 Both of these are arguments to the CONTAINS clause. TIA. Regards..
IRRC, if the number of rows returned is 5 or less, then no "feedback"
count is displayed. The threshold is a settable value or can be turned
off always by
set feedback 0
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.