<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-623394288653953071</atom:id><lastBuildDate>Mon, 07 Oct 2024 05:17:27 +0000</lastBuildDate><title>ORATC</title><description></description><link>http://oratc.blogspot.com/</link><managingEditor>noreply@blogger.com (Anonymous)</managingEditor><generator>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-1504168560480771988</guid><pubDate>Sat, 03 May 2014 11:49:00 +0000</pubDate><atom:updated>2014-05-03T04:49:27.123-07:00</atom:updated><title>Database design – Basic for web development</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; font-family: Cambria, serif; font-size: 14pt;&quot;&gt;For all&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; border: 1pt none windowtext; font-family: Calibri, sans-serif; font-size: 14pt; padding: 0in;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;database designs&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; font-family: Cambria, serif; font-size: 14pt;&quot;&gt;, there are a set of
standard rules and best practices to follow, all of which can help a database
stay organized and help to team up with the respective site in a smart and
efficient way.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; border-bottom: solid whitesmoke 1.0pt; border: none; mso-border-bottom-alt: solid whitesmoke .75pt; mso-element: para-border-div; padding: 0in 0in 8.0pt 0in;&quot;&gt;

&lt;h2 style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; margin: 11.25pt 0in; padding: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif;&quot;&gt;What Functionality is Needed from the
Database?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; font-family: Cambria, serif; font-size: 14pt;&quot;&gt;The first method for
planning for a database is to simply brainstorm, on paper or otherwise,
concerning what the &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;database&lt;/a&gt; will need to store, and what the site will need
out of it. Try not to think of the individual fields or tables that will be
needed at this point - all that specific planning can take place later. The
goal is to start with a general and complete view, and narrow down. It can
often times be more difficult to add in items later, rather than get it right
the first time.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;strong&gt;&lt;span style=&quot;border: 1pt none windowtext; font-size: 14pt; padding: 0in;&quot;&gt;Think outside the &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;database&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;. Try to think about what the website will
need to do. For example, if a membership website is needed, the first instinct
may be to begin thinking of all the data each user will need to store. Forget
it, that&#39;s for later. Rather, write down that users and their information will
need to be stored in the database, and what else? What will those members need to
do on the site? Will they make posts, upload files or photos, or send messages?
Then the database will need a place for files/photos, posts, and messages.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;What information will they need to derive
from the site? Will they need to search for their favorite recipe, be able to
access member-only content, or need to look up products and their recently
purchased or viewed products? Then the &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;database&lt;/a&gt; will need a place to hold those
recipes, a place for content that is defined as members-only or not, or hold all
products and create a method to link certain products to a specific member.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; border-bottom: solid whitesmoke 1.0pt; border: none; mso-border-bottom-alt: solid whitesmoke .75pt; mso-element: para-border-div; padding: 0in 0in 8.0pt 0in;&quot;&gt;

&lt;h2 style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; margin: 11.25pt 0in; padding: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif;&quot;&gt;Determining Tables and Fields&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;The next phase would be to begin determining
exactly what tables and fields one would need in the database. This is the core
of &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;database design&lt;/a&gt;, and the most difficult part. Using correct methods for
linking tables together, sorting the data within each table correctly, and
grouping it or keeping it separate are all arising problems when it comes to
database design. At this point, list out what tables and fields are clear at
this point, trying to be as specific as possible. Through the process, items
can be rearranged or reorganized to improve the database&#39;s efficiency and
security.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgYsC821z0aKgJqsx8fTuIF4-PGba8bw7OvdEoxvGsyid0iyVNoTrRqvLRJ0XqECDWrmXq3YxTJeoUpfYVkXTe0oTMzXWorZskaluCSjyHd2LhODrNgcFPBeEonaDXck8atBlaALrIWyth/s1600/DBA2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgYsC821z0aKgJqsx8fTuIF4-PGba8bw7OvdEoxvGsyid0iyVNoTrRqvLRJ0XqECDWrmXq3YxTJeoUpfYVkXTe0oTMzXWorZskaluCSjyHd2LhODrNgcFPBeEonaDXck8atBlaALrIWyth/s1600/DBA2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h3 style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 0in 3.75pt; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: 16pt; text-transform: uppercase;&quot;&gt;USE
A DATA MODELING TOOL&lt;/span&gt;&lt;span style=&quot;font-size: 16pt; text-transform: uppercase;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;Now that you know what the site will
need to do, it&#39;s time to organize what exact information needs to be stored. A
great &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;database design&lt;/a&gt; tool can be helpful for this; specifically one that can
help set up visual database models, suchas&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;MySQL Workbench&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;&lt;span style=&quot;border: none windowtext 1.0pt; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; mso-ascii-theme-font: major-latin; mso-bidi-font-family: Arial; mso-border-alt: none windowtext 0in; mso-hansi-theme-font: major-latin; padding: 0in;&quot;&gt;(for MySQL databases only)&lt;/span&gt;&lt;/em&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;or&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 14.0pt; mso-ascii-theme-font: major-latin; mso-bidi-font-family: Arial; mso-border-alt: none windowtext 0in; mso-hansi-theme-font: major-latin; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;DBDesigner4&lt;/span&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 14.0pt; mso-ascii-theme-font: major-latin; mso-bidi-font-family: Arial; mso-border-alt: none windowtext 0in; mso-hansi-theme-font: major-latin; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Gliffy&lt;/span&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;is also a great free online application for
creating flowcharts and database models.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;Become familiar with the common icons and
standard visual elements necessary to create &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;database models&lt;/a&gt;, and begin
planning via flowcharts and diagrams ahead of time. This can sort out logical
errors before any actual databases are created.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h3 style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 0in 3.75pt; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: 16pt; text-transform: uppercase;&quot;&gt;RELATIONAL
DATABASES&lt;/span&gt;&lt;span style=&quot;font-size: 16pt; text-transform: uppercase;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;Almost all databases are&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;border: 1pt none windowtext; font-size: 14pt; padding: 0in;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;relational databases&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;. This means that the tables in the database
are related to each other in some way. For example, if a there is a member on
an ecommerce website, that member may be related to certain products based on
what they ordered last, or what they have expressed they are interested in. For
a blog database, authors would have to be somehow related to the posts they
wrote, and logged in users could be related to any comments they&#39;ve left.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;By using the techniques for &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;relationaldatabases&lt;/a&gt;, we can store plenty of information in an organized fashion within
separate tables: one table for members, one for posts, another for comments,
and yet another for products. Then, we can link the data between different
tables together via&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;border: 1pt none windowtext; font-size: 14pt; padding: 0in;&quot;&gt;unique
keys&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;strong&gt;&lt;span style=&quot;border: 1pt none windowtext; font-size: 14pt; padding: 0in;&quot;&gt;Every entry in every table needs a &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;uniqueprimary key&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;. This is the &quot;social security
number&quot; or &quot;bar code&quot; for each entry. It is unique to each
entry, and no other entry can have the same ID in the same table. Having unique
usernames or product names in a database table is not enough. It is far more
efficient, and best practice as well, to use unique primary keys. Even with
other types of unique fields, a database is still vulnerable to duplicate records,
which can later break code within the website.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;To relate two tables we use a&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;border: 1pt none windowtext; font-size: 14pt; padding: 0in;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;foreign key&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;, which is just a number ID that references a
unique key in another table, usually our primary key. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzt2aj-82F5h_l9gWkuNtg6eHpf46rSY22_x77Jg16c5RWOuQ6CO6uWhoMSItdaLLqBBJNn9MO12qXSuJ7XVCPwpzkA6peCbt1n4v7BwN4cjvEVRV1bIPdBhgvAPjixXEoFlWGsdbsMc1b/s1600/Oracle_Certification_in_Pune.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzt2aj-82F5h_l9gWkuNtg6eHpf46rSY22_x77Jg16c5RWOuQ6CO6uWhoMSItdaLLqBBJNn9MO12qXSuJ7XVCPwpzkA6peCbt1n4v7BwN4cjvEVRV1bIPdBhgvAPjixXEoFlWGsdbsMc1b/s1600/Oracle_Certification_in_Pune.jpg&quot; height=&quot;114&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 0in 3.75pt; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: 16pt; text-transform: uppercase;&quot;&gt;GROUPING
OR SEPARATING DATA INFO FIELDS&lt;/span&gt;&lt;span style=&quot;font-size: 16pt; text-transform: uppercase;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;Within fields, it&#39;s also important to know
when to group certain pieces of data together, and when to keep them separate.
A good way to determine which information should be in the same field or
otherwise is to think about what it would take to change that piece of
information if necessary. For example, would it be necessary to place a full
address in separate fields, based on 1) street address, 2) city, 3) state, 4)
zip code, and then 5) country?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;Is it essential for the functionality of the
site (perhaps users or admins would need to search addresses by state only), or
is it just a waste of fields and database space? If it&#39;s not essential, just to
change an address the &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;database&lt;/a&gt; would have to update five separate fields, when
it could just update one field in string form. In order to keep such a field
organized, one could take in the information via an HTML form with these fields
separated, but then concatenate them into one single string before placing the
address into the database.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;This is just one example, but always keep in
mind the most efficient ways to organize table fields, and when to combine
them, or when to keep them separate for the sake of the website&#39;s
functionality.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h3 style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 0in 3.75pt; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: 16pt; text-transform: uppercase;&quot;&gt;DATABASE
NORMALIZATION&lt;/span&gt;&lt;span style=&quot;font-size: 16pt; text-transform: uppercase;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Database normalization&lt;/a&gt; is a set of guidelines
created by the community for organizing data in a database efficiently. We&#39;ve
mentioned a few of the most important and basic practices already, which are
included in some of the most standard normalization forms. There are five
normal forms to follow, and it&#39;s a good idea to learn about these five forms in
order to conform any database&#39;s design to their best practices.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: .0001pt; margin: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;Database normalization is a large
topic, but just understanding the basics can help tremendously. To take a look
at each normalization form and a general overview of the concept, be sure to
take a look at&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://databases.about.com/od/specificproducts/a/normalization.htm&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 14.0pt; mso-ascii-theme-font: major-latin; mso-bidi-font-family: Arial; mso-border-alt: none windowtext 0in; mso-hansi-theme-font: major-latin; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Database
Normalizaiton Basics&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; border-bottom: solid whitesmoke 1.0pt; border: none; mso-border-bottom-alt: solid whitesmoke .75pt; mso-element: para-border-div; padding: 0in 0in 8.0pt 0in;&quot;&gt;

