Skip to main content Skip to complementary content

Creating a user on Teradata

You must create a Teradata user with CREATE FUNCTION and EXECUTE FUNCTION access rights.

Procedure

  1. Login to Teradata using dbc as username and password.
  2. Create a user. You can use the following command:
    CREATE user test AS password=test perm = 200000000, SPOOL = 100000000;
  3. Grant the user you created at least the CREATE FUNCTION and EXECUTE FUNCTION access rights.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!