Welcome to the Teradata Developer Exchange discussion forums.
For a general introduction and guidelines on posting, please see
this forum topic.
RSS feeds are available for each forum, as well as a combined
all forums feed.
I have installed teradata demo version 12.o. Using dbc I created a user for the administration purpoises as DBAdmin. I want to grant previleges to the new user as grant create user to DBAdmin. I am getting the syntax error. Can some please let me know what is the excact syntax is. Does the demo version allows to grant create user or create database previleges to the other users?
I was able to get the answer. The steps are as follows: Within DBC Create user user1. grant all on user1 to user1. This allowed user1 to create database and other users.
I have installed teradata demo version 12.o. Using dbc I created a user for the administration purpoises as DBAdmin. I want to grant previleges to the new user as grant create user to DBAdmin. I am getting the syntax error. Can some please let me know what is the excact syntax is. Does the demo version allows to grant create user or create database previleges to the other users?