Difference between revisions of "Server Installation Guide"

Line 88: Line 88:
</code>
</code>


Example for Oracle 11g:
[[Oracle | Example for Oracle 11g]].
 
<code>
-- USER SQL
CREATE USER netxms IDENTIFIED BY PaSsWd
DEFAULT TABLESPACE USERS
TEMPORARY TABLESPACE TEMP;
-- QUOTAS
ALTER USER netxms QUOTA UNLIMITED ON USERS;
-- ROLES
GRANT RESOURCE TO netxms ;
GRANT CONNECT TO netxms ;
</code>


Please note that database that user you have created should have rights to create new tables.
Please note that database that user you have created should have rights to create new tables.
38

edits