当前位置:网站首页>ORA-00604 ORA-02429
ORA-00604 ORA-02429
2022-08-05 00:45:00 【Drunken white】
问题
Error when deleting tablespace
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='Tablespace names are capitalized'
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:
Capitalization doesn't work either...
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.
注意要大写
Then delete the indexOK了
边栏推荐
- GCC: Shield dependencies between dynamic libraries
- node使用redis
- Software test interview questions: BIOS, Fat, IDE, Sata, SCSI, Ntfs windows NT?
- SV 类的虚方法 多态
- 软件测试面试题:做好测试计划的关键是什么?
- Software Testing Interview Questions: What is Software Testing?The purpose and principle of software testing?
- 工具类总结
- QSunSync Qiniu cloud file synchronization tool, batch upload
- GCC:头文件和库文件的路径
- Countdown to 1 day!From August 2nd to 4th, I will talk with you about open source and employment!
猜你喜欢

仅3w报价B站up主竟带来1200w播放!品牌高性价比B站投放标杆!

JVM类加载简介

LiveVideoStackCon 2022 上海站明日开幕!

PCIe 核配置

码率vs.分辨率,哪一个更重要?

Kubernetes 网络入门

内存取证系列1

### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionExcep

【FreeRTOS】FreeRTOS与stm32内置堆栈的占用情况
![[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots](/img/fa/5bdc81b1ebfc22d31f42da34427f3e.png)
[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots
随机推荐
[FreeRTOS] FreeRTOS and stm32 built-in stack occupancy
MongoDB搭建及基础操作
软件测试面试题:LoadRunner 分为哪三个模块?
Software Testing Interview Questions: What Are the Types of Software Testing?
If capturable=False, state_steps should not be CUDA tensors
面试汇总:为何大厂面试官总问 Framework 的底层原理?
GO中sync包自由控制并发的方法
Will domestic websites use Hong Kong servers be blocked?
E - Many Operations (bitwise consideration + dp thought to record the result after the operation
Software Testing Interview Questions: What aspects should be considered when designing test cases, i.e. what aspects should different test cases test against?
内存取证系列1
软件测试面试题:请你分别画出 OSI 的七层网络结构图和 TCP/IP 的四层结构图?
MongoDB construction and basic operations
2022 The Third J Question Journey
tensor.nozero(), mask, [mask]
OPENWIFI实践1:下载并编译SDRPi的HDL源码
软件测试面试题:测试生命周期,测试过程分为几个阶段,以及各阶段的含义及使用的方法?
软件测试面试题:一套完整的测试应该由哪些阶段组成?
Pytorch usage and tricks
2022 Hangzhou Electric Multi-School Training Session 3 1009 Package Delivery