How to see the table columns used in an index?
What is the max number of columns in an oracle table?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What is instant client oracle?
Explain what are clusters?
types of indexes and the rationale behind choosing a particular index for a situation.
What is a initialization parameter file in oracle?
Is oracle an open source?
What is the data type of dual table?
What are operators in oracle?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
Explain a private synonyms?
What is a user account in oracle?
Can we use bind variables in oracle stored procedure?
Please explain oracle data types with examples?