Our schema was built by my predecessor with most column names and some table names having "" around them. I suppose it was an artifact of an import process. I rename the columns when I'm working on parts of the database, and plan to rename all the rest eventually. Meanwhile, I can see the column names in Toad, on the Script tab, where I can see the CREATE TABLE... code. But I don't see them when using a simple DESC command in SQL Plus. Is there a way to show the double-quotes around the column names and some table names in SQL Plus?
It matters because my colleague is old-school and doesn't have access to Toad. I had access to Toad, but lost it a while back and don't know when I will have it again. There's bureaucracy in the way. But that's another story. Thank you.