將windows下的PLSQL轉移到Ubuntu上

2021-08-01 07:19:11 字數 905 閱讀 8882

2,ctal+alt+t 開啟控制台:

cd ~/.wine/drive_c

mkdir -p oracle/bin

mkdir -p oracle/network

將windows下oracle server 下的tnsnames.ora複製進network

將windows下的oracle 客戶端資料夾直接複製進bin,注意要把資料夾instantclient_11_2下的檔案複製進去,不要這個資料夾

3,修改登錄檔

wine regedit

在登錄檔編輯器裡頭,進入到 hkey_local_machine\system\currentcontrolset\control\session manager\environment,

(1)找到path, 原來已經存在,它的值是c:\windows\system32;c:\windows;c:\windows\system32\wbem,加上c:\oracle\bin,就是變成:

c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\oracle\bin

(2)增加乙個登錄檔項,滑鼠右鍵點空白處,選new --> string value,名稱為oracle_home,  值為c:\oracle

(3)增加另外一項:名稱tns_admin,值為c:\oracle\network\admin

4,將windows下的pl_sql 資料夾複製過來,開啟找到啟動項plsqldev.exe,右鍵以wine方式啟動。

啟動後暫不登陸,開啟tools-》preferences->connection:

修改oracle home:c:\oracle\bin

oci library :c:\oracle\bin\oci.dll

完成。

windows系統下將nginx作為系統服務啟動

1.準備工作 2.winsw設定 將winsw可執行程式複製到nginx安裝目錄下,並重命名為nginx service 新建名為nginx service.xml的檔案 注 檔名必須與可執行檔名相同 並編輯如下,其中name為 服務名,executable為可執行程式路徑,logpath為程式執行...

在windows下將Nginx新增為系統服務

啟動 f nginx 0.9.4 nginx.exe 檢視狀態 f nginx 0.9.4 tasklist fi imagename eq nginx.exe 立即停止 f nginx 0.9.4 nginx.exe s stop 結束所有會話後再停止 平滑退出 f nginx 0.9.4 ngi...

Windows下,將Git專案拆分並獨立

步驟0 在windows環境下,先將zmaee watch專案git clone到本地,切到branch1分支上,並且更新到最新。步驟1 在zmaee watch目錄下,滑鼠右鍵,選擇 git bash here 開啟命令視窗,接下來在bash視窗中,用命令列方式操作。把idledigit抽離為名為...