달력

4

« 2024/4 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
.. .. ..
select a.name index_space_name  ,d.table_name table_name , e.user_name user_name , b.index_name index_name
from v$tablespaces a , system_.SYS_INDICES_ b , v$index c , system_.SYS_TABLES_  d , system_.sys_users_ e
where a.id=b.tbs_id and b.index_id=c.INDEX_ID and b.table_id = d.table_id and b.user_id = e.user_id
.
:
Posted by .07274.