<?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 &#187; Recent Topics</title>
<link>http://www.forum.askdba.org/</link>
<description>Forum for Oracle DBA&#039;s</description>
<language>en</language>
<pubDate>Thu, 09 Feb 2012 22:00:28 +0000</pubDate>

<item>
<title>e303868 on "ORACLE_HOME/(server_dbname)/sysman/recv/errors"</title>
<link>http://www.forum.askdba.org/topic/oracle_homeserver_dbnamesysmanrecverrors#post-305</link>
<pubDate>Sat, 14 Jan 2012 17:41:30 +0000</pubDate>
<dc:creator>e303868</dc:creator>
<guid isPermaLink="false">305@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I have recently installed oracle application server on windows server 2003.&#60;br /&#62;
and I also configured our system on this application and working fine with no problem.&#60;br /&#62;
The problem is that there are many errors generated under ORACLE INFRA_HOME/(server_dbname)/sysman/recv/errors filling up my hard disk.&#60;br /&#62;
The Files like A0000000064.err_2007_06_29_17_45_53.&#60;br /&#62;
The content of the files are similar, and begin with:-&#60;/p&#62;
&#60;p&#62;=============================&#60;br /&#62;
Time: 2011-12-17 16:53:49&#60;br /&#62;
From: &#60;a href=&#34;http://testapp:1830/emd/main&#34; rel=&#34;nofollow&#34;&#62;http://testapp:1830/emd/main&#60;/a&#62;&#60;br /&#62;
--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;UPLOAD OMS_PROTOCOL_VERSION=&#34;10.1.0.2.0&#34; UPLOAD_TYPE=&#34;metadata&#34; EMD_URL=&#34;http://testapp:1830/emd/main&#34; MERGE_TIMESTAMP=&#34;2011-12-17 16:53:49&#34;&#38;gt;&#60;br /&#62;
&#38;lt;ROWSET OMS_PROTOCOL_VERSION=&#34;10.1.0.2.0&#34; TABLE=&#34;MGMT_TARGET_PROP_DEFS&#34;&#38;gt;&#60;br /&#62;
&#38;lt;ROW&#38;gt;&#60;br /&#62;
&#38;lt;TARGET_TYPE&#38;gt;oracle_database&#38;lt;/TARGET_TYPE&#38;gt;&#60;br /&#62;
&#38;lt;TYPE_META_VER&#38;gt;3.1&#38;lt;/TYPE_META_VER&#38;gt;&#60;br /&#62;
&#38;lt;PROPERTY_NAME&#38;gt;OracleHome&#38;lt;/PROPERTY_NAME&#38;gt;&#60;br /&#62;
&#38;lt;PROPERTY_TYPE&#38;gt;INSTANCE&#38;lt;/PROPERTY_TYPE&#38;gt;&#60;br /&#62;
&#38;lt;PROPERTY_DISPLAY_NAME&#38;gt;Oracle home path&#38;lt;/PROPERTY_DISPLAY_NAME&#38;gt;&#60;br /&#62;
&#38;lt;PROPERTY_DISPLAY_NLSID&#38;gt;OracleHome_iprop&#38;lt;/PROPERTY_DISPLAY_NLSID&#38;gt;&#60;br /&#62;
&#38;lt;REQUIRED_FLAG&#38;gt;0&#38;lt;/REQUIRED_FLAG&#38;gt;&#60;br /&#62;
&#38;lt;CREDENTIAL_FLAG&#38;gt;0&#38;lt;/CREDENTIAL_FLAG&#38;gt;&#60;br /&#62;
&#38;lt;DEFAULT_VALUE/&#38;gt;&#60;/p&#62;
&#60;p&#62;===================================&#60;br /&#62;
What can I do to stop these generated files?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>Pankaj Sharma on "Lost all voting disk on ASM in oracle 11gr2"</title>
<link>http://www.forum.askdba.org/topic/lost-all-voting-disk-on-asm-in-oracle-11gr2#post-301</link>
<pubDate>Tue, 20 Dec 2011 11:56:14 +0000</pubDate>
<dc:creator>Pankaj Sharma</dc:creator>
<guid isPermaLink="false">301@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This is regarding Oracle 11gR2 RAC. I have a 2 node RAC on RHEL5. I have my voting file on ASM diskgroup named &#34;+DATA1&#34;, which is created on device &#34;/dev/sdc1&#34;. Below is the details:&#60;/p&#62;
&#60;p&#62;[root@rac1 ~]# oracleasm querydisk -p ASMDISK2&#60;br /&#62;
Disk &#34;ASMDISK2&#34; is a valid ASM disk&#60;br /&#62;
/dev/sdc1: LABEL=&#34;ASMDISK2&#34; TYPE=&#34;oracleasm&#34; &#60;/p&#62;
&#60;p&#62;I was just want to test the scenario when I lost my all voting disk, then what happens actually. So I make the zero space the partition using below command:&#60;/p&#62;
&#60;p&#62;[root@rac1 ~]# dd if=/dev/zero of=/dev/sdc1&#60;br /&#62;
dd: writing to `/dev/sdc1': No space left on device&#60;br /&#62;
10474318+0 records in&#60;br /&#62;
10474317+0 records out&#60;br /&#62;
5362850304 bytes (5.4 GB) copied, 161.053 seconds, 33.3 MB/s&#60;/p&#62;
&#60;p&#62;My disktimeout was 200 seconds. But I waited for approx 8-10 minutes. Then I query the votedisk, but still it is showing ONLINE on DATA1 diskgroup. &#60;/p&#62;
&#60;p&#62;[root@rac1 ~]# crsctl query css votedisk&#60;br /&#62;
##  STATE    File Universal Id                File Name Disk group&#60;br /&#62;
--  -----    -----------------                --------- ---------&#60;br /&#62;
 1. ONLINE   06d8300bb6af4fd3bfa2e1e5cda9c440 (ORCL:ASMDISK2) [DATA1]&#60;br /&#62;
Located 1 voting disk(s).&#60;/p&#62;
&#60;p&#62;Also below are some findings in this situation:&#60;br /&#62;
1) ASMCA is not showing the diskgroup DATA1, it is deleted.&#60;br /&#62;
2) Cluster alert log is not displaying any message regarding the lost of voting disk.&#60;br /&#62;
3) cssd.log also not displaying any message regarding the lost of voting disk.&#60;br /&#62;
4) Cluster is still running and up. Also its working properly.&#60;/p&#62;
&#60;p&#62;As per documentation, oracle 11g r2 provide &#34;rebootless node fencing&#34; in case of all voting disk failure. But atleast it must display any message in log files or how the &#34;crsctl query css votedisk&#34; is still giving that voting disk is ONLINE ?&#60;/p&#62;
&#60;p&#62;I am not able to understand this situation. Please explain me the reason ? &#60;/p&#62;
&#60;p&#62;Thanks in advanced.
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "User Registrations"</title>
<link>http://www.forum.askdba.org/topic/user-registrations#post-299</link>
<pubDate>Wed, 16 Nov 2011 04:02:10 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">299@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;To tackle lot of spam being generated on this forum, I have modified the user registration process. Now when a user registers, he/she will not get immediate login and it will be stored in a moderation queue. Only once moderators approve, user will be able to login. In case registration is not approved for some time or password is not working, then send mail to &#60;a href=&#34;mailto:amit.bansal@askdba.org&#34;&#62;amit.bansal@askdba.org&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Pankaj Sharma on "Voting Disk Location in Oracle 11gR2"</title>
<link>http://www.forum.askdba.org/topic/voting-disk-location-in-oracle-11gr2#post-291</link>
<pubDate>Fri, 04 Nov 2011 11:01:31 +0000</pubDate>
<dc:creator>Pankaj Sharma</dc:creator>
<guid isPermaLink="false">291@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;Could you please tell me that in Oracle 11g, information regarding voting disk location is stored in which file ?&#60;/p&#62;
&#60;p&#62;I know that we can use &#34;crsctl query css votedisk&#34; to see the location of voting disk, but from which file or place this command pick the information ?
&#60;/p&#62;</description>
</item>
<item>
<title>Pankaj Sharma on "Regarding RAC concepts"</title>
<link>http://www.forum.askdba.org/topic/regarding-rac-concepts#post-262</link>
<pubDate>Mon, 17 Oct 2011 07:58:42 +0000</pubDate>
<dc:creator>Pankaj Sharma</dc:creator>
<guid isPermaLink="false">262@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;I also have some questions regarding RAC concepts:&#60;/p&#62;
&#60;p&#62;1) As per my understanding, ocrconfig commands only updates the ocr.loc file on all the available nodes. Does it updates anywhere else also ?&#60;/p&#62;
&#60;p&#62;2) As per my understanding, while clusterware is running, if we lost all OCR, then crsd.bin would be stopped and it won’t be restart automatically again due to unavailability of OCR. In this case we won’t be able to use commands like srvctl, crsctl, and ocrconfig which interact with OCR using crsd.bin process.&#60;br /&#62;
But how will it affect other resources like database instance, listeners, scan, vips ? These all are still keep on running after losing all OCR and stopping the crsd.bin.&#60;br /&#62;
Does all the nodes are still a part of the cluster or they behave as individually ?&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>kyrool on "Problem Tracing Data"</title>
<link>http://www.forum.askdba.org/topic/problem-tracing-data#post-277</link>
<pubDate>Fri, 28 Oct 2011 11:11:57 +0000</pubDate>
<dc:creator>kyrool</dc:creator>
<guid isPermaLink="false">277@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi, I just doing final year project, I just want to know from your opinion, what is problem you are facing when tracing data from audit trail?
&#60;/p&#62;</description>
</item>
<item>
<title>kyrool on "Database Security"</title>
<link>http://www.forum.askdba.org/topic/database-security#post-282</link>
<pubDate>Mon, 31 Oct 2011 03:06:57 +0000</pubDate>
<dc:creator>kyrool</dc:creator>
<guid isPermaLink="false">282@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi, What type of security can implement in database level?
&#60;/p&#62;</description>
</item>
<item>
<title>shashikiran on "Creating One Node RAC using SAN replication"</title>
<link>http://www.forum.askdba.org/topic/creating-one-node-rac-using-san-replication#post-263</link>
<pubDate>Thu, 20 Oct 2011 07:23:49 +0000</pubDate>
<dc:creator>shashikiran</dc:creator>
<guid isPermaLink="false">263@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;We have the following set up :&#60;/p&#62;
&#60;p&#62;2 node 11gr2 (11.2.0.1) RAC  using ASM. &#60;/p&#62;
&#60;p&#62;Business requirement is to have a DR site. SAN replication is used to replicate the data to the DR storage ie, the underling disks are replicated to DR site. &#60;/p&#62;
&#60;p&#62;On the SR site , we have only one server on which Both the Grid Infrastructure and oracle home will be installed.  Is it possible to bring up the RAC DB on a single node . &#60;/p&#62;
&#60;p&#62;I haven't tried this before . Could you help me on this .
&#60;/p&#62;</description>
</item>
<item>
<title>Pankaj Sharma on "Oracle 11g R2 - CRS is not starting"</title>
<link>http://www.forum.askdba.org/topic/oracle-11g-r2-crs-is-not-starting#post-259</link>
<pubDate>Fri, 14 Oct 2011 04:53:54 +0000</pubDate>
<dc:creator>Pankaj Sharma</dc:creator>
<guid isPermaLink="false">259@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am getting problem while starting the CRS. Below is the necessary details:&#60;/p&#62;
&#60;p&#62;1) I am using oracle 11g R2 RAC, with 2 node named RAC1 and RAC2&#60;br /&#62;
2) I have 3 diskgroup named DATA, DATA1, DATA2&#60;br /&#62;
3) OCR and voting disks are stored on ASM diskgroup&#60;/p&#62;
&#60;p&#62;On node RAC1, CRS is started and /etc/oracle/ocr.loc is having the below entry:&#60;/p&#62;
&#60;p&#62;ocrconfig_loc=+DATA&#60;br /&#62;
ocrmirrorconfig_loc=+DATA1&#60;/p&#62;
&#60;p&#62;On node RAC2, CRS is stopped and /etc/oracle/ocr.loc is having the below entry:&#60;/p&#62;
&#60;p&#62;ocrconfig_loc=+DATA&#60;br /&#62;
ocrmirrorconfig_loc=+DATA2&#60;/p&#62;
&#60;p&#62;Please note the difference in &#34;ocrmirrorconfig_loc&#34;. The difference was occured because I updated the OCR location on RAC1 when RAC2 was down.&#60;/p&#62;
&#60;p&#62;Now I am trying to repair the OCR on the RAC2 using below command. This command must be run as root user when HA service is started but CRS must be stopped.&#60;/p&#62;
&#60;p&#62;ocrconfig -repair -replace +DAT2 -replacement +DATA1&#60;/p&#62;
&#60;p&#62;but this showing error &#34;PROT-21: Invalid parameter&#34;, because to run this command diskgroup must be mounted. But diskgroup cannot be mounted until the CRS start. SO this is a conflicting situation.&#60;/p&#62;
&#60;p&#62;Please suggest how to overcome from this problem ?&#60;/p&#62;
&#60;p&#62;Please let me know if you required any other details.
&#60;/p&#62;</description>
</item>
<item>
<title>daniesh on "ora.asm connection is not failing on another node"</title>
<link>http://www.forum.askdba.org/topic/oraasm-connection-is-not-failing-on-another-node#post-251</link>
<pubDate>Sun, 25 Sep 2011 18:43:00 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">251@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;I have successfully installed oracle 11gR2 on IBX AIX.&#60;br /&#62;
When i run the crsctl crs res -t command to check the status.&#60;br /&#62;
I can see that ora.asm process is coming up on either of the node.&#60;br /&#62;
ora.asm&#60;br /&#62;
ONLINE ONLINE t24db1 Started&#60;br /&#62;
ONLINE ONLINE t24db2&#60;br /&#62;
I dont know what is the problem if i start the cluster from node 2 then ora.asm service will start on node 2 and vice versa.&#60;/p&#62;
&#60;p&#62;Everything is running fine. I can connect to asm instance and database.&#60;br /&#62;
All are up and running fine.&#60;/p&#62;
&#60;p&#62;Same problem is with my TNS. I am using the below TNS entry to connect to the database.&#60;br /&#62;
T24PROD =&#60;br /&#62;
(DESCRIPTION =&#60;br /&#62;
(ADDRESS = (PROTOCOL = TCP)(HOST = t24db_scan.cbe.local)(PORT = 1521))&#60;br /&#62;
(CONNECT_DATA =&#60;br /&#62;
(SERVER = DEDICATED)&#60;br /&#62;
(SERVICE_NAME = T24PROD)&#60;br /&#62;
)&#60;br /&#62;
)&#60;br /&#62;
The same problem whichever instance will start last. The connection will failover only to that instances.Suppose I last started the instance 2 and i will try to connect remotely.The connection will failover to instance 2.&#60;br /&#62;
I tried the 20-30 using tns connection it fails to instance 2 or instance 1 whichver is started last. I check the scan and scan listener they are running fine.&#60;/p&#62;
&#60;p&#62;Do you have any idea on this?&#60;/p&#62;
&#60;p&#62;Your help is much appreciated in this regards,&#60;/p&#62;
&#60;p&#62;Awaiting for your response.&#60;/p&#62;
&#60;p&#62;Thanks and Regards,&#60;br /&#62;
Daniesh
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "Startup Force DBA"</title>
<link>http://www.forum.askdba.org/topic/startup-force-dba#post-247</link>
<pubDate>Wed, 10 Aug 2011 08:22:11 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">247@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Came across this option today of starting up database. I was aware that startup force does a shutdown abort and then starts database normally. But if you issue 'startup force dba' , it will restrict access to users with the RESTRICTED SESSION privilege.&#60;/p&#62;
&#60;p&#62;Docs link - &#60;a href=&#34;http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta060.htm&#34; rel=&#34;nofollow&#34;&#62;http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta060.htm&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "11g Useful Sql"</title>
<link>http://www.forum.askdba.org/topic/11g-useful-sql#post-245</link>
<pubDate>Fri, 22 Jul 2011 08:43:05 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">245@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;In 11g, we can flush a particular sql out of shared pool (also available in 10.2.0.4 by applying patch)&#60;/p&#62;
&#60;p&#62;select 'exec dbms_shared_pool.purge('''&#124;&#124;ADDRESS&#124;&#124;','&#124;&#124;HASH_VALUE&#124;&#124;''',''C'')' from V$SQLAREA where SQL_ID='&#38;amp;sqlid';&#60;/p&#62;
&#60;p&#62;In a RAC environment, you optionally specify the INST_ID, shown when querying the GV$SESSION view. This allows you to kill a session on different RAC node.&#60;/p&#62;
&#60;p&#62; ALTER SYSTEM KILL SESSION 'sid,serial#,@inst_id';&#60;/p&#62;
&#60;p&#62;ALTER SYSTEM KILL SESSION 'sid,serial#,@inst_id' immediate;
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "Script to generate oracle add service commands"</title>
<link>http://www.forum.askdba.org/topic/script-to-generate-oracle-add-service-commands#post-243</link>
<pubDate>Thu, 14 Jul 2011 07:51:16 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">243@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Suppose you have 10g database which you are trying to migrate to 11g. You wish to create a file to generate command for adding services. You can use below script to do same   &#60;br /&#62;
 &#60;br /&#62;
&#60;pre&#62;&#60;br /&#62;
srvctl config service -d db_name &#38;gt;services.lst&#60;br /&#62;
cat services.lst&#124;while read ln&#60;br /&#62;
do&#60;br /&#62;
echo $ln&#124;sed 's/PREF//'&#124;sed 's/AVAIL//'&#124;awk -F : '{print &#34;-s &#34; $1  &#34;-r&#34; $2 &#34;-a&#34; $3}'&#124;sed 's/ /,/g'&#124;sed 's/-r,/-r/'&#124;sed 's/,-a/ -a/'&#124;sed 's/-a,/ -a / '&#124;sed 's/-s,/ -s / '&#124;sed 's/,-r/ -r / '&#124;sed 's/-a$/  /'&#124;sed 's/^/srvctl add service -d db_name/'&#60;br /&#62;
done&#60;br /&#62;
&#60;/pre&#62;&#60;/p&#62;
&#60;p&#62;Thanks to Alok Kumar
&#60;/p&#62;</description>
</item>
<item>
<title>orabcn on "Disaster recovery scenarios of RAC 11gR2"</title>
<link>http://www.forum.askdba.org/topic/disaster-recovery-scenarios-of-rac-11gr2#post-217</link>
<pubDate>Tue, 28 Jun 2011 12:33:30 +0000</pubDate>
<dc:creator>orabcn</dc:creator>
<guid isPermaLink="false">217@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I need your advice about a project I am doing now:&#60;/p&#62;
&#60;p&#62;I have 7 RAC 11gR2 nodes on Redhat Linux. We are backing up the database (one instance node) using incremental updated backups via RMAN, and then we move the backups to tape. I autobackup the controlfile and spfile with RMAN and my retention window is 60 days. I am also, running md_backup every night to backup ASM metadata.&#60;/p&#62;
&#60;p&#62;until now everything is ok.&#60;/p&#62;
&#60;p&#62;But, what happens if I completely loose the 7 nodes RAC? if all the servers are down and completely lost?&#60;/p&#62;
&#60;p&#62;I am backing up the archive log files also using RMAN. My database is in archivelog mode and block change tracking is enabled also, I am using control file instead of recovery catalogue. And, I am saving the DBID of the instances.&#60;br /&#62;
And I am backing up the FRA to tape.&#60;/p&#62;
&#60;p&#62;I have to think about the best, easier solution to restore from tapes and then restore/recover my database (database + ASM) to a dedicated single instance on a separated server located in another data center.&#60;/p&#62;
&#60;p&#62;could you share your experience and advice the step by step of doing it?&#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
</item>
<item>
<title>ksingh25 on "CRS and ORACLE_HOME wiped out accidentally on node1"</title>
<link>http://www.forum.askdba.org/topic/crs-and-oracle_home-wiped-out-accidentally-on-node1#post-215</link>
<pubDate>Mon, 27 Jun 2011 18:20:48 +0000</pubDate>
<dc:creator>ksingh25</dc:creator>
<guid isPermaLink="false">215@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Just wanted to check with DBA buddies here, on our QA node1 some one deleted most of the executable files from CRS and ORACLE_HOME which brought down CRS and instances. We do have file systems backups running on this node which backs up data to tape. So we were thinking to have our CRS and 3 ORACLE HOMEs restored from full tape backup which happened more than 2 weeks from now.&#60;br /&#62;
Has anyone faced such issue before where they had to restore CRS and $OH from backup? Do you think we will be able to bring up CRS and instances on node 1 after both these homes are restored and CRS on node 1 should be able to talk to node 2?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Ashish on "Pre Installation Reqrtment"</title>
<link>http://www.forum.askdba.org/topic/pre-installation-reqrtment#post-207</link>
<pubDate>Sat, 11 Jun 2011 17:58:09 +0000</pubDate>
<dc:creator>Ashish</dc:creator>
<guid isPermaLink="false">207@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;kernel.shmall = 2097152&#60;br /&#62;
kernel.shmmax = 2147483648&#60;br /&#62;
kernel.shmmni = 4096&#60;br /&#62;
# semaphores: semmsl, semmns, semopm, semmni&#60;br /&#62;
kernel.sem = 250 32000 100 128&#60;br /&#62;
fs.file-max = 65536&#60;br /&#62;
net.ipv4.ip_local_port_range = 1024 65000&#60;br /&#62;
net.core.rmem_default=262144&#60;br /&#62;
net.core.rmem_max=262144&#60;br /&#62;
net.core.wmem_default=262144&#60;br /&#62;
net.core.wmem_max=262144
&#60;/p&#62;</description>
</item>
<item>
<title>oraraj on "package running slowly"</title>
<link>http://www.forum.askdba.org/topic/package-running-slowly#post-204</link>
<pubDate>Thu, 09 Jun 2011 05:05:43 +0000</pubDate>
<dc:creator>oraraj</dc:creator>
<guid isPermaLink="false">204@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
We have a unix script which calls a package and that in turns loads 2 materialzed views. For the past 2 months the job is exceeding the normal loading time...It was running for 3 to 4 hrs initially and now it is running for 9 to 10 hrs. I am a developer and I want to know what are the measures that I can do from my end in order to first find out what is the reason why it is taking long time. The log does not say anything since this is a package.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>daniesh on "RMAN Backup"</title>
<link>http://www.forum.askdba.org/topic/rman-backup#post-190</link>
<pubDate>Mon, 20 Dec 2010 13:04:15 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">190@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I am a bit confused.&#60;br /&#62;
When we take a rman backup.Suppose the rmnan backup is in progress.&#60;br /&#62;
At the same user is executing any update query and the update query is in progress and he has not committed.&#60;br /&#62;
What will happen internally in this case like the transaction which is in progress will get backed up or the oracle will wait for the transaction to get committed after that it will backed up the transaction.&#60;br /&#62;
If the update query ia taking 4-5 hrs to get complete.&#60;br /&#62;
what will happen is this case.&#60;/p&#62;
&#60;p&#62;Your views on this is much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks and Regards,&#60;br /&#62;
Dan
&#60;/p&#62;</description>
</item>
<item>
<title>Ajgarcia11 on "Upgrade Oracle Database 10.1 to 11g"</title>
<link>http://www.forum.askdba.org/topic/upgrade-oracle-database-101-to-11g#post-203</link>
<pubDate>Thu, 10 Mar 2011 12:27:08 +0000</pubDate>
<dc:creator>Ajgarcia11</dc:creator>
<guid isPermaLink="false">203@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;A client has some applications developed in. NET running on an Oracle database version 10.1, and want to know the impact is to make the upgrade to version 10.2 and / or 11g. The idea is to get a guideline of things that will not work, or will have to be revised / modified, etc.&#60;/p&#62;
&#60;p&#62;Now, if the jump is from 10.1 to 11g, there may be an issue because older versions of Oracle worked for Rules (and still holding potential for 10), newer versions now working for Costs (11g only works for costs .) So depending on how the current basis are 10.1 (Rules or costs), the upgrade may be more transparent, or review the queries require that the costs you can change rules by having a big performance problem.
&#60;/p&#62;</description>
</item>
<item>
<title>faizal on "stop listener but permission is denied"</title>
<link>http://www.forum.askdba.org/topic/stop-listener-but-permission-is-denied#post-202</link>
<pubDate>Wed, 09 Mar 2011 08:40:58 +0000</pubDate>
<dc:creator>faizal</dc:creator>
<guid isPermaLink="false">202@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;I have created two dbs(many instances) , the first db ive created, i have brought up the listener first.But the second one I have not. The first db I have created can also stop the instance one the 2nd db. Please help where I stumbled.&#60;/p&#62;
&#60;p&#62;Here is the scenario:&#60;/p&#62;
&#60;p&#62;[oraisuztxn@scymesstg2 tmp]$ lsnrctl stop&#60;/p&#62;
&#60;p&#62;LSNRCTL for Linux: Version 11.1.0.7.0 - Production on 09-MAR-2011 16:30:41&#60;/p&#62;
&#60;p&#62;Copyright (c) 1991, 2008, Oracle.  All rights reserved.&#60;/p&#62;
&#60;p&#62;Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))&#60;br /&#62;
The command completed successfully&#60;br /&#62;
[oraisuztxn@scymesstg2 tmp]$ lsnrctl stop&#60;/p&#62;
&#60;p&#62;LSNRCTL for Linux: Version 11.1.0.7.0 - Production on 09-MAR-2011 16:31:18&#60;/p&#62;
&#60;p&#62;Copyright (c) 1991, 2008, Oracle.  All rights reserved.&#60;/p&#62;
&#60;p&#62;Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))&#60;br /&#62;
TNS-01190: The user is not authorized to execute the requested listener command
&#60;/p&#62;</description>
</item>
<item>
<title>Peter P on "Orcale 11g and Solaris Containers/Zones"</title>
<link>http://www.forum.askdba.org/topic/orcale-11g-and-solaris-containerszones#post-198</link>
<pubDate>Tue, 15 Feb 2011 09:38:22 +0000</pubDate>
<dc:creator>Peter P</dc:creator>
<guid isPermaLink="false">198@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi everyone,&#60;/p&#62;
&#60;p&#62;We are looking at using Solaris 10 Containers on a Sun M4000 to create a discrete database zone allocating one of the two CPUs to this zone.  (The plan is to install Oracle 11g into this zone and deploy the other application components across a number of other Sun boxes.)  Has anyone else experience of containers/zones and are there any issues or concerns with these when running an Oracle Database?
&#60;/p&#62;</description>
</item>
<item>
<title>nazeemodba on "RAC - Oracle Grid Infrastructure configure failed"</title>
<link>http://www.forum.askdba.org/topic/rac-oracle-grid-infrastructure-configure-failed#post-199</link>
<pubDate>Tue, 15 Feb 2011 19:57:41 +0000</pubDate>
<dc:creator>nazeemodba</dc:creator>
<guid isPermaLink="false">199@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi, am trying to install 2 node RAC on Oracle VMs. Before the installation during the -preinst check there were few issues which were resolved (ex user equivalence). After that during the installation process of the Grid it failed at step &#34;Configure Oracle Grid Infrastructure for a cluster&#34;. After it failed at this step, subsequent steps too failed which I asked OUI to ignore and then I ran both the post installation scripts. And then ran post crsinst which failed. Pasting below the output of the root.sh script, post crsinst and other checks.&#60;/p&#62;
&#60;p&#62;*************************************&#60;/p&#62;
&#60;p&#62;[root@bsfrac01 grid]# sh root.sh&#60;br /&#62;
Running Oracle 11g root.sh script...&#60;/p&#62;
&#60;p&#62;The following environment variables are set as:&#60;br /&#62;
ORACLE_OWNER= oracle&#60;br /&#62;
ORACLE_HOME= /u01/app/11.2/grid&#60;/p&#62;
&#60;p&#62;Enter the full pathname of the local bin directory: [/usr/local/bin]:&#60;br /&#62;
Copying dbhome to /usr/local/bin ...&#60;br /&#62;
Copying oraenv to /usr/local/bin ...&#60;br /&#62;
Copying coraenv to /usr/local/bin ...&#60;/p&#62;
&#60;p&#62;Creating /etc/oratab file...&#60;br /&#62;
Entries will be added to the /etc/oratab file as needed by&#60;br /&#62;
Database Configuration Assistant when a database is created&#60;br /&#62;
Finished running generic part of root.sh script.&#60;br /&#62;
Now product-specific root actions will be performed.&#60;br /&#62;
2011-02-13 00:11:55: Parsing the host name&#60;br /&#62;
2011-02-13 00:11:55: Checking for super user privileges&#60;br /&#62;
2011-02-13 00:11:55: User has super user privileges&#60;br /&#62;
Using configuration parameter file: /u01/app/11.2/grid/crs/install/crsconfig_params&#60;br /&#62;
Creating trace directory&#60;br /&#62;
LOCAL ADD MODE&#60;br /&#62;
Creating OCR keys for user 'root', privgrp 'root'..&#60;br /&#62;
Operation successful.&#60;br /&#62;
root wallet&#60;br /&#62;
root wallet cert&#60;br /&#62;
root cert export&#60;br /&#62;
peer wallet&#60;br /&#62;
profile reader wallet&#60;br /&#62;
pa wallet&#60;br /&#62;
peer wallet keys&#60;br /&#62;
pa wallet keys&#60;br /&#62;
peer cert request&#60;br /&#62;
pa cert request&#60;br /&#62;
peer cert&#60;br /&#62;
pa cert&#60;br /&#62;
peer root cert TP&#60;br /&#62;
profile reader root cert TP&#60;br /&#62;
pa root cert TP&#60;br /&#62;
peer pa cert TP&#60;br /&#62;
pa peer cert TP&#60;br /&#62;
profile reader pa cert TP&#60;br /&#62;
profile reader peer cert TP&#60;br /&#62;
peer user cert&#60;br /&#62;
pa user cert&#60;br /&#62;
Adding daemon to inittab&#60;br /&#62;
CRS-4123: Oracle High Availability Services has been started.&#60;br /&#62;
ohasd is starting&#60;br /&#62;
CRS-2672: Attempting to start 'ora.gipcd' on 'bsfrac01'&#60;br /&#62;
CRS-2672: Attempting to start 'ora.mdnsd' on 'bsfrac01'&#60;br /&#62;
CRS-2676: Start of 'ora.mdnsd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2676: Start of 'ora.gipcd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2672: Attempting to start 'ora.gpnpd' on 'bsfrac01'&#60;br /&#62;
CRS-2676: Start of 'ora.gpnpd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'bsfrac01'&#60;br /&#62;
CRS-2676: Start of 'ora.cssdmonitor' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2672: Attempting to start 'ora.cssd' on 'bsfrac01'&#60;br /&#62;
CRS-2672: Attempting to start 'ora.diskmon' on 'bsfrac01'&#60;br /&#62;
CRS-2676: Start of 'ora.diskmon' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2676: Start of 'ora.cssd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2672: Attempting to start 'ora.ctssd' on 'bsfrac01'&#60;br /&#62;
CRS-2676: Start of 'ora.ctssd' on 'bsfrac01' succeeded&#60;/p&#62;
&#60;p&#62;ASM created and started successfully.&#60;/p&#62;
&#60;p&#62;DiskGroup DATA1 created successfully.&#60;/p&#62;
&#60;p&#62;clscfg: -install mode specified&#60;br /&#62;
Successfully accumulated necessary OCR keys.&#60;br /&#62;
Creating OCR keys for user 'root', privgrp 'root'..&#60;br /&#62;
Operation successful.&#60;br /&#62;
CRS-2672: Attempting to start 'ora.crsd' on 'bsfrac01'&#60;br /&#62;
CRS-2676: Start of 'ora.crsd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-4256: Updating the profile&#60;br /&#62;
Successful addition of voting disk 0ea2052d8a714fd7bf46d9d5c785483e.&#60;br /&#62;
Successfully replaced voting disk group with +DATA1.&#60;br /&#62;
CRS-4256: Updating the profile&#60;br /&#62;
CRS-4266: Voting file(s) successfully replaced&#60;br /&#62;
## STATE File Universal Id File Name Disk group&#60;br /&#62;
--&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
---------&#60;br /&#62;
1. ONLINE 0ea2052d8a714fd7bf46d9d5c785483e (ORCL:DISK1) [DATA1]&#60;br /&#62;
Located 1 voting disk(s).&#60;br /&#62;
Failed to rmtcopy &#34;/tmp/filekRIMbG&#34; to &#34;/u01/app/11.2/grid/gpnp/manifest.txt&#34; for nodes {bsfrac01,bsfrac02}, rc=256&#60;br /&#62;
Failed to rmtcopy &#34;/u01/app/11.2/grid/gpnp/bsfrac01/profiles/peer/profile.xml&#34; to &#34;/u01/app/11.2/grid/gpnp/profiles/peer/profile.xml&#34; for nodes {bsfrac01,bsfrac02}, rc=256&#60;br /&#62;
rmtcopy aborted&#60;br /&#62;
Failed to promote local gpnp setup to other cluster nodes&#60;br /&#62;
CRS-2673: Attempting to stop 'ora.crsd' on 'bsfrac01'&#60;br /&#62;
CRS-2677: Stop of 'ora.crsd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2673: Attempting to stop 'ora.asm' on 'bsfrac01'&#60;br /&#62;
CRS-2677: Stop of 'ora.asm' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2673: Attempting to stop 'ora.ctssd' on 'bsfrac01'&#60;br /&#62;
CRS-2677: Stop of 'ora.ctssd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'bsfrac01'&#60;br /&#62;
CRS-2677: Stop of 'ora.cssdmonitor' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2673: Attempting to stop 'ora.cssd' on 'bsfrac01'&#60;br /&#62;
CRS-2677: Stop of 'ora.cssd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2673: Attempting to stop 'ora.gpnpd' on 'bsfrac01'&#60;br /&#62;
CRS-2677: Stop of 'ora.gpnpd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2673: Attempting to stop 'ora.gipcd' on 'bsfrac01'&#60;br /&#62;
CRS-2677: Stop of 'ora.gipcd' on 'bsfrac01' succeeded&#60;br /&#62;
CRS-2673: Attempting to stop 'ora.mdnsd' on 'bsfrac01'&#60;br /&#62;
CRS-2677: Stop of 'ora.mdnsd' on 'bsfrac01' succeeded&#60;br /&#62;
Initial cluster configuration failed. See /u01/app/11.2/grid/cfgtoollogs/crsconfig/rootcrs_bsfrac01.log for details&#60;br /&#62;
[root@bsfrac01 grid]# &#60;/p&#62;
&#60;p&#62;***************************************&#60;br /&#62;
[oracle@bsfrac01 bin]$ ./cluvfy stage -post crsinst -n bsfrac01,bsfrac02 -verbose&#60;/p&#62;
&#60;p&#62;Performing post-checks for cluster services setup &#60;/p&#62;
&#60;p&#62;Checking node reachability...&#60;/p&#62;
&#60;p&#62;Check: Node reachability from node &#34;bsfrac01&#34;&#60;br /&#62;
Destination Node Reachable?&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
bsfrac01 yes&#60;br /&#62;
bsfrac02 yes&#60;br /&#62;
Result: Node reachability check passed from node &#34;bsfrac01&#34;&#60;/p&#62;
&#60;p&#62;Checking user equivalence...&#60;/p&#62;
&#60;p&#62;Check: User equivalence for user &#34;oracle&#34;&#60;br /&#62;
Node Name Comment&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
bsfrac01 passed&#60;br /&#62;
bsfrac02 passed&#60;br /&#62;
Result: User equivalence check passed for user &#34;oracle&#34;&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
PRKC-1094 : Failed to retrieve the active version of crs: {0}&#60;br /&#62;
Checking time zone consistency...&#60;br /&#62;
Time zone consistency check passed.&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
PRKC-1093 : Failed to retrieve the version of crs software on node &#34;java.io.IOException: /u01/app/11.2.0/grid/bin/crsctl: not found&#60;br /&#62;
&#34; : {1}&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
Cluster manager integrity check failed&#60;br /&#62;
PRVF-5434 : Cannot identify the current CRS software version&#60;/p&#62;
&#60;p&#62;UDev attributes check for OCR locations started...&#60;br /&#62;
Result: UDev attributes check passed for OCR locations &#60;/p&#62;
&#60;p&#62;UDev attributes check for Voting Disk locations started...&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
PRVF-5197 : Failed to retrieve voting disk locationsPRKC-1092 : Failed to retrieve the location of votedisks: java.io.IOException: /u01/app/11.2.0/grid/bin/crsctl: not found&#60;/p&#62;
&#60;p&#62;Result: UDev attributes check failed for Voting Disk locations &#60;/p&#62;
&#60;p&#62;Check default user file creation mask&#60;br /&#62;
Node Name Available Required Comment&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
bsfrac01 0022 0022 passed&#60;br /&#62;
bsfrac02 0022 0022 passed&#60;br /&#62;
Result: Default user file creation mask check passed&#60;/p&#62;
&#60;p&#62;Checking cluster integrity...&#60;/p&#62;
&#60;p&#62;Node Name&#60;br /&#62;
--------------------------------------------------------------------------------&#60;br /&#62;
 bsfrac01 &#60;/p&#62;
&#60;p&#62;Cluster integrity check failed This check did not run on the following node(s):&#60;br /&#62;
bsfrac02&#60;/p&#62;
&#60;p&#62;Checking OCR integrity...&#60;/p&#62;
&#60;p&#62;Checking the absence of a non-clustered configuration...&#60;br /&#62;
All nodes free of non-clustered, local-only configurations&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
PRKC-1094 : Failed to retrieve the active version of crs: {0}&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
PRVF-5300 : Failed to retrieve active version for CRS on this node&#60;/p&#62;
&#60;p&#62;OCR integrity check failed&#60;/p&#62;
&#60;p&#62;Checking CRS integrity...&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
PRKC-1094 : Failed to retrieve the active version of crs: {0}&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
PRVF-5300 : Failed to retrieve active version for CRS on this node&#60;/p&#62;
&#60;p&#62;CRS integrity check failed&#60;br /&#62;
OCR detected on ASM. Running ACFS Integrity checks...&#60;/p&#62;
&#60;p&#62;Starting check to see if ASM is running on all cluster nodes...&#60;br /&#62;
PRVF-5137 : Failure while checking ASM status on node &#34;bsfrac01&#34;&#60;br /&#62;
PRVF-5137 : Failure while checking ASM status on node &#34;bsfrac02&#34; &#60;/p&#62;
&#60;p&#62;Starting Disk Groups check to see if at least one Disk Group configured...&#60;br /&#62;
PRVF-5112 : An Exception occurred while checking for Disk Groups&#60;br /&#62;
PRVF-5114 : Disk Group check failed. No Disk Groups configured&#60;/p&#62;
&#60;p&#62;Task ACFS Integrity check failed&#60;/p&#62;
&#60;p&#62;Checking Oracle Cluster Voting Disk configuration...&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
PRKC-1093 : Failed to retrieve the version of crs software on node &#34;java.io.IOException: /u01/app/11.2.0/grid/bin/crsctl: not found&#60;br /&#62;
&#34; : {1}&#60;/p&#62;
&#60;p&#62;ERROR:&#60;br /&#62;
PRVF-5434 : Cannot identify the current CRS software version&#60;/p&#62;
&#60;p&#62;PRVF-5431 : Oracle Cluster Voting Disk configuration check failed&#60;/p&#62;
&#60;p&#62;Checking to make sure user &#34;oracle&#34; is not in &#34;root&#34; group&#60;br /&#62;
Node Name Status Comment&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
bsfrac01 does not exist passed&#60;br /&#62;
bsfrac02 does not exist passed&#60;br /&#62;
Result: User &#34;oracle&#34; is not part of &#34;root&#34; group. Check passed&#60;/p&#62;
&#60;p&#62;Post-check for cluster services setup was unsuccessful on all the nodes. &#60;/p&#62;
&#60;p&#62;*******************&#60;br /&#62;
[oracle@bsfrac01 bin]$ /u01/app/11.2/grid/bin/ocrcheck&#60;br /&#62;
Status of Oracle Cluster Registry is as follows :&#60;br /&#62;
Version : 3&#60;br /&#62;
Total space (kbytes) : 262120&#60;br /&#62;
Used space (kbytes) : 408&#60;br /&#62;
Available space (kbytes) : 261712&#60;br /&#62;
ID : 1671840043&#60;br /&#62;
Device/File Name : +DATA1&#60;br /&#62;
Device/File integrity check succeeded&#60;/p&#62;
&#60;p&#62;Device/File not configured&#60;/p&#62;
&#60;p&#62;Device/File not configured&#60;/p&#62;
&#60;p&#62;Device/File not configured&#60;/p&#62;
&#60;p&#62;Device/File not configured&#60;/p&#62;
&#60;p&#62;Cluster registry integrity check succeeded&#60;/p&#62;
&#60;p&#62;Logical corruption check bypassed due to non-privileged user&#60;/p&#62;
&#60;p&#62;*******************************&#60;br /&#62;
ASM looks to be up and running..&#60;/p&#62;
&#60;p&#62;[oracle@bsfrac01 bin]$ /usr/sbin/oracleasm listdisks&#60;br /&#62;
DISK1&#60;br /&#62;
DISK2&#60;br /&#62;
DISK3&#60;br /&#62;
DISK4&#60;br /&#62;
DISK5&#60;br /&#62;
DISK6&#60;br /&#62;
[oracle@bsfrac01 bin]$ /usr/sbin/oracleasm status&#60;br /&#62;
Checking if ASM is loaded: yes&#60;br /&#62;
Checking if /dev/oracleasm is mounted: yes&#60;/p&#62;
&#60;p&#62;******************************&#60;/p&#62;
&#60;p&#62;Please help.
&#60;/p&#62;</description>
</item>
<item>
<title>daniesh on "master node configuration on surviving nodes"</title>
<link>http://www.forum.askdba.org/topic/master-node-configuration-on-surviving-nodes#post-194</link>
<pubDate>Wed, 02 Feb 2011 09:14:51 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">194@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
Which node will become master if the master node goes down?&#60;br /&#62;
In the 4 node rac environment if node 1 is the master and node1 goes down.&#60;br /&#62;
From the 3 surviving nodes which nodes will become master.&#60;br /&#62;
Your help is much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>daniesh on "register standby database in recovery catalog."</title>
<link>http://www.forum.askdba.org/topic/register-standby-database-in-recovery-catalog#post-184</link>
<pubDate>Thu, 07 Oct 2010 17:27:36 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">184@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can we register the standby database in recovery catalog.&#60;br /&#62;
I know that if the catalog database is same for both the standby and primary then both will have same dbid and we can use unique dbid.&#60;br /&#62;
However in our case, Catalog is different for primary and standby whenever i try to register the standby database. I am getting the below error.&#60;/p&#62;
&#60;p&#62;RMAN&#38;gt; register database;&#60;/p&#62;
&#60;p&#62;RMAN-00571: ===========================================================&#60;br /&#62;
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============&#60;br /&#62;
RMAN-00571: ===========================================================&#60;br /&#62;
RMAN-03002: failure of register command at 10/07/2010 18:26:04&#60;br /&#62;
RMAN-08040: full resync skipped, control file is not current or backup&#60;/p&#62;
&#60;p&#62;Can you please let me know your view on this?&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>taraldesai on "ASM DiskGroup"</title>
<link>http://www.forum.askdba.org/topic/asm-diskgroup#post-179</link>
<pubDate>Sun, 29 Aug 2010 18:52:22 +0000</pubDate>
<dc:creator>taraldesai</dc:creator>
<guid isPermaLink="false">179@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi Amit/Saurabh,&#60;/p&#62;
&#60;p&#62;I have question regarding adding diskgroup. Let's say if we add any diskgroup with normal redundancy without using failgroup it will create diskgroup. So, how redundancy is maintained. Where would it write block image on same disk.
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "Checking Listener log in 11g"</title>
<link>http://www.forum.askdba.org/topic/checking-listener-log-in-11g#post-173</link>
<pubDate>Thu, 12 Aug 2010 12:51:29 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">173@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Starting Oracle 11g, architecture for trace file and log files have changed. Alert.log and listener.log files are now XML based. &#60;/p&#62;
&#60;p&#62;To check listener log in 11g, following steps need to be done&#60;/p&#62;
&#60;p&#62;$adrci&#60;br /&#62;
adrci&#38;gt; show homes&#60;br /&#62;
ADR Homes:&#60;br /&#62;
diag/tnslsnr/orcl11/listener&#60;br /&#62;
adrci&#38;gt; set home diag/tnslsnr/orcl11/listener&#60;br /&#62;
adrci&#38;gt; show tracefile&#60;br /&#62;
     diag/tnslsnr/orcl11/listener/trace/listener.log&#60;br /&#62;
adrci&#38;gt; show trace listener.log
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "tns issue / sqlnet issue"</title>
<link>http://www.forum.askdba.org/topic/tns-issue-sqlnet-issue#post-169</link>
<pubDate>Mon, 09 Aug 2010 19:20:59 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">169@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;In 11gR2 RAC, the alert log keeps showing the below errors, the ticket has opened to Oracle support for 1 week. No any progress.&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;----------------------------------------------------------&#60;br /&#62;
Fatal NI connect error 12533, connecting to:&#60;br /&#62;
 (DESCRIPTION=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rss-db205-vip.mtnk)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=RSSDB)(INSTANCE_NAME=RSSDB1)(CID=(PROGRAM=oracle)(HOST=rss-db205.mtnk)(USER=oracle))))&#60;/p&#62;
&#60;p&#62;  VERSION INFORMATION:&#60;br /&#62;
        TNS for Linux: Version 11.2.0.1.0 - Production&#60;br /&#62;
  Time: 09-AUG-2010 18:55:19&#60;br /&#62;
  Tracing not turned on.&#60;br /&#62;
  Tns error struct:&#60;br /&#62;
    ns main err code: 12533&#60;/p&#62;
&#60;p&#62;TNS-12533: TNS:illegal ADDRESS parameters&#60;br /&#62;
    ns secondary err code: 12560&#60;br /&#62;
    nt main err code: 503&#60;/p&#62;
&#60;p&#62;TNS-00503: Illegal ADDRESS parameters&#60;br /&#62;
    nt secondary err code: 0&#60;br /&#62;
    nt OS err code: 0
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "Monitoring archive generation for every hour"</title>
<link>http://www.forum.askdba.org/topic/monitoring-archive-generation-for-every-hour#post-170</link>
<pubDate>Tue, 10 Aug 2010 07:13:38 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">170@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;You can use following query for monitoring archive generation on hourly basis&#60;/p&#62;
&#60;pre&#62;
set linesize 140
set feedback off
set timing off
set pagesize 1000
col ARCHIVED format a8
col ins    format 99  heading &#34;DB&#34;
col member format a80
col status format a12
col archive_date format a20
col member format a60
col type   format a10
col group#  format 99999999
col min_archive_interval format a20
col max_archive_interval format a20
col h00 heading &#34;H00&#34; format  a3
col h01 heading &#34;H01&#34; format  a3
col h02 heading &#34;H02&#34; format  a3
col h03 heading &#34;H03&#34; format  a3
col h04 heading &#34;H04&#34; format  a3
col h05 heading &#34;H05&#34; format  a3
col h06 heading &#34;H06&#34; format  a3
col h07 heading &#34;H07&#34; format  a3
col h08 heading &#34;H08&#34; format  a3
col h09 heading &#34;H09&#34; format  a3
col h10 heading &#34;H10&#34; format  a3
col h11 heading &#34;H11&#34; format  a3
col h12 heading &#34;H12&#34; format  a3
col h13 heading &#34;H13&#34; format  a3
col h14 heading &#34;H14&#34; format  a3
col h15 heading &#34;H15&#34; format  a3
col h16 heading &#34;H16&#34; format  a3
col h17 heading &#34;H17&#34; format  a3
col h18 heading &#34;H18&#34; format  a3
col h19 heading &#34;H19&#34; format  a3
col h20 heading &#34;H20&#34; format  a3
col h21 heading &#34;H21&#34; format  a3
col h22 heading &#34;H22&#34; format  a3
col h23 heading &#34;H23&#34; format  a3
col total format a6
col date format a10

-- select * from v$logfile order by group#;
-- select * from v$log order by SEQUENCE#;

select max( sequence#) last_sequence, max(completion_time) completion_time, max(block_size) block_size from v$archived_log ;

SELECT instance ins,
       log_date &#34;DATE&#34; ,
       lpad(to_char(NVL( COUNT( * ) , 0 )),6,' ') Total,
       lpad(to_char(NVL( SUM( decode( log_hour , '00' , 1 ) ) , 0 )),3,' ') h00 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '01' , 1 ) ) , 0 )),3,' ') h01 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '02' , 1 ) ) , 0 )),3,' ') h02 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '03' , 1 ) ) , 0 )),3,' ') h03 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '04' , 1 ) ) , 0 )),3,' ') h04 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '05' , 1 ) ) , 0 )),3,' ') h05 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '06' , 1 ) ) , 0 )),3,' ') h06 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '07' , 1 ) ) , 0 )),3,' ') h07 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '08' , 1 ) ) , 0 )),3,' ') h08 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '09' , 1 ) ) , 0 )),3,' ') h09 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '10' , 1 ) ) , 0 )),3,' ') h10 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '11' , 1 ) ) , 0 )),3,' ') h11 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '12' , 1 ) ) , 0 )),3,' ') h12 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '13' , 1 ) ) , 0 )),3,' ') h13 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '14' , 1 ) ) , 0 )),3,' ') h14 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '15' , 1 ) ) , 0 )),3,' ') h15 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '16' , 1 ) ) , 0 )),3,' ') h16 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '17' , 1 ) ) , 0 )),3,' ') h17 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '18' , 1 ) ) , 0 )),3,' ') h18 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '19' , 1 ) ) , 0 )),3,' ') h19 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '20' , 1 ) ) , 0 )),3,' ') h20 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '21' , 1 ) ) , 0 )),3,' ') h21 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '22' , 1 ) ) , 0 )),3,' ') h22 ,
       lpad(to_char(NVL( SUM( decode( log_hour , '23' , 1 ) ) , 0 )),3,' ') h23
FROM   (
        SELECT thread# INSTANCE ,
               TO_CHAR( first_time , 'DD-MON-YY' ) log_date ,
               TO_CHAR( first_time , 'hh24' ) log_hour
        FROM   v$log_history
       )
GROUP  BY INSTANCE ,
       log_date
ORDER  BY INSTANCE ,
       to_date(log_date,'DD-MON-YY');
&#60;/pre&#62;
&#60;p&#62;11g introduces PIVOT function which  lets you write cross-tabulation queries that rotate rows into columns, aggregating data in the process of the rotation. For 11g it can be re-written as&#60;/p&#62;
&#60;pre&#62;
col 00 heading &#34;00&#34; format  999
col 01 heading &#34;01&#34; format  999
col 02 heading &#34;02&#34; format  999
col 03 heading &#34;03&#34; format  999
col 04 heading &#34;04&#34; format  999
col 05 heading &#34;05&#34; format  999
col 06 heading &#34;06&#34; format  999
col 07 heading &#34;07&#34; format  999
col 08 heading &#34;08&#34; format  999
col 09 heading &#34;09&#34; format  999
col 10 heading &#34;10&#34; format  999
col 11 heading &#34;11&#34; format  999
col 12 heading &#34;12&#34; format  999
col 13 heading &#34;13&#34; format  999
col 14 heading &#34;14&#34; format  999
col 15 heading &#34;15&#34; format  999
col 16 heading &#34;16&#34; format  999
col 17 heading &#34;17&#34; format  999
col 18 heading &#34;18&#34; format  999
col 19 heading &#34;19&#34; format  999
col 20 heading &#34;20&#34; format  999
col 21 heading &#34;21&#34; format  999
col 22 heading &#34;22&#34; format  999
col 23 heading &#34;23&#34; format  999
select * from (
SELECT thread# INSTANCE ,
               TO_CHAR( first_time , 'DD-MON-YY' ) log_date ,
               TO_CHAR( first_time , 'hh24' ) log_hour ,count(*) num_arch
        FROM   v$log_history where first_time &#38;gt;sysdate -7 group by thread# ,TO_CHAR( first_time , 'DD-MON-YY' ),TO_CHAR( first_time , 'hh24' ) )
        pivot (sum (num_arch) for log_hour in (00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23)) order by log_date,instance;
&#60;/pre&#62;</description>
</item>
<item>
<title>Amit Bansal on "NO SPAM Entertained on this forum"</title>
<link>http://www.forum.askdba.org/topic/no-spam-entertained-on-this-forum#post-167</link>
<pubDate>Tue, 29 Jun 2010 12:58:47 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">167@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;For past few days, I am observing spam ( some exams site) posting content on the forum. Tried deleting the content for 2-3 times so that concerned person desist from doing again but I have today finally deleted the user. &#60;/p&#62;
&#60;p&#62;Any kind of spam will not be entertained on this forum. &#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Amit
&#60;/p&#62;</description>
</item>
<item>
<title>bhatia.ish@gmail.com on "What are the pre-requisites of ASM on AIX 6.1?"</title>
<link>http://www.forum.askdba.org/topic/what-are-the-pre-requisites-of-asm-on-aix-61#post-164</link>
<pubDate>Tue, 22 Jun 2010 11:29:28 +0000</pubDate>
<dc:creator>bhatia.ish@gmail.com</dc:creator>
<guid isPermaLink="false">164@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What are the pre-requisites of ASM on AIX 6.1?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Bhatia
&#60;/p&#62;</description>
</item>
<item>
<title>bhagirathipatra on "how to connect 11gR2 RAC db using sql"</title>
<link>http://www.forum.askdba.org/topic/how-to-connect-11gr2-rac-db-using-sql#post-141</link>
<pubDate>Sat, 20 Mar 2010 03:17:15 +0000</pubDate>
<dc:creator>bhagirathipatra</dc:creator>
<guid isPermaLink="false">141@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Our product support 11gR2 DB or higher.in my installation of the product my product installer need DB configuration parameter. i have a 11gR2 RAC setup. when my prod ask for db, i choose the RAC config and next screen it ask “provide RAC db in host1:port1:sid1,host2:port2:sid2″.&#60;/p&#62;
&#60;p&#62;Is it the right behavior of the installer or it should ask the SCAN parameter ?&#60;/p&#62;
&#60;p&#62;plz suggest
&#60;/p&#62;</description>
</item>
<item>
<title>daniesh on "PKRS-1009 failed to start ASM instance"</title>
<link>http://www.forum.askdba.org/topic/pkrs-1009-failed-to-start-asm-instance#post-97</link>
<pubDate>Mon, 12 Oct 2009 06:01:09 +0000</pubDate>
<dc:creator>daniesh</dc:creator>
<guid isPermaLink="false">97@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi ,&#60;br /&#62;
I have installed RAC on AS-4 platform. cluster and database s/w is installed successfully however when i try to install ASM i am getting an following error.&#60;br /&#62;
PKRS-1009 : failed to start ASM instance.&#60;br /&#62;
CRS-1005: failed to get required resources.&#60;br /&#62;
CRS:0223: node 1 has placement erro.&#60;/p&#62;
&#60;p&#62;could you please help me on this?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
</item>
<item>
<title>dinilocp on "ORA-16055"</title>
<link>http://www.forum.askdba.org/topic/ora-16055#post-86</link>
<pubDate>Fri, 11 Sep 2009 07:18:15 +0000</pubDate>
<dc:creator>dinilocp</dc:creator>
<guid isPermaLink="false">86@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;how can we solve this error:&#60;/p&#62;
&#60;p&#62;regularly comes in alertlog file of primary database:&#60;br /&#62;
ora-19502 write error on file&#34;&#34;,blockno(blocksize=)&#60;br /&#62;
ora-16055: FAL REQUEST REJECT&#60;br /&#62;
Arch: FAL Archive Failed,Archiver continuing.&#60;/p&#62;
&#60;p&#62;Database : 10g RAC with two nodes.
&#60;/p&#62;</description>
</item>
<item>
<title>egotah on "Datapump dumpfile with dates"</title>
<link>http://www.forum.askdba.org/topic/datapump-dumpfile-with-dates#post-148</link>
<pubDate>Thu, 13 May 2010 20:05:34 +0000</pubDate>
<dc:creator>egotah</dc:creator>
<guid isPermaLink="false">148@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Can some one direct me how to generate Datapump Export Dump with Dumpfile name Containing Current Date and Time.&#60;/p&#62;
&#60;p&#62;I tried this format with error..&#60;br /&#62;
dumpfile=myexport-&#60;code&#62;date &#38;#39;+%d%m%Y_%H%M%S&#38;#39;&#60;/code&#62;.dmp&#60;br /&#62;
logfile=myexport-&#60;code&#62;date &#38;#39;+%d%m%Y_%H%M%S&#38;#39;&#60;/code&#62;.log
&#60;/p&#62;</description>
</item>
<item>
<title>rbaclagan on "Oracle RAC OVM image"</title>
<link>http://www.forum.askdba.org/topic/oracle-rac-ovm-image#post-146</link>
<pubDate>Mon, 29 Mar 2010 21:47:41 +0000</pubDate>
<dc:creator>rbaclagan</dc:creator>
<guid isPermaLink="false">146@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Does anyone know if it is possible to take a snapshot of an existing RAC environment running on OVM and redeploy this as a new RAC cluster with minor tweaks such as ip addresses, OCR, Vote disks, etc?
&#60;/p&#62;</description>
</item>

</channel>
</rss>

