Oracle Spatial does not have specific recommendations or restrictions for how an application should be organized. However, if you have large amounts of Spatial data, the one database feature that you should use is ______.
Suggested Answer:B🗳️
Partitioning is an Oracle Database feature in which a single table is decomposed into multiple smaller tables called partitions. Queries do not have to be modified in any way to use partitioning. DDL operations such as rebuilding indexes can be done against single partitions in the logical table structure rather than the whole table as a monolithic entity. This enhances the manageability of data by dividing large tasks into small tasks, and allowing for recovery should a problem occur during these DDL operations. References: http://download.oracle.com/otndocs/products/spatial/pdf/spatial_wp10_bestprac.pdf , page 2
Currently there are no comments in this discussion, be the first to comment!
This section is not available anymore. Please use the main Exam Page.1z0-595 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Comments