oracle通過windows防火牆的方法:
1、在windows防火牆上設定開放 tcp 1521埠(oracle tnslistener),使用telnet oracle伺服器ip 1521 測試埠是否開放;
2、開啟登錄檔,找到hkey_local_machine/software/oracle/home0,新建乙個字串值:use_shared_socket=true;
3、修改oracle資料庫操作模式,預設為「專用伺服器模式」,修改為「共享伺服器模式」。可以使用database configuration assistant工具修改;
4、重新啟動oracle資料庫例項。
通過windows引導Linux
發表於 2005 8 31 17 04 00 以前用的nt loader來載入lilo啟動linux,用得也挺好 不過看到grub那麼漂亮 介面,就喜新厭舊了,系統安裝有 windows xp,linux redhat 7.2 c 對應於linux中 dev hda linux root 為linu...
通過windows 進入mysql
進入dos後 輸入mysql 如果顯示mysql不是內部檔案或指令,則說明你mysql的環境變數沒有配好,找到你mysql安裝路徑如 c program files mysql mysql server 5.7 bin 放進環境變數中的 path中 這個如何找到網上一搜就行 裝好後關掉之前的dos視...
windows通過vnc連線linux
在centos中設定tigervnc,windows遠端桌面centos 1.檢視是否有安裝tigervnc rpm qa grep vnc tigervnc server 1.1.0 5.e16 4.1.x86 64 tigervnc 1.1.0 5.e16 4.1.x86 64 2.如果沒有,則...