Mercurial > dive4elements > river
view flys-backend/doc/schema/oracle_create_user.sql @ 2337:52d712cd2384
Added code and a system property 'flys.backend.enablejmx=true' to enable JMX support for hibernate.
flys-backend/trunk@2808 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 22 Sep 2011 11:20:15 +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;