Talk:Database Configuration
From AlfrescoWiki
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...

