ZhengMingwei 发表于 2013-1-26 16:02:22

oracle 远程命令链接

语法:sqlplus usr/pwd@//host:port/sid

$ sqlplus risenet/1@//192.168.130.99:1521/risenet

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 18 15:53:34 2008

Copyright (c) 1982, 2005, Oracle.  All rights reserved.


Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production

SQL> select instance_name,status from v$instance;
页: [1]
查看完整版本: oracle 远程命令链接