Mercurial > dive4elements > river
view flys-backend/doc/schema/oracle_create_user.sql @ 2350:3eb520b7a70e
Removed obsolete imports.
flys-backend/trunk@2927 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 10 Oct 2011 12:21:50 +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;