Data Guard: db_file_name_convert/log_file_name_convert when using ASM/OMF

All,
I have a call currently open with Oracle regarding the setting of the parameters db_file_name_convert and log_file_name_convert in a data guard environment. We use ASM / OMF for storage and file naming and my question is basically do these parameters have to be set. The documentation says they do where the file structure is different between PRIMARY and STANDBY.
I have successfully tested failover and switchover without these parameters. I have also added a new tablespace on the PRIMARY and watched it create a new OMF datafile on standby when the logs are switched.
I just can't see a reason for setting them when using ASM / OMF.
I'm hoping someone can enlighten me here because I'm getting nowhere whith support. The following is our Data Guard setup:
PRIMARY
DB_NAME=IBSLIVE
DB_UNIQUE_NAME=IBSLIVE
ASM Disk Groups:
+PRODDATA (Data Files, Control Files, Redo Logs)
+PRODFLASH (Archive Logs, Flashback Logs, RMAN backups)
+PRODLOGS (Multiplexed Control & Redo Logs)
STANDBY
DB_NAME=IBSLIVE
DB_UNIQUE_NAME=IBSDR
ASM Disk Groups:
+DRDATA (Data Files, Control Files, Redo Logs)
+DRFLASH (Archive Logs, Flashback Logs, RMAN backups)
+DRREDO (Multiplexed Control & Redo Logs)
Many Thanks,
Ian.

Ian,
I'm having similar thoughts.
I have created a new instance with files in asm under +datadisk/obosact (this is the smae name as primary)
I then modify the db_unique_name from obosact to obosactdr as is required for standby to work
When I recover (duplicate target database for standby; ) I find that the files are in datadisk/obosactdr not in the datadisk/obosact area
I found this reference http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10g_RACPrimaryRACPhysicalStandby.pdf
4. Connect to the ASM instance on one standby host, and create a directory within the DATA disk group that has the same name as the DB_UNIQUE_NAME of the standby database. For example: SQL> ALTER DISKGROUP data ADD DIRECTORY '+DATA/BOSTON';
This step seems to indicate that the location of the files is determined by the db_unique_name not the db_file_name_convert paramenter
DId you ever resolve the issue?

