<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DBAsupport.com Forums - Oracle Database Administration</title>
		<link>http://www.dbasupport.com/forums</link>
		<description>Oracle Database Administration, Systems Management, Oracle Application Server, Oracle Portal and Advanced Topics related to Oracle</description>
		<language>en</language>
		<lastBuildDate>Tue, 07 Sep 2010 17:30:09 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.dbasupport.com/forums/images/misc/rss.jpg</url>
			<title>DBAsupport.com Forums - Oracle Database Administration</title>
			<link>http://www.dbasupport.com/forums</link>
		</image>
		<item>
			<title>Execution Plan Stability</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61386&amp;goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 12:00:17 GMT</pubDate>
			<description><![CDATA[All.

Considering the fact that I do not have Oracle Tuning Pack licenses (which eliminates use of SQL Tuning Sets), what would be possible methods to use to ensure that execution plans are "locked".

Kind regards,
Trond]]></description>
			<content:encoded><![CDATA[<div>All.<br />
<br />
Considering the fact that I do not have Oracle Tuning Pack licenses (which eliminates use of SQL Tuning Sets), what would be possible methods to use to ensure that execution plans are "locked".<br />
<br />
Kind regards,<br />
Trond</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>TrondSpain</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61386</guid>
		</item>
		<item>
			<title>flash back questions</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61385&amp;goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 17:13:22 GMT</pubDate>
			<description><![CDATA[I am starting to play around with flash back recovery and have a few questions, which hopefully somebody can answer for me.

I see this is the syntax to retreived deleted rows:

FLASHBACK [DEVICE TYPE = <device type>] DATABASE 
TO [BEFORE] SCN = <scn>
	TO [BEFORE] SEQUENCE = <sequence> [THREAD = <thread id>]
	TO [BEFORE] TIME = '<date_string>'


1) If I don't have auditing enabled and I am not sure the time the deletion
was done, is there a way for me to find any value needed to flashback to the
correct state before the deleted transaction were commited?


2) I defined my flashback area as  /oracle/data/aux/fra but when I 
drill down I see this layout /oracle/data/aux/fra/AUX/archivelog/YYYY_MM_DD
with .arc file in it.

Nothing was happening in this DB, yet .arc files were created, can somebody
explain why and what is the correct method of removing the .arc files? Can they just be deleted from the file system with a find and rm command after a day.

Since there is only a day's worth of retention defined in my init.ora file
*.db_flashback_retention_target=1440 is that why I am getting a new YYYY_MM_DD everyday?

Thanks in advance to all that answer]]></description>
			<content:encoded><![CDATA[<div>I am starting to play around with flash back recovery and have a few questions, which hopefully somebody can answer for me.<br />
<br />
I see this is the syntax to retreived deleted rows:<br />
<br />
FLASHBACK [DEVICE TYPE = <device type>] DATABASE <br />
TO [BEFORE] SCN = <scn><br />
	TO [BEFORE] SEQUENCE = <sequence> [THREAD = <thread id>]<br />
	TO [BEFORE] TIME = '<date_string>'<br />
<br />
<br />
1) If I don't have auditing enabled and I am not sure the time the deletion<br />
was done, is there a way for me to find any value needed to flashback to the<br />
correct state before the deleted transaction were commited?<br />
<br />
<br />
2) I defined my flashback area as  /oracle/data/aux/fra but when I <br />
drill down I see this layout /oracle/data/aux/fra/AUX/archivelog/YYYY_MM_DD<br />
with .arc file in it.<br />
<br />
Nothing was happening in this DB, yet .arc files were created, can somebody<br />
explain why and what is the correct method of removing the .arc files? Can they just be deleted from the file system with a find and rm command after a day.<br />
<br />
Since there is only a day's worth of retention defined in my init.ora file<br />
*.db_flashback_retention_target=1440 is that why I am getting a new YYYY_MM_DD everyday?<br />
<br />
Thanks in advance to all that answer</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>BeefStu</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61385</guid>
		</item>
		<item>
			<title>tablespace COALESCE or shrinking datafile</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61384&amp;goto=newpost</link>
			<pubDate>Sun, 05 Sep 2010 18:33:20 GMT</pubDate>
			<description>We have quarterly and yearly processes that deletes, archives millions of rows
from different tables. To make room on the file system I would either like
to shrink back down the datafiles (because auto extend is on) or coalesce them.

Is there a rule of thumb I should follow when shrinking or coalescing? Can somebody provide provide a query that would show me the free and used
extents in a TS, and when I should coalesce or a query to show me how much free space is in a datafile so I can shrink it.

