Collabora Office 21.06 帮助
指定访问 JDBC 数据库的选项。
「可以使用 JDBC 驱动程序类连接到 Collabora Office 的 JDBC 数据库」。驱动程序类由数据库制造商提供。JDBC 数据库的两个示例是 Oracle 和 MySQL。
The driver classes must be added to Collabora Office in .
可以使用 JDBC 驱动程序从 Solaris 或 Linux 访问 Oracle 数据库。要从 Windows 访问该数据库,需要使用 ODBC 驱动程序。
在 UNIX 中,请确保安装的 Oracle 数据库客户端支持 JDBC。用于 Solaris Oracle 客户端 8.x 版本的 JDBC 驱动程序类位于「<Oracle client>/product/jdbc/lib/classes111.zip」目录。也可以从 Oracle 网站下载最新版本。
在「数据源 URL」框中,输入 Oracle 数据库服务器的位置。URL 的语法取决于数据库的类型。有关详细信息,请参阅 JDBC 驱动程序附带的文档。
对于 Oracle 数据库,URL 的语法是:
oracle:thin:@hostname:port:database_name
hostname 是运行 Oracle 数据库的计算机的名称。您也可以用服务器的 IP 地址替换主机名称。
port 是 Oracle 数据库侦听的端口。请向数据库管理员咨询正确的端口地址。
database_name 是 Oracle 数据库的名称。请向数据库管理员咨询正确的名称。
MySQL 数据库的驱动程序可在 MySQL 站点上获取。
MySQL 数据库的语法是:
mysql://hostname:port/database_name
hostname 是运行 MySQL 数据库的计算机的名称。您也可以用服务器的 IP 地址替换主机名称。
port 是 MySQL 数据库的默认端口 3306。
database_name 是数据库的名称。
Enter the URL for the database. For example, for the MySQL JDBC driver, enter "mysql://<Servername>/<name of the database>". For more information on the JDBC driver, consult the documentation that came with the driver.
输入 JDBC 驱动程序的名称。
Before you can use a JDBC driver, you need to add its class path. Choose , and click the button. After you add the path information, restart Collabora Office.
使用当前设置测试连接。