&lt;h2 style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; margin: 11.25pt 0in; padding: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif;&quot;&gt;Conclusion&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Database design &lt;/a&gt;can be a heavy subject with a
lot to cover, but it doesn&#39;t take a lot to learn the basics and get a good
design for the most basic of database structures. Perhaps the most important
rule and phase to designing a database is the initial design and brainstorming
phase. This is what allows any developer to get all of the information they
need up front, and to begin organizing as necessary. Only with all of the
necessary information to work with can a great database design be created
intelligently, with tables linked properly, and best practices intact.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: white; margin-bottom: 15.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;The goal of any database is to be efficient
and scalable. Data is always being edited, added, and deleted, so it&#39;s
important to keep a database organized in order to maintain this constant
changing set of data. Be sure to design a database that deletes only the
information necessary when needed, adds no duplicate records, and is able to
reference other data throughout the database easily and simply.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h3 style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 0in 3.75pt; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: 18pt; text-transform: uppercase;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;FURTHERRESOURCES&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18pt; text-transform: uppercase;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 22.5pt 0.0001pt; text-align: justify; text-indent: -0.25in; vertical-align: baseline;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Wingdings; font-size: 10pt;&quot;&gt;§&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt;&quot;&gt;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 14.0pt; mso-ascii-theme-font: major-latin; mso-bidi-font-family: Arial; mso-border-alt: none windowtext 0in; mso-hansi-theme-font: major-latin; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Database
Design Tutorial&lt;/span&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 22.5pt 0.0001pt; text-align: justify; text-indent: -0.25in; vertical-align: baseline;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Wingdings; font-size: 10pt;&quot;&gt;§&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt;&quot;&gt;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 14.0pt; mso-ascii-theme-font: major-latin; mso-bidi-font-family: Arial; mso-border-alt: none windowtext 0in; mso-hansi-theme-font: major-latin; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;10
Common Database Design Mistakes&lt;/span&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 22.5pt 0.0001pt; text-align: justify; text-indent: -0.25in; vertical-align: baseline;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Wingdings; font-size: 10pt;&quot;&gt;§&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt;&quot;&gt;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 14.0pt; mso-ascii-theme-font: major-latin; mso-bidi-font-family: Arial; mso-border-alt: none windowtext 0in; mso-hansi-theme-font: major-latin; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Introduction
to Database Design&lt;/span&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 22.5pt 0.0001pt; text-align: justify; text-indent: -0.25in; vertical-align: baseline;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Wingdings; font-size: 10pt;&quot;&gt;§&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt;&quot;&gt;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 14.0pt; mso-ascii-theme-font: major-latin; mso-bidi-font-family: Arial; mso-border-alt: none windowtext 0in; mso-hansi-theme-font: major-latin; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;Principles
of Good Database Design&lt;/span&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 0in 22.5pt 0.0001pt; text-align: justify; text-indent: -0.25in; vertical-align: baseline;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Wingdings; font-size: 10pt;&quot;&gt;§&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt;&quot;&gt;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; font-family: &amp;quot;Cambria&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 14.0pt; mso-ascii-theme-font: major-latin; mso-bidi-font-family: Arial; mso-border-alt: none windowtext 0in; mso-hansi-theme-font: major-latin; mso-themecolor: text1; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;7 Steps to a Good
Database Design&lt;/span&gt;&lt;span style=&quot;font-family: Cambria, serif; font-size: 14pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/05/database-design-basic-for-web.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgYsC821z0aKgJqsx8fTuIF4-PGba8bw7OvdEoxvGsyid0iyVNoTrRqvLRJ0XqECDWrmXq3YxTJeoUpfYVkXTe0oTMzXWorZskaluCSjyHd2LhODrNgcFPBeEonaDXck8atBlaALrIWyth/s72-c/DBA2.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-2007239760927442018</guid><pubDate>Sat, 19 Apr 2014 09:10:00 +0000</pubDate><atom:updated>2014-04-19T02:10:16.147-07:00</atom:updated><title>ORATC - Oracle DBA Jobs</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;margin-bottom: 0cm; text-decoration: none;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Bitstream Charter&#39;, serif; font-size: medium; line-height: 0.56cm;&quot;&gt;ORATC
is a subsidiary of Pansoft Data Solutions, started in May 2010, At
&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;ORATC &lt;/a&gt;we offer high end training services on different modules.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggdvhACXWzqIKN5P0IzAhG6CnhsUf-ndAlk0oeERewuyEEHi8qMzQgMlzyROa_Jt5I3r4LSz4Alwj8Cm40vC7Uhe6LoM_2Ry9Klvp4hqumqURJbQiz50hWBgq-wQB60xng1tbWQMpHLF-p/s1600/pansoft.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggdvhACXWzqIKN5P0IzAhG6CnhsUf-ndAlk0oeERewuyEEHi8qMzQgMlzyROa_Jt5I3r4LSz4Alwj8Cm40vC7Uhe6LoM_2Ry9Klvp4hqumqURJbQiz50hWBgq-wQB60xng1tbWQMpHLF-p/s1600/pansoft.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0cm; text-decoration: none;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Bitstream Charter&#39;, serif; font-size: medium; line-height: 0.56cm;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 0.56cm; margin-bottom: 0cm; padding: 0cm; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Oracle Database&lt;/a&gt;&amp;nbsp;Education at ORATC is a journey that adds value along
the way, to the Oracle Consulting Community working with Oracle
Partner Organizations, Partners, Customers and aspiring young
consultants. Oracle consultants seeking knowledge at ORATC benefit
from the experience of practicing Oracle consultants who take time
out from their real life projects to impart training.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 0.56cm; margin-bottom: 0cm; padding: 0cm; text-decoration: none;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;border: none; font-weight: normal; line-height: 0.56cm; margin-bottom: 0.4cm; padding: 0cm; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;As
a learning solutions provider for many of the industry&#39;s top vendors,
such as Oracle Solaris, ORATC ,India is positioned to offer the
latest authorized curriculum delivered by certified instructors to
keep you on the cutting edge of technology. Whether you are searching
for an answer for the complex training needs of a large,
multi-location business, or an individual seeking the skills to excel
in a new or expanding&amp;nbsp;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Oracle career&lt;/a&gt;&amp;nbsp;path, ORATC, INDIA is
your integrated learning solution.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h1 class=&quot;western&quot; style=&quot;text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;ORACLE TRAINING CENTER&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;PANSOFT
is a software services organisation, providing oracle ERP integrated
services.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 0.4cm; padding: 0cm; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;We
have a proven track record in end-to-end solution delivery. Our
services encompass all the aspects of an Oracle ERP software that
includes application implementation, development, upkeep, maintenance
and administration.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 0.4cm; padding: 0cm; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Having
established a sizeable offshore development centre in India with
clients across various geographies it is our intention to broaden our
horizon serving our clients.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;border: none; font-weight: normal; margin-bottom: 0.4cm; padding: 0cm; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;Our
comitted pool of qualified techno-functional consultants and project
management personnel have helped us thus so far overcome every
challenge as we strive to reach greater heights.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvgA1xQ6de3Vn_vEDKCiHFsVYHdvYcyygKfj8XxCc8VHvZCLFWLer0aKtvuOyN__bsWBlGivmSoeXBbdXQCeSd4yql7gJ2nqBEX-NpusHoJbp62MKySFeKZTA6Yg6ZzFhn8YFs-Mt2iHIF/s1600/logo.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvgA1xQ6de3Vn_vEDKCiHFsVYHdvYcyygKfj8XxCc8VHvZCLFWLer0aKtvuOyN__bsWBlGivmSoeXBbdXQCeSd4yql7gJ2nqBEX-NpusHoJbp62MKySFeKZTA6Yg6ZzFhn8YFs-Mt2iHIF/s1600/logo.jpeg&quot; height=&quot;75&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2 class=&quot;western&quot; style=&quot;font-style: normal; font-variant: normal; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;VISION
&amp;amp; MISSION&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 0.4cm; padding: 0cm; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Our
Vision is to be the most preferred service provider for our clients
contributing to their business, improving value through better and
desired solutions.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 0cm; padding: 0cm; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Our
Mission is to help organisations excel in their business by providing
accelerated Oracle Implementation Services and Support Services
enabling them to improve operational efficiency.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-weight: normal; text-decoration: none;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;font-weight: normal; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;Training
we offer :&lt;/b&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;ul&gt;
 &lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;/div&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/3/oracle-database-11g-administration-workshop-i&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 11g Administration Workshop I&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/4/oracle-database-11g-administration-workshop-ii-&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 11g Administration Workshop II&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/1/oracle-database-10g-administration-workshop-i&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 10g Administration Workshop I&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/2/oracle-database-10g-administration-workshop-ii-&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 10g Administration Workshop II&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/5/oracle-database-11g-data-guard-administration&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 11g Data Guard Administration&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/6/oracle-database-10g-data-guard-administration&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 10g Data Guard Administration&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/7/oracle-database-11g-performance-tuning-&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 11g Performance Tuning&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/8/oracle-database-10g-performance-tuning-&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 10g Performance Tuning&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/9/oracle-database-11g-rac-administration-&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 11g RAC Administration&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/10/oracle-database-10g-rac-administration-&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 Database 10g RAC Administration&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;a href=&quot;http://www.oratc.com/training_details/11/oracle-goldengate-11g-fundamentals-for-oracle-&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
 GoldenGate 11g Fundamentals for Oracle&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 0.66cm; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
 &lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/training_details/19/using-oracle-enterprise-manager-cloud-control-12c-&quot;&gt;Using
 Oracle Enterprise Manager Cloud Control 12c&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div align=&quot;LEFT&quot; style=&quot;font-style: normal; font-variant: normal; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Database Certification&lt;/a&gt; :&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:Datab10g&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Oracle
 10g Database Certified Associate&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:Datab10g&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Oracle
 10g DatabaseCertified Professional&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:Datab11g&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Oracle
 11g DatabaseCertified Associate&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:Datab11g&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Oracle
 11g Database Certified Professional&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:OEM12cOPN&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Enterprise
 ManagerCloud Control 12c&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:RACA10g&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Oracle
 Database 10g: Real Application Clusters Administrator Certified
 Expert&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:ORAC11gOPN&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Oracle
 Real Application Clusters 11g Certified Implementation Specialist&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:11GSQLTUNEX&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Oracle
 Certified Expert,Oracle Database 11g Release 2 SQL Tuning&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:EBSR12SA&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Oracle
 E-BusinessSuite R12 System Administrator Certified Expert&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;a href=&quot;http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&amp;amp;get_params=p_track_id:EBSR12ADA&quot; target=&quot;_blank&quot;&gt;Oracle
 E-BusinessSuite R12 Applications Database Administrator Certified
 Professional&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/04/oratc-oracle-dba-jobs.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggdvhACXWzqIKN5P0IzAhG6CnhsUf-ndAlk0oeERewuyEEHi8qMzQgMlzyROa_Jt5I3r4LSz4Alwj8Cm40vC7Uhe6LoM_2Ry9Klvp4hqumqURJbQiz50hWBgq-wQB60xng1tbWQMpHLF-p/s72-c/pansoft.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-8397507770850499606</guid><pubDate>Sat, 12 Apr 2014 10:57:00 +0000</pubDate><atom:updated>2014-04-12T03:57:20.236-07:00</atom:updated><title>Beyond 2012: The Future of Database Administrator Careers</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5TzWN8hBU4G57zBg3xAJL6J5pr-RnWq046EUZXOUGFJwnxyq1A6QaytwPgyvnCUHCSrT7Uy1-8K6QSmoC9LTVWj0MOMHXxRqpXrVOHw4Jt3nBFiiJqtR41QMsH7J27g2EyI0XgXIGgm4Z/s1600/logo.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5TzWN8hBU4G57zBg3xAJL6J5pr-RnWq046EUZXOUGFJwnxyq1A6QaytwPgyvnCUHCSrT7Uy1-8K6QSmoC9LTVWj0MOMHXxRqpXrVOHw4Jt3nBFiiJqtR41QMsH7J27g2EyI0XgXIGgm4Z/s1600/logo.jpeg&quot; height=&quot;75&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555; font-family: &#39;Bitstream Charter&#39;, serif;&quot;&gt;Let&#39;s
