Academic literature on the topic 'Object-oriented DBMS'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Object-oriented DBMS.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Object-oriented DBMS"

1

Dogac, Asuman, Budak Arpinar, Cem Evrendilek, Cetin Ozkan, Ilker Altintas, Ilker Durusoy, Mehmet Altinel, Tansel Okay, and Yuksel Saygin. "METU object-oriented DBMS." ACM SIGMOD Record 23, no. 2 (June 1994): 513. http://dx.doi.org/10.1145/191843.197137.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Marrs, Keith A., and Laila G. Robinson. "Object-oriented DBMS requirements." Computer Standards & Interfaces 13, no. 1-3 (October 1991): 35–39. http://dx.doi.org/10.1016/0920-5489(91)90007-m.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

TRIGANO, PHILIPPE, JEAN-PAUL BARTHES, CATHERINE GREBOVAL, and FRANÇOIS VALLERNAUD. "QUERYING AN OBJECT-ORIENTED DATABASE USING FREE LANGUAGE." International Journal of Pattern Recognition and Artificial Intelligence 04, no. 03 (September 1990): 429–45. http://dx.doi.org/10.1142/s0218001490000265.

Full text
Abstract:
A man-machine interface in natural language for a DataBase Management System (DBMS) called VORAS, based upon semantics, is presented. This DBMS can also be used for knowledge representation, and is well-suited to the design of queries in natural language. The system VORAS is an object-oriented DBMS developed from a specific model of representation called the Property Driven Model (PDM). A user may write a query in natural language. Most of the analysis is done at a semantic level. A syntactic level has been added, to improve the performance of the system. However, it is still possible to use a short-hand style.
APA, Harvard, Vancouver, ISO, and other styles
4

Maier, David, Jacob Stein, Allen Otis, and Alan Purdy. "Development of an object-oriented DBMS." ACM SIGPLAN Notices 21, no. 11 (November 1986): 472–82. http://dx.doi.org/10.1145/960112.28746.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Dogac, Asuman, Mehmet Altinel, Cetin Ozkan, and Ilker Durusoy. "Implementation aspects of an object-oriented DBMS." ACM SIGMOD Record 24, no. 1 (March 1995): 9–14. http://dx.doi.org/10.1145/202660.202662.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Watson, A. S., and S. H. Chan. "A prolog-based object oriented engineering DBMS." Computers & Structures 40, no. 1 (1991): 11–21. http://dx.doi.org/10.1016/0045-7949(91)90451-q.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Chen, C. Y. Roger, Dikran S. Meliksetian, Martin Cheng-Sheng Chang, and Larry J. Liu. "Design of a multimedia object-oriented DBMS." Multimedia Systems 3, no. 5-6 (November 1995): 217–27. http://dx.doi.org/10.1007/bf01832138.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Penney, D. Jason, and Jacob Stein. "Class modification in the GemStone object-oriented DBMS." ACM SIGPLAN Notices 22, no. 12 (December 1987): 111–17. http://dx.doi.org/10.1145/38807.38817.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Handigund, Shivanand M., Siddappa G. Makanur, and M. Sreenivasa Rao. "Integration of Object Oriented Host Program with Network DBMS." Procedia Computer Science 62 (2015): 178–85. http://dx.doi.org/10.1016/j.procs.2015.08.435.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Shekita, Eugene J., and Michael J. Carey. "Performance enhancement through replication in an object-oriented DBMS." ACM SIGMOD Record 18, no. 2 (June 1989): 325–36. http://dx.doi.org/10.1145/66926.66957.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "Object-oriented DBMS"

1

Sellam, Thibault. "Embedding Naive Bayes Classification in a Functional and Object Oriented DBMS." Thesis, Uppsala University, Department of Information Technology, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-130629.

Full text
Abstract:

This thesis introduces two implementations of Naïve Bayes classification for the functional and object oriented Database Management System Amos II. The first one is based on objects stored in memory. The second one deals with streamed JSON feeds. Both systems are written in the native query language of Amos, AmosQL. It allows them to be completely generic, modular and lightweight. All data structures involved in classification including the distribution estimation algorithms can be queried and manipulated. Several optimizations are presented. They allow efficient and accurate model computing. However, scoring remains to be accelerated. The system is demonstrated in an experimental context: classifying text feeds issued by a Web social network. Two tasks are considered: recognizing two basic emotions and keyword-filtering.

APA, Harvard, Vancouver, ISO, and other styles
2

Clark, Robert Eugene Yildirim Necmi. "The instrumentation of a kernel DBMS for the execution of kernel transactions equivalent to their object-oriented transactions /." Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1995. http://handle.dtic.mil/100.2/ADA304191.

