<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alomohora &#187; Oracle</title>
	<atom:link href="http://alomohora.com/category/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://alomohora.com</link>
	<description>All about programming languages</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Running Your New Application</title>
		<link>http://alomohora.com/running-your-new-application/</link>
		<comments>http://alomohora.com/running-your-new-application/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 03:38:35 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=2016</guid>
		<description><![CDATA[After creating a simple application, You can running your new application. To run your application: Click the Run Application icon. In the log in page, enter hr for both the User Name and Password.Your application appears, showing the EMPLOYEES table. Explore your application. Congratulations! You have just created your first application using Oracle Database XE.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After <a title="creating a simple application" href="http://alomohora.com/creating-a-simple-application/">creating a simple application</a>, You can running your new application.</p>
<p style="text-align: justify;"><span id="more-2016"></span></p>
<p style="text-align: justify;">To run your application:</p>
<ol style="text-align: justify;" type="1">
<li>Click the <span>Run Application</span> icon.</li>
<li>In the log in page, enter <code>hr</code> for both the <span>User Name</span> and <span>Password</span>.Your application appears, showing the <code>EMPLOYEES</code> table.</li>
<li>Explore your application.</li>
</ol>
<p style="text-align: justify;">Congratulations! You have just created your first application using Oracle Database XE.</p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/running-your-new-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Simple Application</title>
		<link>http://alomohora.com/creating-a-simple-application/</link>
		<comments>http://alomohora.com/creating-a-simple-application/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 03:31:06 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=2018</guid>
		<description><![CDATA[Creating an application is an easy way to view and edit your database data. You create this application based on the EMPLOYEES table, which is part of the HR schema. To create an application based on the EMPLOYEES table: On the Database Home Page, click the Application Builder icon. And then click the Create button. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Creating an application is an easy way to view and edit your database data. You create this application based on the <code>EMPLOYEES</code> table, which is part of the <code>HR</code> schema.</p>
<p style="text-align: justify;"><span id="more-2018"></span></p>
<p style="text-align: justify;">To create an application based on the <code>EMPLOYEES</code> table:</p>
<ol style="text-align: justify;" type="1">
<li>On the Database Home Page, click the <span>Application Builder</span> icon. And then click the <span>Create</span> button.</li>
<li>Under Create Application, select <span>Create Application</span> and click <span>Next</span>.</li>
<li>Under Create Application:
<ol type="a">
<li><span>Name</span>: Enter <code>MyApp</code>.</li>
<li>Accept the remaining defaults.</li>
<li>Click <span>Next</span>.</li>
</ol>
<p style="text-align: justify;">Next, add pages to your application.</p>
</li>
<li>Under Add Page:
<ol type="a">
<li>For Select Page Type, select <span>Report and Form</span>.</li>
<li>Next to the <span>Table Name</span> field, click the up arrow, and then select <span>EMPLOYEES</span> from the Search Dialog window.</li>
<li>Click <span>Add Page</span>. Two new pages display at the top of the page, under Create Application.</li>
<li>Click <span>Next</span>.</li>
</ol>
</li>
<li>On the Tabs panel, accept the default (<span>One Level of Tabs</span>) and click <span>Next</span>.</li>
<li>On the Shared Components panel, accept the default (<span>No</span>) and click <span>Next</span>. This option enables you to import shared components from another application. Shared components are common elements that can display or be applied on any page within an application.</li>
<li>For Authentication Scheme, Language, and User Language Preference Derived From, accept the defaults and click <span>Next</span>.</li>
<li>For the theme, select <span>Theme 2</span> click <span>Next</span>. Themes are collections of templates that you can use to define the layout and style of an entire application.</li>
<li>Confirm your selections. To return to a previous wizard page, click <span>Previous</span>. To accept your selections, click <span>Create</span>. After you click <span>Create</span>, the following message displays at the top of the page:
<pre>Application created successfully.</pre>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/creating-a-simple-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging in as the Sample User Account</title>
		<link>http://alomohora.com/logging-in-as-the-sample-user-account/</link>
		<comments>http://alomohora.com/logging-in-as-the-sample-user-account/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 02:49:55 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=2012</guid>
		<description><![CDATA[Now, we are logging in as the Sample User Account. To log in as the sample user account: Open the Database Home Page login window: On Windows, from the Start menu, select Programs (or All Programs), then Oracle Database 10g Express Edition, and then Go To Database Home Page. On Linux, click the Application menu [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Now, we are logging in as the Sample User Account.</p>
<p style="text-align: justify;"><span id="more-2012"></span></p>
<p style="text-align: justify;">To log in as the sample user account:</p>
<ol type="1">
<li>Open the Database Home Page login window:
<ul>
<li>On Windows, from the <span>Start</span> menu, select <span>Programs</span> (or <span>All Programs</span>), then <span>Oracle Database 10g Express Edition</span>, and then <span>Go To Database Home Page</span>.</li>
<li>On Linux, click the <span>Application</span> menu (on Gnome) or the <span>K</span> menu (on KDE), then point to <span>Oracle Database 10g Express Edition</span>, and then <span>Go To Database Home Page</span>.</li>
</ul>
</li>
<li>In the Login window, enter <code>hr</code> for both the user name and password.</li>
<li>Click <span>Login</span>.</li>
</ol>
<p style="text-align: justify;">The Database Home Page appears.</p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/logging-in-as-the-sample-user-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unlocking the Sample User Account</title>
		<link>http://alomohora.com/unlocking-the-sample-user-account/</link>
		<comments>http://alomohora.com/unlocking-the-sample-user-account/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 06:17:49 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1094</guid>
		<description><![CDATA[To create your application, you need to log in as a database user. Oracle Database XE comes with a sample database user called HR. This user owns a number of database tables in a sample schema that can be used to create applications for a fictional Human Resources department. However, for security reasons, this user’s [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">To create your application, you need to log in as a database user. Oracle Database XE comes with a sample database user called <strong>HR</strong>. This user owns a number of database tables in a sample schema that can be used to create applications for a fictional Human Resources department. However, for security reasons, this user’s account is locked. You need to unlock this account before you can build a sample application.</p>
<p style="text-align: justify;"><span id="more-1094"></span></p>
<p style="text-align: justify;">To unlock the sample user account:</p>
<ul>
<li>Make sure you are logged on as the database administrator. As described in the <a href="../logging-in-as-the-database-administrator/">previous section</a>.</li>
</ul>
<ul>
<li>Click the <strong>Administration </strong>icon, and then click <strong>Database Users</strong>.</li>
</ul>
<ul>
<li style="text-align: justify;">Click the <strong>HR </strong>schema icon to display the user information for <strong>HR</strong>.</li>
</ul>
<ul>
<li style="text-align: justify;">Under <strong>Manage Database User</strong>, enter the following settings:</li>
</ul>
<p style="text-align: justify; margin: 20px;"><strong>Password </strong>: Enter hr for the password.</p>
<p style="text-align: justify; margin: 20px;"><strong>Confirm Password </strong>: Enter hr for the password again.</p>
<p style="text-align: justify; margin: 20px;"><strong>Account Status </strong>: Select <strong>Unlocked</strong>.</p>
<p style="text-align: justify; margin: 20px;"><strong>Roles </strong>: Ensure that both <strong>CONNECT </strong>and <strong>RESOURCE </strong>is enabled.</p>
<ul>
<li style="text-align: justify;">Click <strong>Alter User</strong>.</li>
</ul>
<p style="text-align: justify;">Now you are ready to create your first application.</p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/unlocking-the-sample-user-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login in as Database Administrator</title>
		<link>http://alomohora.com/login-in-as-database-administrator/</link>
		<comments>http://alomohora.com/login-in-as-database-administrator/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 06:00:50 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1067</guid>
		<description><![CDATA[The first thing you need to do is to log in as Oracle Database 10g Express Edition Administrator. Follow these steps: Open the Database Home Page login window: On Windows, from the Start menu, select Programs (or All Programs), then Oracle Database 10g Express Edition, and then Go To Database Home Page. On Linux, click [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The first thing you need to do is to log in as Oracle Database 10g Express Edition Administrator.</p>
<p style="text-align: justify;"><span id="more-1067"></span></p>
<p style="text-align: justify;">Follow these steps:</p>
<p style="text-align: justify;">Open the Database Home Page login window:</p>
<ul>
<li style="text-align: justify;">On Windows, from the <strong>Start </strong>menu, select <strong>Programs </strong>(or <strong>All Programs</strong>), then <strong>Oracle Database 10g Express Edition</strong>, and then <strong>Go To Database Home Page</strong>.</li>
<li style="text-align: justify;">On Linux, click the <strong>Application </strong>menu (on Gnome) or the <strong>K </strong>menu (on KDE), then point to <strong>Oracle Database 10g Express Edition</strong>, and then <strong>Go</strong> <strong>To Database Home Page</strong>.</li>
</ul>
<p style="text-align: justify;">At the Database Home Page login window, enter the following information:</p>
<ul>
<li style="text-align: justify;"><strong>Username: </strong>Enter <strong>system</strong> for the username.</li>
<li style="text-align: justify;"><strong>Password: </strong>Enter the password that was specified when Oracle Database 10g Express Edition was installed.</li>
</ul>
<p style="text-align: justify;">Click <strong>Login</strong>.</p>
<p style="text-align: justify;">The Oracle Database 10g Express Edition home page appears.</p>
<p style="text-align: center;"><a title="Oracle" href="http://makiki.files.wordpress.com/2009/03/alomohora-oracle-logging-in-as-the-database-administrator.png"><img class="aligncenter" title="Oracle - Logging in as the Database Administrator" src="http://makiki.files.wordpress.com/2009/03/alomohora-oracle-logging-in-as-the-database-administrator.png?w=300&amp;h=217" alt="Oracle - Logging in as the Database Administrator" width="300" height="217" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/login-in-as-database-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Oracle Database XE</title>
		<link>http://alomohora.com/tutorial-oracle-database-xe/</link>
		<comments>http://alomohora.com/tutorial-oracle-database-xe/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 02:33:56 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=2005</guid>
		<description><![CDATA[Welcome to Oracle Database Express Edition (Oracle Database XE)! This tutorial gets you quickly up and running using Oracle Database XE by creating a simple application. This guide covers the following topics: Logging in as the Database Administrator Unlocking the Sample User Account Logging in as the Sample User Account Creating a Simple Application Running [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Welcome to Oracle Database Express Edition (Oracle Database XE)! This tutorial gets you quickly up and running using Oracle Database XE by creating a simple application.</p>
<p style="text-align: justify;"><span id="more-2005"></span></p>
<p style="text-align: justify;">This guide covers the following topics:</p>
<ul>
<li><a title="Logging in as the Database Administrator" href="http://alomohora.com/login-in-as-database-administrator/">Logging in as the Database Administrator</a></li>
</ul>
<ul>
<li> <a title="Unlocking the Sample User Account" href="http://alomohora.com/unlocking-the-sample-user-account/">Unlocking the Sample User Account</a></li>
</ul>
<ul>
<li> <a title="Logging in as the Sample User Account" href="http://alomohora.com/logging-in-as-the-sample-user-account/">Logging in as the Sample User Account</a></li>
</ul>
<ul>
<li> <a title="Creating a Simple Application" href="http://alomohora.com/creating-a-simple-application/">Creating a Simple Application</a></li>
</ul>
<ul>
<li> <a title="Running Your New Application " href="http://alomohora.com/running-your-new-application/">Running Your New Application</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/tutorial-oracle-database-xe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
