Oracle 查找给定索引名称的表名
我有一个索引的名称,该索引存在于数据库(oracle 11g)中某个列的某个表上。知道索引的名称,如何找到它属于哪个表?
I have the name of an index that is existing on some table on some column in the db(oracle 11g). Knowing the name of the index, how can i find which table it belongs to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有时您需要通过报告的约束名称查找索引,该名称可能与索引名称不同,那么您可以使用:
或
sometimes you need to find a index by reported constraint name, which might differ from the indexes name, then you could use:
or