DBI::dbListTables Function May not List All Tables | Teradata R Package - DBI::dbListTables Function May not Return the Table Names - Teradata Package for R

Teradata® Package for R User Guide

Product
Teradata Package for R
Release Number
17.00
Published
July 2021
Language
English (United States)
Last Update
2023-08-08
dita:mapPath
yih1585763700215.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
B700-4005
Product Category
Teradata Vantage
When a connection is established using Teradata SQL Driver for R, there may be some instances when DBI::dbListTables function may not list all the tables in a database and may error out with the following message:
no slot of name "ptr" for this object of class "Teradata"

To avoid getting this error, uninstall the ODBC R package or create a connection object using DBI::dbConnect and use that as parameter for the DBI::dbListTables function.