Consultor Eletrônico



Kbase P107140: How to revoke the rights of the default SQL-92 dba account
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/7/2009
Status: Verified

GOAL:

How to revoke the rights of the default SQL-92 dba account

GOAL:

How to remove permissions from the default dba

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family

FIX:

Prior to removing the rights of the default SQL-92 dba account (creator of the database); dba, resource rights should be granted to another account:
1. log in as the default SQL-92 account
2. grant dba,resource to user1
3. log out
4. login in as user1
5. revoke dba,resource from default SQL-92 dba account