当前位置:网站首页>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了
边栏推荐
- tiup status
- 如何用 Solidity 创建一个“Hello World”智能合约
- JUC thread pool (1): FutureTask use
- 2022牛客多校第三场 A Ancestor
- Software testing interview questions: What are the three modules of LoadRunner?
- 2022 Nioke Multi-School Training Session H Question H Take the Elevator
- Software Testing Interview Questions: About Automated Testing Tools?
- Software Testing Interview Questions: What aspects should be considered when designing test cases, i.e. what aspects should different test cases test against?
- ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionExcep
- node uses redis
猜你喜欢
软件基础的理论
【FreeRTOS】FreeRTOS与stm32内置堆栈的占用情况
After the staged testing is complete, have you performed defect analysis?
面试汇总:为何大厂面试官总问 Framework 的底层原理?
could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
Matlab uses plotting method for data simulation and simulation
Theory of Software Fundamentals
Binary tree [full solution] (C language)
仅3w报价B站up主竟带来1200w播放!品牌高性价比B站投放标杆!
leetcode: 266. All Palindromic Permutations
随机推荐
僵尸进程和孤儿进程
Software Testing Interview Questions: What is Software Testing?The purpose and principle of software testing?
2022 Nioke Multi-School Training Session H Question H Take the Elevator
2022 Hangzhou Electric Power Multi-School Session 3 Question B Boss Rush
软件测试面试题:BIOS, Fat, IDE, Sata, SCSI, Ntfs windows NT?
tiup telemetry
MongoDB construction and basic operations
tiup telemetry
"No title"
### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionExcep
2022杭电多校第三场 K题 Taxi
Raw and scan of gorm
OPENWIFI实践1:下载并编译SDRPi的HDL源码
软件测试面试题:软件验收测试的合格通过准则?
2022杭电多校第三场 L题 Two Permutations
2022杭电多校训练第三场 1009 Package Delivery
MongoDB搭建及基础操作
2022 Hangzhou Electric Multi-School Training Session 3 1009 Package Delivery
动态规划/背包问题总结/小结——01背包、完全背包
国内网站用香港服务器会被封吗?