There is a feature where you can import data from a flat file or something. Sometimes, the table you wish to upload the data to has more columns than the file supplied. Can we dynamically add columns and default values to 'fill in the blanks'?
I use PL/SQL Developer as a tool to assist my C# Web development. I generally use schema objects as opposed to Sys objects. When I log in via PL/SQL Developer, I have to change the 'All Objects' setting to 'My Objects' each time. Can we have a setting that allows us to choose whether we...