Hello there ! I've got a question.
How could I differentiate between Aliases, Functions, and Oracle Identifiers.
For instance, if I'd like to have tables and columns in uppercase and table aliases and functions being left unchanged ?
This distinction is not possible with the PL/SQL Beautifier. You can only differentiate between keywords and identifiers, where aliases and object names are all treated as identifiers.