Oracle Error ORA-01953: command no longer valid, see ALTER USER

Oracle Error Message

ORA-01953: command no longer valid, see ALTER USER

Reason for the Error

The syntax for assigning quotas on tablespaces has changed. The ALTER USER command is now used to perform the functionality

Solution

Use the alter user command instead.