使用pl/sql developer連線遠端資料庫
aaa =
(description =
(address_list =
(address = (protocol = tcp)(host = 192.156.33.10 )(port = 1521))
(connect_data =
(service_name = aaa)
(斜體字表示可更改)
步驟三、安裝pl/sql developer並配置
安裝步驟沒什麼可說的,安裝完畢後開啟,先取消登入,進入視窗後選擇 tools->preferences...,在彈出的視窗中設定以下兩項:
oracle home:安裝目錄e:\program files\oracle\oracle_client\instantclient_11_2
oci library:安裝目錄e:\program files\oracle\oracle_client\instantclient_11_2下的oci.dll
ok.重新開啟,登入時就能看到資料庫的配置資訊了!
Oracle用plsqldeveloper問題總結
問題現象 551 沒有設定監聽,或者監聽設定錯誤。請重新設定監聽 檔案配置有錯誤或者檔案丟失 解決方法 找到你的安裝目錄 d instantclient 11 2 network admin admin資料夾下應該有兩個檔案 listener.ora tnsnames.ora 配置好倆個檔案的內容 ...
64位系統安裝pl sql developer
在網上搜尋了半天,主要原因是oci.dll是64位的,而pl sql developer只支援32位的,在使用64位oci.dll檔案時出錯.解決方案如下 檔案到instantclient解壓目錄.2.非登入狀態下進入pl sql developer,進入首選項,在connection中設定 ora...
使用GraphEdit使用
1 註冊元件。其實乙個filter就是乙個com元件,所以使用之前需要註冊,可以有兩種方法對元件進行註冊。1.直接使用命令。命令列下輸入 regsvr32 hqtlystd.ax 編譯之後你會在工程目錄下的debug中找到hqtlystd.ax,這個就是要用的filter 即可註冊成功。2.vc6....