tie together the last several columns on &quot;2012 Might Really be
The End of the World.&quot; In this series, When discussed several
megatrends in the general IT industry that will have a tremendous
impact on the &lt;span style=&quot;background-color: white;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;database administration&lt;/a&gt;&lt;/b&gt; &lt;/span&gt;(DBA) profession.&amp;nbsp; The
megatrends include both software-related (virtualization and cheap
cloud database services) and hardware-related (SSDs and massively
multi-core CPUs).&amp;nbsp; These technologies have the potential to
obviate many of the core competencies of the DBA, with the first two
eliminating or lessening the need for server and hardware
configuration and provisioning, and the last two diminishing the need
for IO tuning and query tuning, respectively.&amp;nbsp; But those are
trends that will take years to reach fruition.&amp;nbsp; What about the
near future?&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;In
actuality, prospects for current and future DBAs.&amp;nbsp; Here are a
few reasons.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;First&lt;/b&gt;,
most companies, even many Fortune 500-sized organizations, aren&#39;t
getting basic &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;database administration&lt;/b&gt;&lt;/a&gt; right in the first place.&amp;nbsp;
They can&#39;t institutionalize the benefits of basic information
management techniques until they&#39;ve had a few years of solid
experience with their data.&amp;nbsp; These organizations, both great and
small, need some time to understand their database before they can
exploit their data assets or effectively extract business
intelligence from them.&amp;nbsp; I&#39;m doubtful that immature
organizations can leapfrog into the newest technologies without
wasting a lot of money, time, and morale.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;Second,&lt;/b&gt;
there aren&#39;t enough DBAs, and there won&#39;t be for the foreseeable
future.&amp;nbsp; The Bureau of Labor Statistics shows there are
currently 380,000 people working under the title of &quot;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;databaseadministrator&lt;/b&gt;&lt;/a&gt;.&quot;&amp;nbsp; (The most recent data I could find was
from 2009.) Of course, many more do the work of a DBA without that
title.&amp;nbsp; However, database administration and its variants are
considered high-growth.&amp;nbsp; There&#39;s only about a 4 % unemployment
rate for DBAs, and demand far outstrips supply.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;b&gt;Third,&lt;/b&gt;
our higher education system just doesn&#39;t get it.&amp;nbsp; It&#39;s not
turning out the kind of graduates needed to step immediately into
database management professions.&amp;nbsp; Even the most savvy and
progressive of universities don&#39;t think deeply about data.&amp;nbsp;
They&#39;re still focused primarily on algorithms (for the Computer
Science department) or requirements and business analysis (for
Information Systems majors).&amp;nbsp; And those who do think about data
usually offer, at best, two courses on database management.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;So,
a new graduate must spend at least a few years in the trenches before
he or she can become an effective part of a data management team.&amp;nbsp;
This effectively winnows out many potential candidates.&amp;nbsp; It&#39;s
also given rise to the term &quot;accidental DBA,&quot; which we see
daily in the SQL Server world on blogs and conference presentations.&amp;nbsp;
The accidental DBA is someone who was given DBA responsibilities with
no formal training on the subject.&amp;nbsp; He or she might be the best
SQL developer on the dev team.&amp;nbsp; Or they might be the most
analytical of the business analysts.&amp;nbsp; Sometimes, they just
happen to be the person standing closest to the server rack when the
boss says, &quot;We need a volunteer to be a DBA - ah, you!&quot;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;With
so many accidental DBAs put in charge of valuable data assets,
organizations essentially start the cycle all over again, which goes
back to my first point - companies aren&#39;t getting even the basics of
&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;database administration &lt;/b&gt;&lt;/a&gt;right.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: #555555;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;So,
yes - if you&#39;re a DBA today, you have some things to learn and some
things to worry about in the future.&amp;nbsp; But you have plenty of
time to learn them.&amp;nbsp; Once you learn new technologies like
virtualization and IO tuning with SSDs, you&#39;ll be able to leverage
those skills into promotions and pay raises.&amp;nbsp; Because as long as
we have &quot;accidental DBAs&quot; coming up from the trenches,
large organizations will have to pay a premium for the elite data
management professionals who know both the best practices for
operational &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;database administration&lt;/b&gt;&lt;/a&gt; - and &amp;nbsp;how to take advantage
of the newest technologies.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0cm;&quot;&gt;
 
 
 


&lt;/div&gt;
&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;font-family: Roboto Condensed, Helvetica, sans-serif;&quot;&gt;&lt;a href=&quot;http://www.dbta.com/Columns/SQL-Server-Drill-Down/Beyond-2012-The-Future-of-Data-Management-Careers-79724.aspx&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;http://www.dbta.com/Columns/SQL-Server-Drill-Down/Beyond-2012-The-Future-of-Data-Management-Careers-79724.aspx&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/04/beyond-2012-future-of-database.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5TzWN8hBU4G57zBg3xAJL6J5pr-RnWq046EUZXOUGFJwnxyq1A6QaytwPgyvnCUHCSrT7Uy1-8K6QSmoC9LTVWj0MOMHXxRqpXrVOHw4Jt3nBFiiJqtR41QMsH7J27g2EyI0XgXIGgm4Z/s72-c/logo.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-3825180744073065807</guid><pubDate>Sat, 29 Mar 2014 11:38:00 +0000</pubDate><atom:updated>2014-03-29T04:38:26.445-07:00</atom:updated><title>Introduction to Oracle Concepts</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;This
is a brief introduction to Oracle Concepts for the DBA.&amp;nbsp;
Conceptually, you can think of an Oracle database as nothing more
than a large electronic filing cabinet, a place to store and retrieve
information. At the computer level, Oracle is a computer program that
manages an electronic filing cabinet.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h2 class=&quot;western&quot; style=&quot;font-style: normal; font-variant: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;&quot; name=&quot;What_is_an_Oracle_Database.3F&quot;&gt;&lt;/a&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;b&gt;What
is an Oracle Database?&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;A
database is a collection of data. An &lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Oracle database&lt;/a&gt;&lt;/b&gt; holds its data
in a coordinated set of files stored on disk, including following
types:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Parameter
 Files&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;-
 The Oracle Parameter File (PFILE or SPFILE) holds initialization
 parameters which indicate where the control files are, how memory is
 allocated, how logging is performed, and other characteristics of
 the Oracle instance.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Control
 Files&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;-
 The Control File stores information needed to verify that the
 database is consistent, including a list of all database files
 making up the instance and other important data.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Redo
 Log&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;Files
 - The Redo Log files store a sequence of entries describing all
 actions taken against the database. This data is used to recover a
 database in the event of instance failure.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Data
 Files&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;-
 The Data Files contain blocks of data which store database objects
 (&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;e.g.,&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;tables,
 indexes, materialized views, etc.) in the database.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Temp
 Files&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;-
 The Temp files contains data used temporarily including intermediate
 results, sort results and so forth.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 class=&quot;western&quot; style=&quot;font-style: normal; font-variant: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;Duties
of Database Administrators&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;div dir=&quot;LTR&quot; id=&quot;CNCPT828&quot;&gt;
 &lt;div style=&quot;font-style: normal; font-variant: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
 &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;The
 principal responsibility of a &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;database administrator&lt;/b&gt;&lt;/a&gt; (DBA) is to
 make enterprise data available to its users. DBAs must work closely
 with the developers to ensure that their applications make efficient
 use of the database, and with system administrators to ensure that
 physical resources are adequate and used efficiently.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
 &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle
 DBAs are responsible for understanding the Oracle Database
 architecture and how the database works. DBAs can expect to perform
 the following tasks:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Installing,
  upgrading, and patching Oracle Database software&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Designing
  databases, including identifying requirements, creating the logical
  design (conceptual model), and physical database design&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Creating
  Oracle databases&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Developing
  and testing a backup and recovery strategy, backing up Oracle
  databases regularly, and recovering them in case of failures&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Configuring
  the network environment to enable clients to connect to databases&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Starting
  up and shutting down the database&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Managing
  storage for the database&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Managing
  users and security&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Managing
  database objects such as tables, indexes, and views&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Monitoring
  and tuning database performance&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Investigating,
  gathering diagnostic data for, and reporting to Oracle Support
  Services any critical database errors&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
  &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Evaluating
  and testing new database features&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dy8WLkQyJnJTqIFfkXDxs5itRDROdpuLUiUfshTcNDq_1lmHo_gyfHzvqJa6khL0eProUch0o4MGrxb4_ijPw&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 100%; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 100%; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
 &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;The
 types of users and their roles and responsibilities depend on the
 database environment. A small database may have one DBA. A very
 large database may divide the DBA duties among several specialists,
 for example, security officers, backup operators, and application
 administrators.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div dir=&quot;LTR&quot; id=&quot;CNCPT829&quot;&gt;
 &lt;h2 class=&quot;western&quot; style=&quot;font-style: normal; font-variant: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
 &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;Tools
 for Database Administrators&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify; text-decoration: none;&quot;&gt;
 &lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle
 provides several tools for use in administering a database. This
 section describes some commonly used tools:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;line-height: 100%; margin-bottom: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
  Enterprise Manager&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;line-height: 100%; margin-bottom: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;SQL*Plus&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;line-height: 100%; margin-bottom: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Tools
  for Database Installation and Configuration&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;line-height: 100%; margin-bottom: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Tools
  for Oracle Net Configuration and Administration&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;line-height: 100%; margin-bottom: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Tools
  for Data Movement and Analysis&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;font-style: normal; font-variant: normal; line-height: 100%;&quot;&gt;
&lt;span style=&quot;color: #222222;&quot;&gt;&lt;span style=&quot;font-family: Tahoma, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;a href=&quot;http://docs.oracle.com/cd/E11882_01/server.112/e40540/cncptdba.htm#CNCPT827&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;http://docs.oracle.com/cd/E11882_01/server.112/e40540/cncptdba.htm#CNCPT827&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;font-style: normal; font-variant: normal; line-height: 100%;&quot;&gt;
&lt;span style=&quot;color: #222222;&quot;&gt;&lt;span style=&quot;font-family: Tahoma, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;a href=&quot;http://www.dba-oracle.com/concepts/&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;http://www.dba-oracle.com/concepts/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 100%; margin-bottom: 0cm; text-align: justify;&quot;&gt;

 
 
 





