当前位置:网站首页>ora-00604 ora-02429
ora-00604 ora-02429
2022-08-05 00:35:00 【喝醉酒的小白】
问题
删除表空间报错
oerr ora 00604
00604, 00000, "error occurred at recursive SQL level %s"
// *Cause: An error occurred while processing a recursive SQL statement
// (a statement applying to internal dictionary tables).
// *Action: If the situation described in the next error on the stack
// can be corrected, do so; otherwise contact Oracle Support.
oerr ora 02429
02429, 00000, "cannot drop index used for enforcement of unique/primary key"
// *Cause: user attempted to drop an index that is being used as the
// enforcement mechanism for unique or primary key.
// *Action: drop the constraint instead of the index.
解决思路
select * from (select owner,segment_name,segment_type,sum(bytes)/1024/1024/1024 GB
from dba_segments
where tablespace_name='表空间名称大写'
group by owner,segment_name,segment_type order by 4 desc )
where rownum <10;
oerr ora 01418
01418, 00000, "specified index does not exist"
// *Cause:
// *Action:
大写也不好使。。。
set long 9999
select dbms_metadata.get_ddl('INDEX','索引名称','用户') from dual;
oerr ora 02443
02443, 00000, "Cannot drop constraint - nonexistent constraint"
// *Cause: alter table drop constraint <constraint_name>
// *Action: make sure you supply correct constraint name.
注意要大写
再删除索引就OK了
边栏推荐
- tiup status
- 2022牛客多校第三场 A Ancestor
- tiup uninstall
- Software testing interview questions: the difference and connection between black box testing, white box testing, and unit testing, integration testing, system testing, and acceptance testing?
- 软件测试面试题:设计测试用例时应该考虑哪些方面,即不同的测试用例针对那些方面进行测试?
- Countdown to 1 day!From August 2nd to 4th, I will talk with you about open source and employment!
- 机器学习(公式推导与代码实现)--sklearn机器学习库
- Theory of Software Fundamentals
- 2022杭电多校训练第三场 1009 Package Delivery
- JUC thread pool (1): FutureTask use
猜你喜欢

性能测试如何准备测试数据

node uses redis
![[230] Execute command error after connecting to Redis MISCONF Redis is configured to save RDB snapshots](/img/fa/5bdc81b1ebfc22d31f42da34427f3e.png)
[230] Execute command error after connecting to Redis MISCONF Redis is configured to save RDB snapshots

数据类型及输入输出初探(C语言)

oracle create user

QSunSync 七牛云文件同步工具,批量上传

Matlab uses plotting method for data simulation and simulation

Will domestic websites use Hong Kong servers be blocked?

简单的顺序结构程序(C语言)

"WEB Security Penetration Testing" (28) Burp Collaborator-dnslog out-band technology
随机推荐
性能测试如何准备测试数据
《WEB安全渗透测试》(28)Burp Collaborator-dnslog外带技术
E - Distance Sequence (前缀和优化dp
软件测试面试题:系统测试的策略有?
After the staged testing is complete, have you performed defect analysis?
软件测试面试题:黑盒测试、白盒测试以及单元测试、集成测试、系统测试、验收测试的区别与联系?
oracle create user
leetcode: 266. All Palindromic Permutations
tensor.nozero(), mask, [mask]
Software testing interview questions: What are the seven-layer network protocols?
[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots
leetcode:267. 回文排列 II
matlab 采用描点法进行数据模拟和仿真
软件质量评估的通用模型
软件测试面试题:软件都有多少种分类?
数据类型-整型(C语言)
【无标题】
软件测试面试题:测试生命周期,测试过程分为几个阶段,以及各阶段的含义及使用的方法?
QSunSync 七牛云文件同步工具,批量上传
Redis visual management software Redis Desktop Manager2022