单项选择题

假定某非本机数据库的全局数据库名为ORCL.COM,数据库实例的SID为ORCL,定义的这个数据库的连接串为ORCLDB,数据库的用户名为scott,口令为tiger.那么以下哪个命令可以登录这个数据库()

A.sqlplus scott/tiger
B.sqlplus scott/tiger@ORCL.COM
C.sqlplus scott/tiger@ORCL
D.sqlplus scott/tiger@ORCLDB
E.以上所述都不正确