sanjaysaxena
Programmer
Hi all,
The application on which I'm working on, has some typical database design.
Since the html forms may have more than 1200 fields, and also the names of the fields will be changing every quarter of the year, also number of fields may vary every quarter, we do not have regular database design. Our database then is a vertical database, in the sense, every field and its value is a new record with important column names as field_name, field_value and form_record_id. I'm working on the report part and not able to understand as how will I generate reports. Since I'm not a hardcore oracle developer I need help on this issue as what can be done.. Like we create tables/view on the fly or write queries for the existing tables ??
Any clue will be much appreciated.
Thanks a lot in advance.
_Sanjay
The application on which I'm working on, has some typical database design.
Since the html forms may have more than 1200 fields, and also the names of the fields will be changing every quarter of the year, also number of fields may vary every quarter, we do not have regular database design. Our database then is a vertical database, in the sense, every field and its value is a new record with important column names as field_name, field_value and form_record_id. I'm working on the report part and not able to understand as how will I generate reports. Since I'm not a hardcore oracle developer I need help on this issue as what can be done.. Like we create tables/view on the fly or write queries for the existing tables ??
Any clue will be much appreciated.
Thanks a lot in advance.
_Sanjay