Kbase P22040: How do you remove a user created in SQL Explorer?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How do you remove a user created in SQL Explorer?
GOAL:
How do you delete a user created in SQL Explorer?
GOAL:
How do you drop a user created in SQL Explorer?
FACT(s) (Environment):
Progress 9.x
FIX:
Use the DROP USER statement:
DROP USER 'username' ;
The 'username' must be enclosed in quotes.
The user executing this statement must have DBA privileges.