&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; style=&quot;line-height: 100%;&quot;&gt;
&lt;span style=&quot;color: #222222;&quot;&gt;&lt;span style=&quot;font-family: Tahoma, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 15pt;&quot;&gt;&lt;a href=&quot;http://www.orafaq.com/wiki/Database_Concepts_and_Architecture&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Century Schoolbook L, serif;&quot;&gt;&lt;span style=&quot;font-size: 13pt;&quot;&gt;http://www.orafaq.com/wiki/Database_Concepts_and_Architecture&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/03/introduction-to-oracle-concepts.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-4813447661613433084</guid><pubDate>Sat, 15 Mar 2014 11:29:00 +0000</pubDate><atom:updated>2014-03-15T04:29:02.276-07:00</atom:updated><title>Oracle 10g rac Administration </title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;ORATC
is a subsidiary of Pansoft Data Solutions, started in May 2010, At
ORATC we offer high end training services on different modules.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle
Database&amp;nbsp;Education at ORATC is a journey that adds value along
the way, to the Oracle Consulting Community working with Oracle
Partner Organizations, Partners, Customers and aspiring young
consultants. Oracle consultants seeking knowledge at ORATC benefit
from the experience of practicing Oracle consultants who take time
out from their real life projects to impart training.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;As
a learning solutions provider for many of the industry&#39;s top vendors,
such as Oracle Solaris, ORATC ,India is positioned to offer the
latest authorized curriculum delivered by certified instructors to
keep you on the cutting edge of technology. Whether you are searching
for an answer for the complex training needs of a large,
multi-location business, or an individual seeking the skills to excel
in a new or expanding&amp;nbsp;Oracle career&amp;nbsp;path, ORATC, INDIA is
your integrated learning solution.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOZJTEfhB6CuW7HmSdmMElLeLQKf_bC08V-Wqm3H90o3Tmtqx-JenkVOO5bTmxBnXrZljodZ00dIAgJWBXAmbUhkDklpDAl_p7dANvzPFlRygy2jpaY81JtMoSrpxrmozCCDJIgptLBPUj/s1600/logo.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOZJTEfhB6CuW7HmSdmMElLeLQKf_bC08V-Wqm3H90o3Tmtqx-JenkVOO5bTmxBnXrZljodZ00dIAgJWBXAmbUhkDklpDAl_p7dANvzPFlRygy2jpaY81JtMoSrpxrmozCCDJIgptLBPUj/s1600/logo.jpeg&quot; height=&quot;75&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;b style=&quot;color: #625159; font-family: &#39;Bitstream Charter&#39;, serif; line-height: 100%; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;b style=&quot;color: #625159; font-family: &#39;Bitstream Charter&#39;, serif; line-height: 100%; text-align: left;&quot;&gt;WHAT
YOU WILL LEARN&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0.4cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;This
course offers students an introduction to the general features and
capabilities of Oracle Database 10g Release 2 for Oracle Real
Application Clusters (RAC). Students learn how to install and
administer OracleClusterware, Real Application Clusters, and
Automatic Storage Management. Students also learn how to administer
their Database in a Real Application Clusters environment using
Enterprise Manager Grid Control. Increase your efficiency by learning
how to configure and use database services as well as the Load
Balancing Advisory in a RAC environment. Learn how to add and remove
nodes in clusters and how to patch both Oracle Clusterware and Real
Application Clusters software in a rolling fashion.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0.4cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;This
course counts toward the Hands-on course requirement for the
following certifications&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle
 Database 10g Administrator Certification&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle
 Database 10g: Real Application Clusters Administrator Certified
 Expert&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Only
 instructor-led inclass or instructor-led online formats of this
 course will meet the Certification Hands-on Requirement. Self Study
 CD-Rom and Knowledge Center courses are excellent study and
 reference tools but DO NOT meet the Hands-on Requirement for
 certification.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Learn
 To:Install Oracle Clusterware and Real Application
 ClustersAdminister a RAC DatabaseAdminister Database Services in a
 RAC environmentAdminister Oracle ClusterwareAdd/Remove a node
 to/from a clusterPatch Oracle&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Clusterware
 and RAC software in a rolling fashion&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style=&quot;text-align: justify;&quot; /&gt;
&lt;h3 class=&quot;western&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0.4cm; margin-top: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;AUDIENCE&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Data
 Warehouse Administrator&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Database
 Administrators&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Database
 Designers&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Project
 Manager&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Support
 Engineer&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;System
 Analysts&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Technical
 Administrator&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Technical
 Consultant&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style=&quot;text-align: justify;&quot; /&gt;
&lt;h3 class=&quot;western&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0.4cm; margin-top: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;PREREQUISITES&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Single-instance
 Oracle Database 10g Architecture and Experience&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style=&quot;text-align: justify;&quot; /&gt;
&lt;h3 class=&quot;western&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0.4cm; margin-top: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;SUGGESTED
PREREQUISITES&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle
 Database 10g: Administration Workshop I&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle
 Database 10g: Administration Workshop II&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle
 Enterprise Manager 10g Grid Control&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style=&quot;text-align: justify;&quot; /&gt;
&lt;h3 class=&quot;western&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0.4cm; margin-top: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
&lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;COURSE
OBJECTIVES&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Identify
 Real Application Clusters components&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Install,
 create, administer, and monitor a Real Application Clusters database&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Use
 configuration and management tools for Real Application Clusters
 databases&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Setup
 services for workloads management, and applications high
 availability&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Develop
 a backup and recovery strategy for Real Application Clusters
 databases&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Configure
 and monitor Oracle Clusterware resources&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; margin-bottom: 0cm; padding: 0cm; text-align: justify;&quot;&gt;
 &lt;span style=&quot;color: #625159;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Review
 high availability best practices.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsLkHraiCX5jzGX2hMbZBFfUqw8UalwIfQ0_q6pm7LfWcXjuW2Pa6FziPKbYDS2386UrRpGNGvyovBPcRM63-zLoeiJ_F-E2df5E6acrbMNyzBNcQetBXBf9IWb8K7WFQla83fzhfaWnMq/s1600/Oracle_Certification_in_Pune.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsLkHraiCX5jzGX2hMbZBFfUqw8UalwIfQ0_q6pm7LfWcXjuW2Pa6FziPKbYDS2386UrRpGNGvyovBPcRM63-zLoeiJ_F-E2df5E6acrbMNyzBNcQetBXBf9IWb8K7WFQla83fzhfaWnMq/s1600/Oracle_Certification_in_Pune.jpg&quot; height=&quot;114&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 100%; margin-bottom: 0cm; text-align: justify;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/03/oracle-10g-rac-administration.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOZJTEfhB6CuW7HmSdmMElLeLQKf_bC08V-Wqm3H90o3Tmtqx-JenkVOO5bTmxBnXrZljodZ00dIAgJWBXAmbUhkDklpDAl_p7dANvzPFlRygy2jpaY81JtMoSrpxrmozCCDJIgptLBPUj/s72-c/logo.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-6374838681690527611</guid><pubDate>Sat, 08 Mar 2014 10:41:00 +0000</pubDate><atom:updated>2014-03-08T02:44:20.380-08:00</atom:updated><title>Advantages &amp; Disadvantages of Oracle SQL</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h1 class=&quot;western&quot; style=&quot;font-style: normal; font-variant: normal;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal;&quot;&gt;
&lt;span style=&quot;color: #232323;&quot;&gt;&lt;span style=&quot;font-family: Museo Slab 500, serif;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;Oracle
SQL Developer&lt;/span&gt;&lt;span style=&quot;color: black; font-weight: bold;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;is
a free integrated development environment that simplifies the
development and management of Oracle Database. SQL Developer offers
complete end-to-end development of your PL/SQL applications, a
worksheet for running queries and scripts, a DBA console for managing
the database, a reports interface, a complete data modeling solution,
and a migration platform for moving your 3rd party databases to
Oracle.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-style: normal; font-variant: normal;&quot;&gt;
&lt;span style=&quot;color: #232323;&quot;&gt;&lt;span style=&quot;font-family: Museo Slab 500, serif;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;LEFT&quot; style=&quot;border: none; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;Oracle
SQL (structured query language) is a computer language that is
designed to manage data stored in RDBMS (relational database
management systems) databases. An RDBMS is a system of tables that
store data and represents the relationships between them. SQL has
various structural elements, including clauses, expressions, queries,
statements and predicates. Oracle SQL is commonly used for the
management of data stored in &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Oracle databases&lt;/b&gt;&lt;/a&gt; (also called Oracle
RDBMS or simply Oracle).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;LEFT&quot; style=&quot;border: none; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWCJ9rz2JJdNsN3OBDp6lEQR6qMjOgkbHePptiHeCwyPccaeGL7vSQHxJA982SgjwALq3mWmCFl5_8Mn27G51y9FZ2NDHIbTHlFsEqL-AEwwSO2Wbe3SgvD_z-i2qwOfGXtYUiTBEi1C-E/s1600/logo.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWCJ9rz2JJdNsN3OBDp6lEQR6qMjOgkbHePptiHeCwyPccaeGL7vSQHxJA982SgjwALq3mWmCFl5_8Mn27G51y9FZ2NDHIbTHlFsEqL-AEwwSO2Wbe3SgvD_z-i2qwOfGXtYUiTBEi1C-E/s1600/logo.jpeg&quot; height=&quot;75&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;LEFT&quot; style=&quot;border: none; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;LEFT&quot; style=&quot;border: none; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;LEFT&quot; style=&quot;border: none; margin-bottom: 0cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
SQL Developer is a&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;free&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;graphical
tool for database development. With SQL Developer, you can browse
database objects, run SQL statements and SQL scripts, and edit and
debug PL/SQL statements. You can also run any number of provided
reports, as well as create and save your own. SQL Developer enhances
productivity and simplifies your database development
tasks.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Advantage:
Centralized Management System and Control&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot; style=&quot;border: none; font-style: normal; font-variant: normal; font-weight: normal; line-height: 150%; margin-bottom: 0.26cm; margin-top: 0.26cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;Oracle
 SQL statements allow data to be controlled from a central tabular
 repository. A database administrator (DBA) is responsible to create
 users, assign privileges, add records, delete redundant information,
 modify existing data and process queries. This centrally stored data
 is shared and accessed by various applications. This eliminates data
 entry and data storage redundancy.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 align=&quot;LEFT&quot; class=&quot;western&quot; style=&quot;border: none; font-style: normal; font-variant: normal; margin-bottom: 0cm; margin-top: 0cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Advantage:
