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

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for R
Release Number
17.20
Published
March 2024
ft:locale
en-US
ft:lastEdition
2024-04-09
dita:mapPath
efv1707506846369.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
nqx1518630623256
lifecycle
latest
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.