<?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>Riccardo Riva &#187; Oracle</title>
	<atom:link href="http://www.riccardoriva.com/archives/category/information-technology/database/oracle-database/feed" rel="self" type="application/rss+xml" />
	<link>http://www.riccardoriva.com</link>
	<description>Virtualization, Linux, Networking, Windows and IT in general</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:21:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How-To Reset Oracle sys password reminder to myself</title>
		<link>http://www.riccardoriva.com/archives/1018</link>
		<comments>http://www.riccardoriva.com/archives/1018#comments</comments>
		<pubDate>Sat, 31 Jul 2010 22:01:36 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[reset password]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=1018</guid>
		<description><![CDATA[To reset the sys password of a database, do the following:
1) rename/delete ${ORACLE_HOME}/database/PWD{ORACLE_SID}.ora
2) enter the command: orapwd file=${ORACLE_HOME}/database/PWD{ORACLE_SID}.ora password=newpassword
3) start “sqlplus /nolog”
4) login with sys and the newpassword (SQL> connect sys/newpassword as sysdba)
5) now reset other passwords or just be done
Hope this help (especially me)
Bye
Riccardo


Bookmark It














]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/1018/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fetchmail init script for RHEL</title>
		<link>http://www.riccardoriva.com/archives/340</link>
		<comments>http://www.riccardoriva.com/archives/340#comments</comments>
		<pubDate>Fri, 17 Apr 2009 23:36:44 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[fetchmail]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=340</guid>
		<description><![CDATA[This post will assume you just have a fully functional working mail server and you want do download all emails from some mailboxes located on another mail server, tipically located on your service provider&#8217;s one.
This post guide will guide you to install and configure fetchmail and use it with your RHEL 5 or newer, you [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/340/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backup script for Oracle and Application Server on Tape</title>
		<link>http://www.riccardoriva.com/archives/303</link>
		<comments>http://www.riccardoriva.com/archives/303#comments</comments>
		<pubDate>Wed, 04 Mar 2009 23:01:26 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[FourJS]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[linu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=303</guid>
		<description><![CDATA[This post will show a backup script used to create copies for a server running Oracle 10.2, some application server like FourJS and JBoss and some custom application written in java.
The backup process is divided in some parts :
- Variable declaration and export
- Oracle export and compress
- Data folder export and compress
- Application Server export [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/303/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-To fix Oracle 10g error on starting listener</title>
		<link>http://www.riccardoriva.com/archives/168</link>
		<comments>http://www.riccardoriva.com/archives/168#comments</comments>
		<pubDate>Fri, 05 Dec 2008 17:10:36 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=168</guid>
		<description><![CDATA[When using Oracle 10g Release 2, a call to &#8220;dbstart" might result (perhaps every time) in the following error message:
Failed to auto-start Oracle Net Listener using /ade/vikrkuma_new/oracle/bin/tnslsnr
This is due to an internal path in the dbstart script.
To correct this, edit the &#8220;$ORACLE_HOME/bin/dbstart&#8221; script and replace the following line :

ORACLE_HOME_LISTNER=/ade/vikrkuma_new/oracle

With this:

ORACLE_HOME_LISTNER=$ORACLE_HOME

The dbstart script shold now start [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/168/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle 10g Init Scripts for Red Hat Enterprise Linux</title>
		<link>http://www.riccardoriva.com/archives/164</link>
		<comments>http://www.riccardoriva.com/archives/164#comments</comments>
		<pubDate>Tue, 02 Dec 2008 10:59:44 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=164</guid>
		<description><![CDATA[The following is a very simple init script for Oracle on Red Hat Enterprise Linux.
I&#8217;m using it successfully in RHEL 5.2 but you can use it on other systems, only double check the various path.
#!/bin/sh
#
# ORACLE Control Script
# chkconfig: 3 80 20
#
# Description: Here is a little startup/shutdown script for Oracle 10g on RedHat systems
#
# [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To Install Oracle 10g x64 on RHEL 5.2 x64</title>
		<link>http://www.riccardoriva.com/archives/47</link>
		<comments>http://www.riccardoriva.com/archives/47#comments</comments>
		<pubDate>Mon, 15 Sep 2008 07:23:01 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=47</guid>
		<description><![CDATA[Some days ago I had to install an Oracle 10.2.0 x64 on system with Red Hat Enterprise Linux 5.2 x64.
I found some problem, and the following is the prerequisites and some tricks to make the setup process works.
Prerequisites packages :
binutils-2.17.50.0.6-2.el5
compat-gcc-34-3.4.6-4
compat-gcc-34-c++-3.4.6-4
compat-libstdc++-33-3.2.3-61
compat-libstdc++-33-3.2.3-61(i386)
control-center-2.16.0-14.el5
gcc-4.1.1-52.el5
gcc-c++-4.1.1-52.el5
gdbm-1.8.0-26.2.1
glibc-2.5-12
glibc-common-2.5-12
glibc-devel-2.5-12
glibc-devel-2.5-12(i386)
libgcc-4.1.1-52.el5(i386)
libgcc-4.1.1-52.el5(x86_64)
libgnome-2.16.0-6.el5
libstdc++-devel-3.4.3-22.1
libXp-1.0.0-8.i386
libXp-1.0.0-8.x64
make-3.81-1.1
sysstat-7.0.0-3.el5.x86_64.rpm
util-linux-2.13-0.44.e15.x86_64
Tricks
- Make sure to put in your /etc/hosts the ip address and the name and FQDN [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBoss startup/shutdown script with Oracle Support</title>
		<link>http://www.riccardoriva.com/archives/44</link>
		<comments>http://www.riccardoriva.com/archives/44#comments</comments>
		<pubDate>Fri, 01 Aug 2008 09:30:08 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=44</guid>
		<description><![CDATA[Here is the code for an advanced startup/shutdown script for JBoss.
I’m using it with JBoss 3.2.6 on a RHEL 5.2 Advanced Platform, and all works well.
I’ve added the “status” function for use it in a cluster suite and a new function to check if Oracle DB Server is up and running, otherwise JBoss doesn&#8217;t deploy [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To install Oracle 9i on RHEL 5</title>
		<link>http://www.riccardoriva.com/archives/37</link>
		<comments>http://www.riccardoriva.com/archives/37#comments</comments>
		<pubDate>Wed, 09 Jul 2008 06:02:00 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RHEL5]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.riccardoriva.com/?p=37</guid>
		<description><![CDATA[In these days I had to install Oracle 9i (a new version &#8230; don&#8217;t think so ..) on a RHEL 5 Advanced Platform and after some troubles all works good.
The followings is the steps for a correct setup.
Here we go (skipped basic steps as user creation, standard kernel params and limits settings):
1. Check for required [...]]]></description>
		<wfw:commentRss>http://www.riccardoriva.com/archives/37/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
