Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to work with an unnormalized table?

630221Mar 27 2008 — edited Mar 27 2008
hi

i have another logical problem. this is the current situation:
i've got a table which is not normalized, but because i'm not the dba i mustn't normalize that, so i have to use this table...

here's an example:

login  | name    |     departement
=====================
mix     mister x       support
mix     mister x       helddesk
mix     mister x       secretary
miy     miss y         helpdesk
...

now i need two blocks. in block one i want to see just the login and the name (like a "group by login, name" query) in a form-layout, just one record at the same time and in block two i want to see every departement of the employee. i think if i had a master-detail relation it wouldn't be a problem but because of the table-design i don't know how to make something like a group-by in block one and how to make a artificial master-detail relationship or something like that.

Thanks for helping me...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2008
Added on Mar 27 2008
3 comments
315 views