www.axure.com Axure RP gives you the wireframing, prototyping and documentation tools needed to make informed design choices, persuade any skeptics, and document your design.
The subkey \HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE in the Registry Editor window. For subsequent installations to different Oracle homes on the same computer, the path is \HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ HOMEID where ID is the unique number identifying the Oracle home,such as "KEY_OraDb11g_home1", "KEY_OraDB12Home1"
The tables: user_indexes and user_ind_columns desc user_indexes; desc user_ind_columns; select * from user_indexes where table_name=upper('table name'); select * from user_ind_columns where index_name=upper('&index_name');