Difference between revisions of "From src"

28 bytes added ,  18:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=System=
{{deprecated}}=System=
To work in /usr/local directory you need rights of group staff
To work in /usr/local directory you need rights of group staff
  sudo adduser User staff
  sudo adduser User staff
Line 112: Line 112:
ALTER USER netxms QUOTA UNLIMITED ON USERS;
ALTER USER netxms QUOTA UNLIMITED ON USERS;
-- ROLES
-- ROLES
GRANT RESOURCE TO netxms;
GRANT CREATE SESSION, CREATE TABLE, CREATE PROCEDURE TO netxms;
GRANT CONNECT TO netxms;
</pre>
</pre>
create initial shema
create initial schema
  nxdbmgr init /usr/local/share/netxms/sql/dbinit_oracle.sql
  nxdbmgr init /usr/local/share/netxms/sql/dbinit_oracle.sql