alfresco-oracle

本文档提供了在Oracle数据库上部署Alfresco的具体步骤,包括创建Alfresco模式及表空间、设置权限、配置属性文件等内容。适用于希望在Oracle环境中安装和运行Alfresco系统的管理员和技术人员。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1. Create a new schema alfresco and tablespace alfresco in your database
Example:
 CREATE TABLESPACE alfresco DATAFILE 'ALFRESCO-TS.DAT' SIZE 512M REUSE AUTOEXTEND ON NEXT 256M;
 CREATE USER alfresco DEFAULT TABLESPACE alfresco TEMPORARY TABLESPACE temp IDENTIFIED BY strongpassword;
 ALTER USER alfresco QUOTA unlimited ON alfresco;
 GRANT connect TO alfresco;
 GRANT resource TO alfresco;
2. Ensure that the alfresco user has the required privileges to create and modify tables. This can be removed once the server has started, but may be required during upgrades.
3. Override following properties in your alfresco-global.properties:
hibernate.dialect=org.alfresco.repo.domain.hibernate.dialect.AlfrescoOracle9Dialect
 db.driver=oracle.jdbc.OracleDriver
 db.name=alfresco
 db.url=jdbc:oracle:thin:@server.domain:1521:DBTNSNAME
 db.username=alfresco
 db.password=strongpassword
 db.pool.validate.query=SELECT 1 FROM DUAL
If you get ORA errors then set hibernate.show_sql=true for debugging.

4. If you have multiple Alfresco instances installed on an Oracle server, you will need to force the database metadata queries to target the schema that each database user is using. Put the following in alfresco-global.properties:
 hibernate.default_schema=ALFRESCO
5. Copy the Oracle JDBC driver JAR into \tomcat\lib (on Tomcat 6) or \jboss\server\default\lib (JBoss). Example:
 cp oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar \tomcat\lib
6. You can now startup the Tomcat or Jboss server

 

FROM
https://github.com/krumboeck/oracle-alfresco/tree/4.2_e/src/config/alfresco/dbscripts
天行浏览器

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值