Pass parameters to View in SQL or Oracle
Can you or can you not pass parameters to a view?
Well, the short answer is no. A view is seen by the database (and should be considered by us) as a table.
Can you or can you not pass parameters to a view?
Well, the short answer is no. A view is seen by the database (and should be considered by us) as a table.
I’ve been working with Oracle’s SQL Developer for years through its various versions. This tool has become better over the years and improvements can be noticed from version to version. None the less there is one bug that returns every now and then, and it doesn’t seem to be version specific. This is the super slow editing or typing in the IDE SQL code windows, this in fact, in some cases prevent and interfering with our work. How to solve this irritating issue?