테이블스페이스 'USERS'에 대한 권한 없음 행을 삽입할 수 있는 테이블이 많지만 테이블 하나에 대해서만 이 오류가 발생합니다. Error starting at line 1 in command: INSERT INTO ERRORLOG (MESSAGE) VALUES ('test') Error report: SQL Error: ORA-01950: no privileges on tablespace 'USERS' 01950. 00000 - "no privileges on tablespace '%s'" *Cause: User does not have privileges to allocate an extent in the specified tablespace. *Action: Grant the user the ap..