ORA - 12560
当我尝试连接到安装在 VM 上的 Oracle DB 时出现错误。
sql*plus, pl/sql, excel - 连接成功
R 中的连接代码:
con <- dbConnect(odbc::odbc(), driver ='Oracle in instantclient_19_14',
dns = "user", encoding = "windows-1251",PWD ="qazedcwsx")
#--- output Error: nanodbc/nanodbc.cpp:1021: IM006: [Oracle][ODBC][Ora]ORA-12560: TNS:protocol adapter error
sql*plus 我只有在密码后面写才能连接
@sid
,这种方法在 R 中不起作用
回答