Click here to Skip to main content
15,914,943 members
Home / Discussions / Database
   

Database

 
QuestionHow to avoid same ranks while doing a FULLTEXT Pin
jophinmichael16-Jun-10 7:17
jophinmichael16-Jun-10 7:17 
AnswerRe: How to avoid same ranks while doing a FULLTEXT Pin
Scubapro17-Jun-10 1:38
Scubapro17-Jun-10 1:38 
GeneralRe: How to avoid same ranks while doing a FULLTEXT Pin
jophinmichael18-Jun-10 2:53
jophinmichael18-Jun-10 2:53 
GeneralRe: How to avoid same ranks while doing a FULLTEXT Pin
Scubapro18-Jun-10 3:51
Scubapro18-Jun-10 3:51 
GeneralRe: How to avoid same ranks while doing a FULLTEXT Pin
jophinmichael24-Jun-10 3:58
jophinmichael24-Jun-10 3:58 
QuestionOracle 10g: Does query with no where caluse always do table scan Pin
lswrcmh16-Jun-10 2:16
lswrcmh16-Jun-10 2:16 
AnswerRe: Oracle 10g: Does query with no where caluse always do table scan Pin
David Mujica16-Jun-10 2:34
David Mujica16-Jun-10 2:34 
AnswerRe: Oracle 10g: Does query with no where caluse always do table scan Pin
Chris Meech16-Jun-10 2:35
Chris Meech16-Jun-10 2:35 
The only way you will know if there is a table scan or not is to look into the plan generated for the SQL. If a where clause is an absolute necessity, which I doubt, then you can always add something like where 1 = 1. But without access to modify the source for the SQL you are in trouble.

Also are the indexes in separate tablespaces and files from the data? If not that may be why you don't see any difference. Smile | :)
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

GeneralRe: Oracle 10g: Does query with no where caluse always do table scan Pin
lswrcmh16-Jun-10 2:55
lswrcmh16-Jun-10 2:55 
GeneralRe: Oracle 10g: Does query with no where caluse always do table scan Pin
Chris Meech16-Jun-10 3:18
Chris Meech16-Jun-10 3:18 
GeneralRe: Oracle 10g: Does query with no where caluse always do table scan Pin
lswrcmh16-Jun-10 4:03
lswrcmh16-Jun-10 4:03 
GeneralRe: Oracle 10g: Does query with no where caluse always do table scan Pin
Chris Meech16-Jun-10 4:20
Chris Meech16-Jun-10 4:20 
GeneralRe: Oracle 10g: Does query with no where caluse always do table scan Pin
lswrcmh16-Jun-10 3:30
lswrcmh16-Jun-10 3:30 
GeneralRe: Oracle 10g: Does query with no where caluse always do table scan Pin
Bernhard Hiller17-Jun-10 4:56
Bernhard Hiller17-Jun-10 4:56 
GeneralRe: Oracle 10g: Does query with no where caluse always do table scan Pin
Chris Meech17-Jun-10 6:17
Chris Meech17-Jun-10 6:17 
QuestionSQL2000, XML Pin
kaasir_215-Jun-10 3:49
kaasir_215-Jun-10 3:49 
AnswerRe: SQL2000, XML Pin
Eddy Vluggen15-Jun-10 5:41
professionalEddy Vluggen15-Jun-10 5:41 
GeneralRe: SQL2000, XML Pin
kaasir_215-Jun-10 21:45
kaasir_215-Jun-10 21:45 
GeneralRe: SQL2000, XML Pin
Eddy Vluggen15-Jun-10 21:57
professionalEddy Vluggen15-Jun-10 21:57 
GeneralRe: SQL2000, XML Pin
kaasir_215-Jun-10 22:50
kaasir_215-Jun-10 22:50 
GeneralRe: SQL2000, XML Pin
Eddy Vluggen15-Jun-10 23:11
professionalEddy Vluggen15-Jun-10 23:11 
GeneralRe: SQL2000, XML Pin
kaasir_215-Jun-10 23:46
kaasir_215-Jun-10 23:46 
QuestionHelp Me out with this Query Pin
mrkeivan11-Jun-10 20:53
mrkeivan11-Jun-10 20:53 
AnswerRe: Help Me out with this Query Pin
Garth J Lancaster11-Jun-10 21:35
professionalGarth J Lancaster11-Jun-10 21:35 
AnswerRe: Help Me out with this Query Pin
Mycroft Holmes11-Jun-10 21:39
professionalMycroft Holmes11-Jun-10 21:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.