Estoy recibiendo un error similar. Dice que la tabla o vista no existe. Sin embargo, puedo ver el T2_PROD en la ventana Conexiones. Sé que este conjunto de datos existe y que mi acceso es válido.
¿Es cierto que la lista de la ventana Conexiones es la lista de nombres de tabla?
I am getting a similar error. It says that the table or view does not exist. However, I can see the T2_PROD in the Connections window. I know that this dataset exists and that my access is valid.
Is it true that the list in the Connections window is the list of Table names?
Thanks so much for your help.
> T2_Data <- dbGetQuery(con_t2, "SELECT * FROM T2_PROD") # change TableName
Error: nanodbc/nanodbc.cpp:1769: 42S02: [Oracle][ODBC][Ora]ORA-00942: table or view does not exist
<SQL> 'SELECT * FROM T2_PROD'
Finally, I used package that was developed by a colleague at Statistics Canada. It was conceived for internal uses. Unfortunately, it will not work outside our systems.