Sqlplus默认登录和密码?

时间:2015-10-15 03:15:04

标签: oracle sqlplus

我刚刚通过此Ubuntu documentation安装了SQLPLUS。什么是默认的登录和密码凭据?在文档之后,我已经尝试sqlplus username/password@//dbhost:1521/SID我已经调查了下面的类似问题,但没有一个解决方案对我来说是成功的。

https://askubuntu.com/questions/159939/how-to-install-sqlplus#

Oracle TNS: net service name is incorrecly specified

How come sqlplus not connecting?

我已尝试testuser / password凭据

sqlplus64 username/password@//dbhost:1521/SID

SQL*Plus: Release 12.1.0.2.0 Production on Wed Oct 14 23:08:13 2015

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

ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified


Enter user-name: testuser
Enter password: 
ERROR:
ORA-12162: TNS:net service name is incorrectly specified


Enter user-name: 

我如何登录,对不起这些评论对我来说没有意义,有人可以写出一个例子吗,我应该是1sqlpus 64用户名/密码@ // dbhost: 1521 /`?

0 个答案:

没有答案