code assistant not refreshing

Ivan C.

Member³
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):

Code:
CREATE TABLE my_table
(col_1 NUMBER)
/
Then in the same SQL Window (or another one, it doesn't matter) start typing:

Code:
SELECT * FROM my_
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.
 
Back
Top