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;