<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>AskDBA.org Forum: Recent Posts</title>
<link>http://askdba.org/forum/</link>
<description>Forum for Oracle DBA's</description>
<language>en</language>
<pubDate>Wed, 07 Jan 2009 01:10:02 +0000</pubDate>

<item>
<title>daniesh on "clone database using Hot backup"</title>
<link>http://askdba.org/forum/topic.php?id=18#post-46</link>
<pubDate>Wed, 26 Nov 2008 07:15:52 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">46@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi Amit,&#60;br /&#62;
Thanks for your time and input.
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "clone database using Hot backup"</title>
<link>http://askdba.org/forum/topic.php?id=18#post-45</link>
<pubDate>Tue, 25 Nov 2008 10:06:21 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">45@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Cool..nice to hear that..&#60;/p&#62;
&#60;p&#62;Actually if you had archived the redo log, you would not have needed to give online redo log..&#60;br /&#62;
Also online redo log is never part of the backup strategy..&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Amit
&#60;/p&#62;</description>
</item>
<item>
<title>daniesh on "clone database using Hot backup"</title>
<link>http://askdba.org/forum/topic.php?id=18#post-44</link>
<pubDate>Tue, 25 Nov 2008 09:46:15 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">44@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi Amit,&#60;br /&#62;
Thanks for the help.&#60;br /&#62;
What i did in my case i applied the path of online redolog files and it worked.&#60;br /&#62;
my database is new. client request me to create a database and suddenly asked me to clone the DEV database with PROD DB. so archive was generated in my case. becasue of this reason i applied online redolog path and then cancel&#60;br /&#62;
it worked!!!&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
Daniesh
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "clone database using Hot backup"</title>
<link>http://askdba.org/forum/topic.php?id=18#post-43</link>
<pubDate>Tue, 25 Nov 2008 09:16:18 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">43@http://askdba.org/forum/</guid>
<description>&#60;p&#62;&#38;lt;I&#38;gt;I have one doubt if i will not copy the online redo log then how it will get generated.&#38;lt;/I&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt; When you open the database with resetlogs , it will create the redo logs.&#60;/p&#62;
&#60;p&#62;Secondly did you copy the archived logs after you ended the backup (Also had to issue switch logfile). I did a test setup and you need to issue following&#60;/p&#62;
&#60;pre&#62;
SQL&#38;gt; recover database using BACKUP CONTROLFILE until cancel;
ORA-00279: change 542839 generated at 11/25/2008 02:38:29 needed for thread 1
ORA-00289: suggestion :
/u01/app/oracle/product/10.2.0/db_1/flash_recovery_area/TEST/archivelog/2008_11_
25/o1_mf_1_3_%u_.arc
ORA-00280: change 542839 for thread 1 is in sequence #3

