Add spatial data to any table by adding a column that supports spatial data.
You must be the owner of the table, or have ALTER privilege on the table, or have the ALTER ANY TABLE or ALTER ANY OBJECT system privilege.
The table must have a primary key. Update and delete operations are not supported for tables that contain a spatial column unless a primary key is defined.
A spatial column is added to the existing table.
You can place SRID constraints on the column to place restrictions on the values that can be stored in a spatial column by using the ALTER TABLE statement. You can also add spatial data to the column.