目前分類:EnterpriseDB遭遇錯誤及解決方法 (8)

瀏覽方式: 標題列表 簡短摘要
  • 這是一篇加密文章,請輸入密碼
  • 密碼提示:NB password
  • 請輸入密碼:

在測試由EDB建立連線到Oracle資料庫的Database Link時,以底下語法中oci的方式建立一個DB link,

CREATE [ PUBLIC ] DATABASE LINK name
  CONNECT TO username IDENTIFIED BY ‘password
  USING { libpq ‘host=hostname port=portnum dbname=database’ |
    [ oci ] ‘//hostname[:portnum]/database’ }

結果要連線到Oracle的資料庫時,出現了底下錯誤:
Error while trying to retrieve text for error ORA-12705

來自大海的心 發表在 痞客邦 留言(0) 人氣()

  測試PITR時,因為必須指定時間,例如像 '2008-01-06 15:18:00 CET'
需要使用到時區代碼。

來自大海的心 發表在 痞客邦 留言(0) 人氣()

當我要建立EDB的JOB,執行pgagent的daemon,
$ pgagent -s ~/pgagent.log hostaddr=10.10.10.1 port=5888 dbname=edb user=enterprisedb

來自大海的心 發表在 痞客邦 留言(0) 人氣()

設定好PgBouncer環境之後,
使用psql連線,都沒有問題


C:\Documents and Settings\Administrator>edb-psql -h 10.10.10.2 -p 6432 -U enterprisedb -d edb

來自大海的心 發表在 痞客邦 留言(0) 人氣()

新建一個EnterpriseDB資料庫,要進行連線時,出現了
連線遭拒:FATAL: no pg_hba.conf entry for host "10.10.10.1", user "enterprisedb", database "edb", SSL off
的錯誤,

來自大海的心 發表在 痞客邦 留言(0) 人氣()

JSP在select一個新建SEQUENCE時,出現以下錯誤:

An error occurred when executing the SQL command:
select multilang$id.nextval from dual

來自大海的心 發表在 痞客邦 留言(0) 人氣()

要建立Slony-I cluster時,依文件範例,寫了一支slonik的執行檔,名叫initcluster.sk,用來起始slony cluster,內容如下:

#!/opt/PostgresPlus/8.3R2AS/dbserver/bin/slonik
#file initcluster.sk

來自大海的心 發表在 痞客邦 留言(1) 人氣()