Unless otherwise noted, every syntax element that is a name must follow the rules for naming database objects. See Object Names.
- sparse_map_name
- Name of the sparse map.
- FROM contiguous_map_name
- Name of the parent contiguous map for the sparse map. You must specify the name of an existing contiguous map.
- SPARSE
- Required keyword to indicate that the map is a sparse map.
- AMPCOUNT = n
- Specifies the number of AMPs for the map, where n is a value from 1 to the number of AMPs in the parent contiguous map, up to 1024.