steps:
. in new SQL window, execute CREATE TABLE XYZ AS (SELECT 1 ONE FROM DUAL);
. open tables pane
. select "All objects" or "My objects" view
. open tables subtree
. note table xyz listed
. in SQL window, execute DROP TABLE XYZ;
. note table list has auto-refreshed and xyz is not listed
. in SQL window, execute CREATE TABLE XYZ AS (SELECT 1 ONE FROM DUAL);
. note no auto-refresh in table list
expected:
auto-refresh of table list on CREATE TABLE
thanks for the great product!
--jim
. in new SQL window, execute CREATE TABLE XYZ AS (SELECT 1 ONE FROM DUAL);
. open tables pane
. select "All objects" or "My objects" view
. open tables subtree
. note table xyz listed
. in SQL window, execute DROP TABLE XYZ;
. note table list has auto-refreshed and xyz is not listed
. in SQL window, execute CREATE TABLE XYZ AS (SELECT 1 ONE FROM DUAL);
. note no auto-refresh in table list
expected:
auto-refresh of table list on CREATE TABLE
thanks for the great product!
--jim