Hi!
Well I'm not very concerned what you think about how I name anything. That is up to me.
But most important in my opinion is, if Oracle allows space, &, % or whatever in table, column name and so on,
then their own freaking building and admin tools should be able to handle that now shouldn't they.
Well when the FORMS builder and all it's wizards are called 9i, they should be compatible with the 9i database, shouldn't they.
I would agree for forms 4.5 or 6i, but come on, this is 9i and year 2003, the database have handled spaces for a long time.
It's about time the bulding and admin tools start handling it too.
Regards
/Hasse
Main Topics
Browse All Topics





by: andrewstPosted on 2003-05-29 at 06:31:23ID: 8605662
It probably doesn't like your column names. I know I don't! Never create column names (even in views) using double quotes, spaces etc. Use regular names like VAL1 or VAL_1.
Probably the Forms wizard wasn't built to handle non-standard names, which have to be embedded in double quotes WHENEVER they are referenced.