Mercurial > dive4elements > river
view flys-backend/doc/schema/oracle_create_user.sql @ 2345:c3ea91aee989
Bugfix: #333 Improved determination of reference gauge based on start km.
flys-backend/trunk@2876 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 04 Oct 2011 05:06:10 +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;