为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】:8.0 【操作系统】:win10 【CPU】: 【问题描述】*:比如新建了一个索引叫test,他没有那种index+id的格式,我就不太能确定test的索引id是多少 第一个索引id就是:33555808,第二个test就不知道索引id
select * from dba_objects where object_type like '%INDEX%' and object_name='test';
select * from dba_objects where object_type like '%INDEX%' and object_name='test';