Olá , esse é o problema nesse comando, alguém me ajuda ?
DECLARE
v_id number(5) := 1;
v_descricao varchar2(100) := 'varejo';
BEGIN
INSERT INTO segmercado VALUES (v_id, v_descricao);
COMMIT;
END;
Erro a partir da linha : 1 no comando - DECLARE v_id number(5) := 1; v_descricao varchar2(100) := 'varejo'; BEGIN INSERT INTO segmercado VALUES (v_id, v_descricao); COMMIT; END; Relatório de erros - ORA-01950: não há privilégios no tablespace USERS' ORA-06512: em line 5
- 00000 - "no privileges on tablespace '%s'"
*Cause: User does not have privileges to allocate an extent in the
*Action: Grant the user the appropriate system privileges or grant the userspecified tablespace.
space resource on the tablespace.
já tentei: alter user cursoplsql quota unlimited on USERS;
mas nada funciona