ORA-01950 no privileges on tablespace ‘USERS’
Nguyên nhân: Lỗi này thường liên quan tới user mới tạo không có quota trên tablespace này
Xử lý: Set quota cho user.
Thực hiện:
ALTER USER USER_NAME QUOTA UNLIMITED ON USERS;
Xem thêm:
- Q121. Which three are true about transporting databases across platforms using Recovery Manager (RMAN) image copies?
- Q114. Which two are true about the execution of operating system scripts starting from Oracle Database 19c?
- Data files trong Oracle là gì?
- Managing constraints | Sử dụng Constraints trong SQL
- Q5. Which three are true about recovery operations done without using Recovery Manager (RMAN)?