Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 MacOSX 上安装了 SQL Plus 和 Instantclient,我一直在尝试使用给定的客户端连接到服务器,但是,我尝试的所有默认密码组合都不起作用。如果有人使用它,你能分享一下默认的用户名/密码吗?
当您启动 SQL Plus 时,询问的用户和密码是连接到数据库的凭据,对于远程连接,您可以使用以下命令:
sqlplus 'user_name@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dns_name)(PORT=port))(CONNECT_DATA=(SID=database_name)))'