|
|
Re: HOW TO implement INDEXES ON NEW SCHEMA [message #341054 is a reply to message #340924] |
Fri, 15 August 2008 22:24 |
sureshm.ora
Messages: 17 Registered: August 2008 Location: BANGLORE
|
Junior Member |
|
|
Hai thanks for your response i have gone through the links what u have mentioned they are very good links to know more about indexes .But just i want to know small info about implementing indexes (other than btree bitmap ). Is there any front end tools to help to build indexes on new schema ..pls give me replay
Thanks
suresh
|
|
|
|
Re: HOW TO implement INDEXES ON NEW SCHEMA [message #341066 is a reply to message #341054] |
Fri, 15 August 2008 23:54 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
sureshm.ora | i have gone through the links what u have mentioned they are very good links to know more about indexes
|
Honestly, I didn't really expect you to, actually, follow links Anacedent provided. Perhaps just a piece of advice: next time you choose not to tell the truth, do that in a way that the rest of the people don't know it.
These "very good links" are- OraFAQ Forum Guide (no advices regarding indexes in there)
- A complete Oracle documentation, covering Oracle database versions since 8i (along with IAS and Collaboration Suite documentation).
So, you have followed all of these and found many interesting stuff about indexes, but it just wasn't enough.
What do you call a "new schema"? Is it an empty schema? If so, there are no indexes there (as there's nothing to be indexed).
What kind of a tool do you have in mind, which would efficiently do something likeCREATE INDEX i1_emp ON emp (deptno); instead of you, typing in on the keyboard? If there's, on the other hand, a lot more complicated CREATE INDEX statement (which includes a lot of typing), there are GUI tools (as TOAD, for example) which allows you to create an index by clicking instead of typing, but - I believe that one should really understand what he/she is doing, what all the options are and how to properly use them.
If your question regards a tool which will suggest the right index type, options you should use etc. (so that you don't have to think much), I wouldn't know if there's any.
|
|
|
Re: HOW TO implement INDEXES ON NEW SCHEMA [message #341073 is a reply to message #341066] |
Sat, 16 August 2008 00:57 |
sureshm.ora
Messages: 17 Registered: August 2008 Location: BANGLORE
|
Junior Member |
|
|
HI
Thanks for your response .My name is suresh, i am learning oracle database from last month onwards .I am very much interested to participate in forums .I am also very much interested to know more on indexes Thats why i was started this question .
. I know some basics on indexes & how to create them(btree, bitmap, function based) but i don't know how to implement them on new schemas (generally who will do this task).. any front end tools will help ..
please replay
Thanks
suresh
|
|
|
|
|
|
|
|