We just had a developer check-in a create table statement where the column names were lower-case wrapped in double-quotes. Is there an option in SQL Developer to disable the quoting when generating DDL?
I did find this reference, which is 7 years old so thought that I would ask if this is possible in recent versions?
https://www.thatjeffsmith.com/archive/2014/04/oracle-sql-developer-configuring-object-ddl-scripts/