SQL PLUS 远程连接数据库

-- 远程连接Oracle数据库
命令:sqlplus 用户名/密码@ip地址[:端口]/service_name [as sysdba] EG: ORCL/ORCL@192.168.1.1:1521/ORCL AS SYSDBA