Hi folks,
my shortcut for the code assistant to appear is CTRL+SPACE. When I am connected to ATP 19c (Cloud DB 19c Transaction Processing) the code assistant appears when hitting CTRL+SPACE. It does not when I change the connection to an ATP 23ai.
It does not list packages or tables but it lists columns and methods inside a package.
When writing
and hitting CTRL+SPACE then nothing is listed. But when writing
it will show the column named "OWNER".
Are the any different approaches to collect the information from the DBs?
Cheers
Knut
my shortcut for the code assistant to appear is CTRL+SPACE. When I am connected to ATP 19c (Cloud DB 19c Transaction Processing) the code assistant appears when hitting CTRL+SPACE. It does not when I change the connection to an ATP 23ai.
It does not list packages or tables but it lists columns and methods inside a package.
When writing
SQL:
select * from all_tab
SQL:
select * from all_tables where owne
Are the any different approaches to collect the information from the DBs?
Cheers
Knut
Last edited: