oracle interview question oracle BITMAP index

preview_player
Показать описание
Oracle Interview Question - oracle index related questions
1. What is Index? How to create index?
2. What are the types of index?
3. How to find the list of indexes for a given table?
4. Explain B-tree index
5. Explain Bitmap index
6. Explain "Function based" index
7. Explain "Reverse Key" index
8. When to choose what type of index?
9. How to know index is being used?
10. How to monitor index usage?
11. What are the advantages/drawbacks of indexes?

Рекомендации по теме
Комментарии
Автор

Simply great learning from Siva Academy

humayunhimu
Автор

Great explanation about the locking mechanism for the tables having BitMap index.

SatyendraKumar-imtu
Автор

Really excellent tutorials sir...
U r explaing very Interestingly...

krishnareddy
Автор

Your explanation is awesome .... I became fidaa on pl sql with your outstanding explanation . Doing a great job .

mkr
Автор

Very Informative.. Your examples are very clear and to the point. Please upload some videos related to performance tuning for the oracle interview question segment. Thanks

abhijitmohanty
Автор

Thanks so much ...Cannot think of better explanation

swathidasu
Автор

great explanation need information for join methods

ramgour
Автор

Thanks for the explanation, I have one question though regarding the locking of rows.
If we try to fire update on same table from two different sessions without commit/rollback Oracle will not allow anyways, so is it not a universal behavior ?

abhilashdeshmukh
Автор

Thank you again for this perfectly explained video.

MrSakssssss
Автор

Nice video sir..pls make a video on local and global index when we create partition table on that time We create local Andrew global index...so pls make a video to describe more about same.

shashank
Автор

you have explained very well, Could you please make a video on BITMAP JOIN index.

venkatrao
Автор

Awesome !! we really appreciate your effort..

siddeshbagali
Автор

Hi @Siva very nice video
Can you please explain cluster index and non cluster index with examples

AmarjeetSingh-bsyp
Автор

Thank u Sir... Can u plz tell how can we see the explain plan for a particular

letsplay
Автор

thank you for the valuable explanation

srikanthsuddala
Автор

Hi
I like your videos. Very help full

etflourmill
Автор

0:52 - How Bitmap data is actually stored

1:24 - Create Index Sytax

2:33 - How to know the Bitmap Index is actually works or not

vivektarab
Автор

sir will u give any project coaching or real time project explanation??

hemanthraj
Автор

Hi siva,

Please make a video series on partitioning

deep
Автор

Number of comparisons within Index segment are same in Table then, what's the advantage?
@our example finding rows of P's is similar to finding rows of 1's.

mukeshchitte