Dbverify in ASM - RAC

Hi,
I have a production environment in RAC, and some indices appear as corrupt I would I rebuild up there and everything's fine. I want to make a dbverify to datafile that the indices have corrupt and verify that this well, the issue is that the storage is ASM then datafiles not see them by operating system.
This is the datafile:
system@saludwebrac-->select file_name, tablespace_name from dba_data_files
2 where tablespace_name = 'SALWEB_PEQ_IND';
FILE_NAME
+DGN_SALUDWEB/saludweb/datafile/salweb_peq_ind.272.637187829                           
system@saludwebrac-->
Thousand Thanks to who can help me!

There it is absolutely no problem with that. Since the datafile is within the ASM it can be seen, from the Oracle perspective, as a regular file, so the command dbv will work just the way it works with a regular file.
You must get the file name from either the v$datafile or dba_data_files view and perform the dbv session as usual. There is one thing, though, since the data files can only be "seen" from inside the ASM, you must open a session with a database user and password, that's what the USERID is for, and the rest you can use it as a regular dbv session:
Example:
SQL> select name from v$datafile;
NAME
+DATA/rdbhri/datafile/system.256.653950741
+DATA/rdbhri/datafile/undotbs1.258.653950743
+DATA/rdbhri/datafile/sysaux.257.653950741
+DATA/rdbhri/datafile/users.259.653950743
+DATA/rdbhri/datafile/example.264.653950855
+DATA/rdbhri/datafile/undotbs2.265.653950987
$ dbv file='+DATA/rdbhri/datafile/example.264.653950855' userid=scott/tiger
DBVERIFY: Release 10.2.0.1.0 - Production on Fri May 9 21:41:54 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
DBVERIFY - Verification starting : FILE = +DATA/rdbhri/datafile/example.264.653950855
DBVERIFY - Verification complete
Total Pages Examined         : 12800
Total Pages Processed (Data) : 4409
Total Pages Failing   (Data) : 0
Total Pages Processed (Index): 1264
Total Pages Failing   (Index): 0
Total Pages Processed (Other): 1539
Total Pages Processed (Seg)  : 0
Total Pages Failing   (Seg)  : 0
Total Pages Empty            : 5588
Total Pages Marked Corrupt   : 0
Total Pages Influx           : 0
Highest block SCN            : 0 (0.0)~ Madrid
http://hrivera99.blogspot.com

