dbTalk Databases Forums  

User defined data elements

comp.databases.oracle comp.databases.oracle


Discuss User defined data elements in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joe C
 
Posts: n/a

Default User defined data elements - 07-01-2004 , 08:29 AM






I'm working on an application where the user would like the capability
of creating new data elements, enter a value, and store the
information on a database for latter retrieval. I was thinking about
storing the user defined data elements and values as an xml record on
an Oracle 8i database; but, would like to know if anyone has
implemented something similar and what approach was taken. Also, if
stored as an xml record would there be a way to query the information
using a Select statement ?

Reply With Quote
  #2  
Old   
Mark D Powell
 
Posts: n/a

Default Re: User defined data elements - 07-02-2004 , 08:56 AM






joe.camilleri (AT) eds (DOT) com (Joe C) wrote in message news:<6ab3c8fb.0407010529.545eac68 (AT) posting (DOT) google.com>...
Quote:
I'm working on an application where the user would like the capability
of creating new data elements, enter a value, and store the
information on a database for latter retrieval. I was thinking about
storing the user defined data elements and values as an xml record on
an Oracle 8i database; but, would like to know if anyone has
implemented something similar and what approach was taken. Also, if
stored as an xml record would there be a way to query the information
using a Select statement ?
There are many vendor packages that allow local users to create
additional columns in the db. The products normally do this by using
already existing but spare varchar2 columns created on the underlying
application tables and storeing information about these column uses in
a product dictionary. The MAXIMO product is one such example.

Just another idea for you to consider.
-- Mark D Powell --


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.