Database Configuration Prior To Version 3.2 (Talk)

cancel
Showing results for 
Search instead for 
Did you mean: 

Database Configuration Prior To Version 3.2 (Talk)

dward
Active Member
0 0 861

I don't get how to set those 5 lines in an XML file:

 db.driver=oracle.jdbc.OracleDriver
db.name=alfresco
db.url=jdbc:oracle:thin:@<machinename>:1521:<database sid>
db.username=alfresco
db.password=alfresco

In fact, when I throw them anywhere, it doesn't work...



BUT, I find a place where to put them an it works fine:

The repository.properties file at line approx 52.

Same thing for

 hibernate.dialect=org.hibernate.dialect.OracleDialect

which I put in domain/hibernate-cfg.properties file.

If this can help...