adriana@dnlunx.UUCP (Florescu A.) (10/12/88)
Hello everyone! I am investigating the possibilities of semantical and object-oriented databases. After reading some introductory articles about them, it is still not clear to me what the difference is between these two types of databases and what is the state of art in this area. I have read about VBASE, but I would like to know more about other commercially available databases of this kind and their possibilities to support really large amounts of data. I am also interested in statistical methods in inductive reasoning. I have been trying to find some literature about this subject, but the most recent article I could find had been published in 1984!!! That's quite old, isn't it. I would be very grateful to everyone sending me some tips about books, articles and existing tools or any remarks about these subjects. Any information that can help me is welcome. My address is : !mcvax!dnlunx!adriana Thanks! Adriana
schunk@infhil.UUCP (Michael Schunk) (11/03/88)
You may find some literature in the acm computing surveys: 2/87 Atkinson/ Buneman 3/87 Hull/ King 3/88 Peckham/ Maryanski Springers Lecture Notes in Computing Science, Volume 334, contains papers from the second international workshop on obj. oriented database systems. Now my own question: I have the task to make arbitrary data objects of the two languages Ada and Setl ( as the name implies a set oriented language, that uses sets, tuples and maps as type constructors ) persistent. Programs in one of the languages should be able to access persistent objects created from a program in the other language. My idea was to use a semantic/obj. oriented database and to create interfaces for each of the languages: persistent objects are stored in the database and can be accessed with the interface. My problem is to get a semantic database. We only have a normal relational database and it seems to be a lot of work to store arbitrary objects with it. Does anybody know from where to get a prototype of a semantic or object oriented database system? Advanced properties such as inheritance, generalization etc are nice but not necessary, because we do not plan to make an object oriented language persistent at the moment. Thanks in advance, Michael Schunk