Consultor Eletrônico



Kbase P49610: How to grant CREATE TABLE to ORACLE user?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/28/2003
Status: Unverified

GOAL:

How to grant CREATE TABLE to ORACLE user?

GOAL:

How to grant permissions to an ORACLE user via command line/SQLPLUS?

FIX:

GRANT CREATE TABLE TO <USER>;
i.e.,
GRANT CREATE TABLE TO SCOTT;