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

Teradata® R Package User Guide

Product
Teradata R Package
Release Number
16.20
Published
February 2020
Language
English (United States)
Last Update
2022-05-02
dita:mapPath
qbt1519078127352.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-4005
lifecycle
previous
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.