I am using the tdload utility of Teradata to import data into an existing empty table in my database.
The command I'm running is :
tdload -h 192.168.xxx.xxx -u dbc -p dbc -f path/to/file.csv
-t AdventureWorksDW.DemoTable MyJob
I get the following error after running the command
RDBMS error 3524: The user does not have CREATE TABLE access to database DBC.
How can I fix this?