Oracle SQL Developer Quick Hit: Paren Matching

Today’s Question: Does anyone know of an editor (or program) that will match beginning and ending parentheses in sql and highlight an ending paren that is missing? It just so happens that I do know of such an amazing editor or program I’ll let the pictures do the talking for me this afternoon: Matched Parens [...]

Preserving Privilege Grants Whilst Editing Views in Oracle SQL Developer

Today’s Question: How do we prevent Oracle SSQL Developer from dropping the grants/privileges when modifying a view. While using SQL Developer we modified a view and once saved it removed all of the user access previously set up for the view. This did not previously take place when using… Ugh. That doesn’t sound good at [...]