Example: Assigning Profile to User with PROFILE Option - Teradata VantageCloud Lake

Lake - Working with SQL

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
jbe1714339405530.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
jbe1714339405530

This statement creates a profile called human_resources that defines spool space and default database system parameters.

     CREATE PROFILE human_resources AS 
     SPOOL = 1500000, 
     DEFAULT DATABASE = personnel;

This statement assigns the human_resources profile to user ortega.

     MODIFY USER ortega AS 
     PROFILE = human_resources;