Full text
Abstract:
Thesis (M.S. in Computer Science) Naval Postgraduate School, September 1995.
Thesis advisor(s): David K. Hsiao, C. Thomas Wu. "September 1995." Includes bibliographical references. Also available online.
APA, Harvard, Vancouver, ISO, and other styles
3

Clark, Robert Eugene, and Necmi Yildirim. "The instrumentation of a kernel DBMS for the execution of kernel transactions equivalent to their object-oriented transactions." Thesis, Monterey, California. Naval Postgraduate School, 1995. http://hdl.handle.net/10945/35123.

Full text
Abstract:
The issues addressed in this thesis are to examine whether the data manipulation operations of the kernel database system are capable of supporting the new Object-Oriented Data Model and Language Interface (OODM&L Interface). The data manipulation operations of the kernel database system consist of Retrieve, Delete, Update, and Retrieve-Common. To examine these issues, it is necessary to review the adequacy and inadequacy of these four operations in their ability to carry out object oriented data manipulation operations in the OODM&L Interface. A code review of the four operations is needed in order to determine what modifications are required for the kernel to execute object-oriented operations in the object-oriented transaction. Additionally, the code for the communications between the kernel system and the OODM&L Interface is designed and implemented. The result of this thesis implements the modified kernel operations and documents how the object-oriented data manipulation is carried out in the newly modified kernel database system. These modifications range from changing cetain variables in the kernel database system to rewriting lines of C code in modules of the kernel database system. Secondly, this thesis implements the required communication capability between the kernel database system and the object-oriented data model and language interface. The communication implementation is accomplished with four new functions comprised of 172 lines of C code written into the kernel system code. This additional code enables data to be passed between the object-oriented interface and the kernel database system.
APA, Harvard, Vancouver, ISO, and other styles
4

Hall, Andrew Brian. "DJ: Bridging Java and Deductive Databases." Thesis, Virginia Tech, 2008. http://hdl.handle.net/10919/33383.

Full text
Abstract:

Modern society is intrinsically dependent on the ability to manage data effectively. While relational databases have been the industry standard for the past quarter century, recent growth in data volumes and complexity requires novel data management solutions. These trends revitalized the interest in deductive databases and highlighted the need for column-oriented data storage. However, programming technologies for enterprise computing were designed for the relational data management model (i.e., row-oriented data storage). Therefore, developers cannot easily incorporate emerging data management solutions into enterprise systems.

To address the problem above, this thesis presents Deductive Java (DJ), a system that enables enterprise programmers to use a column oriented deductive database in their Java applications. DJ does so without requiring that the programmer become proficient in deductive databases and their non-standardized, vendor-specific APIs. The design of DJ incorporates three novel features: (1) tailoring orthogonal persistence technology to the needs of a deductive database with column-oriented storage; (2) using Java interfaces as a primary mapping construct, thereby simplifying method call interception; (3) providing facilities to deploy light-weight business rules.

DJ was developed in partnership with LogicBlox Inc., an Atlanta based technology startup.


Master of Science
APA, Harvard, Vancouver, ISO, and other styles
5

Chang, Po-Ling, and 張伯齡. "Storing and Querying RDF Documents in an Object-Oriented DBMS." Thesis, 2007. http://ndltd.ncl.edu.tw/handle/87249584678945303410.

Full text
Abstract:
碩士
東吳大學
資訊科學系
95
The Resource Description Framework (RDF) is a foundation for processing metadata, which provides interoperability between applications that exchange machine-understandable information on the World Wide Web (WWW). Because RDF users can use any possible syntax to encode data described in RDF, plus XML possesses the highly flexible hierarchical structure and the machine-independent characteristic, XML has become the most popular way to store and transport RDF documents. Efficient storage and retrieval of XML documents (or, precisely, RDF/XML documents) in persistent data stores has become an important issue in computer technology. In this thesis, therefore, we propose an object-oriented data model, called the RDF Data Store Model (RDSM), for the storage of data extracted from RDF documents, as well as an RDF document decomposition algorithm for the extraction of data from RDF documents. In addition, we propose a generic RDF API that supports fundamental RDF data accessing and querying operations, and utilize the emerging W3C’s SPARQL as the high-level query language for the retrieval of RDF data. Finally, an experimental system is implemented to demonstrate the performance of the proposed approach.
APA, Harvard, Vancouver, ISO, and other styles
6

Vassallo, Salvatore. "Frammenti semantici. Riflessioni su descrizioni archivistiche e web semantico: Il caso dell’archivio Giovanni Testori." Thesis, 2010. http://eprints.rclis.org/17365/1/tesisolofronte.pdf.