THanks in advance to all who answer.</description>
			<content:encoded><![CDATA[<div>We have quarterly and yearly processes that deletes, archives millions of rows<br />
from different tables. To make room on the file system I would either like<br />
to shrink back down the datafiles (because auto extend is on) or coalesce them.<br />
<br />
Is there a rule of thumb I should follow when shrinking or coalescing? Can somebody provide provide a query that would show me the free and used<br />
extents in a TS, and when I should coalesce or a query to show me how much free space is in a datafile so I can shrink it.<br />
<br />
THanks in advance to all who answer.</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>BeefStu</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61384</guid>
		</item>
		<item>
			<title>upgradation of oracle 10.2.0.2 to 10.2.0.4 in MSCS cluster</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61383&amp;goto=newpost</link>
			<pubDate>Sun, 05 Sep 2010 09:51:21 GMT</pubDate>
			<description>Hi,

I am upgrading oracle 10.2.0.2 to 10.2.0.4 in MSCS cluster. before upgradation when i stop oracle10P01102TNSlisteneroracleP01 service, it is not allowing to stop. then i disabled this service and started upgradation. all resources moved to other node. in the middle of upgradation it throws another error that, ORACLE_HOME\database is not accessible.

anybody please help me to upgrade oracle 10g in MSCS cluster environment?

Thanks in advance

Irfan</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am upgrading oracle 10.2.0.2 to 10.2.0.4 in MSCS cluster. before upgradation when i stop oracle10P01102TNSlisteneroracleP01 service, it is not allowing to stop. then i disabled this service and started upgradation. all resources moved to other node. in the middle of upgradation it throws another error that, ORACLE_HOME\database is not accessible.<br />
<br />
anybody please help me to upgrade oracle 10g in MSCS cluster environment?<br />
<br />
Thanks in advance<br />
<br />
Irfan</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>rashadyell</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61383</guid>
		</item>
		<item>
			<title>BOM Operational Routing</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61379&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 14:32:46 GMT</pubDate>
			<description><![CDATA[I am currently working on a project whereby I am linking in MS Access the data in the "MTL_SYSTEM_ITEMS_B" Table, "BOM_OPERATIONAL_ROUTING" Table, "BOM_OPERATION_SEQUENCE" Table and "BOM_OPERATION_RESOURCES" Table. As for the link between the "MTL_SYSTEM_ITEMS_B" table and the "BOM_OPERATIONAL_ROUTING" table, there is a one to one relationship. Though for the link between "BOM_OPERATIONAL_ROUTING" (link from) and "BOM_OPERATION_SEQUENCE" (link to), this link is not so straight forward. The BOM Technical Manual shows that these tables are linked by way of the field "ROUTING_SEQUENCE_ID". 

What makes things complex is that there is a "COMMON_ROUTING_SEQUENCE_ID" field for parts that have similar routings. For parts that have similar routings, the valid routing is the "COMMON_ROUTING_SEQUENCE_ID". The question I have is what type of database structure should exist as there are two fields that are possible candiates for linking. When looking at the data in the "BOM_OPERATIONAL_ROUTING" (link from) table in Discoverer, the data in the "ROUTING_SEQUENCE_ID" field is unique, though the data in the "COMMON_ROUTING_SEQUENCE_ID" field is not unique. The field "ROUTING_SEQUENCE_ID" does not contain data in the "BOM_OPERATION_SEQUENCE" (link to) table where data exists in the "COMMON_ROUTING_SEQUENCE_ID" field for the part in "BOM_OPERATIONAL_ROUTING" (link from) table. In other words if you simply link the field "ROUTING_SEQUENCE_ID" that exists between "BOM_OPERATIONAL_ROUTING" and "BOM_OPERATION_SEQUENCE" you will not get operation sequence records for parts that have common routings. 

It is confusing as the Oracle Technical Manual does not spell out this issue in the Diagram 9:Routings or I do not understand how to interpret the relationships.

Any help in defining the relationship between "BOM_OPERATIONAL_ROUTING" table and "BOM_OPERATION_RESOURCES" table would be greatly appreciated.]]></description>
			<content:encoded><![CDATA[<div>I am currently working on a project whereby I am linking in MS Access the data in the "MTL_SYSTEM_ITEMS_B" Table, "BOM_OPERATIONAL_ROUTING" Table, "BOM_OPERATION_SEQUENCE" Table and "BOM_OPERATION_RESOURCES" Table. As for the link between the "MTL_SYSTEM_ITEMS_B" table and the "BOM_OPERATIONAL_ROUTING" table, there is a one to one relationship. Though for the link between "BOM_OPERATIONAL_ROUTING" (link from) and "BOM_OPERATION_SEQUENCE" (link to), this link is not so straight forward. The BOM Technical Manual shows that these tables are linked by way of the field "ROUTING_SEQUENCE_ID". <br />
<br />
What makes things complex is that there is a "COMMON_ROUTING_SEQUENCE_ID" field for parts that have similar routings. For parts that have similar routings, the valid routing is the "COMMON_ROUTING_SEQUENCE_ID". The question I have is what type of database structure should exist as there are two fields that are possible candiates for linking. When looking at the data in the "BOM_OPERATIONAL_ROUTING" (link from) table in Discoverer, the data in the "ROUTING_SEQUENCE_ID" field is unique, though the data in the "COMMON_ROUTING_SEQUENCE_ID" field is not unique. The field "ROUTING_SEQUENCE_ID" does not contain data in the "BOM_OPERATION_SEQUENCE" (link to) table where data exists in the "COMMON_ROUTING_SEQUENCE_ID" field for the part in "BOM_OPERATIONAL_ROUTING" (link from) table. In other words if you simply link the field "ROUTING_SEQUENCE_ID" that exists between "BOM_OPERATIONAL_ROUTING" and "BOM_OPERATION_SEQUENCE" you will not get operation sequence records for parts that have common routings. <br />
<br />
It is confusing as the Oracle Technical Manual does not spell out this issue in the Diagram 9:Routings or I do not understand how to interpret the relationships.<br />
<br />
Any help in defining the relationship between "BOM_OPERATIONAL_ROUTING" table and "BOM_OPERATION_RESOURCES" table would be greatly appreciated.</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>mcertini</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61379</guid>
		</item>
		<item>
			<title>how to capture performence benifits after rebuilding of indexes??</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61372&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 14:22:27 GMT</pubDate>
			<description>In our EBS,
we have planned to rebuild the indexes.
We got a script from metalink, which identfies the indexes which needed to be rebuild.
My query is how to capture performence benifits after rebuilding of indexes??

Plz help me guyz....</description>
			<content:encoded><![CDATA[<div>In our EBS,<br />
we have planned to rebuild the indexes.<br />
We got a script from metalink, which identfies the indexes which needed to be rebuild.<br />
My query is how to capture performence benifits after rebuilding of indexes??<br />
<br />
Plz help me guyz....</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>karthikg</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61372</guid>
		</item>
		<item>
			<title>Incremental backups</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61371&amp;goto=newpost</link>
			<pubDate>Sat, 28 Aug 2010 09:45:39 GMT</pubDate>
			<description>Hi, How to perform incremental backups using datapump in 10g?</description>
			<content:encoded><![CDATA[<div>Hi, How to perform incremental backups using datapump in 10g?</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>iris</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61371</guid>
		</item>
		<item>
			<title>Restoring the Control File When Using a Recovery Catalog</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61369&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 22:31:50 GMT</pubDate>
			<description><![CDATA[I am looking at the following link

http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta051.htm#RCMRF149

And see this example (see below). If your restoring a control file from a backup dont you need to open the DB with resetlogs option since you will be out of sync. Is this documentation wrong or am I missing something?


RUN
{ # SET DBID is not necessary when connected to a recovery catalog
  STARTUP FORCE NOMOUNT;
  RESTORE CONTROLFILE;
  ALTER DATABASE MOUNT;
}

When I issue this statement after the control files are restored I get the
following error:

SQL> alter database open RESETLOGS;
alter database open RESETLOGS
*
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/oracle/data/aux/system01.dbf'


Can somebody explain what is missing in the above example for this work.

Thanks]]></description>
			<content:encoded><![CDATA[<div>I am looking at the following link<br />
<br />
<a rel="nofollow" href="http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta051.htm#RCMRF149" target="_blank">http://download.oracle.com/docs/cd/B...1.htm#RCMRF149</a><br />
<br />
And see this example (see below). If your restoring a control file from a backup dont you need to open the DB with resetlogs option since you will be out of sync. Is this documentation wrong or am I missing something?<br />
<br />
<br />
RUN<br />
{ # SET DBID is not necessary when connected to a recovery catalog<br />
  STARTUP FORCE NOMOUNT;<br />
  RESTORE CONTROLFILE;<br />
  ALTER DATABASE MOUNT;<br />
}<br />
<br />
When I issue this statement after the control files are restored I get the<br />
following error:<br />
<br />
SQL> alter database open RESETLOGS;<br />
alter database open RESETLOGS<br />
*<br />
ERROR at line 1:<br />
ORA-01194: file 1 needs more recovery to be consistent<br />
ORA-01110: data file 1: '/oracle/data/aux/system01.dbf'<br />
<br />
<br />
Can somebody explain what is missing in the above example for this work.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>BeefStu</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61369</guid>
		</item>
		<item>
			<title>DB Creation</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61368&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 09:08:30 GMT</pubDate>
			<description>Hi, what are the requirements prior to creating a database for production environment?


thanks,</description>
			<content:encoded><![CDATA[<div>Hi, what are the requirements prior to creating a database for production environment?<br />
<br />
<br />
thanks,</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>iris</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61368</guid>
		</item>
		<item>
			<title>Backup Location - how to get?</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61367&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 08:15:32 GMT</pubDate>
			<description>which RC table stores the backup location information? I need to find out the location of a backup file taken through RMAN using catalog.

Rgds</description>
			<content:encoded><![CDATA[<div>which RC table stores the backup location information? I need to find out the location of a backup file taken through RMAN using catalog.<br />
<br />
Rgds</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>sumit</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61367</guid>
		</item>
		<item>
			<title>Oracle Downstream Capture</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61366&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 16:10:30 GMT</pubDate>
			<description><![CDATA[I have a question regarding this article in the link below:

http://www.databasejournal.com/features/oracle/article.php/3611536/Data-Replication-Using-Oracle-Downstream-Capture.htm

The author says to configure log_archive_dest_2 as folllows:

log_archive_dest_2  service=sfdb.world noregister template=/u01/app/oracle/srcdb/arch/ladb/ladb_%t_%s_%r.arc'

1) What does this entry exactly mean, does it infer the location where
the archive files will be placed or where they will be taken from?

2) Should log_archive_dest_1 be configured? if so to what?, any location
you want the archive files to go too from the source database.

3) What should my log_archive_dest look like on my desintation machine?

If somebody can provide an example of the init.ora for both the target
and source machines defined in this article it would be greatly appreciated.

Thanks]]></description>
			<content:encoded><![CDATA[<div>I have a question regarding this article in the link below:<br />
<br />
<a rel="nofollow" href="http://www.databasejournal.com/features/oracle/article.php/3611536/Data-Replication-Using-Oracle-Downstream-Capture.htm" target="_blank">http://www.databasejournal.com/featu...am-Capture.htm</a><br />
<br />
The author says to configure log_archive_dest_2 as folllows:<br />
<br />
log_archive_dest_2  service=sfdb.world noregister template=/u01/app/oracle/srcdb/arch/ladb/ladb_%t_%s_%r.arc'<br />
<br />
1) What does this entry exactly mean, does it infer the location where<br />
the archive files will be placed or where they will be taken from?<br />
<br />
2) Should log_archive_dest_1 be configured? if so to what?, any location<br />
you want the archive files to go too from the source database.<br />
<br />
3) What should my log_archive_dest look like on my desintation machine?<br />
<br />
If somebody can provide an example of the init.ora for both the target<br />
and source machines defined in this article it would be greatly appreciated.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>BeefStu</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61366</guid>
		</item>
		<item>
			<title>changed Listener port, need to repoint OEM</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61365&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 14:10:21 GMT</pubDate>
			<description><![CDATA[I Changed the listener port on one of the servers by editing the listener.ora file.  I changed the tnsnames.ora file on the server and the clients.  everyone can connect, however oem is showing the listener down and it shows the old port number.  I edited the emoms.properties file putting in the new port number, I looked in the emd.properties file, but can't find any references to a port number. I retarted OEM.  Can some one point me in the right direction as to what I am missing, please?  Thank you.]]></description>
			<content:encoded><![CDATA[<div>I Changed the listener port on one of the servers by editing the listener.ora file.  I changed the tnsnames.ora file on the server and the clients.  everyone can connect, however oem is showing the listener down and it shows the old port number.  I edited the emoms.properties file putting in the new port number, I looked in the emd.properties file, but can't find any references to a port number. I retarted OEM.  Can some one point me in the right direction as to what I am missing, please?  Thank you.</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>jayjabour</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61365</guid>
		</item>
		<item>
			<title>Creating spfile</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61363&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 11:52:28 GMT</pubDate>
			<description>Hi All,

We are using version 10.2.0.4.0 on Windows here.   My question is, if your database is up and running using a pfile, but you would like to create an spfile using the following command:

create spfile from pfile;

Can the database be up when you execute that command, or does it have to be shut down?

Thanks.....</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
We are using version 10.2.0.4.0 on Windows here.   My question is, if your database is up and running using a pfile, but you would like to create an spfile using the following command:<br />
<br />
create spfile from pfile;<br />
<br />
Can the database be up when you execute that command, or does it have to be shut down?<br />
<br />
Thanks.....</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>oraclegirl</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61363</guid>
		</item>
		<item>
			<title>installing oracle 11 software only with rsp file</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61359&amp;goto=newpost</link>
			<pubDate>Wed, 25 Aug 2010 16:57:48 GMT</pubDate>
			<description><![CDATA[Has anybody every installed Oracle software without using the OUI?

I use this command and it still tries to launch the OUI, how come.

./runInstaller -silent -noconfig -responsefile `pwd`/db_install.rsp


********************************************************************************
Your platform requires the root user to perform certain pre-installation
OS preparation.  The root user should run the shell script 'rootpre.sh' before
you proceed with Oracle installation.  rootpre.sh can be found at the top level
of the CD or the stage area.
Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
installation.
Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.
********************************************************************************
Has 'rootpre.sh' been run by root? [y/n] (n)
y
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 190 MB.   Actual 509 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 512 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-08-25_02-45-41PM. Please wait ...$ [INS-10103] Response file is not specified for this session.
Usage:
runInstaller  [-options] [(<CommandLineVariable=Value>)*]


cat db_install.rsp   ## Since I only want to install the software I left the
                          ## rest of the values below as the defaults.

####################################################################
## Copyright(c) Oracle Corporation 1998,2008. All rights reserved.##
##                                                                ##
## Specify values for the variables listed below to customize     ##
## your installation.                                             ##
##                                                                ##
## Each variable is associated with a comment. The comment        ##
## can help to populate the variables with the appropriate        ##
## values.                                                        ##
##                                                                ##
## IMPORTANT NOTE: This file contains plain text passwords and    ##
## should be secured to have read permission only by oracle user  ##
## or db administrator who owns this installation.                ##
##                                                                ##
####################################################################
#------------------------------------------------------------------------------
# Do not change the following system generated value.
#------------------------------------------------------------------------------
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
#------------------------------------------------------------------------------
# Specify the installation option.
# It can be one of the following:
# 1. INSTALL_DB_SWONLY
# 2. INSTALL_DB_AND_CONFIG
# 3. UPGRADE_DB
#-------------------------------------------------------------------------------
oracle.install.option=INSTALL_DB_SWONLY
#-------------------------------------------------------------------------------
# Specify the hostname of the system as set during the install. It can be used
# to force the installation to use an alternative hostname rather than using the
# first hostname found on the system. (e.g., for systems with multiple hostnames
# and network interfaces)
#-------------------------------------------------------------------------------
ORACLE_HOSTNAME=diamond_lab
#-------------------------------------------------------------------------------
# Specify the Unix group to be set for the inventory directory.
#-------------------------------------------------------------------------------
UNIX_GROUP_NAME=dba
#-------------------------------------------------------------------------------
# Specify the location which holds the inventory files.
#-------------------------------------------------------------------------------
INVENTORY_LOCATION=/oracle/product/11.2.0.1.0/oraInventory

#-------------------------------------------------------------------------------
# Specify the languages in which the components will be installed.
#
# en   : English                  ja   : Japanese
# fr   : French                   ko   : Korean
# ar   : Arabic                   es   : Latin American Spanish
# bn   : Bengali                  lv   : Latvian
# pt_BR: Brazilian Portuguese     lt   : Lithuanian
# bg   : Bulgarian                ms   : Malay
# fr_CA: Canadian French          es_MX: Mexican Spanish
# ca   : Catalan                  no   : Norwegian
# hr   : Croatian                 pl   : Polish
# cs   : Czech                    pt   : Portuguese
# da   : Danish                   ro   : Romanian
# nl   : Dutch                    ru   : Russian
# ar_EG: Egyptian                 zh_CN: Simplified Chinese
# en_GB: English (Great Britain)  sk   : Slovak
# et   : Estonian                 sl   : Slovenian
# fi   : Finnish                  es_ES: Spanish
# de   : German                   sv   : Swedish
# el   : Greek                    th   : Thai
# iw   : Hebrew                   zh_TW: Traditional Chinese
# hu   : Hungarian                tr   : Turkish
# is   : Icelandic                uk   : Ukrainian
# in   : Indonesian               vi   : Vietnamese
# it   : Italian
#
# Example : SELECTED_LANGUAGES=en,fr,ja
#------------------------------------------------------------------------------
SELECTED_LANGUAGES=en
#------------------------------------------------------------------------------
# Specify the complete path of the Oracle Home.
#------------------------------------------------------------------------------
ORACLE_HOME=/oracle/product/11.2.0.1.0
#------------------------------------------------------------------------------
# Specify the complete path of the Oracle Base.
#------------------------------------------------------------------------------
ORACLE_BASE=/oracle/product
#------------------------------------------------------------------------------
# Specify the installation edition of the component.
#
# The value should contain only one of these choices.
# EE     : Enterprise Edition
# SE     : Standard Edition
# SEONE  : Standard Edition One
# PE     : Personal Edition (WINDOWS ONLY)
#------------------------------------------------------------------------------
oracle.install.db.InstallEdition=EE
#------------------------------------------------------------------------------
# This variable is used to enable or disable custom install.
#
# true  : Components mentioned as part of 'customComponents' property
#         are considered for install.
# false : Value for 'customComponents' is not considered.
#------------------------------------------------------------------------------
oracle.install.db.isCustomInstall=false
#------------------------------------------------------------------------------
# This variable is considered only if 'IsCustomInstall' is set to true.
#
# Description: List of Enterprise Edition Options you would like to install.
#
#              The following choices are available. You may specify any
#              combination of these choices.  The components you choose should
#              be specified in the form "internal-component-name:version"
#              Below is a list of components you may specify to install.
#
#              oracle.rdbms.partitioning:11.2.0.1.0 - Oracle Partitioning
#              oracle.rdbms.dm:11.2.0.1.0 - Oracle Data Mining
#              oracle.rdbms.dv:11.2.0.1.0 - Oracle Database Vault
#              oracle.rdbms.lbac:11.2.0.1.0 - Oracle Label Security
#              oracle.rdbms.rat:11.2.0.1.0 - Oracle Real Application Testing
#              oracle.oraolap:11.2.0.1.0 - Oracle OLAP
#------------------------------------------------------------------------------
oracle.install.db.customComponents=oracle.server:11.2.0.1.0,oracle.sysman.ccr:10.2.7.0.0,oracle.xdk:11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network:11.2.0.1.0,oracle.network.listener:11.2.0.1.0,oracle.rdbms:11.2.0.1.0,oracle.options:11.2.0.1.0,oracle.rdbms.partitioning:11.2.0.1.0,oracle.oraolap:11.2.0.1.0,oracle.rdbms.dm:11.2.0.1.0,oracle.rdbms.dv:11.2.0.1.0,orcle.rdbms.lbac:11.2.0.1.0,oracle.rdbms.rat:11.2.0.1.0
###############################################################################
#                                                                             #
# PRIVILEGED OPERATING SYSTEM GROUPS                                          #
# ------------------------------------------                                  #
# Provide values for the OS groups to which OSDBA and OSOPER privileges       #
# needs to be granted. If the install is being performed as a member of the   # 
# group "dba", then that will be used unless specified otherwise below.       #
#                                                                             #
###############################################################################
#------------------------------------------------------------------------------
# The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.DBA_GROUP=dba
#------------------------------------------------------------------------------
# The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
#------------------------------------------------------------------------------
oracle.install.db.OPER_GROUP=dba
#------------------------------------------------------------------------------]]></description>
			<content:encoded><![CDATA[<div>Has anybody every installed Oracle software without using the OUI?<br />
<br />
I use this command and it still tries to launch the OUI, how come.<br />
<br />
./runInstaller -silent -noconfig -responsefile `pwd`/db_install.rsp<br />
<br />
<br />
********************************************************************************<br />
Your platform requires the root user to perform certain pre-installation<br />
OS preparation.  The root user should run the shell script 'rootpre.sh' before<br />
you proceed with Oracle installation.  rootpre.sh can be found at the top level<br />
of the CD or the stage area.<br />
Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle<br />
installation.<br />
Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.<br />
********************************************************************************<br />
Has 'rootpre.sh' been run by root? [y/n] (n)<br />
y<br />
Starting Oracle Universal Installer...<br />
Checking Temp space: must be greater than 190 MB.   Actual 509 MB    Passed<br />
Checking swap space: must be greater than 150 MB.   Actual 512 MB    Passed<br />
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-08-25_02-45-41PM. Please wait ...$ [INS-10103] Response file is not specified for this session.<br />
Usage:<br />
runInstaller  [-options] [(<CommandLineVariable=Value>)*]<br />
<br />
<br />
cat db_install.rsp   ## Since I only want to install the software I left the<br />
                          ## rest of the values below as the defaults.<br />
<br />
####################################################################<br />
## Copyright(c) Oracle Corporation 1998,2008. All rights reserved.##<br />
##                                                                ##<br />
## Specify values for the variables listed below to customize     ##<br />
## your installation.                                             ##<br />
##                                                                ##<br />
## Each variable is associated with a comment. The comment        ##<br />
## can help to populate the variables with the appropriate        ##<br />
## values.                                                        ##<br />
##                                                                ##<br />
## IMPORTANT NOTE: This file contains plain text passwords and    ##<br />
## should be secured to have read permission only by oracle user  ##<br />
## or db administrator who owns this installation.                ##<br />
##                                                                ##<br />
####################################################################<br />
#------------------------------------------------------------------------------<br />
# Do not change the following system generated value.<br />
#------------------------------------------------------------------------------<br />
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0<br />
#------------------------------------------------------------------------------<br />
# Specify the installation option.<br />
# It can be one of the following:<br />
# 1. INSTALL_DB_SWONLY<br />
# 2. INSTALL_DB_AND_CONFIG<br />
# 3. UPGRADE_DB<br />
#-------------------------------------------------------------------------------<br />
oracle.install.option=INSTALL_DB_SWONLY<br />
#-------------------------------------------------------------------------------<br />
# Specify the hostname of the system as set during the install. It can be used<br />
# to force the installation to use an alternative hostname rather than using the<br />
# first hostname found on the system. (e.g., for systems with multiple hostnames<br />
# and network interfaces)<br />
#-------------------------------------------------------------------------------<br />
ORACLE_HOSTNAME=diamond_lab<br />
#-------------------------------------------------------------------------------<br />
# Specify the Unix group to be set for the inventory directory.<br />
#-------------------------------------------------------------------------------<br />
UNIX_GROUP_NAME=dba<br />
#-------------------------------------------------------------------------------<br />
# Specify the location which holds the inventory files.<br />
#-------------------------------------------------------------------------------<br />
INVENTORY_LOCATION=/oracle/product/11.2.0.1.0/oraInventory<br />
<br />
#-------------------------------------------------------------------------------<br />
# Specify the languages in which the components will be installed.<br />
#<br />
# en   : English                  ja   : Japanese<br />
# fr   : French                   ko   : Korean<br />
# ar   : Arabic                   es   : Latin American Spanish<br />
# bn   : Bengali                  lv   : Latvian<br />
# pt_BR: Brazilian Portuguese     lt   : Lithuanian<br />
# bg   : Bulgarian                ms   : Malay<br />
# fr_CA: Canadian French          es_MX: Mexican Spanish<br />
# ca   : Catalan                  no   : Norwegian<br />
# hr   : Croatian                 pl   : Polish<br />
# cs   : Czech                    pt   : Portuguese<br />
# da   : Danish                   ro   : Romanian<br />
# nl   : Dutch                    ru   : Russian<br />
# ar_EG: Egyptian                 zh_CN: Simplified Chinese<br />
# en_GB: English (Great Britain)  sk   : Slovak<br />
# et   : Estonian                 sl   : Slovenian<br />
# fi   : Finnish                  es_ES: Spanish<br />
# de   : German                   sv   : Swedish<br />
# el   : Greek                    th   : Thai<br />
# iw   : Hebrew                   zh_TW: Traditional Chinese<br />
# hu   : Hungarian                tr   : Turkish<br />
# is   : Icelandic                uk   : Ukrainian<br />
# in   : Indonesian               vi   : Vietnamese<br />
# it   : Italian<br />
#<br />
# Example : SELECTED_LANGUAGES=en,fr,ja<br />
#------------------------------------------------------------------------------<br />
SELECTED_LANGUAGES=en<br />
#------------------------------------------------------------------------------<br />
# Specify the complete path of the Oracle Home.<br />
#------------------------------------------------------------------------------<br />
ORACLE_HOME=/oracle/product/11.2.0.1.0<br />
#------------------------------------------------------------------------------<br />
# Specify the complete path of the Oracle Base.<br />
#------------------------------------------------------------------------------<br />
ORACLE_BASE=/oracle/product<br />
#------------------------------------------------------------------------------<br />
# Specify the installation edition of the component.<br />
#<br />
# The value should contain only one of these choices.<br />
# EE     : Enterprise Edition<br />
# SE     : Standard Edition<br />
# SEONE  : Standard Edition One<br />
# PE     : Personal Edition (WINDOWS ONLY)<br />
#------------------------------------------------------------------------------<br />
oracle.install.db.InstallEdition=EE<br />
#------------------------------------------------------------------------------<br />
# This variable is used to enable or disable custom install.<br />
#<br />
# true  : Components mentioned as part of 'customComponents' property<br />
#         are considered for install.<br />
# false : Value for 'customComponents' is not considered.<br />
#------------------------------------------------------------------------------<br />
oracle.install.db.isCustomInstall=false<br />
#------------------------------------------------------------------------------<br />
# This variable is considered only if 'IsCustomInstall' is set to true.<br />
#<br />
# Description: List of Enterprise Edition Options you would like to install.<br />
#<br />
#              The following choices are available. You may specify any<br />
#              combination of these choices.  The components you choose should<br />
#              be specified in the form "internal-component-name:version"<br />
#              Below is a list of components you may specify to install.<br />
#<br />
#              oracle.rdbms.partitioning:11.2.0.1.0 - Oracle Partitioning<br />
#              oracle.rdbms.dm:11.2.0.1.0 - Oracle Data Mining<br />
#              oracle.rdbms.dv:11.2.0.1.0 - Oracle Database Vault<br />
#              oracle.rdbms.lbac:11.2.0.1.0 - Oracle Label Security<br />
#              oracle.rdbms.rat:11.2.0.1.0 - Oracle Real Application Testing<br />
#              oracle.oraolap:11.2.0.1.0 - Oracle OLAP<br />
#------------------------------------------------------------------------------<br />
oracle.install.db.customComponents=oracle.server:11.2.0.1.0,oracle.sysman.ccr:10.2.7.0.0,oracle.xdk:  11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network:11.2.0.1.0,oracle.network.listener:11.2.0.1.0,  oracle.rdbms:11.2.0.1.0,oracle.options:11.2.0.1.0,oracle.rdbms.partitioning:11.2.0.1.0,oracle.oraola  p:11.2.0.1.0,oracle.rdbms.dm:11.2.0.1.0,oracle.rdbms.dv:11.2.0.1.0,orcle.rdbms.lbac:11.2.0.1.0,oracl  e.rdbms.rat:11.2.0.1.0<br />
###############################################################################<br />
#                                                                             #<br />
# PRIVILEGED OPERATING SYSTEM GROUPS                                          #<br />
# ------------------------------------------                                  #<br />
# Provide values for the OS groups to which OSDBA and OSOPER privileges       #<br />
# needs to be granted. If the install is being performed as a member of the   # <br />
# group "dba", then that will be used unless specified otherwise below.       #<br />
#                                                                             #<br />
###############################################################################<br />
#------------------------------------------------------------------------------<br />
# The DBA_GROUP is the OS group which is to be granted OSDBA privileges.<br />
#------------------------------------------------------------------------------<br />
oracle.install.db.DBA_GROUP=dba<br />
#------------------------------------------------------------------------------<br />
# The OPER_GROUP is the OS group which is to be granted OSOPER privileges.<br />
#------------------------------------------------------------------------------<br />
oracle.install.db.OPER_GROUP=dba<br />
#------------------------------------------------------------------------------</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>BeefStu</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61359</guid>
		</item>
		<item>
			<title>Expiry_date column verification</title>
			<link>http://www.dbasupport.com/forums/showthread.php?t=61354&amp;goto=newpost</link>
			<pubDate>Tue, 24 Aug 2010 10:01:29 GMT</pubDate>
			<description><![CDATA[Hi,

When I query the view dba_users, the expiry_date column shows empty for few users.
Also, for few users the account_status shows "open" but the expiry_date is of 2008/2009.

Could someone please explain the reasons for the above two observations?

Thanks in advance,]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
When I query the view dba_users, the expiry_date column shows empty for few users.<br />
Also, for few users the account_status shows "open" but the expiry_date is of 2008/2009.<br />
<br />
Could someone please explain the reasons for the above two observations?<br />
<br />
Thanks in advance,</div>

]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?f=1">Oracle Database Administration</category>
			<dc:creator>getnami</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?t=61354</guid>
		</item>
	</channel>
</rss>
