Jean-Paul Finne
Member²
I don't like the way the text is changed in the window list and the window title.
I have several tables containing the same columns : id, create_time, create_user timestamp, xml_data
Xml_data is a sys.xmltype column.
When I query a table, the text is "S - query data of table MY_TABLE@ORCL"
When I change the query (by adding a where clause for example), the title changes into "S - select id, create_time, create_user timestamp, xml_data.getclobval() ...".
If I do the same with an other table OTHER_TABLE@ORCL, I get exactly the same title ("S - select id, create_time, create_user timestamp, xml_data.getclobval() ...").
After a while, most windows have the same title. I can't see the difference between one query and the other.
I think it is better to leave the original text (S - query data of table MY_TABLE@ORCL).
Jean-Paul
I have several tables containing the same columns : id, create_time, create_user timestamp, xml_data
Xml_data is a sys.xmltype column.
When I query a table, the text is "S - query data of table MY_TABLE@ORCL"
When I change the query (by adding a where clause for example), the title changes into "S - select id, create_time, create_user timestamp, xml_data.getclobval() ...".
If I do the same with an other table OTHER_TABLE@ORCL, I get exactly the same title ("S - select id, create_time, create_user timestamp, xml_data.getclobval() ...").
After a while, most windows have the same title. I can't see the difference between one query and the other.
I think it is better to leave the original text (S - query data of table MY_TABLE@ORCL).
Jean-Paul