Similar Messages

  • Is the Oracle Data Guard component free to use on production database?

    Is the Oracle Data Guard component free to use on production database?
    If not, how much is the fee?
    How about Oracle Coherence?

    http://www.oracle.com/corporate/pricing/technology-price-list.pdf
    Coherence Standard Edition 100 22.00 4,600 1,012.00
    Coherence Enterprise Edition 230 50.60 11,500 2,530.00
    Coherence Grid Edition 500 110.00 25,000 5,500.00
    Coherence Suite 1,000 220.00 50,000 11,000.00
    BPEL Process Manager 1,200 264.00 60,000 13,200.00
    Active Data Guard 120 26.40 5,800 1,276.00
    The regular Data Guard is free

  • How to remove data guard broker configuration when  ORA-16625?

    I setup data guard broker for a standby database. However, we recreate the database and re-setup the standby database. But find the earlier broker configuration still exists. But I cannot remove or disable the configuration or any database within the configuration. When I try to do so I got the error, although all network settings are correct:
    Error: ORA-16625: cannot reach the database
    How to remove the configuration at this stage?
    Thanks for help,

    Hi, I saw same issue when doing switchover testing in my lab environment.prerequisite is primary role and standby role switched and og can be applied without data guard broker.
    Here is the step I resolved the issue
    1)on both primary and standby database
    SQL> alter system set dg_borker_start=false;
    on primary DB:
    SQL>alter system set dg_broker_config_file1='?/dbs/dr1afterswichoverpry.dat';
    SQL>alter system set dg_broker_config_file1='?/dbs/dr2afterswichoverpry.dat';
    on standby DB:
    SQL>alter system set dg_broker_config_file1='?/dbs/dr1afterswichoverstby.dat';
    SQL>alter system set dg_broker_config_file1='?/dbs/dr2afterswichoverstby.dat';
    2) enable dg_borker_start on both primay and sandbby db
    SQL> alter system set dg_borker_start=true;
    3)on primary database to create configuration
    Hope this can help you!
    email: [email protected]

  • Data cleansing: Clipboard error when using bupa_clear

    Hello,
    When using BUPA_CLEAR transaction to process cleansing cases, dragging and dropping some objects from one BP to another produces the message "Clipboard does not contain any data" and the object is not copied to the new BP.
    An example:
    BP 1 has a folder 'Business Transactions' with sub-folders 'CRM Service Processes' and 'CRM Business Activity'.  The 'CRM Service Processes' contains 1 service ticket object. the 'CRM Business Activity' contains 1 interaction record object. The other main level folders are Address Usage and Sales Classification.
    BP 2 only has 'Address Usage' and 'Sales Classification' folders as it has no interactions or tickets against it.
    When dragging and dropping the folder 'Business Transactions' (or any of it's sub-folders/objects) from BP1 to BP2, I get the message 'Clipboard does not contain any data'.
    Is there a fix or workaround to this? Or am I doing something wrong?
    Any help is greatly appreciated,
    -Alan

    Found out the simple answer to a dumb problem:
    You must drag-and-drop the ICON (Folder icon, document icon) of the object that you are moving, not just the text of the object. Dragging the icon will highlight the icon and the name of what you are trying to move and it will then move to the appropraite folder without giving the clipboard error.

  • Cannot return data in Discoverer report when using specific AR tables/views

    When using any of the following tables (logged in as Administrator responsibility), I get no data returned...
    AR_RECEIVABLE_APPLICATIONS
    AR_PAYMENT_SCHEDULES
    RA_CUSTOMER_TRX
    RA_CUSTOMER_TRX_ALL
    When running in TOAD or SQL Plus, I have to set my Org ID to return data. It was my assumption that the security calls would automatically do that in Discoverer when setup as an APPS mode EUL. Discoverer 10g is the version.
    Pulling anything from any of those tables results in no rows returned in Discoverer. Is there a special security call I must make in the SQL?

    Also you should try another thing.
    If you brose data only from AR.RA_CUSTOMER_TRX_ALL do you get any data?
    From the 4 "tables" you mentioned this is the only TABLE while all other are views with security mechanism in it.
    In the finance the system administrator is not defined so that it will see the whole data, you need to log in using a proper responsibility.
    If you already have the sys admin then open the application and add to yourself AR responsibilities such as "%AR Manager", "%AR Superuser" .
    After that you can log in with those responsibilities and you'll get the data.

  • How to make a physical copy of database when using ASM

    I used to make a physical copy of production database
    every night to create test environment. I have
    simply physically copied files, recreated control file,
    ... to create it.
    But on 10g I want to use ASM, is there some way
    to do physical copy of the database similar way?

    You can not directly to duplicate a regular database that does not use ASM into new one that does not use ASM. The problem with ASM is that you can not see the files directly at the disk level.
    If you use RMAN you could use the command duplicate and all would be easier.
    Joel Pérez
    http://www.oracle.com/technology/experts

  • IPhone 5 data network stops working when using GPS

    Hello,
    I have a strange problem for some time now. The DATA connection in GPS apps stop working when navigating. When I use Google maps or WAZE apps the first time after rebooting the device, everything is working just fine for first address search, but after beginning the navigation, DATA network disappears only for the navigation app, browsing is working just fine (a bit slowly, but fine).
    Tried to factory reset the device few times, and changed the carrier provider, didn't help
    Any ideas??? 

    Hi liokap,
    Welcome to the Apple Support Communities!
    I know that it can be frustrating when applications you downloaded from the App Store do not function as expected. In this situation, I would recommend working through the troubleshooting steps in the attached article.
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open - Apple Support
    Have a great day,
    Joe 

  • Session data is not unique when using SYS_CONTEXT in web service applicatio

    Hi, I am using DBMS_SESSION.SET_CONTEXT in my web service application to set session variables which--according to the documentation, if I understand it correctly-- are supposed to be unique to each session. But if I change the variables from a browser on one client machine, I can then see the changes when I connect from a browser on another client machine. Do all calls to my web service connect to the database as the same session? What happens when multiple clients are connected? I also use global temporary tables in my application. My assumption was that each client that connected would have a unique session. But this doesn't appear to be the case?...or is there something I am missing?

    This has been logged as a bug and was upgraded to severe in March, but nothing has been done on it as far as I am aware. Beware this bug also affects global temporary tables--the same session and everything related to --including session context variables and global temp tables are shared by every call to the web service.
    Service Request 6067517.994 - SYS_CONTEXT SESSION DATA IS NOT PRIVATE BETWEEN MULTIPLE CLIENT SESSIONS has been updated by Oracle Support with relevant information on 18-JAN-07.
    To view the progress on-line via MetaLink, go to this URL:
    http://metalink.oracle.com/metalink/plsql/tar_main.this_tar?tar_num=6067517.994&p_ctryCode=840

  • Is data saved on device when using cloud

    Trying to dtermine if i need a 32 or 64 gig phone if using cloud. Is data, photos,video stored off-device? Or does cloud stoe a duplicate?

    It depends on the data.
    Calendar, Contacts and Mail are stored on both devices and iCloud
    Photos, up to a 1000, are stored on iCloud and pushed and stored on both iCloud and your mobile device
    Music is stored on iCloud until you download it and then it is stored on both your device and iCloud.
    iCloud is NOT a true music or photo streaming service so much as a pass through service.
    If you have a lot of music and photos, you might want to consider the 64 gb.  
    Steve

  • Has anyone encountered issues with Data Execution Protection (DEP) when using windows with Muse?

    A week without my Muse. Please HELP. I am trying to be Patient.
    Each time I try to open my muse it is freezing and shutting down right away. I open the file and it just freezes.  I get a window that pops up explaining DEP (I have tried to shut it off and it doesn't work). Has anyone else ever had this happen? I really want to get my Muse working again, its going on a week without. I have windows Vista, 32 bit. Since I did the recent updates its not working anymore. Can I roll back to an older version? Thank you.

    So I found a fix to this myself. I found that others were having the same issue in Photoshop CS6 too. What I did was go to open the app, right click on the app icon, go to properties>compatibility>click the box for Compatibility Mode that says "Run this program in compatibility mode for:: select your operating system (Mine was windows xp sp2). I also selected "Run as Administrator". So far it is working, I am upset that this was such a simple go around and I have been without my muse for over a month now.

  • Using Flashback with Data Guard (Physical)

    We are running Oracle 11g R2 on RHEL 5.5 with a simple Physical and Standby Data Guard configuration.
    When you flashback database the Primary database does the Standby also perform aflashback database?

    Hi damorgan,
    Sorry to reopen this thread but can you please point to the documentation your refer to?
    I went through this scenario on my 11R1 data guard setup and had different outcome.
    insert into tabb values (1,'aedfgadg');
    insert into tabb values (2,'adfkafgafdadf');
    commit;
    create restore point restore_me;
    insert into tabb values (3,'sabjadfjdfjasdvgjasdfav');
    insert into tabb values (4,'asd,fbadmfbadbfadbfafa');
    insert into tabb values (5,'dddddddddddddddddddd');
    commit;Then I flashback to restore_me and after open reset logs I query the database. Only first two rows are there. Also media recovery is broken.
    I open readonly standby and query the table. All five rows are there. Obviously the flashback has not affected standby.
    I logged a call with Oracle and they advised that I have to manually flashback standby database to that point in time. same applies to 11R2.
    Thanks,
    Ali

  • Advice on whether to use ASM for 11gR2 databases

    Hi all,
    Hope I can get some advice here for ASM.
    I'm going to upgrade all my 10.2 EE databases to 11gR2, and I will not be running RAC, only single instances and Data Guard. My storage is HP SAN. I wonder if it is worth the trouble (in our small shop) to run ASM.
    Currently, my backups are done from a SAN perspective only, meaning that whatever is in the SAN storage is backed up.
    How do I back up the files in ASM? Do I have to copy the backupsets to file system first ?
    Thanks!
    June

    fjfranken wrote:
    For small databases performance gain is zero, you only add complexity where a normal file system would be sufficient.Disagree.
    Also, the reasoning is not valid. ASM works at device level. Not at cooked file system level.
    This means that ASM directly uses the LUN (seen as a local scsi device) of the SAN. See LUN. Use LUN. That simple.
    Not using ASM means that the o/s needs to be updated and configured. That LUN needs to be mounted. It needs to be formatted. The mount needs to be made permanent (via fstab or whatever).
    This makes ASM less complex and cooked file system more complex.
    Also consider that the mount and its contents are exposed to other s/w and processes and users. This raises issue such as access control and security - and the possibility of errant s/w trashing a database file because it happens to be running on the wrong mount or wrong directory.
    This is not the case with an ASM diskgroup as it is not mounted and not visible as a normal cooked file system.
    And if a cooked file system feature needed for a non-database files, an ACFS volume can be created in the diskgroup and mounted as a clustered file system. So it is not as if you loose the option of having a cooked file system on a LUN, when using ASM.
    Database size has nothing to do with the decision between cooked file system or ASM when using SAN LUNs. Ease of use, manageability, and feature set, have. From this perspective a cooked file system for database storage is old and clunky and insecure, and ASM is flexible, performant, scalable and secure.

  • Problem when using sorting

    Hi,
    This is my XML data
    <?xml version="1.0" encoding="windows-1252"?>
    <!-- Generated by Oracle Reports version 6.0.8.27.0 -->
    <INVARPTP>
    <LIST_G_SUBINVENTORY>
    <G_SUBINVENTORY>
    <ORGANIZATION_CODE>60</ORGANIZATION_CODE>
    <ORGANIZATION_NAME>Perth</ORGANIZATION_NAME>
    <PHYSICAL_INVENTORY>Org 60 Sept stocktake 4/9</PHYSICAL_INVENTORY>
    <SUBINVENTORY>A STORE</SUBINVENTORY>
    <LIST_G_HEADER>
    <G_HEADER>
    <ADJUSTMENT_ID/>
    <COST_GROUP_ID/>
    <PARENT_LPN/>
    <OUTERMOST_LPN/>
    <TAG>20300</TAG>
    <ITEM_ID/>
    <C_ITEM_FLEXDATA/>
    <DESCRIPTION/>
    <REVISION/>
    <PRIMARY_UOM/>
    <LOT_NUMBER/>
    <LOCATOR_ID/>
    <SERIAL_NUMBER/>
    <C_LOC_FLEXDATA/>
    <C_ITEM_VALUE/>
    <C_LOC_VALUE/>
    <CF_PARENT_LPN/>
    <CF_OUTERMOST_LPN/>
    <CF_COST_GROUP/>
    </G_HEADER>
    <G_HEADER>
    <G_HEADER>
    <ADJUSTMENT_ID>60728</ADJUSTMENT_ID>
    <COST_GROUP_ID>2042</COST_GROUP_ID>
    <PARENT_LPN/>
    <OUTERMOST_LPN/>
    <TAG>2662</TAG>
    <ITEM_ID>40116</ITEM_ID>
    <C_ITEM_FLEXDATA>29548988
    ATD</C_ITEM_FLEXDATA>
    <DESCRIPTION>KIT, FILTER 4" SUMP</DESCRIPTION>
    <REVISION/>
    <PRIMARY_UOM>EA</PRIMARY_UOM>
    <LOT_NUMBER/>
    <LOCATOR_ID>50376</LOCATOR_ID>
    <SERIAL_NUMBER/>
    <C_LOC_FLEXDATA>00
    A
    01
    B
    </C_LOC_FLEXDATA>
    <C_ITEM_VALUE>29548988.ATD</C_ITEM_VALUE>
    <C_LOC_VALUE>00.A.01.B..</C_LOC_VALUE>
    <CF_PARENT_LPN/>
    <CF_OUTERMOST_LPN/>
    <CF_COST_GROUP/>
    </G_HEADER>
    <ADJUSTMENT_ID>60761</ADJUSTMENT_ID>
    <COST_GROUP_ID>2042</COST_GROUP_ID>
    <PARENT_LPN/>
    <OUTERMOST_LPN/>
    <TAG>0133</TAG>
    <ITEM_ID>21914</ITEM_ID>
    <C_ITEM_FLEXDATA>000N05648/1
         MTU</C_ITEM_FLEXDATA>
    <DESCRIPTION>SEALING RING</DESCRIPTION>
    <REVISION/>
    <PRIMARY_UOM>EA</PRIMARY_UOM>
    <LOT_NUMBER/>
    <LOCATOR_ID>30093</LOCATOR_ID>
    <SERIAL_NUMBER/>
    <C_LOC_FLEXDATA>ABB
         001
         </C_LOC_FLEXDATA>
    <C_ITEM_VALUE>000N05648/1.MTU</C_ITEM_VALUE>
    <C_LOC_VALUE>ABB.001....</C_LOC_VALUE>
    <CF_PARENT_LPN/>
    <CF_OUTERMOST_LPN/>
    <CF_COST_GROUP/>
    </G_HEADER>
    <G_HEADER>
         <ADJUSTMENT_ID>60761</ADJUSTMENT_ID>
         <COST_GROUP_ID>2042</COST_GROUP_ID>
         <PARENT_LPN/>
         <OUTERMOST_LPN/>
         <TAG>0133</TAG>
         <ITEM_ID>21914</ITEM_ID>
         <C_ITEM_FLEXDATA>000N05648/1
         MTU</C_ITEM_FLEXDATA>
         <DESCRIPTION>SEALING RING</DESCRIPTION>
         <REVISION/>
         <PRIMARY_UOM>EA</PRIMARY_UOM>
         <LOT_NUMBER/>
         <LOCATOR_ID>30093</LOCATOR_ID>
         <SERIAL_NUMBER/>
         <C_LOC_FLEXDATA>ABB
         001
         </C_LOC_FLEXDATA>
         <C_ITEM_VALUE>000N05648/1.MTU</C_ITEM_VALUE>
         <C_LOC_VALUE>ABB.001....</C_LOC_VALUE>
         <CF_PARENT_LPN/>
         <CF_OUTERMOST_LPN/>
         <CF_COST_GROUP/>
    </G_HEADER>
    </LIST_G_HEADER>
    </G_SUBINVENTORY>
    </LIST_G_SUBINVENTORY>
    <C_COUNT>4616</C_COUNT>
    </INVARPTP>
    I am using the following code for my sorting
    <?for-each:G_HEADER?><?sort:C_LOC_VALUE;'ascending';data-type='text'?><?sort:C_ITEM_VALUE;'ascending';data-type='text'?><?sort:SERIAL_NUMBER;'ascending';data-type='text'?>
    when using the above code the data for C_LOC_VALUE with alphabets from A to Z are coming first and then the C_LOC_VALUE starting with 00 is being displayed at the end, but my requirement is to display data with 00 at the starting and then remaing alphabets in ascending order.
    Please guide how to get this.
    Best Regards,
    Mahi

    <?for-each:G_HEADER?><?sort:C_LOC_VALUE;'ascending';data-type='text'?>
    <?C_LOC_VALUE?>
    <?end for-each?>Using the above code
    Will get you the result as below
    ABB.001....
    00.A.01.B..
    00.A.01.B..Next one.
    <?for-each:G_HEADER?><?sort:C_LOC_VALUE;'ascending';data-type='number'?>
    <?C_LOC_VALUE?>
    <?end for-each?>will result in
    00.A.01.B..
    00.A.01.B..
    ABB.001....use th following
    <?for-each:G_HEADER?>
    <?sort: translate(C_LOC_VALUE,'0123456789','abcdefghij');'ascending';data-type=’text’?>
    <?C_LOC_VALUE?>
    <?end for-each?>you will see th correct result.
    00.A.01.B..
    00.A.01.B..
    ABB.001....
    DDD.001....

  • Data Guard questions

    Hello all,
    I am a newbie to data guard.
    1) Unless using the real time apply feature, standby redo logs must be archived before the data can be applied to the standby database. Am I correct in my understanding?
    2) Can we keep standby database in higher version(11i) and primary database in 10g?
    3) Do I need to left blank LOG_ARCHIVE_DEST_2 parameter on Standby Database init parameter?
    4) Can we face any problem if we have different LOG_ARCHIVE_FORMAT on the primary and standby site?
    Waiting for your valuable reply.
    With regards

    994269 wrote:
    Hello all,
    I am a newbie to data guard.
    Wel come to the data guard>
    1) Unless using the real time apply feature, standby redo logs must be archived before the data can be applied to the standby database. Am I correct in my understanding?
    Not uderstand your question.
    2) Can we keep standby database in higher version(11i) and primary database in 10g?
    No. Both the version should be same.
    3) Do I need to left blank LOG_ARCHIVE_DEST_2 parameter on Standby Database init parameter?
    Yes.Until you dont required to send archived log from standby database to any other database. If you have cascaded setup then you would required to set the parameter as required.
    4) Can we face any problem if we have different LOG_ARCHIVE_FORMAT on the primary and standby site?
    Yes. We should keep default log format or shourl be same.
    Waiting for your valuable reply.
    With regards

  • Data guard performance problem (rac to single instance)

    i have a table it has GPS data, and gps table has too many data, 5 millions,
    iam using RAC (2 nodes 11gr2). standby database is single instance data guard,
    single instance database (standby)'s hardware cpu is lower than RAC machines. rac nodes have (15k) disks, standby has (7200rpm),
    so i dont want to use GPS tables on data guard system, i dont want to run GPS table's DML commands (delete, insert), i think it may increase performance,
    is it posible? what is your advise?
    any feedback makes me happy,
    best regards

    it's not possible with data guard, but you can use streams or golgengate for this purpose. Have a look at dataguard performance tuning guide. Maybe there is something you can fix on the configuration to be faster.
    [Data Guard Redo Apply and Media Recovery Best Practices|http://www.oracle.com/technetwork/database/features/availability/maa-wp-10grecoverybestpractices-129577.pdf]
    [Redo Transport and Network Best Practices|http://www.oracle.com/technetwork/database/features/availability/maa-wp-11gr1-activedataguard-1-128199.pdf]
    I don't know an 11g version for these docs but they would still help.

Maybe you are looking for