Standardization&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div align=&quot;LEFT&quot; style=&quot;border: none; line-height: 150%; margin-bottom: 0.26cm; margin-top: 0.26cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;A
 major advantage of Oracle SQL is its standardization and consistency
 among various different implementations. SQL was first standardized
 by ANSI (American Standards Institute) in 1986, and further ratified
 in 1987 by the International Organization for Standardization (ISO),
 which remains its standardization body.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhRv2WGie4lO1asyL-XK-fdAR1pKup1HYWLdpFvjpa_XT1oOBwqnd7jbl0Fpd3YFM8gaPaNN5-gCPsGfkZQ4YUd9xBYsxVmdWFayFmPrvfOSK6N9yDvYmTCf5uS9aOMhYv33ORRI-7q6vD/s1600/Oracle_Certification_in_Pune.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhRv2WGie4lO1asyL-XK-fdAR1pKup1HYWLdpFvjpa_XT1oOBwqnd7jbl0Fpd3YFM8gaPaNN5-gCPsGfkZQ4YUd9xBYsxVmdWFayFmPrvfOSK6N9yDvYmTCf5uS9aOMhYv33ORRI-7q6vD/s1600/Oracle_Certification_in_Pune.jpg&quot; height=&quot;114&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;LEFT&quot; style=&quot;border: none; line-height: 150%; margin-bottom: 0.26cm; margin-top: 0.26cm; padding: 0cm;&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=623394288653953071&quot; name=&quot;intelliTxt&quot;&gt;&lt;/a&gt;
 &lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Disadvantage:
 Inability to Implement Recursive Processing&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;&lt;ul&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 150%; margin-bottom: 0.26cm; margin-top: 0.26cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;According
  to &quot;SQL for Dummies,&quot; one of the major drawbacks of SQL
  is its incapability to execute recursive processing. Recursive
  processing is a type of computer function (or program) in which one
  of the steps of a program (or procedure) reruns the entire program
  (or procedure). SQL lacks looping constructs that are common in
  other high-level programming languages, such as for and what loops.
  It cannot repeat actions and there is no way to define repetitive
  looping constructs in SQL.&lt;/span&gt;&lt;/div&gt;
&lt;h2 class=&quot;western&quot; style=&quot;border: none; margin-bottom: 0cm; margin-top: 0cm; padding: 0cm;&quot;&gt;
  &lt;/h2&gt;
&lt;h2 class=&quot;western&quot; style=&quot;border: none; margin-bottom: 0cm; margin-top: 0cm; padding: 0cm;&quot;&gt;
  &lt;/h2&gt;
&lt;h2 class=&quot;western&quot; style=&quot;border: none; margin-bottom: 0cm; margin-top: 0cm; padding: 0cm;&quot;&gt;
  &lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Disadvantage:
  Incompatibility and Complexity&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 150%; margin-bottom: 0.26cm; margin-top: 0.26cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;One
  of the major disadvantages of Oracle SQL is inconsistency and data
  incompatibility in the areas of time and date syntax, string
  concatenation and case sensitivity. The language is complex, with a
  keyword approach similar in structure to COBOL (common
  business-oriented language), with fewer syntax and grammar rules.&lt;/span&gt;&lt;/div&gt;
&lt;h2 class=&quot;western&quot; style=&quot;border: none; margin-bottom: 0cm; margin-top: 0cm; padding: 0cm;&quot;&gt;
  &lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Disadvantage:
  Limited Functionality&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style=&quot;border: none; line-height: 150%; margin-bottom: 0.26cm; margin-top: 0.26cm; padding: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Bitstream Charter, serif;&quot;&gt;SQL
  is a domain specific or special-purpose language, and its use is
  limited to a specific program domain. SQL statements are operated
  on tables and sets of data, such as personnel databases and
  accounting spreadsheets. SQL is a declarative domain specific
  language that is limited to the tabular representation of data.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ol&gt;
&lt;div&gt;
&lt;div style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;a href=&quot;http://www.ehow.com/list_6309384_advantages-disadvantages-oracle-sql.html&quot;&gt;http://www.ehow.com/list_6309384_advantages-disadvantages-oracle-sql.html&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;a href=&quot;http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html&quot;&gt;http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/03/advantages-disadvantages-of-oracle-sql.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWCJ9rz2JJdNsN3OBDp6lEQR6qMjOgkbHePptiHeCwyPccaeGL7vSQHxJA982SgjwALq3mWmCFl5_8Mn27G51y9FZ2NDHIbTHlFsEqL-AEwwSO2Wbe3SgvD_z-i2qwOfGXtYUiTBEi1C-E/s72-c/logo.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-8201877508233459235</guid><pubDate>Sat, 15 Feb 2014 12:17:00 +0000</pubDate><atom:updated>2014-02-15T04:22:36.963-08:00</atom:updated><title>Types of DBMS </title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div align=&quot;JUSTIFY&quot; class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Database Management Systems&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;All of us
know that, a Database is a collection of records. Database management
systems are designed for managing all the records. Database
Management is a software system that uses a standard method and
running queries with some of them designed for the oversight and
proper control of databases.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;b&gt;Types
of Database Management Systems:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;There are
four structural types of database management systems:&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;Hierarchical
 databases.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;Network
 databases.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;Relational
 databases.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;Object-oriented
 databases&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYA_goJM8NsUnvF5tXKIvynEJmIpa_r0OZjtt3muRtJfmnRfGO0NK1_yNQxCve2wImjPVeowNix5f-5ySkybqSJS-Dxx_H2V1o0k5auk6IMkZoCbiMsYSzutHGT5Q0W8nejhzaHzCGDsEv/s1600/logo.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYA_goJM8NsUnvF5tXKIvynEJmIpa_r0OZjtt3muRtJfmnRfGO0NK1_yNQxCve2wImjPVeowNix5f-5ySkybqSJS-Dxx_H2V1o0k5auk6IMkZoCbiMsYSzutHGT5Q0W8nejhzaHzCGDsEv/s1600/logo.jpeg&quot; height=&quot;75&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;b&gt;Hierarchical
Databases &amp;nbsp;:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;It
is very fast and simple. In a hierarchical database, records contain
information about there groups of parent/child relationships, just
like as&amp;nbsp; a tree structure. The structure implies that a record
can have also a repeating information. In this structure Data follows
a series of records, It is a set of field values attached to it. It
collects all&amp;nbsp; records together as a record type. These record
types are the equivalent of tables in the relational model, and with
the individual records being the equivalent of rows. To create links
between these record types, the hierarchical model uses these type
Relationships.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGrPaSUANgIeJxPqqTH_3UbcdX_Qs9YS5NQRYiEVCfMkX-HCQxc7wH4biJ2YcH-sRC8TPv9UOAz2MU6NeAGTurzc0CRoX2kxAlxdkvwixIOEBaPpvbJ1KLnjZB9fi6QJ55azCfg2l4LO0p/s1600/Oracle_Apps_Training_bgrnd.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGrPaSUANgIeJxPqqTH_3UbcdX_Qs9YS5NQRYiEVCfMkX-HCQxc7wH4biJ2YcH-sRC8TPv9UOAz2MU6NeAGTurzc0CRoX2kxAlxdkvwixIOEBaPpvbJ1KLnjZB9fi6QJ55azCfg2l4LO0p/s1600/Oracle_Apps_Training_bgrnd.jpg&quot; height=&quot;114&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;b&gt;Network
Database &amp;nbsp;: &lt;/b&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;A
network databases are mainly used on a large digital computers. It
more connections can be made between different types of data, network
databases are considered more efficiency It contains limitations must
be considered when we have to use this kind of database. It is
Similar to the hierarchical databases, network databases .Network
databases are similar to hierarchical databases by also having a
hierarchical structure. A network database looks more like a cobweb
or interconnected network of records.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;In
network databases, children are called members and parents are called
occupier. The difference between each child or member can have more
than one parent.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjx57mqU0VwNFVCLT_3yE8ZLWIfIkIiljFjnCWvk8LO2QiRFsRP4BlXSgVuLH1wdFo_Y0ZtXcVKFIgaXSxi6cvUlYW5Z5kh3zq9gpTu8GDQJan3lUZbx_RHSkHLw0m2LFPKpCCpO6-DZHNW/s1600/Oracle_Database_backg.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjx57mqU0VwNFVCLT_3yE8ZLWIfIkIiljFjnCWvk8LO2QiRFsRP4BlXSgVuLH1wdFo_Y0ZtXcVKFIgaXSxi6cvUlYW5Z5kh3zq9gpTu8GDQJan3lUZbx_RHSkHLw0m2LFPKpCCpO6-DZHNW/s1600/Oracle_Database_backg.jpg&quot; height=&quot;114&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;b&gt;Object-Oriented
Model &amp;nbsp;:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;In
this Model we have to discuss the functionality of the object
oriented Programming .It takes more than&amp;nbsp; storage of programming
language objects. Object DBMS&#39;s increase the semantics of the C++ and
Java .It provides full-featured database programming capability,
while containing native language compatibility. It adds the database
functionality to object programming languages.This approach is the
analogical of the application and database development into a
constant data model and language environment. Applications require
less code, use more natural data modeling, and code bases are easier
to maintain. Object developers can write complete database
applications with a decent amount of additional effort.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;The
object-oriented database derivation is the integrity of
object-oriented programming language systems and consistent systems.
The power of the&amp;nbsp;&lt;/span&gt; &lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;object-oriented
databases&lt;/span&gt; &lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;comes
from the cyclical treatment of both consistent data, as found in
databases, and transient data, as found in executing programs.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhe3u2lnT-blfy6myq2hw8mJCTcGLekne1ss1f6nSFVdBuCI2dqAch3pIFtwXjWSIwuVzXRDtmpSk3nuBMkxFU__2oV-eYkRkOXCHXP34rmO_6KouEgPVxNlq8zmZaV18huQWCte_4gAINL/s1600/Oracle_Certification_in_Pune.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhe3u2lnT-blfy6myq2hw8mJCTcGLekne1ss1f6nSFVdBuCI2dqAch3pIFtwXjWSIwuVzXRDtmpSk3nuBMkxFU__2oV-eYkRkOXCHXP34rmO_6KouEgPVxNlq8zmZaV18huQWCte_4gAINL/s1600/Oracle_Certification_in_Pune.jpg&quot; height=&quot;114&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;b&gt;Relational
Databases &amp;nbsp;:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;In
relational databases, the relationship between data files is
relational. Hierarchical and network databases require the user to
pass&amp;nbsp; a hierarchy in order to access needed data. These
databases connect to the data in different files by using common data
numbers or a key field. Data in relational databases is stored in
different access control tables, each having a key field that mainly
identifies each row. In the relational databases are more reliable
than either the hierarchical or network database structures. In
relational databases, tables or files filled up with data are called
relations (tuples) designates a row or record, and columns are
referred to as attributes or fields.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Verdana, serif;&quot;&gt;Relational
databases work on each table has a key field that uniquely indicates
each row, and that these key fields can be used to connect one table
of data to another.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/02/types-of-dbms.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYA_goJM8NsUnvF5tXKIvynEJmIpa_r0OZjtt3muRtJfmnRfGO0NK1_yNQxCve2wImjPVeowNix5f-5ySkybqSJS-Dxx_H2V1o0k5auk6IMkZoCbiMsYSzutHGT5Q0W8nejhzaHzCGDsEv/s72-c/logo.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-3647993515961192048</guid><pubDate>Sat, 01 Feb 2014 12:07:00 +0000</pubDate><atom:updated>2014-02-01T04:07:15.952-08:00</atom:updated><title>Database Design </title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;Database
Design&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt; is the
step by step process of producing a detailed D&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Data_model&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;ata
Model&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;
of a D&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Database&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;atabase&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;.
This &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;u&gt;L&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Logical_data_model&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;ogical
Data Model&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;
contains all the needed Logical and Physical Design choices and
physical storage parameters needed to generate a design in a &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Definition_Language&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;Data
Definition Language&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;,
which can then be used to create a Database. A fully attributed Data
Model contains detailed attributes for each entity.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;LEFT&quot; class=&quot;western&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;The term Database
Design can be used to describe many different parts of the design of
an overall D&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Database_system&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;atabase
System&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;.
Principally, and most correctly, it can be thought of as the Logical
Design of the base Data Structures used to store the data. In the
R&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Relational_model&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;elational
Model&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt; these are
the T&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Database_table&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;ables&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;
and V&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Database_view&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;iews&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;.
In an O&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Object_database&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;bject
Database&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt; the
entities and relationships map directly to object classes and named
relationships. However, the term Database Design could also be used
to apply to the overall process of designing, not just the base Data
Structures, but also the forms and queries used as part of the
overall Database application within the &lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Database Management System&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;(DBMS).&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;The process of doing
Database Design generally consists of a number of steps which will be
carried out by the database designer. Usually, the designer must:&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;Determine
 the relationships between the different data elements. &lt;/span&gt;
 &lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot;&gt;
