You are on page 1of 1

Creating a Teradata user You must create a Teradata user before you can connect from the parallel

server to the Teradata database. About this task The Teradata database owner is the user that is referred to by a DB options prop erty in the Teradata stage. The user must be able to create tables and insert an d delete data. If you want to use a pre-existing Teradata user, install a databa se server and configure it to use a new database. Install the new database serve r with 100 MB of PERM space and 10 MB of SPOOL space. Procedure To create a Teradata user: 1.Run these Basic Teradata Query (BTEQ) commands to create a user account that i s stored in the terasync table. CREATE USER user_name FROM database_name AS PASSWORD = user_password PERM = 100000000 SPOOL = 100000002. After the account is set up, run the following command: GRANT SELECT on dbc TO user_name;Parent topic: Configuring access to Teradata da tabases Previous topic: Installing the Teradata tools and utilities --------------------------------------------------------------------------------

You might also like