Collabora Office 21.06 Help
指定存取 JDBC 資料庫的選項。
可使用 JDBC 驅動程式類別與 Collabora Office 內的 JDBC 資料庫連接。驅動程式類別由資料庫製造商提供。Oracle 和 MySQL 即為 JDBC 資料庫的兩個範例。
The driver classes must be added to Collabora Office in .
可使用 JDBC 驅動程式存取 Solaris 或 Linux 中的 Oracle 資料庫。若要存取 Windows 內的資料庫,必須使用 ODBC 驅動程式。
On UNIX, ensure that the Oracle database client is installed with JDBC support. The JDBC driver class for the Solaris Oracle client version 8.x is located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. You can also download the latest version from the Oracle web site.
在 [資料來源 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.
Enter the name of the JDBC driver.
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.
使用目前的設定測試連接。