Book Contents

Book Index

Next Topic

Home

ALTER USER

ALTER USER changes a database user account

Syntax

ALTER USER name [ WITH [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password' ]

Semantics

name

specifies the name of the user to alter; names that contain special characters must be double-quoted.

ENCRYPTED

is the default.

password

is the password to assign to the user.

Notes