&lt;a href=&quot;&quot; name=&quot;ctl00_ArticleTitle&quot;&gt;&lt;/a&gt;&lt;span style=&quot;color: black;&quot;&gt;To
 add as a distinct feature, element, or quality a logical structure
 upon the data on the basis of these relationships&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCYaNS1xjr3QySthUEhh2EhFr9BP5AKe5Q1vl3dZqHZZfNsea8mXZjgOGOnYVAYpizKZQq8gSJ4Br6CTRNwcTYrpT4EEbpsNF-twPcdfqVzbD2OAS32l47S620axfiRzqq3lHXZgdOM7yH/s1600/DBA2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCYaNS1xjr3QySthUEhh2EhFr9BP5AKe5Q1vl3dZqHZZfNsea8mXZjgOGOnYVAYpizKZQq8gSJ4Br6CTRNwcTYrpT4EEbpsNF-twPcdfqVzbD2OAS32l47S620axfiRzqq3lHXZgdOM7yH/s1600/DBA2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;DATABASE DESIGN&lt;/a&gt; BASICS :&lt;/b&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;A properly designed database
provides you with access to up-to-date, accurate information. Because
a correct design is essential to achieving your goals in working with
a database, investing the time required to learn the principles of
good design makes sense. In the end, you are much more likely to end
up with a database that meets your needs and can easily accommodate
change.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;This article provides
guidelines for planning a database. You will learn how to decide what
information you need, how to divide that information into the
appropriate tables and columns, and how those tables relate to each
other. You should read this article before you create your first
database.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;h2 class=&quot;western&quot;&gt;
&lt;a href=&quot;&quot; name=&quot;Design_process.5B3.5D&quot;&gt;&lt;/a&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Design
process :&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;Determine
 the purpose of the database.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;Find
 and organize the information required.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;Divide
 the information into tables.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;Turn
 information items into columns.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;Specify
 primary keys.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;Set
 up the table relationships.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;Refine
 the design&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;Apply
 the &lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Database_normalization&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;b&gt;normalization
 rules&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dyeQd0A_aSGusHe3cTRoOpTd3u4sMmsmhA9kgjtFoUDk0wxEykMX4b1IdvYhf9R62Zz7ZV1pjp9sxqGsWIo&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/02/database-design.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCYaNS1xjr3QySthUEhh2EhFr9BP5AKe5Q1vl3dZqHZZfNsea8mXZjgOGOnYVAYpizKZQq8gSJ4Br6CTRNwcTYrpT4EEbpsNF-twPcdfqVzbD2OAS32l47S620axfiRzqq3lHXZgdOM7yH/s72-c/DBA2.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-3654326964725283156</guid><pubDate>Sat, 18 Jan 2014 08:53:00 +0000</pubDate><atom:updated>2014-01-18T00:53:26.576-08:00</atom:updated><title>Oracle Apps DBA R12 Training</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;


 
 
 
 &lt;style type=&quot;text/css&quot;&gt;P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 10); }P.western { font-family: &quot;Liberation Serif&quot;,serif; font-size: 12pt; }P.cjk { font-family: &quot;WenQuanYi Micro Hei&quot;; font-size: 12pt; }P.ctl { font-family: &quot;Lohit Hindi&quot;; font-size: 12pt; }A:link {  }&lt;/style&gt;


&lt;br /&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&amp;nbsp;&lt;style type=&quot;text/css&quot;&gt;P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 10); }P.western { font-family: &quot;Liberation Serif&quot;,serif; font-size: 12pt; }P.cjk { font-family: &quot;WenQuanYi Micro Hei&quot;; font-size: 12pt; }P.ctl { font-family: &quot;Lohit Hindi&quot;; font-size: 12pt; }A:link {  }&lt;/style&gt;


&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Oracle
Apps DBA R12 Training&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;


 
 
 
 &lt;style type=&quot;text/css&quot;&gt;H1 { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 10); }H1.western { font-family: &quot;Liberation Serif&quot;,sans-serif; }H1.cjk { font-family: &quot;WenQuanYi Micro Hei&quot;; }H1.ctl { font-family: &quot;Lohit Hindi&quot;; }P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 10); }P.western { font-family: &quot;Liberation Serif&quot;,serif; font-size: 12pt; }P.cjk { font-family: &quot;WenQuanYi Micro Hei&quot;; font-size: 12pt; }P.ctl { font-family: &quot;Lohit Hindi&quot;; font-size: 12pt; }A:link {  }&lt;/style&gt;


&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; class=&quot;western&quot;&gt;
If you want to find a good Oracle
Training institute in &lt;b&gt;PUNE&lt;/b&gt; for oracle certification, oracle database,
oracle apps training, oracle careers, oracle training courses, oracle
11g course, database management system, database design, oracle rac
certification, oracle 11g rac certification, oracle certified, oracle
tutorial, database administrator, oracle 11g classes, Oracle DBA
Jobs, Oracle Apps DBA R12 Training;&amp;nbsp; &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;ORATC&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;
is not only good, its best, where we do provide  trainings.&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; class=&quot;western&quot;&gt;
Oracle Apps DBA &lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Training&lt;/span&gt;&lt;/span&gt;
strongly determined to provide Realtime, Practical and Project based
knowledge transfer on Oracle Apps DBA Activities. We have nearly a
decade of experience in Online Training of Oracle Apps DBA and
Corporate Training on Oracle technologies in PUNE. We undertake
interactive and qualitative trainings on Oracle &amp;nbsp;Database
Administration, Oracle Apps Database Administration. &amp;nbsp;We
specialized in hands-on exercises on day-to-day Apps DBA activities
such as Troubleshooting, Patching, Cloning etc.,&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;b&gt;Oracle
Apps DBA R12 Training &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;s&lt;/span&gt;&lt;/span&gt;essions will be done through complete practical
knowledge rather than bookish information to meet growing demand in
the IT Industry. We won’t teach ‘Modules’., will demonstrate
and drive the training with real-implementation experience and
success stories, which will help students handle Oracle Apps Database
Support/Implementations issues more efficiently and productively. &amp;nbsp;We
also provide Job Support and Resume Services on Oracle Database
Administration and Oracle Apps Database Administration.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEewApwv6iSZNedNOYnfWBflUpZYzpQc7a77LLjQ8nVJ-GTQcZ8dvmSxbkc6YKzXP52-MUE6lCNARNHczHkrzn-4NIQz-tzk95DL6uztkoAtp5c4s-5CgTpJG9vIZBM2q_NMDjj3w532Mb/s1600/logo.jpeg&quot; height=&quot;75&quot; width=&quot;320&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Why Oracle Technology?&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; class=&quot;western&quot;&gt;
Oracle DB is the most successive
database management technology because of its salient features that
include internet integration and Grid Computing, ease of use, and
excellent manageability. Oracle has more advantages compared to SQL
Server and DB2 in terms of High Availability, Cost, Scalability and
Resource Optimization. With every release, Oracle is introducing new
products, which can be integrated. &amp;nbsp;There are tons of Oracle DBA
and Oracle Apps DBA Job openings are currently available in India,
US, and UK. The next version, Fusion Middleware, is expected to bang
the Database Systems with its unbeatable features. Recently Oracle
launched Oracle Solaris 11. &amp;nbsp;There is huge demand for techies in
this awesome technology!&lt;/div&gt;
&lt;br /&gt;&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Training &lt;/b&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; class=&quot;western&quot;&gt;
We train people&amp;nbsp;on Oracle
Database 9i, 10g, and 11g and Oracle E-Business suite 11i and R12 and
RAC.&lt;/div&gt;
&lt;div align=&quot;JUSTIFY&quot; class=&quot;western&quot;&gt;
For practice, we will give direct
access to our server to each trainee with individual login 24×7.Installation, Patching and Cloning
will be shown in the training session and will let trainees to do it
on their own by connecting to our servers.&lt;/div&gt;
&lt;h1 class=&quot;western&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Corporate Training&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;western&quot;&gt;
We do provide Corporate Training on Oracle Apps
DBA, Corporate Training on&amp;nbsp;Oracle DBA, Corporate Training on
Oracle Fusion Middleware,&amp;nbsp;Corporate Training on Fusion
Applications&amp;nbsp;on per candidate basis and entire classroom basis
also with industry best standards and low cost.&lt;/div&gt;
&lt;h1 align=&quot;JUSTIFY&quot; class=&quot;western&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Support&lt;/span&gt;&lt;/h1&gt;
&lt;div align=&quot;JUSTIFY&quot; class=&quot;western&quot;&gt;
We also provide support to students
for their queries/issues after completion of training for at least 2
months.&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/01/oracle-apps-dba-r12-training.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEewApwv6iSZNedNOYnfWBflUpZYzpQc7a77LLjQ8nVJ-GTQcZ8dvmSxbkc6YKzXP52-MUE6lCNARNHczHkrzn-4NIQz-tzk95DL6uztkoAtp5c4s-5CgTpJG9vIZBM2q_NMDjj3w532Mb/s72-c/logo.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-5323873782714014355</guid><pubDate>Sat, 11 Jan 2014 11:46:00 +0000</pubDate><atom:updated>2014-01-11T03:46:25.213-08:00</atom:updated><title>How to start career in Oracle </title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;


 
 
 
 &lt;style type=&quot;text/css&quot;&gt;P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 10); }P.western { font-family: &quot;Liberation Serif&quot;,serif; font-size: 12pt; }P.cjk { font-family: &quot;WenQuanYi Micro Hei&quot;; font-size: 12pt; }P.ctl { font-family: &quot;Lohit Hindi&quot;; font-size: 12pt; }A:link {  }&lt;/style&gt;