Specify log: {&#38;lt;RET&#38;gt;=suggested &#124; filename &#124; AUTO &#124; CANCEL}
&#60;/pre&#62;
&#60;p&#62;You need to give the archived log name here and then say &#34;Cancel&#34; and open the database&#60;/p&#62;
&#60;pre&#62;

/u01/app/oracle/oradata/TEST/o1_mf_1_3_4lqgzpsg_.arc
ORA-00279: change 543072 generated at 11/25/2008 02:48:54 needed for thread 1
ORA-00289: suggestion :
/u01/app/oracle/product/10.2.0/db_1/flash_recovery_area/TEST/archivelog/2008_11_
25/o1_mf_1_4_%u_.arc
ORA-00280: change 543072 for thread 1 is in sequence #4
ORA-00278: log file '/u01/app/oracle/oradata/TEST/o1_mf_1_3_4lqgzpsg_.arc' no
longer needed for this recovery

Specify log: {&#38;lt;RET&#38;gt;=suggested &#124; filename &#124; AUTO &#124; CANCEL}
/u01/app/oracle/oradata/TEST/o1_mf_1_4_4lqgzsbq_.arc
ORA-00279: change 543074 generated at 11/25/2008 02:48:57 needed for thread 1
ORA-00289: suggestion :
/u01/app/oracle/product/10.2.0/db_1/flash_recovery_area/TEST/archivelog/2008_11_
25/o1_mf_1_5_%u_.arc
ORA-00280: change 543074 for thread 1 is in sequence #5
ORA-00278: log file '/u01/app/oracle/oradata/TEST/o1_mf_1_4_4lqgzsbq_.arc' no
longer needed for this recovery

Specify log: {&#38;lt;RET&#38;gt;=suggested &#124; filename &#124; AUTO &#124; CANCEL}
cancel
Media recovery cancelled.
SQL&#38;gt; alter database open resetlogs;

Database altered.
&#60;/pre&#62;</description>
</item>
<item>
<title>daniesh on "clone database using Hot backup"</title>
<link>http://askdba.org/forum/topic.php?id=18#post-42</link>
<pubDate>Tue, 25 Nov 2008 09:09:52 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">42@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi Amit,&#60;br /&#62;
please find the error below.&#60;br /&#62;
ORA-01194: file 1 needs more recovery to be consistent&#60;br /&#62;
ORA-01110: data file 1: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF'&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>daniesh on "clone database using Hot backup"</title>
<link>http://askdba.org/forum/topic.php?id=18#post-41</link>
<pubDate>Tue, 25 Nov 2008 06:23:49 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">41@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi Amit,&#60;br /&#62;
Thanks for the input.&#60;br /&#62;
I am using hot backup.&#60;br /&#62;
The steps which i am following is&#60;br /&#62;
1. alter system switch logfile;(2-3 times)&#60;br /&#62;
2.Taking the database in backup mode&#60;br /&#62;
3.copy all the datafiles from source to target server.&#60;br /&#62;
4.alter system switch logfile;(2-3 times)&#60;br /&#62;
5.alter database backup controlfile to trace;&#60;br /&#62;
to generate a trace of the control file&#60;br /&#62;
go to the udump location and copy the last trace file&#60;br /&#62;
make chages and generate the control file script&#60;br /&#62;
for e.g&#60;br /&#62;
copy the contents of trace file from create controifile reuse..... character set&#60;br /&#62;
and made some changes like inplace of reuse i write set as i am my database name is different from the source one.&#60;br /&#62;
save the file as create.sql&#60;br /&#62;
on target server:&#60;br /&#62;
set the sid of target db.&#60;br /&#62;
then conect to database using sqlplus&#60;br /&#62;
create the dir udump, bdump and cdump.&#60;br /&#62;
copy the pfile from the source database to the target database and made changes accordingly like dbname , path of controlfile as i am using different location for control file.&#60;br /&#62;
startup the database in nomount stage&#60;br /&#62;
run the script which i generated in step 5.&#60;br /&#62;
on sql prompt i got the result as file created.&#60;br /&#62;
now when i try to open the database using reset log option&#60;br /&#62;
alter database open resetlogs;&#60;br /&#62;
now i am getting an error that system01.dbf needs recovery.&#60;br /&#62;
when i execute the conmmand&#60;br /&#62;
recover database using backup controlfile until cancel;&#60;br /&#62;
again i am getting an error.&#60;br /&#62;
the error is&#60;br /&#62;
ORA-01110&#60;br /&#62;
i didnt remember the error exactly.&#60;/p&#62;
&#60;p&#62;I have one doubt if i will not copy the online redo log then how it will get generated.&#60;br /&#62;
Please help me on this.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Daniesh
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "clone database using Hot backup"</title>
<link>http://askdba.org/forum/topic.php?id=18#post-40</link>
<pubDate>Mon, 24 Nov 2008 10:42:37 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">40@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Daniesh,&#60;/p&#62;
&#60;p&#62;How are you trying to clone the database? Are you using RMAN or user managed backups..And could you let us know the steps you have performed and also the error being faced by you..&#60;/p&#62;
&#60;p&#62;You do not need the redo log for recovery. You will require only the datafiles and the archived logs. You will be required to do incomplete recovery in this case. In case you are using RMAN, you can do following&#60;/p&#62;
&#60;p&#62;run&#60;br /&#62;
{&#60;br /&#62;
set until time &#34;to_date('24-nov-2008 16:00:00', 'dd-mon-rrrr hh24:mi:ss')&#34;;&#60;br /&#62;
restore database;&#60;br /&#62;
recover database;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>daniesh on "clone database using Hot backup"</title>
<link>http://askdba.org/forum/topic.php?id=18#post-39</link>
<pubDate>Mon, 24 Nov 2008 09:09:57 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">39@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;I am  an Oracle DBA.&#60;br /&#62;
I am cloning the development database from production.&#60;br /&#62;
I have some dount. while cloninng the database using hot backup.&#60;br /&#62;
do we need to copy redo log to the target location.&#60;br /&#62;
I am getting an error.&#60;br /&#62;
I am done with the creation of control file but i have not copied the online redo log file.&#60;br /&#62;
do i need to do copy it manually.&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;br /&#62;
Daniesh
&#60;/p&#62;</description>
</item>
<item>
<title>aaryadba on "Oracle 10g installation with 4GB RAM"</title>
<link>http://askdba.org/forum/topic.php?id=17#post-38</link>
<pubDate>Mon, 24 Nov 2008 05:08:09 +0000</pubDate>
<dc:creator>aaryadba</dc:creator>
<guid isPermaLink="false">38@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi DK,&#60;/p&#62;
&#60;p&#62;/3GB  /PAE support is only available if you are using server with more than 4GB RAM.&#60;/p&#62;
&#60;p&#62;If you have more than 4GB of RAM then you can change your server's boot.ini file and put a /3GB /PAE in it and can utilize memory upto 16GB.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Saurabh Sood
&#60;/p&#62;</description>
</item>
<item>
<title>devkakkar on "Oracle 10g installation with 4GB RAM"</title>
<link>http://askdba.org/forum/topic.php?id=17#post-37</link>
<pubDate>Fri, 21 Nov 2008 12:02:38 +0000</pubDate>
<dc:creator>devkakkar</dc:creator>
<guid isPermaLink="false">37@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have HP DL 380G5 Series Server, RAID 5, 4GB RAM, DUAL QUAD CORE XEON PROCESSOR( 8 CPU COUNTS) with WINDOWS 2003 ENT.&#60;br /&#62;
I want to install Oracle 10g R1 on this server. Please help me to address memory configruation in a proper manner like&#60;br /&#62;
using /3GB /PAE switches as OS level and configuring SPFILE/PFILE.&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;/p&#62;
&#60;p&#62;DK
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "asm tool"</title>
<link>http://askdba.org/forum/topic.php?id=16#post-36</link>
<pubDate>Thu, 20 Nov 2008 08:21:01 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">36@http://askdba.org/forum/</guid>
<description>&#60;p&#62;asmtool or asmtoolg(Gui version) helps to stamp the new disks on windows for using as ASM Disks. You can use asmtoolg utility present in %ORACLE_HOME%\bin directory which will provide GUI for stamping the disks.&#60;/p&#62;
&#60;p&#62;As per Oracle docs &#60;/p&#62;
&#60;pre&#62;asmtoolg shows the devices available on the system. Unrecognized disks are labeled as a &#34;Candidate device.&#34; Unformatted partitions are labeled as &#34;Oracle raw device file.&#34; Stamped ASM disks are labeled as &#34;Stamped ASM disk,&#34; and unstamped ASM disks are labeled as &#34;Unstamped ASM disks.&#34; The tool also shows disks that are recognized by Windows as a file system (such as NTFS). These disks are not available for use as ASM disks, and cannot be selected. &#60;/pre&#62;
&#60;p&#62;You can find the above information and also steps to use asmtoolg at below link&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://download.oracle.com/docs/cd/B28359_01/install.111/b28250/racstorage.htm#BABCAFIB&#34; rel=&#34;nofollow&#34;&#62;http://download.oracle.com/docs/cd/B28359_01/install.111/b28250/racstorage.htm#BABCAFIB&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>lata on "asm tool"</title>
<link>http://askdba.org/forum/topic.php?id=16#post-35</link>
<pubDate>Thu, 20 Nov 2008 07:44:37 +0000</pubDate>
<dc:creator>lata</dc:creator>
<guid isPermaLink="false">35@http://askdba.org/forum/</guid>
<description>&#60;p&#62;what is asm tool and how to use it
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "ORA-01013: user requested cancel of current operation"</title>
<link>http://askdba.org/forum/topic.php?id=15#post-34</link>
<pubDate>Fri, 14 Nov 2008 04:22:01 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">34@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Could you actually let us know what exact command you used to shutdown the database. Also give us the full alert log content after you issued shutdown.&#60;/p&#62;
&#60;p&#62;ORA-1013 would normally arise when you press Ctrl + C after issuing a command at sqlplus prompt..&#60;/p&#62;
&#60;p&#62;-Amit
&#60;/p&#62;</description>
</item>
<item>
<title>SERDAR on "ORA-01013: user requested cancel of current operation"</title>
<link>http://askdba.org/forum/topic.php?id=15#post-33</link>
<pubDate>Thu, 13 Nov 2008 16:08:04 +0000</pubDate>
<dc:creator>SERDAR</dc:creator>
<guid isPermaLink="false">33@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I use stopdb to close database.I get error ORA-01013: user requested cancel of current operation in alert log.Some active sessions prevents to close database&#60;br /&#62;
how can I solve this problem&#60;br /&#62;
My platform is IBM AIX 5L.
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "Oracle 11g install performance on Sun T5220"</title>
<link>http://askdba.org/forum/topic.php?id=14#post-32</link>
<pubDate>Thu, 13 Nov 2008 06:44:16 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">32@http://askdba.org/forum/</guid>
<description>&#60;p&#62;I have seen dbca taking time when all options like JVM,XML , OLAP are chosen. By default all these are checked in and you have to uncheck them if you do not want it. Did you see the place where DBCA was taking more time? was it during data dictionary creation phase?&#60;/p&#62;
&#60;p&#62;-Amit
&#60;/p&#62;</description>
</item>
<item>
<title>alancdavis on "Oracle 11g install performance on Sun T5220"</title>
<link>http://askdba.org/forum/topic.php?id=14#post-31</link>
<pubDate>Wed, 12 Nov 2008 04:50:01 +0000</pubDate>
<dc:creator>alancdavis</dc:creator>
<guid isPermaLink="false">31@http://askdba.org/forum/</guid>
<description>&#60;p&#62;I'm installing our first production RAC servers and am flummoxed by how long it's taking to install the db instance using dbca. It takes more than 3 hours to install from the Custom setup in dbca on a 64gb machine using 2gb FCA's to 800gb of ASM storage on an HP EVA SAN array.&#60;/p&#62;
&#60;p&#62;Any thoughts on why it would take so long?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "Audit SELECT"</title>
<link>http://askdba.org/forum/topic.php?id=13#post-30</link>
<pubDate>Fri, 07 Nov 2008 05:23:50 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">30@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just to add to Suarabh's reply. You can audit select's in database using schema level auditing. e.g audit select on employees will log selects on the employee table.&#60;/p&#62;
&#60;p&#62;In case of FGA ,we can do fine grained auditing i.e we can define filters and also do auditing at column level.
&#60;/p&#62;</description>
</item>
<item>
<title>aaryadba on "Audit SELECT"</title>
<link>http://askdba.org/forum/topic.php?id=13#post-29</link>
<pubDate>Thu, 06 Nov 2008 09:58:58 +0000</pubDate>
<dc:creator>aaryadba</dc:creator>
<guid isPermaLink="false">29@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In Standard edition you do not have the option of FGA.&#60;br /&#62;
You can simply set the audit_trail parameter and try to audit normally.&#60;br /&#62;
If it fails, please show us the method you used.&#60;/p&#62;
&#60;p&#62;Cheers!!!!&#60;br /&#62;
Saurabh
&#60;/p&#62;</description>
</item>
<item>
<title>ramaral on "Audit SELECT"</title>
<link>http://askdba.org/forum/topic.php?id=13#post-28</link>
<pubDate>Tue, 28 Oct 2008 12:17:21 +0000</pubDate>
<dc:creator>ramaral</dc:creator>
<guid isPermaLink="false">28@http://askdba.org/forum/</guid>
<description>&#60;p&#62;How to Audit  select's in the database 10g Standard. FGA does not work and triggers only  for insert, delete, update.
&#60;/p&#62;</description>
</item>
<item>
<title>aaryadba on "Rman duplicate with cold backup"</title>
<link>http://askdba.org/forum/topic.php?id=12#post-27</link>
<pubDate>Thu, 02 Oct 2008 07:20:10 +0000</pubDate>
<dc:creator>aaryadba</dc:creator>
<guid isPermaLink="false">27@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi Ani,&#60;/p&#62;
&#60;p&#62;It requires target database in either MOUNT or OPEN stage to duplicate database using RMAN. Could you give the complete RMAN command that you are using to duplicate the database?
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "Multiple Oracle home RAC"</title>
<link>http://askdba.org/forum/topic.php?id=11#post-26</link>
<pubDate>Tue, 30 Sep 2008 11:28:21 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">26@http://askdba.org/forum/</guid>
<description>&#60;p&#62;1) Yes, you need to use only one ASM and CRS version.&#60;/p&#62;
&#60;p&#62;2) Yes, in this case it will support 10.2 and 10.1 databases&#60;/p&#62;
&#60;p&#62;3) Yes it can support. But again if there is any feature which is available in newer release , you will not be able to use it with lower release database. Starting from 11g, you have COMPATIBLE.ASM and COMPATIBLE.RDBMS disk group attributes which specify the compatibility settings for Oracle ASM and database instances. Check following for more detail&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://download.oracle.com/docs/cd/B28359_01/server.111/b31107/asmdiskgrps.htm#CHDDIGBJ&#34; rel=&#34;nofollow&#34;&#62;http://download.oracle.com/docs/cd/B28359_01/server.111/b31107/asmdiskgrps.htm#CHDDIGBJ&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Rinku on "Multiple Oracle home RAC"</title>
<link>http://askdba.org/forum/topic.php?id=11#post-25</link>
<pubDate>Tue, 30 Sep 2008 10:19:00 +0000</pubDate>
<dc:creator>Rinku</dc:creator>
<guid isPermaLink="false">25@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Thanks Amit. sounds good.  just wanted to clarify... &#60;/p&#62;
&#60;p&#62;1. does it mean we will use only one CRS and ASM which can manage DB of different versions?&#60;/p&#62;
&#60;p&#62;2. Can we compare ASM with  listener which can support the existing as well as lower version databases?&#60;/p&#62;
&#60;p&#62;3. Can one ASM listener running on 10.2.0.4 support multiple databases running on different version without any issue?&#60;/p&#62;
&#60;p&#62;Appreciate your response.
&#60;/p&#62;</description>
</item>
<item>
<title>aniruddharp on "Rman duplicate with cold backup"</title>
<link>http://askdba.org/forum/topic.php?id=12#post-24</link>
<pubDate>Mon, 29 Sep 2008 18:00:50 +0000</pubDate>
<dc:creator>aniruddharp</dc:creator>
<guid isPermaLink="false">24@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I am trying to clone a database with rman duplicate command.But here I am trying to use Rman backup taken when database was in MOUNT stage.So it's a cold backup.&#60;br /&#62;
When I am trying to issue duplicate command with this backup it's throwing an error &#34; RMAN-06023:NO BACKUP OR COPY OF DATAFILE 7 FOUND TO RESTORE &#34;.&#60;br /&#62;
This is happenning with all datafiles in the backup.&#60;br /&#62;
List backupset command shows me proper and expected results.&#60;br /&#62;
Note : I am using nocatalog approach for target database backup.&#60;br /&#62;
Is this not supported in duplicate database command?&#60;br /&#62;
-Ani
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "Multiple Oracle home RAC"</title>
<link>http://askdba.org/forum/topic.php?id=11#post-23</link>
<pubDate>Sat, 27 Sep 2008 05:34:00 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">23@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Rinku,&#60;/p&#62;
&#60;p&#62;As we cannot run database with lower CRS/ASM version, so I would suggest that you upgrade the existing 10.2.0.2 CRS and ASM to 10.2.0.4 and then create new database in new DB home. So your configuration will look like&#60;/p&#62;
&#60;p&#62;CRS running on 10.2.0.4&#60;br /&#62;
ASM running on 10.2.0.4&#60;/p&#62;
&#60;p&#62;DB1 running on 10.2.0.2 from ORACLE_HOME1&#60;br /&#62;
DB2 running on 10.2.0.4 from ORACLE_HOME2
&#60;/p&#62;</description>
</item>
<item>
<title>Rinku on "Multiple Oracle home RAC"</title>
<link>http://askdba.org/forum/topic.php?id=11#post-22</link>
<pubDate>Fri, 26 Sep 2008 17:24:40 +0000</pubDate>
<dc:creator>Rinku</dc:creator>
<guid isPermaLink="false">22@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi Amit,&#60;br /&#62;
Sorry for not being so clear in my requirement. I want two oracle homes for two different versions of oracle. I want to have two different oracle database running on two different oracle home for instance 1 database running on 10.2.0.2 and 10.2.0.4.&#60;/p&#62;
&#60;p&#62;My current setup is :-&#60;/p&#62;
&#60;p&#62;CRS running on 10.2.0.2&#60;br /&#62;
ASM running on 10.2.0.2&#60;br /&#62;
DB running on 10.2.0.2&#60;/p&#62;
&#60;p&#62;I want a new DB in 10.2.0.4 and hence need to have another home at 10.2.0.4.&#60;br /&#62;
In this case, do i need to install a seprate 10.2.0.4 CRS home as well as 10.2.0.4 DB home?
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "Multiple Oracle home RAC"</title>
<link>http://askdba.org/forum/topic.php?id=11#post-21</link>
<pubDate>Sun, 21 Sep 2008 05:56:06 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">21@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Rinku,&#60;/p&#62;
&#60;p&#62;You can use the same Oracle home for creating database (use DBCA to create database). You do not require multiple homes for running multiple databases.&#60;/p&#62;
&#60;p&#62;Even if you require two different Database Oracle homes, you can just install oracle database software in new home and use the same CRS for Clusterware.
&#60;/p&#62;</description>
</item>
<item>
<title>Rinku on "Multiple Oracle home RAC"</title>
<link>http://askdba.org/forum/topic.php?id=11#post-20</link>
<pubDate>Sat, 20 Sep 2008 21:24:24 +0000</pubDate>
<dc:creator>Rinku</dc:creator>
<guid isPermaLink="false">20@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi, We want to install multiple oracle home on two node RAC server. Could you please advice me if we need to install multiple CRS, ASM and DB engines?&#60;br /&#62;
We are using RAW devices. CRS is installed in one home and ASM, DB is installed on 2nd home.&#60;br /&#62;
Do I need to reconfigure the cluster with new version too? does it require two CRS sevices running from two different homes?
&#60;/p&#62;</description>
</item>
<item>
<title>aaryadba on "error while addign a disk to asm diskgroup"</title>
<link>http://askdba.org/forum/topic.php?id=10#post-19</link>
<pubDate>Fri, 12 Sep 2008 16:18:31 +0000</pubDate>
<dc:creator>aaryadba</dc:creator>
<guid isPermaLink="false">19@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Anu,&#60;/p&#62;
&#60;p&#62;1. Does the disk appear under v$asm_disk?&#60;br /&#62;
You can check it as:&#60;/p&#62;
&#60;p&#62;select group_number, name, path from v$asm_disk;&#60;/p&#62;
&#60;p&#62;2. Is this a new LUN created?&#60;/p&#62;
&#60;p&#62;3. Have you used  asmtoolg to delete any existing lun ?&#60;br /&#62;
If asmtoolg was used to delete any existing lun then it is mandatory to bounce the ASM instance and then try to add a lun from scratch.&#60;/p&#62;
&#60;p&#62;-Saurabh Sood
&#60;/p&#62;</description>
</item>
<item>
<title>anu.kmth on "error while addign a disk to asm diskgroup"</title>
<link>http://askdba.org/forum/topic.php?id=10#post-18</link>
<pubDate>Fri, 12 Sep 2008 15:20:03 +0000</pubDate>
<dc:creator>anu.kmth</dc:creator>
<guid isPermaLink="false">18@http://askdba.org/forum/</guid>
<description>&#60;p&#62;1. asmtool is listing the disks as shown below.&#60;br /&#62;
--------------------------------------------------------------------&#60;br /&#62;
C:\oracle\product\10.2.0\db_1\BIN\BIN&#38;gt;asmtool -list&#60;br /&#62;
NTFS                             \Device\Harddisk0\Partition1            25595M&#60;br /&#62;
NTFS                             \Device\Harddisk1\Partition1            35998M&#60;br /&#62;
NTFS                             \Device\Harddisk1\Partition2            33994M&#60;br /&#62;
NTFS                             \Device\Harddisk2\Partition1            34994M&#60;br /&#62;
NTFS                             \Device\Harddisk3\Partition1            34946M&#60;br /&#62;
ORCLDISKASM0                     \Device\Harddisk4\Partition1             1011M&#60;br /&#62;
ORCLDISKASM2                     \Device\Harddisk5\Partition1             1011M&#60;br /&#62;
NTFS                             \Device\Harddisk7\Partition1             5122M&#60;br /&#62;
ORCLDISKASM0                     \Device\Harddisk9\Partition1             1004M&#60;br /&#62;
ORCLDISKASM1                     \Device\Harddisk10\Partition1            1004M&#60;br /&#62;
ORCLDISKASM3                     \Device\Harddisk10\Partition2            1004M&#60;br /&#62;
ORCLDISKASM0                     \Device\Harddisk10\Partition3            1004M&#60;br /&#62;
ORCLDISKASM1040                  \Device\Harddisk10\Partition4            1004M&#60;/p&#62;
&#60;p&#62;2. When tried to add ORCLDISKASM1040 to existing ASm disk group following error is seen&#60;br /&#62;
-----------------------------------------------------------&#60;/p&#62;
&#60;p&#62;SQL&#38;gt; ALTER DISKGROUP disk_group_1 ADD DISK '\\.\ORCLDISKASM1040';&#60;br /&#62;
ALTER DISKGROUP disk_group_1 ADD DISK '\\.\ORCLDISKASM1040'&#60;br /&#62;
*&#60;br /&#62;
ERROR at line 1:&#60;br /&#62;
ORA-15032: not all alterations performed&#60;br /&#62;
ORA-15031: disk specification '\\.\ORCLDISKASM1040' matches no disks&#60;/p&#62;
&#60;p&#62;Please help/suggest on how to fix this....................................
&#60;/p&#62;</description>
</item>
<item>
<title>Sasi on "Error while creating of Snapshot"</title>
<link>http://askdba.org/forum/topic.php?id=7#post-16</link>
<pubDate>Fri, 29 Aug 2008 17:13:39 +0000</pubDate>
<dc:creator>Sasi</dc:creator>
<guid isPermaLink="false">16@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Monash_aus,&#60;/p&#62;
&#60;p&#62;&#38;lt;&#38;lt; trying to create a snapshot in a different schema to that of base &#38;gt;&#38;gt; &#60;/p&#62;
&#60;p&#62;thats an interesting one.. creating a  MV/snapshot in a different schema to that of base schema.&#60;/p&#62;
&#60;p&#62;Snapshots were used in 8i. From 9i we should use materialized views (MV) . To create a fast refresh MV we need to create a MV log first  in the source schema and give access to this MV log to the target schema.&#60;/p&#62;
&#60;p&#62;In case if you are not familiar with Materialized View (MV) , refer the below steps to create a MV that will get refreshed once an hour.&#60;/p&#62;
&#60;p&#62;-----------------------------------  Start -------------------------------------------------------------------&#60;br /&#62;
Lets say you have two schemas , SAM and  JOHN .&#60;/p&#62;
&#60;p&#62;Now ,SAM wants to create a materialized view (TAB1_MV) on JOHN.TAB1 table,&#60;/p&#62;
&#60;p&#62;1st SAM should have the following privileges granted to him&#60;/p&#62;
&#60;p&#62;1.As sysdba grant the following privileges to SAM.&#60;/p&#62;
&#60;p&#62;grant create materialized view to SAM;&#60;br /&#62;
grant global query rewrite to SAM;&#60;br /&#62;
grant on commit refresh to SAM;&#60;/p&#62;
&#60;p&#62;2.Login as user JOHN and grant the required table access to SAM,&#60;/p&#62;
&#60;p&#62;grant select on JOHN.TAB1 to SAM;&#60;/p&#62;
&#60;p&#62;create materialized view log on JOHN.TAB1 with primary key;&#60;/p&#62;
&#60;p&#62;The above sql will create a  MV log named MLOG$_TAB1 in JOHN schema.&#60;/p&#62;
&#60;p&#62;grant select on JOHN.MLOG$_TAB1 to SAM;&#60;/p&#62;
&#60;p&#62;3.Now connect to SAM schema and run the follwoing SQLs,&#60;/p&#62;
&#60;p&#62;create materialized view TAB1_MV&#60;br /&#62;
    build immediate&#60;br /&#62;
    refresh fast&#60;br /&#62;
    start with sysdate&#60;br /&#62;
    next sysdate+1/24&#60;br /&#62;
    with primary key&#60;br /&#62;
    enable query rewrite&#60;br /&#62;
    as&#60;br /&#62;
    SELECT * from TAB1;&#60;/p&#62;
&#60;p&#62;This creates the required MV and populates the data and refresh takes ple every hour.&#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;-----------------------------------------------------------------------&#60;br /&#62;
Note 1:&#60;/p&#62;
&#60;p&#62;To check if SAM has appropriate privileges to create a materialized view run the following,&#60;/p&#62;
&#60;p&#62;select grantee,privilege from user_sys_privs ; &#60;/p&#62;
&#60;p&#62;create materialized&#60;br /&#62;
global query rewrite&#60;br /&#62;
on commit refresh&#60;/p&#62;
&#60;p&#62;should see an output something like above&#60;/p&#62;
&#60;p&#62;Note 2:&#60;/p&#62;
&#60;p&#62;If the materialized view log name is more than 30 characters then the name would be trunacted automatically while creating MV log. This will give an error as table not found while creating MV.&#60;br /&#62;
----------------------------------------------------- End ----------------------------------------------&#60;/p&#62;
&#60;p&#62;For more info on MV refer, (9i)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://download.oracle.com/docs/cd/B10501_01/server.920/a96567/repmview.htm&#34; rel=&#34;nofollow&#34;&#62;http://download.oracle.com/docs/cd/B10501_01/server.920/a96567/repmview.htm&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "ASM not starting up after system reboot"</title>
<link>http://askdba.org/forum/topic.php?id=8#post-15</link>
<pubDate>Fri, 29 Aug 2008 07:21:04 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">15@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Cool!! Do update ASM alert log entry also in case issue does not resolve..
&#60;/p&#62;</description>
</item>
<item>
<title>nukavarapu on "ASM not starting up after system reboot"</title>
<link>http://askdba.org/forum/topic.php?id=8#post-13</link>
<pubDate>Thu, 28 Aug 2008 17:58:04 +0000</pubDate>
<dc:creator>nukavarapu</dc:creator>
<guid isPermaLink="false">13@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Thank You, Amit. I will check back with you after making that change.
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "ASM not starting up after system reboot"</title>
<link>http://askdba.org/forum/topic.php?id=8#post-12</link>
<pubDate>Thu, 28 Aug 2008 08:00:14 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">12@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi Satya,&#60;/p&#62;
&#60;p&#62;Looking at description for error ORA-2970 we see following&#60;/p&#62;
&#60;pre&#62;
oerr ora 29760
29760, 00000, &#34;instance_number parameter not specified&#34;
// *Cause: The init.ora file did not contain a value for the instance_number
//         which is required to identify this instance to other instances of
//         the database running on the same cluster
// *Action: Assign a value to the instance_number parameter in the init.ora
//          parameter file
&#60;/pre&#62;
&#60;p&#62;So it looks like the instance_number parameter is not specified. Or it could be that instance is not able to access the correct spfile. Is your ASM spfile on OCFS? If yes, can you check if it can access it.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Amit
&#60;/p&#62;</description>
</item>
<item>
<title>nukavarapu on "ASM not starting up after system reboot"</title>
<link>http://askdba.org/forum/topic.php?id=8#post-11</link>
<pubDate>Wed, 27 Aug 2008 19:06:55 +0000</pubDate>
<dc:creator>nukavarapu</dc:creator>
<guid isPermaLink="false">11@http://askdba.org/forum/</guid>
<description>&#60;p&#62;We have a 2 node prototype RAC cluster running on 2 nodes using iscsi and OCFS, ASM. After reboot of the 2 nodes ASM is giving the following error message. &#60;/p&#62;
&#60;p&#62;ORA-29760: instance_number parameter not specified&#60;/p&#62;
&#60;p&#62;Here is the result of crs_stat -t..&#60;/p&#62;
&#60;p&#62;[oracle@satya dbs]$ crs_stat -t&#60;br /&#62;
Name           Type           Target    State     Host&#60;br /&#62;
------------------------------------------------------------&#60;br /&#62;
ora....SRV1.cs application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora....cl2.srv application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora.orcl.db    application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora....l1.inst application    OFFLINE   OFFLINE&#60;br /&#62;
ora....l2.inst application    OFFLINE   OFFLINE&#60;br /&#62;
ora...._taf.cs application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora....cl1.srv application    ONLINE    UNKNOWN   satya&#60;br /&#62;
ora....cl2.srv application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora....SM1.asm application    ONLINE    OFFLINE&#60;br /&#62;
ora....YA.lsnr application    ONLINE    ONLINE    satya&#60;br /&#62;
ora.satya.gsd  application    ONLINE    ONLINE    satya&#60;br /&#62;
ora.satya.ons  application    ONLINE    ONLINE    satya&#60;br /&#62;
ora.satya.vip  application    ONLINE    ONLINE    satya&#60;br /&#62;
ora....SM2.asm application    ONLINE    OFFLINE&#60;br /&#62;
ora....HA.lsnr application    OFFLINE   OFFLINE&#60;br /&#62;
ora.usha.gsd   application    ONLINE    ONLINE    usha&#60;br /&#62;
ora.usha.ons   application    ONLINE    ONLINE    usha&#60;br /&#62;
ora.usha.vip   application    ONLINE    ONLINE    usha&#60;/p&#62;
&#60;p&#62;Can you please advise me,what is missing here.&#60;br /&#62;
thanks,&#60;br /&#62;
satya
&#60;/p&#62;</description>
</item>
<item>
<title>AmitDBA on "Error while creating of Snapshot"</title>
<link>http://askdba.org/forum/topic.php?id=7#post-10</link>
<pubDate>Thu, 21 Aug 2008 17:10:30 +0000</pubDate>
<dc:creator>AmitDBA</dc:creator>
<guid isPermaLink="false">10@http://askdba.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have not encountered this error earlier. Did you try searching metalink.&#60;/p&#62;
&#60;p&#62;Also what happens when you use schema name to identify the table. e.g&#60;br /&#62;
CREATE SNAPSHOT snapshot1&#60;br /&#62;
REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1/24&#60;br /&#62;
AS&#60;br /&#62;
select * from scott.table1;&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Amit
&#60;/p&#62;</description>
</item>

</channel>
</rss>
