Mercurial > dive4elements > river
view flys-backend/doc/schema/oracle_create_user.sql @ 2356:b8e01307c138
Adjusted geometry type for floodplain and hws in AddGeometryColumn.
flys-backend/trunk@3062 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Schilberg <bjoern@intevation.de> |
---|---|
date | Mon, 24 Oct 2011 12:33:05 +0000 |
parents | 60c722dc0304 |
children | 441028ca9a28 |
line wrap: on
line source
CREATE USER test IDENTIFIED BY test; ALTER USER test QUOTA UNLIMITED ON USERS; grant all on "MDSYS"."ALL_SDO_GEOM_METADATA" to test ; GRANT CREATE SESSION TO test ; GRANT CREATE VIEW TO test; GRANT CONNECT, RESOURCE TO test;