I'm unable to see new tables in the Code Assistant's pull-down.
To reproduce it, create a table using (in a SQL Window):
Then in the same SQL Window (or another one, it doesn't matter) start typing:
at this point the Code Assistant should bring up the table name in the pull-down, but it doesn't.
Is this a bug?
Thank you in advance.
Ivan C.
To reproduce it, create a table using (in a SQL Window):
Code:
CREATE TABLE my_table
(col_1 NUMBER)
/
Code:
SELECT * FROM my_
Is this a bug?
Thank you in advance.
Ivan C.