Anyone can help with my installation in my Oracle databse??
In my company we have standards to our database, schemas and tablespace and the
configuration created to the WIKI is:
Database: DVS
IP: 10.10.161.97
SCHEMA: WIKICRP
TABLESPACE (table creation)= TBS_WIKCRP
TABLESPACE (Index creation)= TBS_IND_WIKCRP
ORACLE SID = DVSHO
Well my hibernate configuration is:
<property
name="connection.url">jdbc:oracle:thin:@10.10.161.97:1521:DVSHO</property>
<property name="connection.username">WIKICRP</property>
<property name="connection.password">WIKICRP</property>
<property
name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property
name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
<property name="connection.SetBigStringTryClob">true</property>
<property name="jdbc.batch_size">0</property>
<property name="jdbc.use_streams_for_binary">false</property>
<property name="dbcp.ps.maxActive">20</property>
<mapping resource="xwiki.oracle.hbm.xml"/>
<mapping resource="feeds.oracle.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
But it isn't working, I don't know the hibernate architecture then anyone know if
I need to customize anything more to install the XEM?
Thank you
-----Mensagem original-----
De: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Em nome de Thomas Mortagne
Enviada em: segunda-feira, 15 de julho de 2013 11:46
Para: XWiki Users
Assunto: Re: [xwiki-users] XEM Installation Questions
Each wiki has it's own shema so if you want to create new wiki from XWiki you will
have to let XWiki create new shemas (and in case of Oracle also create new users since
each shema is associated to a user from what I remember). An alternative is to create
shema yourself whenever you need and tell XWiki to reuse that existing schema.
On Mon, Jul 15, 2013 at 2:23 PM, Danilo Amaral de Oliveira
<danilo.oliveira(a)energisa.com.br> wrote:
Hello People,
How are you? I am installing the XEM in an Oracle DB and I have a question about the
privileges of the xwiki user database.
When the site says "you need to guarantee all privileges to user xwiki" what
kind of privileges is it describing?
I need to guarantee more privileges than listed below?
grant create session to xwiki;
grant create table to xwiki;
grant create sequence to xwiki;
Thank you!
Danilo Oliveira
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users