<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DBA-Village forum</title>
    <link>http://www.dba-village.com</link>
    <description>All threads of the DBA-Village forum</description>
    <language>en-us</language>
    <copyright>DBA-Village</copyright>
    <lastBuildDate>Sat, 04 Feb 2012 10:47:40 GMT</lastBuildDate>
    <image>
      <title>DBA-Village</title>
      <url>dvp_images.Display?AltA=DbavLogo</url>
      <link>http://www.dba-village.com</link>
      <width>50</width>
      <height>50</height>
      <description>The DBA-Village forum is a Oracle DBA technical forum</description>
    </image>
    <item>
      <title>Materialized View error on commit in HR schema</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48575&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Materialized View error on commit in HR schema&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;I created materialized view in muser schema based on hr.emps table of hr schema:=&gt;
&lt;br&gt;
&lt;br&gt;Muser schema:=&gt;
&lt;br&gt;
&lt;br&gt;SQL&gt;create materialized view  log on hr.emps;
&lt;br&gt;
&lt;br&gt;SQL&gt;create materialized view emps_mv
&lt;br&gt;TABLESPACE matview
&lt;br&gt;build immediate
&lt;br&gt;refresh fast on commit
&lt;br&gt;enable query rewrite
&lt;br&gt;as
&lt;br&gt;select empno,ename,sal
&lt;br&gt;from hr.emps;
&lt;br&gt;
&lt;br&gt;HR schema:=&gt;
&lt;br&gt;
&lt;br&gt;I am inserting records in emps table in HR schema.
&lt;br&gt;SQL&gt; insert into emps values(420,&apos;Gabbar&apos;,4500);
&lt;br&gt;
&lt;br&gt;1 row created.
&lt;br&gt;
&lt;br&gt;SQL&gt; insert into emps values(421,&apos;Samba&apos;,3500);
&lt;br&gt;
&lt;br&gt;1 row created.
&lt;br&gt;
&lt;br&gt;SQL&gt; commit;
&lt;br&gt;commit
&lt;br&gt;*
&lt;br&gt;ERROR at line 1:
&lt;br&gt;ORA-12008: error in materialized view refresh path
&lt;br&gt;ORA-00942: table or view does not exist
&lt;br&gt;
&lt;br&gt;Why this error comes? how can resolve this problem?
&lt;br&gt;
&lt;br&gt;Thanks in Advanced
&lt;br&gt;Prashansh
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;br/&gt;&lt;br/&gt;prashansh kumar&lt;br&gt;(0 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Sat, 04 Feb 2012 10:19:20 GMT</pubDate>
    </item>
    <item>
      <title>Possible to create table to consist of one block only (or is 8 default)</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48556&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Possible to create table to consist of one block only (or is 8 default)&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;While I was busy doing block dumps of a table,
&lt;br&gt;to check somehting.
&lt;br&gt;
&lt;br&gt;noticed that , that Oracle (in my situation anyway, Oracle 11g, block_size 8k) created the table with a minium of 8 blocks.
&lt;br&gt;
&lt;br&gt;Or so it states in dba_segments and dba_extents. (I did more tests and created various more tables and yes, always 8 blocks).
&lt;br&gt;
&lt;br&gt;However when looking at dba_tables it says one block an no empty blocks. (true, this info can only be obtained after running stats, that does not make it less valid, though ?).
&lt;br&gt;I would have expected to see 7 empty blocks. Instead is says 0.
&lt;br&gt;Really puzzled here. Are we talking different blocks here ?
&lt;br&gt;
&lt;br&gt;If it is 8 blocks. (I reason that an extent by default has 8 blocks due tablespace is locally managed, Oracle takes 8 blocks in one go, right)
&lt;br&gt;Then the I presume the block_id is relating the the first block of the extent. Am I right. Still Why ? Why not block_id_range if it is 8.
&lt;br&gt;
&lt;br&gt;This suddenly spawns a lot a questions in my head:
&lt;br&gt;Q: Why the difference between blocks in dba_tables and...&lt;br/&gt;&lt;br/&gt;Frank de Vries&lt;br&gt;(4 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Fri, 03 Feb 2012 09:21:45 GMT</pubDate>
    </item>
    <item>
      <title>DataPump Multiple file in multiple storate volume</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48555&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;DataPump Multiple file in multiple storate volume&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi All,
&lt;br&gt;
&lt;br&gt;I have storage volume of 100GB each for exp or data pump backup. My export file will be having more then 150 GBs. I am using exp and generating 40GB export files in separate volume /vol1 and /vol2 of 100 GB each. Now I want to use data pump instead of exp.
&lt;br&gt;
&lt;br&gt;My Directory name is &apos;EODSOD_BACKUP&apos; with &apos;/vol1&apos; path. I can create separate files in &apos;/vol1&apos; and its sub directories ( like file=/vol1/dmp01.dmp, /vol1/bkp/dmp02.dmp,  /vol1/bkp1/dmp03.dmp etc... ). How can I create files like /vol1/dmp01.dmp, /vol2/dmp02.dmp ?
&lt;br&gt;
&lt;br&gt;Thanks in advance,
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;Devang Joshi
&lt;br&gt;
&lt;br&gt;&lt;br/&gt;&lt;br/&gt;Devang Joshi&lt;br&gt;(2 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Fri, 03 Feb 2012 08:05:10 GMT</pubDate>
    </item>
    <item>
      <title>Internal Server Error</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48539&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Internal Server Error&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;While Running the Diagnostic tests for Payables and Geneeal ledger  I got the following error.
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;Path to test
&lt;br&gt;Oracle Diagnostics Tool--&gt;Diagnostics Tool
&lt;br&gt;-------------
&lt;br&gt;Internal Server Error
&lt;br&gt;The server encountered an internal error or misconfiguration and was unable to complete your request.
&lt;br&gt;Please contact the server administrator, ohs_admin@yourdomain and inform them of the time the error occurred, and anything you might have done that may have caused the error.
&lt;br&gt;
&lt;br&gt;More information about this error may be available in the server error log.
&lt;br&gt;
&lt;br&gt;------
&lt;br&gt;
&lt;br&gt;May thanks in advance to  help in this regard to avoid this time out issue??
&lt;br&gt;
&lt;br&gt;For your Information I change the value from 500 to 1200 for s_ohstimeout but still having the same problem.
&lt;br&gt;
&lt;br&gt;Akshaya
&lt;br&gt;
&lt;br&gt; &lt;br/&gt;&lt;br/&gt;Akshaya Kumar Patra&lt;br&gt;(0 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 02 Feb 2012 11:03:33 GMT</pubDate>
    </item>
    <item>
      <title>expdp failed with parallel  and query together</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48538&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;expdp failed with parallel  and query together&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Dear Guru&apos;s
&lt;br&gt;
&lt;br&gt;For performance purpose we have added parallel parameter while taking expdp. 
&lt;br&gt;
&lt;br&gt;1) If we removed this parameter then error will not come. 
&lt;br&gt;2) For another tables with query and parallel &gt; 1 working fine
&lt;br&gt;3) some tables are giving below error:
&lt;br&gt;
&lt;br&gt;&lt;pre&gt; 
&lt;br&gt;ERROR: ORA-31693: Table data object &quot;OWNER&quot;.&quot;TABLE_NAME&quot; failed to load/unload 
&lt;br&gt;              and is being skipped due to error: ORA-00942: table or view does not exist.
&lt;br&gt;&lt;/pre&gt;
&lt;br&gt;
&lt;br&gt;Any suggestion / link ?
&lt;br&gt;
&lt;br&gt;Regards
&lt;br&gt;Dattatraya&lt;br/&gt;&lt;br/&gt;dattatraya walgude&lt;br&gt;(4 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 02 Feb 2012 10:24:17 GMT</pubDate>
    </item>
    <item>
      <title>solaries patch update6 for oracle db</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48537&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;solaries patch update6 for oracle db&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;i have a Solaris patch update6 to be done for my db, 
&lt;br&gt;
&lt;br&gt;what are the pre-requisites steps to be taken before bringing my instance down for the update in oracle point of view in .
&lt;br&gt;
&lt;br&gt;like other than backup of complete database, which all are areas i need to keep a backup.
&lt;br&gt; 
&lt;br&gt;Thanks in advance.&lt;br/&gt;&lt;br/&gt;prashanth p&lt;br&gt;(1 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 02 Feb 2012 10:02:11 GMT</pubDate>
    </item>
    <item>
      <title>deleting large amount of data without shutdown db</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48536&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;deleting large amount of data without shutdown db&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;hi guys,
&lt;br&gt;
&lt;br&gt;I need to remove large chunk of data from a table  keeping only data that i wanted.
&lt;br&gt;
&lt;br&gt;I do not want to use delete knowning that it will generate tons of redo.
&lt;br&gt;
&lt;br&gt;My intention was to do create a new table keeping only data that i want, drop the existing, and rename this new table.
&lt;br&gt;
&lt;br&gt;-----------------------------------
&lt;br&gt;
&lt;br&gt;But this will incurred downtime as I have the sync whatever data not brought over to the new table before i drop the existing table
&lt;br&gt;
&lt;br&gt;t1) create new table as select range
&lt;br&gt;t2) shutdown
&lt;br&gt;t3) manual sync data (from T1 to T2) from old table to new table base on ID , or date.
&lt;br&gt;t4) drop old table
&lt;br&gt;t5) rename newtable 
&lt;br&gt;t6) startup
&lt;br&gt;
&lt;br&gt;-------------------------------------
&lt;br&gt;
&lt;br&gt;I do not want to incurred the downtime or reduce it further at T2, so i am thinking of online redefinition 
&lt;br&gt;
&lt;br&gt;but with online redefinition, i cannot choose the data that i want only. whole table will be sync.
&lt;br&gt;
&lt;br&gt;-------------------------------------
&lt;br&gt;
&lt;br&gt;Any other way out ?
&lt;br&gt;
&lt;br&gt;Regards,
&lt;br&gt;Noob
&lt;br&gt;
&lt;br&gt;&lt;br/&gt;&lt;br/&gt;sze jie koh&lt;br&gt;(2 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 02 Feb 2012 09:31:09 GMT</pubDate>
    </item>
    <item>
      <title>DB Flash Recovery Area</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48535&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;DB Flash Recovery Area&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Dear Professionals,
&lt;br&gt; 
&lt;br&gt;My DB FRA seems to have some problem. Please see the following output:
&lt;br&gt; 
&lt;br&gt;Output of the query:
&lt;br&gt;SQL&gt; select SPACE_LIMIT/1024/1024/1024 SPACE_LIMIT, SPACE_USED/1024/1024/1024 SPACE_USED, SPACE_RECLAIMABLE/1024/1024/1024 SPACE_RECLAIMABLE V$RECOVERY_FILE_DEST;
&lt;br&gt; 
&lt;br&gt;SPACE_LIMIT   SPACE_USED   SPACE_RECLAIMABLE   
&lt;br&gt;-------------------------------------------
&lt;br&gt;299.625977    149.969727   109.943359
&lt;br&gt; 
&lt;br&gt;SPACE_RECLAIMABLE is 149.969727 but report obsolete is show nothing:
&lt;br&gt; 
&lt;br&gt;RMAN&gt; report obsolete;
&lt;br&gt;RMAN retention policy will be applied to the command
&lt;br&gt;RMAN retention policy is set to redundancy 2
&lt;br&gt;no obsolete backups found
&lt;br&gt; 
&lt;br&gt;RMAN&gt; list backup summary; command shows the successfull backups.
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;Please guide me in understanding the issue.
&lt;br&gt;
&lt;br&gt;Best Regards
&lt;br&gt;
&lt;br&gt;&lt;br/&gt;&lt;br/&gt;imran raza&lt;br&gt;(5 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 02 Feb 2012 06:25:49 GMT</pubDate>
    </item>
    <item>
      <title>Securing the listener for 9i databases (and lower)</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48529&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Securing the listener for 9i databases (and lower)&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi,
&lt;br&gt;
&lt;br&gt;By default, the security option within the listener status is OFF for 9i databases and lower. It means that the listener properties could be remotely modified. 
&lt;br&gt;
&lt;br&gt;If the listener runs on a database server A, from a security standpoint, how can the listener interface be accessed from a remote server B? I mean not using ssh connection from A to B when using a Linux/Unix environment. How can this be done from a Windows server?
&lt;br&gt;
&lt;br&gt;In such a way how can de listener be protected except by assigning explicitly a password (it has advantages and inconveniences).
&lt;br&gt;
&lt;br&gt;Thanks by advance for sharing your security experiences.
&lt;br&gt;
&lt;br&gt;Kind Regards.&lt;br/&gt;&lt;br/&gt;  Lauri&lt;br&gt;(6 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Feb 2012 16:46:04 GMT</pubDate>
    </item>
    <item>
      <title>ORACLE_VALIDATED in Sun10 OS</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48528&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;ORACLE_VALIDATED in Sun10 OS&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;is there oracle-validated package available in &lt;b&gt;sun solaris 10?
&lt;br&gt;&lt;/b&gt;
&lt;br&gt;like OEL 5&lt;br/&gt;&lt;br/&gt;Muhammad Adnan&lt;br&gt;(0 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Feb 2012 15:41:56 GMT</pubDate>
    </item>
    <item>
      <title>Oracle sql tune--Help</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48527&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Oracle sql tune--Help&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi Gurus can any one tune the below sql.Soon days all the tables used on below query grow up to 10GB each where 128k at present.there were no indexes present at this movement on any of these tables.Let me know what kind of Indexes we can create(also give me good web links helps lot).
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;SELECT 
&lt;br&gt;el.phos
&lt;br&gt;,el.aid
&lt;br&gt;,reg.ISBS 
&lt;br&gt;,rs.registrationstatus 
&lt;br&gt;,rs.authLevel 
&lt;br&gt;,rs.stan
&lt;br&gt;,rd.REG_DT
&lt;br&gt;from MG.registration reg, MG.REGISTEREDDETAILS rd ,MG.REGISTEREDSERVICE rs,
&lt;br&gt;(select EVENTLOG.aid,EVENTLOG.phos from MG.EVENTLOG,MG.registration reg where EVENTLOG.aid=reg.aid
&lt;br&gt;group by EVENTLOG.aid,EVENTLOG.phos having EVENTLOG.phos is not null ) el
&lt;br&gt;where reg.aid=rd.aid
&lt;br&gt;and   rs.aid=rd.AID
&lt;br&gt;and  reg.aid=rs.aid;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;PLAN_TABLE_OUTPUT
&lt;br&gt;------------------------------------------------------------------------------------------------------------------------------------
&lt;br&gt;Plan hash value: 2085267104
&lt;br&gt;
&lt;br&gt;---------------------------------------------------------------------------------------------
&lt;br&gt;| Id  | Operation           ...&lt;br/&gt;&lt;br/&gt;ramesh kumar&lt;br&gt;(1 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Feb 2012 14:25:16 GMT</pubDate>
    </item>
    <item>
      <title>Column mapping in external tables.</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48526&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Column mapping in external tables.&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;I have 2 files: file1, file2, whose data will go into one external table.
&lt;br&gt;
&lt;br&gt;I want to enter contents of all these 2 files to a common external table with the correct mapping of columns
&lt;br&gt;
&lt;br&gt;&lt;br/&gt;&lt;br/&gt;gr am77&lt;br&gt;(3 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Feb 2012 12:42:31 GMT</pubDate>
    </item>
    <item>
      <title>Expdp Issue</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48525&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Expdp Issue&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi,
&lt;br&gt;  We have two tables like below in same DB/Schema.
&lt;br&gt;
&lt;br&gt;Tab1 - 62GB
&lt;br&gt;Tab2 - 36GB
&lt;br&gt;
&lt;br&gt;While exporting Tab2 it is taking huge time compare to Tab1.
&lt;br&gt;There are no LOB/BLOB columns. The only difference in column datatypes is , Tab2 has nine timestamp columns.
&lt;br&gt;
&lt;br&gt;Can anyone explain why Tab2 is taking huge time comparing to Tab1 even it is less sized?
&lt;br&gt;
&lt;br&gt;&lt;br/&gt;&lt;br/&gt;Venkata S&lt;br&gt;(3 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Feb 2012 08:40:25 GMT</pubDate>
    </item>
    <item>
      <title>ORA-01927: cannot REVOKE privileges you did not grantSqlplus error in revoked</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48524&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;ORA-01927: cannot REVOKE privileges you did not grantSqlplus error in revoked&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi Everyone, 
&lt;br&gt;I logged on as sysdba and was revoking user privileges.  However, get the error message 
&lt;br&gt;&quot;ORA-01927: cannot REVOKE privileges you did not grant&quot; 
&lt;br&gt;
&lt;br&gt;Can anyone please tell me how to find out who granted the privileges and how can I revoke them?
&lt;br&gt;
&lt;br&gt;Regards,
&lt;br&gt;Scarlet&lt;br/&gt;&lt;br/&gt;Scarlet Stonehead&lt;br&gt;(3 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Feb 2012 00:05:38 GMT</pubDate>
    </item>
    <item>
      <title>no AUTOBACKUP found or specified handle is not a valid copy or piece</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48523&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;no AUTOBACKUP found or specified handle is not a valid copy or piece&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi all 
&lt;br&gt;
&lt;br&gt;Need some help , been backing up a no archivelog database  with rman. 
&lt;br&gt;So the database shutdown and does a cold backup using rman 
&lt;br&gt;
&lt;br&gt;i have set 
&lt;br&gt;CONFIGURE CONTROLFILE AUTOBACKUP ON;
&lt;br&gt;and when i do the following 
&lt;br&gt;
&lt;br&gt;RMAN&gt; list backup of spfile;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;List of Backup Sets
&lt;br&gt;===================
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;BS Key  Type LV Size       Device Type Elapsed Time Completion Time
&lt;br&gt;------- ---- -- ---------- ----------- ------------ --------------------
&lt;br&gt;76986   Full    17.70M     DISK        00:00:00     31-JAN-2012 06:49:27
&lt;br&gt;        BP Key: 76988   Status: AVAILABLE  Compressed: NO  Tag: TAG20120131T064927
&lt;br&gt;        Piece Name: /u03/flash_recovery/SYSLET/SYSLET/autobackup/2012_01_31/o1_mf_s_773995516_1M5o4zqar_.bkp
&lt;br&gt;  SPFILE Included: Modification time: 31-JAN-2012 06:45:35
&lt;br&gt;  SPFILE db_unique_name: SYSLET
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;I am trying to recover the database so have done the follwing 
&lt;br&gt;#rman connect target / catalog rman/rman@catdb
&lt;br&gt;RMAN&gt; startup force nomount 
&lt;br&gt;RMAN&gt;  set DBID=2712904746
&lt;br&gt;RMAN&gt; restore spfile from autobacku...&lt;br/&gt;&lt;br/&gt;Mike Dsouza&lt;br&gt;(1 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 31 Jan 2012 13:03:20 GMT</pubDate>
    </item>
    <item>
      <title>Oracle cross platform migration</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48522&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Oracle cross platform migration&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hello,
&lt;br&gt;
&lt;br&gt;I have project to migrate oracle server with the below details.
&lt;br&gt;
&lt;br&gt;Host OS: HP
&lt;br&gt;Version: 10.2.0.4.0
&lt;br&gt;
&lt;br&gt;Target: Linux
&lt;br&gt;Version: 10.2.0.4.0
&lt;br&gt;
&lt;br&gt;Both the servers at different physical location. Taking in account what would be suggestible method.&lt;br/&gt;&lt;br/&gt;jay vardhan&lt;br&gt;(3 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 31 Jan 2012 12:47:19 GMT</pubDate>
    </item>
    <item>
      <title>Best way to upgrade oracle from 9.2.0.7 to 11.2.0.1</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48521&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Best way to upgrade oracle from 9.2.0.7 to 11.2.0.1&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi,
&lt;br&gt; I got requirement to upgrade 2 of databases in oracle 9.2.0.7 out of 10 databases to oracle 11.2.0.1
&lt;br&gt;
&lt;br&gt;Source : 9.2.0.7 with SOLARIS 9
&lt;br&gt;Target : 11.2.0.1 with SOLARIS 10
&lt;br&gt;
&lt;br&gt;please guide me on this
&lt;br&gt;
&lt;br&gt;Thanks
&lt;br&gt;karthik&lt;br/&gt;&lt;br/&gt;karthik R&lt;br&gt;(2 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 31 Jan 2012 12:16:27 GMT</pubDate>
    </item>
    <item>
      <title>oracle procedure compilation error</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48520&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;oracle procedure compilation error&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;I have migrated DB link from 10g to 11g. 
&lt;br&gt;
&lt;br&gt;I got below error In both databases when I test dblink 
&lt;br&gt;
&lt;br&gt;ORA-02085: database link &lt;xxx&gt; connects to &lt;xxx&gt;.
&lt;br&gt;
&lt;br&gt;now I have created procedure with name P1 in both the databases which excutes remote object through DB link.
&lt;br&gt;
&lt;br&gt;Here P1 got compiled successfully in 10g and compiled with errors in 11g DB.
&lt;br&gt;Is there any compatibility issue.
&lt;br&gt;
&lt;br&gt;I don&apos;t want to set global_name parameter to False as DB is being used by various applications
&lt;br&gt;&lt;br/&gt;&lt;br/&gt;Venkata S&lt;br&gt;(3 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 31 Jan 2012 11:45:18 GMT</pubDate>
    </item>
    <item>
      <title>Automatic restart Oracle11g DR on RAC</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48519&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Automatic restart Oracle11g DR on RAC&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi,
&lt;br&gt;I have one doubt here about DR restarting. I am planing to reboot database server by weekly. All database is on 2 node RAC with 2 node DR setup. I need to start both primary and DR database server.
&lt;br&gt;
&lt;br&gt;In the case of primary database server reboot, clusterware component automaticaly restart all database and cluster service. 
&lt;br&gt;But what about the DR while server reboot. How cluster will understand the DR database should be put first in mount then standby mode then start recovery process.
&lt;br&gt;
&lt;br&gt;If anyone have any idea ,any link or any script please provide me.
&lt;br&gt;
&lt;br&gt;Thanks in advance.&lt;br/&gt;&lt;br/&gt;Anil Kumar&lt;br&gt;(4 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 31 Jan 2012 10:58:14 GMT</pubDate>
    </item>
    <item>
      <title>how to</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48518&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;how to&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi,
&lt;br&gt;
&lt;br&gt;how to restrict a user fromquery select * from emp;
&lt;br&gt;
&lt;br&gt;Is this possible? I want user can only query certain column in emp. I don&apos;t want user to select * from emp;
&lt;br&gt;
&lt;br&gt;Please advice.
&lt;br&gt;
&lt;br&gt;Thanks.&lt;br/&gt;&lt;br/&gt;Dark Knight&lt;br&gt;(6 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 31 Jan 2012 07:48:58 GMT</pubDate>
    </item>
    <item>
      <title>Create Controlfile from backup controlfile to Trace</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48517&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Create Controlfile from backup controlfile to Trace&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Dear DBA&apos;s
&lt;br&gt;
&lt;br&gt;I had created backup controlfile to trace and want to create controlfile from script for alertlog file.What things should I take care and change to create controlfile .
&lt;br&gt;
&lt;br&gt;Backup script i found in alertlog file is given below:-
&lt;br&gt;
&lt;br&gt;Create controlfile reuse set database &quot;orcl&quot;
&lt;br&gt;MAXINSTANCES 8
&lt;br&gt;MAXLOGHISTORY 1
&lt;br&gt;MAXLOGFILES 16
&lt;br&gt;MAXLOGMEMBERS 3
&lt;br&gt;MAXDATAFILES 100
&lt;br&gt;Datafile
&lt;br&gt;&apos;d:\oracle\product\10.2.0\oradata\orcl\SYSTEM01.DBF&apos;,
&lt;br&gt;&apos;d:\oracle\product\10.2.0\oradata\orcl\UNDOTBS01.DBF&apos;,
&lt;br&gt;&apos;d:\oracle\product\10.2.0\oradata\orcl\SYSAUX01.DBF&apos;,
&lt;br&gt;&apos;d:\oracle\product\10.2.0\oradata\orcl\USERS01.DBF&apos;
&lt;br&gt;LOGFILE GROUP 1 (&apos;d:\oracle\product\10.2.0\oradata\orcl\redo01.log&apos;) SIZE 51200K,
&lt;br&gt;GROUP 2 (&apos;d:\oracle\product\10.2.0\oradata\orcl\redo02.log&apos;) SIZE 51200K,
&lt;br&gt;GROUP 3 (&apos;d:\oracle\product\10.2.0\oradata\orcl\redo03.log&apos;) SIZE 51200K RESETLOGS
&lt;br&gt;Fri Jan 20 13:26:52 2012
&lt;br&gt;WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
&lt;br&gt;Default Temporary Tablespace will be necessary for a locally managed dat...&lt;br/&gt;&lt;br/&gt;prashansh kumar&lt;br&gt;(2 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 31 Jan 2012 06:39:31 GMT</pubDate>
    </item>
    <item>
      <title>RAC-DATA FILE ACCESSING ISSUE FROM ONE NODE </title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48516&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;RAC-DATA FILE ACCESSING ISSUE FROM ONE NODE &lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Dear All,
&lt;br&gt;
&lt;br&gt;We have a two node RAC (10.2.0.3)running on Hp Unix. From yesterday onwards, from one instance accessing data from a specific data file showing the below error, whereas accessing from other node to the same datafile is working properly.
&lt;br&gt;
&lt;br&gt;Errors in file /oracle/product/admin/tap3plus/bdump/tap3plus4_dbw0_24950.trc:
&lt;br&gt;ORA-01157: cannot identify/lock data file 75 - see DBWR trace file
&lt;br&gt;ORA-01110: data file 75: &apos;/dev/vg_rac/rraw_tap3plus_temp_live05&apos;
&lt;br&gt;ORA-27041: unable to open file
&lt;br&gt;HPUX-ia64 Error: 19: No such device
&lt;br&gt;Additional information: 2
&lt;br&gt;Tue Jan 31 08:52:09 2012
&lt;br&gt;Errors in file /oracle/product/admin/tap3plus/bdump/tap3plus4_dbw0_24950.trc:
&lt;br&gt;ORA-01186: file 75 failed verification tests
&lt;br&gt;ORA-01157: cannot identify/lock data file 75 - see DBWR trace file
&lt;br&gt;ORA-01110: data file 75: &apos;/dev/vg_rac/rraw_tap3plus_temp_live05&apos;
&lt;br&gt;Tue Jan 31 08:52:09 2012
&lt;br&gt;File 75 not verified due to error ORA-01157
&lt;br&gt;Tue Jan 31 08:52:09 2012
&lt;br&gt;
&lt;br&gt;Thanks in Advance
&lt;br&gt; 
&lt;br&gt; 
&lt;br&gt; 
&lt;br&gt;
&lt;br&gt;&lt;br/&gt;&lt;br/&gt;Jishar Kallai&lt;br&gt;(2 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 31 Jan 2012 05:29:33 GMT</pubDate>
    </item>
    <item>
      <title>fundamentaly difference between oracle 10g and 11g</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48515&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;fundamentaly difference between oracle 10g and 11g&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;hi,
&lt;br&gt;
&lt;br&gt;i m working on 10g but i want to upgrade system on 11gr2, but before this i want to know what benefits in 11g for database purpose, if i switch 11g.
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;thanks&lt;br/&gt;&lt;br/&gt;javed akhtar&lt;br&gt;(2 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 31 Jan 2012 03:51:31 GMT</pubDate>
    </item>
    <item>
      <title>Materialized view privileges</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48498&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Materialized view privileges&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi all,
&lt;br&gt;
&lt;br&gt;When I want to create a materialized view with apps login, I get following error :
&lt;br&gt;
&lt;br&gt;  FROM emp.societe soc,
&lt;br&gt;           *
&lt;br&gt;ERROR at line 17:
&lt;br&gt;ORA-01031: insufficient privileges
&lt;br&gt;
&lt;br&gt;1) GRANT CREATE MATERIALIZED View is OK
&lt;br&gt;2) select * from FROM emp.societe returns rows correctly
&lt;br&gt;
&lt;br&gt;Any idea ?
&lt;br&gt;Regards&lt;br/&gt;&lt;br/&gt;Bertrand LECLERC&lt;br&gt;(5 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Mon, 30 Jan 2012 17:15:09 GMT</pubDate>
    </item>
    <item>
      <title>Log File Sync wait Event</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48497&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Log File Sync wait Event&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi
&lt;br&gt;From past 2 months we are facing slow performance in our very critical performance Database. Database response time is slow and we see the log file sync wait event at the top. Though there are very high commit from application side. 80 commit per second. A high severity call is also raised with IBM but seems no storage/disk issue.Below is the output of addm report.- FINDING 1: 28% impact (93561 seconds)
&lt;br&gt;-------------------------------------
&lt;br&gt;Waits on event &quot;log file sync&quot; while performing COMMIT and ROLLBACK operations
&lt;br&gt;were consuming significant database time.
&lt;br&gt;
&lt;br&gt;   RECOMMENDATION 1: Host Configuration, 28% benefit (93561 seconds)
&lt;br&gt;      ACTION: Investigate the possibility of improving the performance of I/O
&lt;br&gt;         to the online redo log files.
&lt;br&gt;      RATIONALE: The average size of writes to the online redo log files was
&lt;br&gt;         19 K and the average time per write was 1 milliseconds.
&lt;br&gt;
&lt;br&gt;   SYMPTOMS THAT LED TO THE FINDING:
&lt;br&gt;      SYMPTOM: Wait class &quot;Commit&quot; was consuming significant database time....&lt;br/&gt;&lt;br/&gt;Amit Dixit&lt;br&gt;(2 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Mon, 30 Jan 2012 14:46:16 GMT</pubDate>
    </item>
    <item>
      <title>Writing show_tablespace procedure for operating/exploitation team</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48496&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Writing show_tablespace procedure for operating/exploitation team&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;I wish I had a procedure &lt;b&gt;for the operating/exploitation team &lt;/b&gt; that has not the privilege of dba. The procedure will display the rate of tablespaces usage. I will call it show_tablespace. Do you have such a procedure?
&lt;br&gt;
&lt;br&gt;Thanks for your help.
&lt;br&gt;Skander.&lt;br/&gt;&lt;br/&gt;Skander Bodin&lt;br&gt;(3 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Mon, 30 Jan 2012 11:38:51 GMT</pubDate>
    </item>
    <item>
      <title>Oracle Count</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48495&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Oracle Count&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;ASSLYNO	VAL1	VAL2
&lt;br&gt;------  -----   ----
&lt;br&gt;ASS1	HD1.1	HD1
&lt;br&gt;ASS1	HD1.2	HD1
&lt;br&gt;ASS1	HD1.3	HD1
&lt;br&gt;ASS1	HD1.4	HD1
&lt;br&gt;ASS1	HD1.5	HD1
&lt;br&gt;ASS1	HD1.6	HD1
&lt;br&gt;ASS1	HD1.7	HD1
&lt;br&gt;ASS1	HD1.8	HD1
&lt;br&gt;ASS1	DE1.1	DE1
&lt;br&gt;ASS1	DE1.2	DE1
&lt;br&gt;ASS1	DE1.3	DE1
&lt;br&gt;ASS1	DE1.4	DE1
&lt;br&gt;ASS1	EX1.1	EX1
&lt;br&gt;ASS1	EX1.2	EX1
&lt;br&gt;ASS1	EX1.3	EX1
&lt;br&gt;ASS1	EX1.4	EX1
&lt;br&gt;ASS2	HD1.1	HD1
&lt;br&gt;ASS2	HD1.2	HD1
&lt;br&gt;ASS2	HD1.3	HD1
&lt;br&gt;ASS2	HD1.4	HD1
&lt;br&gt;ASS2	HD1.5	HD1
&lt;br&gt;ASS2	HD1.6	HD1
&lt;br&gt;ASS2	DE1.1	DE1
&lt;br&gt;ASS2	DE1.2	DE1
&lt;br&gt;ASS2	DE1.3	DE1
&lt;br&gt;ASS2	DE1.4	DE1
&lt;br&gt;ASS2	EX1.1	EX1
&lt;br&gt;ASS2	EX1.2	EX1
&lt;br&gt;ASS2	EX1.3	EX1
&lt;br&gt;ASS2	EX1.4	EX1
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;Hello
&lt;br&gt; I want outpurt AS following
&lt;br&gt;ASSLYNO  COUNT
&lt;br&gt;------    ----- 
&lt;br&gt; ASS1      3
&lt;br&gt; ASS2      3
&lt;br&gt; 
&lt;br&gt; Pls. do as it&apos;s urgent.Thanks to all of you&lt;br/&gt;&lt;br/&gt;Vikas Gupta&lt;br&gt;(3 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Mon, 30 Jan 2012 08:23:10 GMT</pubDate>
    </item>
    <item>
      <title>Allocate specific extent number to a table</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48475&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;Allocate specific extent number to a table&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Dear All
&lt;br&gt;
&lt;br&gt;Due to some tasks I need to allocate specific extents to a table using the alter table command.
&lt;br&gt;
&lt;br&gt;IS that possible to be done please help me.
&lt;br&gt;
&lt;br&gt;Thanks,
&lt;br&gt;Ahmed&lt;br/&gt;&lt;br/&gt;Ahmed Abd El Latif&lt;br&gt;(7 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Sun, 29 Jan 2012 13:27:36 GMT</pubDate>
    </item>
    <item>
      <title>SQL question - DECODE and GROUP BY - a trivial question I think</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48456&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;SQL question - DECODE and GROUP BY - a trivial question I think&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;Hi all,
&lt;br&gt;
&lt;br&gt;I have the following SQL which is working as expected.
&lt;br&gt;
&lt;br&gt;&lt;pre&gt;
&lt;br&gt;select trunc(last_analyzed) &quot;LAST_ANALYZED&quot;,
&lt;br&gt;       count(*), decode(db_unique_name,null,name,db_unique_name) DBNAME, to_char(sysdate,&apos;DD-MON-YYYY HH24:MI:SS&apos;) &quot;RUNTIME&quot;
&lt;br&gt;from dba_tables, v$database
&lt;br&gt;where owner=&apos;SYS&apos; and last_analyzed &gt;= sysdate-20
&lt;br&gt;group by trunc(last_analyzed), decode(db_unique_name,null,name,db_unique_name)
&lt;br&gt;order by trunc(last_analyzed)
&lt;br&gt;;
&lt;br&gt;&lt;/pre&gt;
&lt;br&gt;
&lt;br&gt;I just want to know whether it is possible to shorten the group by where I don&apos;t have to specify the whole decode string?
&lt;br&gt;
&lt;br&gt;I tried the one below which seems to work. Just not sure whether it is the right thing to do. What if the decode is not as simple as this one and it has several checks unlike this example here where it only checks for null?
&lt;br&gt;
&lt;br&gt;&lt;pre&gt;
&lt;br&gt;select trunc(last_analyzed) &quot;LAST_ANALYZED&quot;,
&lt;br&gt;       count(*), decode(db_unique_name,null,name,db_unique_name) DBNAME, to_char(sysdate,&apos;DD-MON-YYYY HH24:MI:SS&apos;) &quot;RUNTIME&quot;
&lt;br&gt;from dba_tables, v$database
&lt;br&gt;where owner=...&lt;br/&gt;&lt;br/&gt;BenBart BartBen&lt;br&gt;(2 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Sat, 28 Jan 2012 11:19:27 GMT</pubDate>
    </item>
    <item>
      <title>opatch apply errro</title>
      <link>http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=48455&amp;DestinationA=RSS</link>
      <description>&lt;div style=&quot;letter-spacing:0; font-family:Courier New;&quot;&gt;&lt;b&gt;opatch apply errro&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;i am planning to apply CPUpatch 2012 i got some error :
&lt;br&gt;
&lt;br&gt;Steps:
&lt;br&gt;1.Stop database -
&lt;br&gt;2.stop all oracle  services 
&lt;br&gt;3download patch  keep in E:/13460967
&lt;br&gt;1.then open dos command
&lt;br&gt;2.Set oracle_Home=E:\Oradb
&lt;br&gt;3.set PATH=E:\oradb\bin;%Path%
&lt;br&gt;E:\&gt;patch\13460967&gt;opatch apply
&lt;br&gt;&apos;opatch&apos; is not recognized as an internal or external command,
&lt;br&gt;operable program or batch file.
&lt;br&gt;
&lt;br&gt;&lt;br/&gt;&lt;br/&gt;ahamed sulthan&lt;br&gt;(3 replies)&lt;hr size=&quot;1&quot;/&gt;&lt;br&gt;&lt;/div&gt;</description>
      <pubDate>Sat, 28 Jan 2012 11:17:38 GMT</pubDate>
    </item>
  </channel>
</rss>

