iSQL*Plus是sqlplus基于web方式發布的,要使用它只要在服務器上開啟即可:
[oracle@localhost ~]$ isqlplusctl start
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
???????LANGUAGE = (unset),
???????LC_ALL = (unset),
???????LANG = "AMERICAN_AMERICAN.ZHS16GBK"
???are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
iSQL*Plus 10.2.0.1.0
Copyright (c) 2003, 2005, Oracle. ?All rights reserved.
Starting iSQL*Plus ...
iSQL*Plus started.
?
這樣就可以訪問iSQL*Plus了,當然在服務器上還需要添加一條防火墻規則:
iptables -I INPUT -p tcp --dport ?5560 -j ACCEPT
這樣就可以遠程通過web方式訪問數據庫了。