<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-34457535</id><updated>2011-04-21T15:54:26.736-07:00</updated><title type='text'>Database Zones</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://database-zone.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34457535/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://database-zone.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Amit</name><uri>http://www.blogger.com/profile/17528195763669989011</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-34457535.post-115840158750499402</id><published>2006-09-16T03:12:00.002-07:00</published><updated>2006-10-10T23:20:00.466-07:00</updated><title type='text'></title><content type='html'>Oracle&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;br /&gt;An Oracle database consists of a collection of data managed by an Oracle database management system. Popular generic usage also uses the term to refer to the Oracle DBMS management software, but not necessarily to a specific database under its control.&lt;br /&gt;&lt;br /&gt;One can refer to the Oracle database management system unambiguously as Oracle DBMS or (since it manages databases which have relational characteristics) as Oracle RDBMS.&lt;br /&gt;An Oracle database comprises an instance and data storage. The instance comprises a set of operating system processes and memory structures that interact with the storage. Typical processes include PMON (the process monitor) and SMON (the system monitor).&lt;br /&gt;&lt;br /&gt;Oracle users refer to the server-side memory-structure as the SGA (System Global Area). The SGA typically holds cache information like data-buffers, SQL commands and user information. In addition to storage, the database consists of online redo logs (which hold transactional history). Processes can in turn archive the online redo logs into archive logs (offline redo logs), which provide the basis (if necessary) for data recovery and for some forms of data replication.&lt;br /&gt;&lt;br /&gt;The Oracle RDBMS stores data logically in the form of tablespaces and physically in the form of data files. Tablespaces can contain various types of segments, for example, Data Segments, Index Segments etc. Segments in turn comprise one or more extents. Extents comprise groups of contiguous data blocks. Data blocks form the basic units of data storage. At the physical level, data files comprise one or more data blocks, where the blocksize can vary.&lt;br /&gt;&lt;br /&gt;Oracle Corporation itself blurs the very useful distinction between:&lt;br /&gt;&lt;br /&gt;   1. data managed by an Oracle RDBMS&lt;br /&gt;   2. an Oracle database, and&lt;br /&gt;   3. the Oracle RDBMS software itself&lt;br /&gt;&lt;br /&gt;when it refers nowadays to the Oracle RDBMS (the software it sells for the purpose of managing databases) as the Oracle Database. The distinction between the managed data (the database) and the software which manages the data (the DBMS / RDBMS) relies, in Oracle's marketing literature, on the capitalisation of the word database.&lt;br /&gt;&lt;br /&gt;Oracle Corporation produces and markets the Oracle DBMS, which many database applications use extensively on many popular computing platforms.&lt;br /&gt;&lt;br /&gt;&lt;BR&gt;&lt;BR&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;a href="http://63670.rapidforum.com" target="_blank"&gt; FOR MORE INFORMATION ,DETAILS AND RESOURCES ON ORACLE&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;BR&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34457535-115840158750499402?l=database-zone.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34457535/posts/default/115840158750499402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34457535/posts/default/115840158750499402'/><link rel='alternate' type='text/html' href='http://database-zone.blogspot.com/2006/09/oracle-oracle-database-consists-of.html' title=''/><author><name>Amit</name><uri>http://www.blogger.com/profile/17528195763669989011</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-34457535.post-115840154369645987</id><published>2006-09-16T03:12:00.001-07:00</published><updated>2006-10-07T05:20:52.510-07:00</updated><title type='text'></title><content type='html'>MY SQL&lt;br /&gt;&lt;br /&gt;MySQL is a multithreaded, multi-user, SQL Database Management System (DBMS) with more than six million installations.[1] MySQL AB makes MySQL available as free software under the GNU General Public License (GPL), but they also dual-license it under traditional proprietary licensing arrangements for cases where the intended use is incompatible with the GPL.&lt;br /&gt;&lt;br /&gt;MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, which holds the copyright to most of the codebase. This is similar to the JBoss model and how the Free Software Foundation handles copyright in its projects, and dissimilar to how the Apache project does it, where the software is developed by a public community, and the copyright to the codebase is owned by its individual authors.&lt;br /&gt;&lt;br /&gt;The company develops and maintains the system, selling support and service contracts, as well as proprietary-licensed copies of MySQL, and employing people all over the world who collaborate via the Internet. MySQL AB was founded by David Axmark, Allan Larsson, and Michael "Monty" Widenius.&lt;br /&gt;&lt;br /&gt;The MySQL company also sells another DBMS, MaxDB, which is from an unrelated codebase.&lt;br /&gt;&lt;br /&gt;MySQL is popular for web applications such as MediaWiki or Drupal and acts as the database component of the LAMP, MAMP and WAMP platforms (Linux/Mac/Windows-Apache-MySQL-PHP/Perl/Python), and for open-source bug tracking tools like Bugzilla. Its popularity as a web application is closely tied to the popularity of PHP, which is often combined with MySQL and nicknamed the Dynamic Duo. It is easy to find many references that combine the two in websites and books (PHP and MySQL for Dummies, PHP and MySQL Bible, Beginning PHP and MySQL, etc.) The claim made in many books is that MySQL is easier to learn and use than many other database applications. An example from the Dummies book is that you can quit MySQL with an obvious command of either exit or quit, although this is true for many other database applications.&lt;br /&gt;&lt;br /&gt;&lt;BR&gt;&lt;BR&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;a href="http://63670.rapidforum.com" target="_blank"&gt; FOR MORE INFORMATION ,DETAILS AND RESOURCES ON MY SQL&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34457535-115840154369645987?l=database-zone.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34457535/posts/default/115840154369645987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34457535/posts/default/115840154369645987'/><link rel='alternate' type='text/html' href='http://database-zone.blogspot.com/2006/09/my-sql-mysql-is-multithreaded-multi.html' title=''/><author><name>Amit</name><uri>http://www.blogger.com/profile/17528195763669989011</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-34457535.post-115840156977809100</id><published>2006-09-16T03:12:00.000-07:00</published><updated>2006-10-07T04:51:56.416-07:00</updated><title type='text'></title><content type='html'>SQL&lt;br /&gt;&lt;br /&gt;SQL (commonly expanded to Structured Query Language — see History for the term's derivation) is the most popular computer language used to create, modify, retrieve and manipulate data from relational database management systems. The language has evolved beyond its original purpose to support object-relational database management systems. It is an ANSI/ISO standard.&lt;br /&gt;&lt;br /&gt;SQL is commonly spoken in initialism-style ess-cue-el (see English alphabet) — regarded as more formal — or in a phonetically amalgamated form that mirrors the English word sequel. Concerning the names of major database products (or projects) containing the letters SQL, each has its own convention: MySQL is officially and commonly pronounced "My Ess Cue El"; PostgreSQL is expediently pronounced postgres; and Microsoft SQL Server is commonly spoken as Microsoft-sequel-server.&lt;br /&gt;&lt;br /&gt;The first non-commercial, relational, non-SQL database, Ingres, was developed in 1974 at U.C. Berkeley.&lt;br /&gt;&lt;br /&gt;In 1978, methodical testing commenced at customer test sites. Demonstrating both the usefulness and practicality of the system, this testing proved to be a success for IBM. As a result, IBM began to develop commercial products based on their System R prototype that implemented SQL, including the System/38 (announced in 1978 and commercially available in August 1979), SQL/DS (introduced in 1981), and DB2 (in 1983).[1]&lt;br /&gt;&lt;br /&gt;At the same time Relational Software, Inc. (now Oracle Corporation) saw the potential of the concepts described by Chamberlin and Boyce and developed their own version of a RDBMS for the Navy, CIA and others. In the summer of 1979 Relational Software, Inc. introduced Oracle V2 (Version2) for VAX computers as the first commercially available implementation of SQL. Oracle is often incorrectly cited as beating IBM to market by two years, when in fact they only beat IBM's release of the System/38 by a few weeks. Considerable public interest then developed; soon many other vendors developed versions, and Oracle's future was ensured.&lt;br /&gt;&lt;br /&gt;&lt;BR&gt;&lt;BR&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;a href="http://63670.rapidforum.com" target="_blank"&gt; FOR MORE INFORMATION ,DETAILS AND RESOURCES ON SQL&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;BR&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34457535-115840156977809100?l=database-zone.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34457535/posts/default/115840156977809100'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34457535/posts/default/115840156977809100'/><link rel='alternate' type='text/html' href='http://database-zone.blogspot.com/2006/09/sql-sql-commonly-expanded-to.html' title=''/><author><name>Amit</name><uri>http://www.blogger.com/profile/17528195763669989011</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-34457535.post-115840152474418166</id><published>2006-09-16T03:11:00.000-07:00</published><updated>2006-10-07T05:22:50.110-07:00</updated><title type='text'></title><content type='html'>DATABASE MAIN&lt;br /&gt;&lt;br /&gt;In this zone, you will find the Ebooks on all well known Databases such as Oracle, SQL and MY SQL. This section is purely dedicated towards providing Latest source of Ebooks on the various aspects of the database development and programming. This will surely help the newbie or advanced programmer on the usage of the databases. Also, Please post your request in Suggestion/Comments/Request Box so that we can post the material requested by you as soon as possible so that this section can serve you in better manner.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;&lt;a href="http://database-zone.blogspot.com/2006/09/oracle-oracle-database-consists-of.html"&gt;Oracle&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="http://database-zone.blogspot.com/2006/09/sql-sql-commonly-expanded-to.html"&gt;SQL&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="http://database-zone.blogspot.com/2006/09/my-sql-mysql-is-multithreaded-multi.html"&gt;MY SQL &lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;/h3&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34457535-115840152474418166?l=database-zone.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34457535/posts/default/115840152474418166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34457535/posts/default/115840152474418166'/><link rel='alternate' type='text/html' href='http://database-zone.blogspot.com/2006/09/database-main-in-this-zone-you-will.html' title=''/><author><name>Amit</name><uri>http://www.blogger.com/profile/17528195763669989011</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