Similar Messages

  • Oracle 10g R2 installation with ASM+RAC

    Gurus,
    Need some suggestuon on Oracle 10g R2 installation with ASM and RAC option.
    We have found many documents on the Oracle, HP, HP-Oracle CTC and third party web sites, but nothing that is specific to this particular combination of separate
    ORACLE_HOMEs, ASM and 10g RAC CRS. It is unclear for me from the documentation how this combination of ASM and 10.2g RAC may best be installed.
    The high level steps i got after reading lot of docs as follows - but i am not sure whether these are correct or not. if they are correct, can any one share their experience/notes please?
    1) Install CRS
    2) Install RDBMS for ASM HOME - create separater oracle home for ASM instance using OUI
    3) Install RDBMS for RAC Database Home - create separater oracle home for RAC database using OUI
    4) Create ASM database using DBCA -
    5) Use dbca to create database.

    Oracle provides 'paint by numbers' tutorials called 'Oracle By Example'. (Go to OTN, check under the Training tab)
    They have one for a Windows based ASM/RAC that you might want to review. Not your specific environment, but the steps will be dag-nabbed close.
    I recommend walking the path (http://otn.oracle.com >> training:OBE >> Database 10g Release 1:VMWare:Installation
    http://www.oracle.com/technology/obe/obe10gdb_vmware/install/racinstallwin2k/racinstallwin2k.htm

  • Problem with host credentials / ASM & RAC

    hi
    I am working on windows 2003 server, and trying to ASM / RAC, but every time need host credentials. when i setting up host credentials its giving error normal user password wrong , as per instruction i supply user name and password but every time message appearing wrong wrong.
    kindly any body give solution asap.
    B.S.fartiyal

    See my first response to this posting to see if it helps you:
    Problem with Credentials.

  • How to clone a 2-node ASM RAC db to a 3-node ASM RAC db by RMAN?

    We need to clone a 2-node ASM RAC db to a 3-node ASM RAC db by RMAN. I would think this will be about the same as a regular single db procedure by RMAN mostly. However, in 3 node RAC, there will be additional instance thread in redo (thread 1,2, and 3). Questions will be
    1. Should I use CRSCTL to add new instance (3rd)? -- I guess yes
    2. Should I create additional online redo group for thread 3? -- I guess yes
    3. Should I create addition undo tablespace? -- I guess yes
    Can any body provide a procedure of cloning the DB?
    Thanks!

    Not just easy as next, next, next
    version depenedencies and etc.
    [from Oracle DOC|http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/adddelunix.htm#BEICADHD]
    AND
    [Doc ID:      270512.1: Adding a Node to a 10g RAC Cluster|https://metalink.oracle.com/CSP/ui/flash.html#tab=KBHome%28page=KBHome&id=%28%29%29,%28page=KBNavigator&id=%28bmDocID=270512.1&from=BOOKMARK&bmDocType=BULLETIN&bmDocDsrc=KB&bmDocTitle=%3Cb%3EAdding%3C/b%3E%20a%20%3Cb%3ENode%3C/b%3E%20to%20a%2010g%20%3Cb%3ERAC%3C/b%3E%20Cluster&viewingMode=1143%29%29]

  • ASM, RAC instance cloning

    Hi,
    Can you advice for cloning ASM, RAC EBS R12 instance , For lesser cloning time, is Snapshot mirroring or BCV copy of ASM, RAC instance of 20 TB in size is recommended?
    Can we have BCV copy of it's replication used for faster RAPID cloning..Is there any white paper available for same.
    Regards,

    Pl continue the discussion in your original post - EBS Cloning methods

  • Restoring RMAN Backup from ASM RAC env to Non ASM standalone environment

    Hi,
    Can anyone please tell me how to restore database using RMAN in a Non ASM environment as my backup file with ASM RAC environment.
    i was also looking for some documentation which provides clear explanation about RMAN backup and Restore in ASM and Non ASM environment.
    Thanks

    You can set the parameter db_file_name_convert in init.ora in you new database with [ID 47325.1]
    or
    you can set parameter "set newname" in your script rman. [ID 549972.1]
    if you have one or two destinations of dbfiles in ASM I seggest to you set parameter db_file_name_convert in init.
    example:
    db_file_name_convert=('+DGDATA','/u01/oradata/');
    remenber you need set log_file_name_convert to.
    log_file_name_convert=('+DGREDO','/u01/redo/');
    if you use "set newname" commands you need set this lines in your script rman.
    set newname for datafile 1 to '/u01/oradata/system01.dbf';
    set newname for datafile 2 to '/u01/oradata/undotbs01.dbf';
    set newname for datafile 3 to '/u01/oradata/sysaux01.dbf';
    set newname for datafile 4 to '/u01/oradata/users01.dbf';
    and every datafiles you need set!
    Edited by: user1107977 on 21/07/2011 13:47

  • 10.1.0.3 on RH4(Centos) + Raw devices + ASM + RAC

    Hi,
    I'm just wondering if anyone here tried installing a single node RAC on 2 instance using ASM on Oracle 10g (10.1.0.3)?
    I am using RH4(CENTOS 4.1), Oracle 10.1.0.3 + CRS 10.1.0.3 on fake raw devices in Linux.
    I have been able to install the CRS and Oracle database software successfully.
    All CRS services and listener are up and running.
    crs_stat command return successful results.
    srvctl status nodeapps -n <node_name> also returns successful results.
    However, when I attempt to startup the ASM instance, I keep encountering these errors:
    ORA-00603:ORACLE server session terminated by fatal error
    ORA-27504:IPC error creating OSD context
    The ORA-00603 error message will appear immediately in the SQLPLUS prompt when I try to startup ASM instance.
    Both errors will be logged in alert.log and trace files, no other useful error messages besides these errors.
    When I attempt to create a normal database instance using datafiles on the same machine, these errors also appear again!
    So, I figure its got nothing to do with the raw devices since my OCR location and Voting devices are using the same raw devices on Linux.
    Anyone did the same thing like me and faced similar problems.... please help.
    Cheers

    You can use dbca to create ASM instance to get rid of the manual copy business.
    In realease 1, you can invoke dbca, choose database instance and walk through still you reach storage clause and choose asm and DBA will create ASM instance on both nodes.
    Ensure that you choose cluster install option and all the nodes at the initial stages.

  • Atypical ASM/RAC 11.2 configuration.

    Hi every one,
    We are evaluating several scenarios to implement Oracle RAC, and we want to know if the following configuration is certified by Oracle.
    1 asm disk group (SAN)
    1 linux node that has the following users and instances:
    linux user: grid1 running asm instance-1
    linux user: ora1 running db instance-1
    linux user: grid2 running asm instance-2
    linux user: ora2 running db instance-2
    this node configuration is RAC with another linux node.
    All asm instances share the same asm disk group
    This configuration is because we have 2 core applications, each one with its own database, we only have 2 RAC Nodes and for security reason we want to separate database application and database administration.
    Do you have any note o white paper that support this configuration?
    Thanks.

    Hi,
    I would suggest to look at the installation guide for your platform. For 11.2 there could be either
    1. only one oracle user for all installation
    2. a role separation between a (storage,ASM,GI) and RAC RDBMS.
    Regards,

  • Installing ASM+RAC on two Sun Netra440

    Hi, folks, My company develops a telecom system and considering to install RAC and ASM on two Sun Netra 440, each Netra 440 has 4 physic disks. We would like to use 2 physic disks on each Netra440 as a failure group, so a disk group comprise of 2 disks from first Netra440 and another 2 disks from second Netra440. then if one NEtra440 totally dies, then the other Netra440 can take care of application, because 2 local physic disks have the same data.
    but how to configure ASM to access to second Netra440 disks from first Netra440? any suggestion is appreciated!

    Hi,
    I didn't hear anything about a shared device like a storage. If your company is able to afford 8 processor licenses for RAC then investing in a storage should not be a problem. That's the way I used to see and build Oracle RAC databases.
    Good luck!
    Cheers,
    David
    OCP 9i / 10g / 11g
    http://www.oratoolkit.ch/knowledge/howto/installation/eeSrv-11g-R2-on-Solaris-10-sparc.php

  • What means  for warming message in ASM RAC

    Hi Friends,
    I got some message form alert log as
    Wed Jul 15 12:11:49 2009
    Thread 3 advanced to log sequence 300 (LGWR switch)
    Current log# 6 seq# 300 mem# 0: +FLSDISK1/sale/onlinelog/group_6.263.690290                              221
    Wed Jul 15 12:20:07 2009
    WARNING: db_recovery_file_dest is same as db_create_online_log_dest_1
    We use oracle 10.2.0.4 database at ASM for 4 nodes RAC in Linux system.
    What do I need to do?
    Thanks
    JIm

    After logging in, select 'All Sources' from the drop down on you left and type WARNING: db_recovery_file_dest is same as db_create_online_log_dest_1 on the right and hit GO.
    You can see the papers.
    HTH
    Anantha

  • Adding Disks on ASM/RAC

    Hi
    I need to add new disks in my instances ASM1 and ASM2.
    How do I do that?
    Can I down the ASM2 node, add the disks on ASM1 and then, start the ASM2
    If I do this, the ASM2, will see the new disks ?
    Spaulonci

    ASM instances in a RAC environment don't act independently, a diskgroup serving a RAC database is maintained by all participating ASM instances. So you don't add a disk to a particular instance. There's no need to shutdown ASM to add a disk, that's one of the ASM advantages.
    Werner

  • E-Business Suite 12 on ASM - RAC - Very Large Banking Database

    Hi All,
    Oracle is recommending to go with ASM - OMF RAC for a fresh implementation of E-Business Suite 12i on AIX nodes, the database is expected to growth quite rapidly as per business case.
    I request all members to contribute their experience and issues they faced in their day to day support and issues with cloning from Apps DBA prespective.
    Any inputs is highly regarded.
    Thanks

    >
    We have a setup of HP-UX servers running 11g database with ASM on Oracle RAC. And application server running Oracle
    E-business Suite 12 on RHEL 5. Is hyper threading is supported with this application.
    please see this
    Hyper-threading and the Sun Fire[TM] V60x and V65x [ID 1003411.1]
    How to detect an Hyper-Threading or/and a Multi-Core CPU on Oracle Enterprise Linux [ID 462410.1]
    >
    If I enable hyper threading, performance will enhance or any sugeestion please?please see
    Oracle and Hyper-Threading [ID 205089.1]
    http://en.wikipedia.org/wiki/Hyper-threading in particular "Drawback history".
    Or http://www.intel.com/support/processors/pentium4/sb/cs-017371.htm#1c which also links to more performance info.
    please let me know if you want more info
    ;) AppsMAstI ;)
    Sharing is Caring

  • Patching method for ASM RAC environment

    We are planning to apply new PSU, RAC bundle and CRS PSU for our pre-production environment. In oreder to reduce risk as well as downtime, we need a better approach for patching. Could you please clarify bellow concerns ?
    1) Do we sync the ASM Oracle Home as per the RDBMS Oracle Home? - as per best practice we could see we supposed to sync up both oracle homes, but there are some one-off patches which meaned only for ASM home, thats why at present our ASM and RDBMS homes are not in sync. Could you please put some light on advantages and disadvantages of doing this.
    2) We are planning to apply 11.1.0.7.1 PSU for RDBMS and 11.1.0.7.2 PSU for CRS. In this case do you suggest to apply RDBMS component of CRS PSU ?
    3) For reducing downtime, we are planning to patch one oracle rdbms / ASM home and making a gold copy to clone all other nodes ? Is it a recommended method ? What is the risk involved in this ?
    Thanks
    Rupesh
    http://orachat.com/

    1. The advantage patching both ASM and RDBMS homes is if ASM home is corrupted or some issues then you can start the ASM instance from RDBMS home will out any issues(bugs).
    2.Yes, always it is recommended
    3.Why you want a gold copy? Please note that if you have EM setup then configuration files are different between nodes. The best approach is applying patch local, so that you can reduce the downtime.
    $ opatch apply -local
    Hope this helps,
    Regards,
    http://www.oracleracexpert.com
    Migrate Database to ASM using RMAN
    http://www.oracleracexpert.com/2009/10/migrate-database-to-asm-using-rman.html
    Change spfile from pfile in RAC
    http://www.oracleracexpert.com/2009/09/create-spfile-from-pfile.html

  • ASM + RAC questions

    How many DBs i should have on 2 node RAC environment? How this work?
    What are the options to start & shutdown the ASM?

    Do you have 30 databases that are single instance database that you are looking to place into your two node cluster?
    What are the memory and processor requirements of your 30 databases? Does your cluster have suitable memory and processors to handle all 30 databases?

  • ASM/RAC dependencies

    Dear DBAs,
    while browsing the net to get documents related to the RAC, i found a document concerning the RAC/ASM dependencies and how to configure RAC services (CRS/ASM/DB instances) to run consecutively (or maybe you want to stop running a service at server startup).
    The problem is that i lost this document and currently i need this information.
    could you please provide me with a link concerning this subject ?
    by the way my database is 10R2 path4
    Thx in advance
    Edited by: Elie on Aug 30, 2009 3:24 PM

    http://www.oracle.com/pls/db102/portal.portal_db?selected=16
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b28759/toc.htm
    srvctl command
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/srvctladmin.htm#RACAD5002

Maybe you are looking for

  • External Hardrive not "readable" by my computer anymore....

    So the other day my Samsun 200gig external hardrive was working..and the next thing you know it...the drive becomes "not readable by your computer" AGH...how frustrating. The Utility Disc also says that there are errors when trying to repair the disc

  • XML Photo Gallery

    Hello, I am creating a very basic AS3 XML Gallery. The problem I am having is including the description or "caption" along with the photo. I have been going around it for awhile, but I can't seem to get my head around it. These are the basics I have

  • Can't adjust clip duration of still photos in iMovie '11

    Anyone having the same problem? I inserted a still photo in one of my projects in iMovie which has a a clip duration of 5s when added. I clicked the cogwheel icon then chose the inspector to adjust the duration. I've managed to changed it to 3s but a

  • Reaction Time Test

    Hi everybody. I've been tearing my hair out trying to program a Reaction Time Test.  I have been trying to search for topics that were like my program, but these programs were based on lights and on-off functions while mine is based on random number

  • Did ios7.4 help the ipad sync with itunes

    did the update of ios 7.4 help the ipad sync with itunes - songs not playing