littlecowk35 / eic-quan-ly-cong-van

Automatically exported from code.google.com/p/eic-quan-ly-cong-van
0 stars 0 forks source link

Set up server on Oracle port 9080 #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
/opt/liferay-qlcv/liferay-9080
Oracle User:
htqlcv1
admin

Original issue reported on code.google.com by ntanh...@gmail.com on 20 Aug 2014 at 8:49

GoogleCodeExporter commented 9 years ago
create user htqlcv1 identified by admin;
grant create session to htqlcv1;
grant create table to htqlcv1;
grant create view to htqlcv1;
alter database default tablespace users;
alter user htqlcv1 quota UNLIMITED on users;

Original comment by ntanh...@gmail.com on 20 Aug 2014 at 8:49