Empty index tab on View Table

Gustavo

Member³
Hi, Marco,

PLSD 9.0.4

1. connect as this_user
2. create table this_user.my_table
3. create table other_user.my_table (same table name from step 2)
4. create index other_user.my_index on other_user.my_table
5. select the text 'other_user.my_table', right-click and select view table
6. index tab will be empty
7. drop this_user.my_table
8. repeat step 5 and index will be shown.

Regards,
Gustavo
 
Thx! Actually, this is an old bug. And this time it saved me. Due to this bug, I realized that 'my_table' had again been created under the incorrect schema. ;)
 
Back
Top