I am creating an Oracle user for my bank, after defining the basics I tried to execute my script to create the tabelas
and sequences
, however, the tool returned an error saying it lacked permissions.
The error:
Relatório de erros -
ORA-01031: privilégios insuficientes
01031. 00000 - "insufficient privileges"
*Cause: An attempt was made to perform a database operation without
the necessary privileges.
*Action: Ask your database administrator or designated security
administrator to grant you the necessary privileges
I defined the following permissions:
Edit: (error persists)
GRANT CREATE TRIGGER, CREATE SEQUENCE, CREATE PROCEDURE, CREATE TABLE, CREATE SESSION, UNLIMITED TABLESPACE, EXECUTE ANY PROCEDURE, SELECT ANY DICTIONARY, SELECT, INSERT, UPDATE, DELETE, REFERENCES, ALTER, INDEX, EXECUTE ON SCHEMA TO Aluno;
What permissions do I need to create the sequences, tables, and other basic activities?