&lt;br /&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;&lt;/b&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;Oracle&lt;/b&gt;
:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
is the world&#39;s most complex and h&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;aving
acquired worldly knowledge or refinement &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;databases.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Learning
Oracle is only appropriate for experienced computer scientists and
information systems professionals with years of &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;required&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;prior&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;condition&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;
training will be able to successfully get a career as an Oracle
professional&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Most
Oracle Applications databases support mission critical systems, a
successful Oracle Applications &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjms0zblMA1gjOajIHU72ZacV21NcuBR9XMOXmjE1LfmTReuq1jiEqqz9pYPbzVbpphjR30lpGn146tWTP4R8cu2nLWrYeyBN_5Dx1j8bw4BOKm80915rvIceXWaT-88qrrXj05Q38jEWn/s1600/Oracle_Database_backg.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjms0zblMA1gjOajIHU72ZacV21NcuBR9XMOXmjE1LfmTReuq1jiEqqz9pYPbzVbpphjR30lpGn146tWTP4R8cu2nLWrYeyBN_5Dx1j8bw4BOKm80915rvIceXWaT-88qrrXj05Q38jEWn/s1600/Oracle_Database_backg.jpg&quot; height=&quot;114&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;DBA&lt;/a&gt;&lt;/b&gt; must have these skills:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;

&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;Outstanding
Communications Skills&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Oracle
Applications DBA&#39;s must interface with the end-user community and
they must have college-level communications skills, being able to
communicate clearly, both orally and with written
communications.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;Business
Degree&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Most
successful Oracle Applications DBA staff have advanced degrees in
business administration, almost all from AACSB accredited collegiate
business schools.&amp;nbsp; Graduates of&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: navy;&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;&lt;a href=&quot;http://www.dba-oracle.com/t_poor_quality_diploma_mill_mba_schools.htm&quot;&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;sub-optimal
business schools&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;will
have very difficult time obtaining a job in Oracle Applications
administration, and a firm understanding of business processes is
essential to perform many of the duties of the Oracle Applications
DBA job role.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;DBA
skills&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;-
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Most
Oracle Applications DBA staff have at least five years of full-time
progressive DBA experience, and they sometimes have Oracle
certifications such as OCP Oracle Certified Professional and OCM
&lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Oracle Certified&lt;/a&gt;&lt;/b&gt; Master. The Oracle Applications DBA must also have a
good understanding of related technologies, especially Java
(JDeveloper, J2EE, Apache) and Oracle Application Server.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;What
College Degrees are best for the DBA&lt;/b&gt;?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Companies
are now requiring a combination of technical and managerial skills
and the best-fits are those with an undergraduate degree in Computer
Science and a MBA in Information Systems.&amp;nbsp; Employers need a DBA
who can understand business systems areas (accounting, finance,
marketing) and MBA&#39;s are a perfect fir for the DBA job role.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNYnCk9n5lXdlNV7lrsZbQtDOlJYN2eZGXOgdFgInLPgFwO5S9TcgIoV4vISnmJKIlDdpuKsxnrvrxOOEOxW300s_Xktt-XrkRpJP8-BPBwUaBoiQ-GjdxiWfx9VadjaZ0W_Y2F_sHu8-u/s1600/Oracle_Certification_in_Pune.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNYnCk9n5lXdlNV7lrsZbQtDOlJYN2eZGXOgdFgInLPgFwO5S9TcgIoV4vISnmJKIlDdpuKsxnrvrxOOEOxW300s_Xktt-XrkRpJP8-BPBwUaBoiQ-GjdxiWfx9VadjaZ0W_Y2F_sHu8-u/s1600/Oracle_Certification_in_Pune.jpg&quot; height=&quot;114&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;Note&lt;/b&gt;
:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-variant: normal;&quot;&gt;&lt;span style=&quot;color: #666666;&quot;&gt;&lt;span style=&quot;font-family: FreeSerif, serif;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-style: normal;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Remember,
there is a difference between working in database administration and
being &quot;the&quot; DBA, the person solely responsible for the
corporations data resources.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/01/how-to-start-career-in-oracle.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjms0zblMA1gjOajIHU72ZacV21NcuBR9XMOXmjE1LfmTReuq1jiEqqz9pYPbzVbpphjR30lpGn146tWTP4R8cu2nLWrYeyBN_5Dx1j8bw4BOKm80915rvIceXWaT-88qrrXj05Q38jEWn/s72-c/Oracle_Database_backg.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-1155150029074410566</guid><pubDate>Sat, 04 Jan 2014 12:32:00 +0000</pubDate><atom:updated>2014-01-04T04:32:34.854-08:00</atom:updated><title> Oracle 11g RAC Certification :</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;


 
 
 
 &lt;style type=&quot;text/css&quot;&gt;P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 0); }P.western { font-family: &quot;Liberation Serif&quot;,&quot;Times New Roman&quot;,serif; font-size: 12pt; }P.cjk { font-family: &quot;WenQuanYi Micro Hei&quot;; font-size: 12pt; }P.ctl { font-family: &quot;Lohit Hindi&quot;; font-size: 12pt; }&lt;/style&gt;


&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in; page-break-before: always; text-align: justify;&quot;&gt;
&lt;u&gt;&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Oracle 11g
RAC Certification :&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR5P5O0-W6sNYVRq1JQOlROzHpXmFiKDh-CRQtV-oVvkh8A1dGRpXLQg2yMdl3zzya3l_gSEdvBLNBvY8cf62JylF7oOAi7BVLL1SB72lO7Fj24DOCTWYWaHw80fWmmXBWoy4UfIabPD5n/s1600/Oracle_Apps_Training_bgrnd.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;114&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR5P5O0-W6sNYVRq1JQOlROzHpXmFiKDh-CRQtV-oVvkh8A1dGRpXLQg2yMdl3zzya3l_gSEdvBLNBvY8cf62JylF7oOAi7BVLL1SB72lO7Fj24DOCTWYWaHw80fWmmXBWoy4UfIabPD5n/s320/Oracle_Apps_Training_bgrnd.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in; page-break-before: always; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;u&gt;&lt;b&gt;The Oracle 11g RAC:&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;RAC stands for Real Application
Clusters.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;This
 course will introduce you to the general features and capabilities
 of &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Oracle Database&lt;/a&gt; 11g Release 1 for Oracle Real Application
 Clusters (RAC)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div class=&quot;western&quot; style=&quot;font-style: normal; margin-bottom: 0in; text-decoration: none;&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;RAC Certification identifies
professionals who are skilled in Oracle RAC Administration.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;font-style: normal; text-decoration: none;&quot;&gt;
&lt;a href=&quot;http://www.blogger.com/null&quot; name=&quot;description&quot;&gt;&lt;/a&gt;
 &lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;u&gt;&lt;b&gt;Benefits to You :&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;Ensure
 fast, reliable, secure and easy to manage performance.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;Optimize
 database workloads, lower IT costs and deliver a higher quality of
 service by enabling smooth and rapid consolidation within your
 Datacenter.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;font-style: normal; margin-bottom: 0in; text-decoration: none;&quot;&gt;
 &lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;u&gt;&lt;b&gt;What the Certification meaning
 holds :&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;style type=&quot;text/css&quot;&gt;P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 0); }P.western { font-family: &quot;Liberation Serif&quot;,&quot;Times New Roman&quot;,serif; font-size: 12pt; }P.cjk { font-family: &quot;WenQuanYi Micro Hei&quot;; font-size: 12pt; }P.ctl { font-family: &quot;Lohit Hindi&quot;; font-size: 12pt; }&lt;/style&gt;


&lt;div class=&quot;western&quot; style=&quot;font-style: normal; line-height: 0.07in; margin-bottom: 0in; text-decoration: none;&quot;&gt;


 
 
 
 &lt;style type=&quot;text/css&quot;&gt;P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 0); }P.western { font-family: &quot;Liberation Serif&quot;,&quot;Times New Roman&quot;,serif; font-size: 12pt; }P.cjk { font-family: &quot;WenQuanYi Micro Hei&quot;; font-size: 12pt; }P.ctl { font-family: &quot;Lohit Hindi&quot;; font-size: 12pt; }&lt;/style&gt;


&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;font-style: normal; line-height: 150%; margin-bottom: 0in; text-decoration: none;&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;They will have proven skills in
administering Oracle Cluster ware, making&amp;nbsp; &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;font-style: normal; line-height: 150%; margin-bottom: 0in; text-decoration: none;&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;applications highly
available, using Automatic Storage Management (ASM) amd ASM Cluster
File System (ACFS).&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;font-style: normal; margin-bottom: 0in; text-decoration: none;&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;u&gt;&lt;b&gt;Another Advantage :&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;western&quot; style=&quot;font-style: normal; line-height: 0.07in; margin-bottom: 0in; text-decoration: none;&quot;&gt;


 
 
 
 &lt;style type=&quot;text/css&quot;&gt;P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 0); }P.western { font-family: &quot;Liberation Serif&quot;,&quot;Times New Roman&quot;,serif; font-size: 12pt; }P.cjk { font-family: &quot;WenQuanYi Micro Hei&quot;; font-size: 12pt; }P.ctl { font-family: &quot;Lohit Hindi&quot;; font-size: 12pt; }&lt;/style&gt;


&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;font-style: normal; line-height: 150%; margin-bottom: 0in; text-decoration: none;&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;They will also be skilled in Real
Application Cluster database installation, configuration, performance
management, backup and recovery, and database services configuration.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div class=&quot;western&quot; style=&quot;font-weight: normal;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://www.blogger.com/null&quot; name=&quot;description2&quot;&gt;&lt;/a&gt;
 &lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;u&gt;Add &amp;amp; Remove Nodes in Clusters
 :&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;This course will