Full text
Abstract:
This doctoral thesis is about the possibility to put archival data (for example archival descriptions, authority records and so on) directly into semantic web, particularly using a technology called “Topic Maps”. Topic Maps are an ISO standard quite similar to RDF. To show that it's possible to express archival data directly into semantic web, I translated all archival standards (such ISAD, ISAAR, ISDIAH, ISDF) into Topic Maps Constraint Language schemas. TMCL is a standard of the Topic Maps family. What it's important is that you can declare constraints and inference rules to ensure that a topic map holding archival data is compliant to archival standards. So, once shown that is possible expressing archival data into semantic web, which is the main advantage? I think that we can find three advantages in this approach: you can build flexible and extensible information systems you can create import and export as linked data you can merge data of different areas (for example you can merge archival authority records and librarian authority records) For that aim I also created crosswalks between different standards. For example I mapped FRAD with ISAAR. For import and export I created some XSL-T stylesheets to convert EAC and EAD to Topic Maps and I released them as opensource on google code. Lastly I proposed a strong idea to develop flexible information systems (for example a software to manage a digital library or an archival information system such the archival system for national archives). In those systems data wouldn't be stored in a database, but directly in RDF triples or, why not, in a topic map. This allows to extend or change the system without a database change (so you can add or change a descriptive field without touch the database).
APA, Harvard, Vancouver, ISO, and other styles
7

Diago-Gonzalvo, Sara. "La contratación pública al detalle. Comparador de las licitaciones ofertadas." Thesis, 2017. http://eprints.rclis.org/31774/1/TFM_SARA_DIAGO_MUGI.pdf.

Full text
Abstract:
Public procurement in Spain accounts for about 20% of the country's Gross Domestic Product. The large amounts of money that are moving in this area and the growing social concern about knowing what the public money is invested forces administrations to adopt measures on transparency and openness of public data. It is in this profile, in which this work is framed, on the one hand, does the public know how transparent the public administration is, and on the other hand, the administration knows what the optimal characteristics for each contract? The obstacles to comparing this type of information are based on the lack of details of the contracting portals, the different categorizations, the normative plurality and, in short, the difficulty of access to information. The information of the tenders is mostly published in the different portals of contracting of the Autonomous Communities, in addition to the national portal of public sector contracts. Even so, there remains a great difficulty of access and understanding. These evidences demonstrate that the development of this project will be relevant for the target audience. In a bid for the transparency of public administrations, the re-use of bidding data and public sector contracts and the improvement of access to information by citizens, proposes the creation of a technological tool capable of making comparisons between contracts and find the existing relationships. An advance of this project was presented to "Challenges Contribute 2017: The value of the data for the Administration" being selected as one of the ten finalists in Phase I of the 45 projects presented. Phase II of the Challenge will be held in the month of October of this same year.
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Object-oriented DBMS"

1

Dorothy, Moore, ed. Object-relational DBMSs: The next great wave. San Francisco, Calif: Morgan Kaufmann Publishers, 1996.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

1968-, Brown Paul, and Moore Dorothy, eds. Object-relational DBMSs: Tracking the next great wave. 2nd ed. San Francisco, Calif: Morgan Kaufmann Publishers, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Brown, Paul, and Michael Stonebraker. Object Relational Dbms: Tracking the Next Great Wave (The Morgan Kaufmann Series in Data Management Systems). 2nd ed. Morgan Kaufmann Publishers, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Brown, Paul, Dorothy Moore, and Michael Stonebraker. Object-Relational DBMSs. Elsevier Science & Technology Books, 1998.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Object-oriented DBMS"

1

