要连接到远程数据库,可以使用以下命令在sqlplus中输入:
sqlplus username/password@hostname:port/servicename
其中:
例如,要连接到主机名为example.com,端口号为1521,服务名称为orcl的远程数据库,用户名为scott,密码为tiger,可以使用以下命令:
sqlplus scott/tiger@example.com:1521/orcl