Kbase P49609: How to grant CREATE SESSION to ORACLE user?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/10/2003 |
|
Status: Unverified
GOAL:
How to grant CREATE SESSION to ORACLE user?
GOAL:
How to grant permissions to an ORACLE user via command line/SQLPLUS?
FIX:
GRANT CREATE SESSION TO <USER>;
i.e.,
GRANT CREATE SESSION TO SCOTT;