When I have partitioned table in Oracle database, Is it possible not to use partitioned index on it?
Thanks for help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible, sure. You can have a global nonpartitioned index. Having global indexes, though, often creates headaches particularly when your partitioning scheme is designed to facilitate the easy loading or archiving of data since various partition operations require extra work to update the global indexes.