当前位置:网站首页>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了
边栏推荐
- leetcode:266. 回文全排列
- Software testing interview questions: How many types of software are there?
- 【unity编译器扩展之模型动画拷贝】
- Software Testing Interview Questions: What do test cases usually include?
- 元宇宙:未来我们的每一个日常行为是否都能成为赚钱工具?
- Software testing interview questions: What are the strategies for system testing?
- 【idea】idea配置sql格式化
- 测试经理要不要做测试执行?
- 软件测试面试题:软件验收测试的合格通过准则?
- 2022 The Third J Question Journey
猜你喜欢
随机推荐
僵尸进程和孤儿进程
标识符、关键字、常量 和变量(C语言)
找不到DiscoveryClient类型的Bean
软件测试面试题:什么是软件测试?软件测试的目的与原则?
Software testing interview questions: What stages should a complete set of tests consist of?
软件质量评估的通用模型
2022牛客多校第三场 J题 Journey
英特尔WiFi 7产品将于2024年亮相 最高速度可达5.8Gbps
node uses redis
oracle create user
2022牛客多校训练第二场 H题 Take the Elevator
软件测试面试题:软件测试类型都有哪些?
网站最终产品页使用单一入口还是多入口?
"No title"
Software testing interview questions: test life cycle, the test process is divided into several stages, and the meaning of each stage and the method used?
Software Testing Interview Questions: What is Software Testing?The purpose and principle of software testing?
Zombie and orphan processes
软件基础的理论
ARC129E Yet Another Minimization 题解 【网络流笔记】
2022 Hangzhou Electric Power Multi-School Session 3 K Question Taxi