Alert - if OSM database verison is 11.2.0.2 or 11.2.0.3, newly installed OSM schema (partitioned) ma
If you use default parameters for OSM schema, for testing and development environment, you can change sub-partition from 64 to 4 to decrease tablespace usage.
The reason behind (this is database behavior not OSM behavior) is that - Beginning with 11.2.0.2 the initial extent size for partitioned tables is set to 8M.
So next time when you create OSM schema in 11.2.0.2 or 11.2.0.3 database instance, make sure you have at least 5GB free space in OSM tablespace.
The reason behind (this is database behavior not OSM behavior) is that - Beginning with 11.2.0.2 the initial extent size for partitioned tables is set to 8M.
So next time when you create OSM schema in 11.2.0.2 or 11.2.0.3 database instance, make sure you have at least 5GB free space in OSM tablespace.
0