I have select any dictionary privilege, but when typing:
select * from v$sql
I'm getting only 3 objects:
v$sqlfn_arg_metadata
v$sqlfn_metadata
v$sqlpa_metric
Why the rest of them are not visible?
The same is for objects in another schema.
If I have select privileges to other schema objects they are not visible at all in code assistant.
So select * from schema. does not show anything.
Marco, could you explain how objects for code assistant are selected? Can this be fixed somehow?
select * from v$sql
I'm getting only 3 objects:
v$sqlfn_arg_metadata
v$sqlfn_metadata
v$sqlpa_metric
Why the rest of them are not visible?
The same is for objects in another schema.
If I have select privileges to other schema objects they are not visible at all in code assistant.
So select * from schema. does not show anything.
Marco, could you explain how objects for code assistant are selected? Can this be fixed somehow?