also teach you how to add and remove nodes in clusters. Learn how to
patch both Oracle Clusterware and Real Application Clusters software
in a rolling fashion.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot;&gt;
&lt;span style=&quot;font-family: Loma;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;This course is
appropriate for a 10g audience, too. There are few minor changes
between 10g and 11g features.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWIuza2U76SokpgSJm7ECy8ZGqiLQO-1iGhw1RvzJL6HEO9GrHRuWqjBwKkJOdi2MNzDSI2M97LA-UELhdSVngrSEw66vMZllx-9L2_YWgCnS-DR9Y8s2TmxO2ztzrqjAk6yrDHYVzIr20/s1600/Oracle_Database_backg.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;114&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWIuza2U76SokpgSJm7ECy8ZGqiLQO-1iGhw1RvzJL6HEO9GrHRuWqjBwKkJOdi2MNzDSI2M97LA-UELhdSVngrSEw66vMZllx-9L2_YWgCnS-DR9Y8s2TmxO2ztzrqjAk6yrDHYVzIr20/s320/Oracle_Database_backg.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;western&quot; style=&quot;margin-bottom: 0in;&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2014/01/oracle-11g-rac-certification.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR5P5O0-W6sNYVRq1JQOlROzHpXmFiKDh-CRQtV-oVvkh8A1dGRpXLQg2yMdl3zzya3l_gSEdvBLNBvY8cf62JylF7oOAi7BVLL1SB72lO7Fj24DOCTWYWaHw80fWmmXBWoy4UfIabPD5n/s72-c/Oracle_Apps_Training_bgrnd.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-3689548095655135392</guid><pubDate>Sat, 21 Dec 2013 10:10:00 +0000</pubDate><atom:updated>2013-12-21T02:10:48.702-08:00</atom:updated><title>Oracle Certification</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Oracle Certification&lt;br /&gt;
&lt;br /&gt;
What is Orcle Certification?&lt;br /&gt;
&lt;br /&gt;
Oracle Certification distinguishes Oracle Certified person from other non-certified person in such a way that Certified person possess more and clear knowledge about Oracle in DEPTH. Oracle Certification is nothing but the get-pass for that person who want to make their career in Oracle Database field.&lt;br /&gt;
&lt;br /&gt;
An &lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Oracle Certification&lt;/a&gt;&lt;/b&gt; demonstrates that you have a solid understanding
 of a job role and the Oracle products used in that role. Being an 
Oracle Certified Professional can help raise your visibility and 
increase your access to the industry&#39;s most challenging opportunities. 
&lt;br /&gt;
&lt;br /&gt;
Benefits :&lt;br /&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&amp;nbsp;Industry credibility&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Higher average salary compared with non certified colleagues &lt;/li&gt;
&lt;li&gt;&amp;nbsp;Preferred access to cloud based employment&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Fulfill Oracle Partner Network Company Membership level requirements&lt;/li&gt;
&lt;/ol&gt;
To know more about it look it out below :&lt;br /&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;356&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://www.slideshare.net/slideshow/embed_code/29409329&quot; style=&quot;border-width: 1px 1px 0; border: 1px solid #CCC; margin-bottom: 5px;&quot; width=&quot;427&quot;&gt; &lt;/iframe&gt; &lt;br /&gt;
&lt;div style=&quot;margin-bottom: 5px;&quot;&gt;
&lt;b&gt; &lt;a href=&quot;https://www.slideshare.net/dream0213/oratc-211213-29409329&quot; target=&quot;_blank&quot; title=&quot;Oratc 21-12-13&quot;&gt;Oratc 21-12-13&lt;/a&gt; &lt;/b&gt; from &lt;b&gt;&lt;a href=&quot;http://www.slideshare.net/dream0213&quot; target=&quot;_blank&quot;&gt;Gagan Mahotra&lt;/a&gt;&lt;/b&gt; &lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2013/12/oracle-certification.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-3973458887036878201</guid><pubDate>Sat, 14 Dec 2013 10:06:00 +0000</pubDate><atom:updated>2013-12-14T03:02:28.465-08:00</atom:updated><title>Oracle Career</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Oracle Career &lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Now a days IBM offers several Oracle Job opportunities for professionals specially IT Specialists, because they have to manage their more than one relational and non-relational databases management-based software
 product areas. Hence we will be such a responsible person for building 
that proof-of-concept solutions with data management technologies and 
architecting data management solutions to address client requirements. 
IT Specialists who can primarily apply their technical skills in an 
internal or external customer billable services and implementation 
environment are preferred Experience in any of the modules like 
Financials, CRM, SCM, HR is a must.&amp;nbsp; &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
In India and specially other than India most of the countries have their clear opinion about Indian IT Specialist that they are too much dedicated for their work and they admire their work thats why no one can challenge them easily. And because of that they reach upto deepest level in Accuracy and achieve Consistency. And we all know that how important these Accuracy and Consistency word in database field. If these things can&#39;t be get achieved in Database then their is no use of anything in IT Sector.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
So because of all these reasons in India now a days their is big opportunity to the Student to make their career in ORACLE. And most of the student thought that they want a chance to go abroad to make their career more strong than others. &lt;i&gt;&lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Career in Oracle&lt;/a&gt;&lt;/b&gt;&lt;/i&gt; is the best opportunity for them to make their dream come true.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;356&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://www.slideshare.net/slideshow/embed_code/29201959&quot; style=&quot;border-width: 1px 1px 0; border: 1px solid #CCC; margin-bottom: 5px;&quot; width=&quot;427&quot;&gt; &lt;/iframe&gt; 
&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 5px;&quot;&gt;
&lt;b&gt; &lt;a href=&quot;https://www.slideshare.net/dream0213/14-1213oratc-29201959&quot; target=&quot;_blank&quot; title=&quot;14 12-13-oratc&quot;&gt;14 12-13-oratc&lt;/a&gt; &lt;/b&gt; from &lt;b&gt;&lt;a href=&quot;http://www.slideshare.net/dream0213&quot; target=&quot;_blank&quot;&gt;Gagan Mahotra&lt;/a&gt;&lt;/b&gt; &lt;/div&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2013/12/oracle-career.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-4263725876351682300</guid><pubDate>Sat, 07 Dec 2013 10:13:00 +0000</pubDate><atom:updated>2013-12-07T02:13:52.276-08:00</atom:updated><title>DBA (Database Administrator)</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;color: purple;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;u&gt;&lt;b&gt;DBA (Database Administrator)&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
As all we know that DBA is a person related to the Database field. The person who knows SQL programming language, works in IT industry as a SQL Programmer.After that the very first Question comes in our mind is what is the difference between DBA and SQL Programmer?&lt;br /&gt;
A Database Programmer requires more advanced skills in SQL programming 
than a DBA may have, and Database Programmers may not have and do not 
require the skills of database administration, backing up, restoring, 
monitoring or tuning to do their job well. It means that, the Database Programmer does not require the knowledge about how to tackel the Database but it must for the &lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Database Administrator &lt;/b&gt;&lt;/a&gt;to have the detailed knowledge about the administration or we can say that how to tackel the Database.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;356&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://www.slideshare.net/slideshow/embed_code/28986567&quot; style=&quot;border-width: 1px 1px 0; border: 1px solid #CCC; margin-bottom: 5px;&quot; width=&quot;427&quot;&gt; &lt;/iframe&gt; &lt;/div&gt;
&lt;div style=&quot;margin-bottom: 5px;&quot;&gt;
&lt;b&gt; &lt;a href=&quot;https://www.slideshare.net/dream0213/sanika-pptoratc071213&quot; target=&quot;_blank&quot; title=&quot;Database Administrator&quot;&gt;&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
Database Administrator is that person who give the permission to the other Database User, upto how they granted to allow to use it. To all Database Programmer permission accessed from the Database Administrator.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPT5A_IKxMlsGLxKpCC_Rh0ig9tFf7yDacjkHx89olVZRkyA2JgWj3N4mg15J1y_iscCu55L7cloVGb0uUmfSfnEtvIUf1ufINttV1ny3wytjU426U3peXz3XbWZlBjxc1rg1VbglKhl_L/s1600/DBA2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPT5A_IKxMlsGLxKpCC_Rh0ig9tFf7yDacjkHx89olVZRkyA2JgWj3N4mg15J1y_iscCu55L7cloVGb0uUmfSfnEtvIUf1ufINttV1ny3wytjU426U3peXz3XbWZlBjxc1rg1VbglKhl_L/s1600/DBA2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All database programmer and users are work under the permission of Database Administrator.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvOCyf_jbTplzIwezYzJRDVPTtU-oVxGvQstjJtlfQYFB5f_xgJyU9-WYooCT76kjhtRTlcw2cLuWO9vfrLecMYNWrSVBLUKFFrmnXrq732s-dbpin2ViFHUdPyCFZq4AI6gleIDgorc1c/s1600/dba.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvOCyf_jbTplzIwezYzJRDVPTtU-oVxGvQstjJtlfQYFB5f_xgJyU9-WYooCT76kjhtRTlcw2cLuWO9vfrLecMYNWrSVBLUKFFrmnXrq732s-dbpin2ViFHUdPyCFZq4AI6gleIDgorc1c/s1600/dba.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjurmlHLseqA_ucAzjjmQ50HxDNkFkNaplQ4xEAqp1ZvVPluIJoZuGcGWrDizsjCEImE5dONNoH3AxVHtdPNlGDP9M77uFlzwWHrnM7AqazwpYteYIPay4M6oDPExC6CKFJiwtYJ5rDcomI/s1600/DBA1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2013/12/dba-database-administrator.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPT5A_IKxMlsGLxKpCC_Rh0ig9tFf7yDacjkHx89olVZRkyA2JgWj3N4mg15J1y_iscCu55L7cloVGb0uUmfSfnEtvIUf1ufINttV1ny3wytjU426U3peXz3XbWZlBjxc1rg1VbglKhl_L/s72-c/DBA2.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-623394288653953071.post-3568463529256981226</guid><pubDate>Wed, 04 Dec 2013 13:06:00 +0000</pubDate><atom:updated>2013-12-04T05:06:16.339-08:00</atom:updated><title>Oracle Database</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div&gt;
&lt;div&gt;
&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Oracle database&lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/a&gt; is commonly called as Oracle RDBMS or ORACLE. It uses the concept called as Object-Relational Database Management System. Now a days most of the companies uses object oriented programming concept to develop their product. Here is also in the Database,if we have to provide a strong back-end system then we are going to use a Object Oriented concepts with the Relational &lt;b&gt;&lt;a href=&quot;http://www.oratc.com/&quot; target=&quot;_blank&quot;&gt;Database Management System.&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
Database is used to store the data and retrieve some meaningful information when we required. A database server is the key to solving the problems of Information Management System.&lt;br /&gt;
Now let us understand a very basic key-definition about the Data, Database, Management, Information, System, Database System and Knowledge.&lt;br /&gt;
Database is the collection raw data.&lt;/div&gt;
&lt;/div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;b&gt;Data&lt;/b&gt; - Is nothing but the raw material that we collect it from various&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sources.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Database&lt;/b&gt; - Is the collection of Data.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Management&lt;/b&gt; - Is nothing but the process to handle or manage Data.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Information&lt;/b&gt; - Is nothing but the processed Data.Or simply we can say that when we are goin to process the Data, we get some useful Data and called it as a Information.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;System&lt;/b&gt; - Is a step by step procedure to tackel that Data.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Database System&lt;/b&gt; - Is a step by step following procedure to get some useful Information and to store the Data in the database.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Knowledge&lt;/b&gt; - Is nothing but the processed Information. &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description><link>http://oratc.blogspot.com/2013/12/oracle-database.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item></channel></rss>