Oracle DBA Interview Question and Answers
29. | What is B–tree index? |
---|---|
|
|
30. | What is an index organized table? |
---|---|
|
|
31. | What permissions must be granted to users to allow them to connect to the database? |
---|---|
You should grant the CONNECT permission to the user. | |
32. | How can you rebuild an index? |
---|---|
An index can be rebuilt by using the ALTER INDEX <index_name> REBUILD; statement. | |