Dogac, Asuman, Cetin Ozkan, Budak Arpinar, Tansel Okay, and Cem Evrendilek. "METU Object-Oriented DBMS." In Advances in Object-Oriented Database Systems, 327–54. Berlin, Heidelberg: Springer Berlin Heidelberg, 1994. http://dx.doi.org/10.1007/978-3-642-57939-4_14.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Beynon-Davies, Paul. "Object-Oriented DBMS — ODMG Object Model." In Database Systems, 436–45. London: Macmillan Education UK, 2004. http://dx.doi.org/10.1007/978-0-230-00107-7_32.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Dittrich, Klaus R., and Andreas Geppert. "Object-oriented DBMS and beyond." In SOFSEM'97: Theory and Practice of Informatics, 275–94. Berlin, Heidelberg: Springer Berlin Heidelberg, 1997. http://dx.doi.org/10.1007/3-540-63774-5_111.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Cattell, R. G. G. "Object-oriented DBMS performance measurement." In Lecture Notes in Computer Science, 364–67. Berlin, Heidelberg: Springer Berlin Heidelberg, 1988. http://dx.doi.org/10.1007/3-540-50345-5_37.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Dogac, Asuman, Mehmet Altinel, Cetin Ozkan, Budak Arpinar, Ilker Durusoy, and Ilker Altintas. "METU Object-Oriented DBMS kernel." In Lecture Notes in Computer Science, 14–27. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/bfb0049101.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Habela, Piotr, and Kazimierz Subieta. "Overcoming the Complexity of Object-Oriented DBMS Metadata Management." In Object-Oriented Information Systems, 214–25. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/978-3-540-45242-3_20.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Adiba, Michel. "STORM: An Object-Oriented Multimedia DBMS." In Multimedia Database Systems, 47–88. Boston, MA: Springer US, 1996. http://dx.doi.org/10.1007/978-1-4613-0463-0_3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

David, Benoit, Laurent Raynal, Guylaine Schorter, and Véronique Mansart. "GeO2: Object-oriented contribution for a geographical DBMS ?" In Lecture Notes in Computer Science, 377–83. Berlin, Heidelberg: Springer Berlin Heidelberg, 1993. http://dx.doi.org/10.1007/3-540-57234-1_35.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Lozano, Rafael, Michel Adiba, Herve Martin, and Francoise Mocellin. "An Object DBMS for Multimedia Presentations Including Video Data." In Object-Oriented Technology: ECOOP’98 Workshop Reader, 553–54. Berlin, Heidelberg: Springer Berlin Heidelberg, 1998. http://dx.doi.org/10.1007/3-540-49255-0_183.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Beldjilali, Tarik. "Generalization Without Reorganization in a Simple Object Oriented DBMS." In Database Reengineering and Interoperability, 103–16. Boston, MA: Springer US, 1996. http://dx.doi.org/10.1007/978-1-4615-1803-7_9.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Object-oriented DBMS"

1

Dogac, Asuman, Budak Arpinar, Cem Evrendilek, Cetin Ozkan, Ilker Altintas, Ilker Durusoy, Mehmet Altinel, Tansel Okay, and Yuksel Saygin. "METU object-oriented DBMS." In the 1994 ACM SIGMOD international conference. New York, New York, USA: ACM Press, 1994. http://dx.doi.org/10.1145/191839.197137.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Maier, David, Jacob Stein, Allen Otis, and Alan Purdy. "Development of an object-oriented DBMS." In Conference proceedings. New York, New York, USA: ACM Press, 1986. http://dx.doi.org/10.1145/28697.28746.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Lange. "An abstract model of the object-oriented DBMS." In Proceedings of the Twenty-Seventh Annual Hawaii International Conference on System Sciences. IEEE Comput. Soc. Press, 1994. http://dx.doi.org/10.1109/hicss.1994.323428.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Penney, D. Jason, and Jacob Stein. "Class modification in the GemStone object-oriented DBMS." In Conference proceedings. New York, New York, USA: ACM Press, 1987. http://dx.doi.org/10.1145/38765.38817.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Fishman, D. H. "An overview of the Iris object-oriented DBMS." In COMPCON Spring 88. IEEE, 1988. http://dx.doi.org/10.1109/cmpcon.1988.4854.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Dhande, Sheetal, and G. R. Bamnote. "Query Optimization in Object Oriented DBMS: Direct Navigation." In 2015 International Conference on Computing Communication Control and automation(ICCUBEA). IEEE, 2015. http://dx.doi.org/10.1109/iccubea.2015.86.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Chu, S. Iris, and Marianne Winslett. "Minipage locking support for object-oriented page-server DBMS." In the third international conference. New York, New York, USA: ACM Press, 1994. http://dx.doi.org/10.1145/191246.191274.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Shekita, Eugene J., and Michael J. Carey. "Performance enhancement through replication in an object-oriented DBMS." In the 1989 ACM SIGMOD international conference. New York, New York, USA: ACM Press, 1989. http://dx.doi.org/10.1145/67544.66957.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Henrich, Andreas. "The update of index structures in object-oriented DBMS." In the sixth international conference. New York, New York, USA: ACM Press, 1997. http://dx.doi.org/10.1145/266714.266883.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Trigano, Philippe, Jean-Paul Barthes, and Francois Vallernaud. "A Free Query Language For An Object Oriented DBMS." In SPIE 1989 Technical Symposium on Aerospace Sensing, edited by Mohan M. Trivedi. SPIE, 1989. http://dx.doi.org/10.1117/12.969313.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography