当前位置:网站首页>ORA-01950
ORA-01950
2022-07-01 19:56:00 【Drunken Xiaobai】
problem
oerr ora 01950
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 appropriate system privileges or grant the user
// space resource on the tablespace.
Solution
Change the user's table space quota :
alter user app quota unlimited on app_tbs;
Change the user's global tablespace quota :
grant unlimited tablespace to app;
边栏推荐
- [untitled]
- GC垃圾回收
- Related concepts of cookies and sessions
- Use of common built-in classes of JS
- Mysql查询结果去除换行
- Battery simulation of gazebo robot
- The key to the success of digital transformation enterprises is to create value with data
- Time series analysis using kibana timelion
- Set object value changes null value object
- Process steps of vibrating wire acquisition module for measuring vibrating wire sensor
猜你喜欢
SQL getting started plan-1-select
AAAI2020: Real-time Scene Text Detection with Differentiable Binarization
毕业季 | 华为专家亲授面试秘诀:如何拿到大厂高薪offer?
Gaussdb (for MySQL):partial result cache, which accelerates the operator by caching intermediate results
全国职业院校技能大赛网络安全“splunk“详细配置
ModSim基本使用(Modbus模拟器)
Object creation
今日群里分享的面试题
JS 之 常用内置类的使用
一个悄然崛起的国产软件,低调又强大!
随机推荐
GC垃圾回收
对金额进行求和
HLS4ML/vivado HLS 报错解决方案
3D全景模型展示可视化技术演示
开发那些事儿:EasyCVR集群设备管理页面功能展示优化
Hls4ml entry method
产品模块化设计的前世今生
Win11快捷键切换输入法无反应怎么办?快捷键切换输入法没有反应
SQL getting started plan-1-select
HLS4ML进入方法
A quietly rising domestic software, low-key and powerful!
Is Dao safe? Build finance encountered a malicious governance takeover and was looted!
Unreal Engine packaging project
Sum the amount
Mysql查询结果去除换行
tensorflow报错Could not load dynamic library ‘libcudnn.so.8
DS transunet: Dual Swing transformer u-net for medical image segmentation
2022/5/23-2022/5/30
MySQL signale une erreur can 't create table' demo01. TB Étudiant '(errno: 150)
【多线程】锁策略