Re: Four data guard on the same machine

Hi Hemant
i am finding much difficulty in using this updated form now.i have asked question but not able to see.So i am asking my question here.please reply
i have a query regarding directory structure.What i did is i kept exactly the same directory structure on both primary and standby..please clear me on that
Its what i did
Primary SID- PROD
Directory--- D:\oracle\product\10.2.0\PROD\abc.dbf(all datafiles,redo,control are in this directory)
Archive location on Primary D:\PROD\ARCHIVE\.arc(all archives)
Now what i did on standby.i created different sid--PROD2
But i have kept exactly the same directory structure on standby too as
datafiles in D:\oracle\product\10.2.0\PROD\abc.dbf(all datafiles)
Archive location on standby D:\PROD\ARCHIVE\.arc(all archives).
As i kept the same directory structure so i didnot set parameters db_file_name_convert and log_file _name_convert
Please clear me on this before i move forward to check for archive shipping because i get confused that may be i followed wrong and i should have kept as
Standby datafiles = d:\oracle\product\10.2.0\prod2\.dbf
standby archives = d:\prod2\archive
please tell.i really need your reply urgently
can this approach of same directory structure affect the primary in bad way or is that fine

i have taken the same directory structure as it was on primary even the sid name in directory is same.
PRIMARY SID= PROD
STANDBY SID =PROD2
but datafiles,redo,control and archive location i have kept the same sid as of primary.
D:\oracle\product\10.2.0\PROD\.dbf
D:\oracle\product\10.2.0\PROD\.ctl
D:\oracle\product\10.2.0\PROD\.redo
i just changed control file with standby and also i did not created standby redo's as i read in document its needed for switchover.so i thought i 'll create later on

Similar Messages

  • Four data guard on the same machine

    Hi,
    I have a linux server , with 4 oracle databases 11203 with ASM file system on it.
    I was asked to create a data guard for each one of them to a remote machine (one machine).
    Its NOT going to be ACTIVE data guard .
    Are there any special thing i should be aware of ? Any recommendation ?
    Thanks

    Hello;
    I have a similar setup. What comes to mind is the listener, here how mine is:
    {code}
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0.3/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = standyservername)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = REGISTER))
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0.3)
          (PROGRAM = extproc)
        (SID_DESC =
          (global_dbname = DB1_DGMGRL.myhost.com)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0.3)
          (sid_name = SDB1)
        (SID_DESC =
          (global_dbname = DB2_DGMGRL.myhost.com)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0.3)
          (sid_name = SDDB2)
        (SID_DESC =
          (global_dbname = DB3_DGMGRL.myhost.com)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0.3)
          (sid_name = SDB3)
    ADR_BASE_LISTENER = /u01/app/oracle
    INBOUND_CONNECT_TIMEOUT_LISTENER=120  
    {code}
    If you can setup the servers to be as similar as possible, in other words keep things simple it should work well.
    Best Regards
    mseberg

  • Data Cache on the Same Machine that db 8.1.7

    I just wanna ask you how usefull is to install data cache if i am installing 9ias on the same machine that the data base??.
    why should or shouldn't i do it??

    the purpose of the data cache is to store high activity read only tables on the mid-tier web server's platform to avoid making network round trips to the back-end or "origin" rdbms residing on another platform.
    since you have placed both the ias mid-tier and the rdbms on the same platform, it seems to me that you have defeated the purpose of having and using the data cache.
    other opinions are welcome.

  • A "designer" file being worked on a machine, is checked-in regularly, if at any point of time the latest version of that file is taken on the same machine, all the data gets deleted

    A “designer” file being worked on a machine, is checked-in regularly, if at any point of time the latest version of that file is taken on the same machine, all the data gets deleted

    Hi,
    Could you provide us more information to help you?
    If you have resolved the issue, it would be better if you can post the solution here, which will help others.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Need help:server client in the same machine

    hello all,
    i want to install oracle client and server on the same machine(cause i only have got one)
    to do that,
    for server installation i did the following:
    # mkdir /u01
    ; /u01
    # cd /u01
    # mkdir -p app/oracle/oradata
    # groupadd dba
    # groupadd oinstall
    # groupadd oracle
    # useradd -g dba -G oinstall,oracle -m oracle -d /u01/app/oracle
    ; risumi des caractiristiques du compte Linux oracle
    ; user : oracle
    ; groupe principal: dba
    ; groupe secondaire: oinstall, oracle
    ; ripertoire par difaut: /u01/app/oracle
    # cd /u01
    # chown -R oracle.dba /u01
    ; virification des droits
    # ls -l /u01/app/oracle
    # ls -l /u01/oradata
    # passwd oracle
    # more /etc/passwd
    # more /etc/group
    ; sortie de votre session root
    # exit
    $ su - oracle
    in .bash_profile(file) i wrote the follwing parameters :
    export DISPLAY=localhost:0.0
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/8.1.6
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    export ORACLE_SID=TEST
    export ORACLE_TERM=vt100
    export NLS_LANG=french_france.WE8DEC
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    the oracle server works fine!
    So, the server installation directory is /u01/app/oracle/product/8.1.6
    what i have to do for client installation in the same machine:
    do i have to create a new groups(dba,oinstall...)?
    do i have a new directory to install oracle client?
    can somebody give me any information?
    Thank's a lot in advance
    null

    You can install your client parts in the same ORACLE_HOME as the server as long as they are of the same version. In fact, a lot of the client has already been installed, since it is part of the server installation.
    If your client is of a different version than your server you will have to install it in a different ORACLE_HOME. You can do this using the same oracle user.

  • How can I convince iTunes that this is the same machine to avoid installing all my iPod Touch Apps?

    I've had to rebuild my hard drive and reinstall all the software. What a pain.Now iTunes wants to tell me that I am re-syncing from a new machine and wants to reinstall all of my Apps. It is the same machine, and all the Apps show up in iTunes that are on my iPod Touch. I do not want to have to reinstall all of the iPod Apps and try to restore all of their data. How can I convince iTunes that this is NOT a different machine?

    If you are using iTunes version 7 or later, then you can transfer purchased iTunes store music from the iPod to an authorized computer by using the "file/transfer purchases from iPod" menu. Note that the maximum of 5 authorized computers applies here.
    For all other non purchased music (your own CDs etc) try this method which works on some Windows PCs.
    Enable your iPod for disk use.
    See: iPod Disk Use.
    Open iTunes and select edit/preferences/advanced/general. Put a check mark in the box marked "copy files to iTunes music folder when adding to library" and also "keep iTunes music folder organized", then click 'ok'.
    Connect the iPod whilst holding down the shift/ctrl keys to prevent any auto sync, and if you see the dialogue window asking if you want to sync to this itunes library, click 'no'.
    Then go to file/add folder, open 'my computer', select your iPod and click 'ok'.
    The music files should transfer to your iTunes.
    If this doesn't work (and it may not because officially it's not supposed to), check out the instructions/suggestions here.
    Music from iPod to computer (using option 2). This a manual method using "hidden folders" and although it works, it can be messy.
    Much easier ways are to use one of the many 3rd party programs that copy music from the iPod to the computer.
    One of the most recommended is Yamipod. This is a free program that transfers music from iPod back to the computer. However, it does not transfer playcounts/ratings etc.
    Another free program is Pod Player.

  • Acrobat 9 (Pro) and Acrobat X(10) in the same machine?

    Hi,
    Is it possible to install both Acrobat 9 and X (10) in the same machine?
    I have 32-bit XP machine as well as Acrobat 9 licensed version installed in it. I would like to know if I install Acrobat X (10)'s Trial version from the internet, what would happen to my licensed version 9?
    Thanks in Advance!

    Adobe does not support installation of two different copies of Acrobat on the same machine.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 20 Sep 2011 10:45:29 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Acrobat 9 (Pro) and Acrobat X(10) in the same machine?
    Acrobat 9 (Pro) and Acrobat X(10) in the same machine?
    created by Atit Shah<http://forums.adobe.com/people/at0122> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3927669#3927669

  • When I try to install some plugins I get "Can't find Internet Plug-ins folder". Friends with the same machine using the same browser can download just fine.  What gives?

    When I try to install a plugin in any browser on my Mac Mini or my MacBook Pro, I get a "Can't find Internet Plug-Ins folder" message.  Other friends with the same machines can install the plugin just fine.  We can't find any reason why the plugin won't install on mine.  Any ideas out there?
    Thanks,

    Triple-click anywhere in the line below on this page to select it:
    /Library/Internet Plug-Ins
    Right-click or control-click the highlighted line and select
    Services ▹ Show Info
    from the contextual menu.* An Info dialog should open.
    Does the dialog show "You can only read" in the Sharing & Permissions section?
    In the General section, is the box labeled Locked checked?
    What is the Modified date?
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • Move account on the same machine

    Hi,
    I need to move user data and settings between two accounts on the same machine.
    I don't have enough space to just copy the data + I'm not sure if, even after fixing permissions, all will work - I need all settings preserved.
    I've looked at migration assistant but it only gives option to move account between different machines.
    What's the best way to do it?
    thanks

    thanks for the prompt replies
    Will it preserve settings for all my apps?
    I have around 30 machines to do it on, with many apps, and the last thing I want is to reconfigure all of them..
    for example; if I just copy entire home dir, will the mail work straight away on the new account?
    what about keychain entries?
    thanks

  • Reading the same port on the same machine

    Hello,
    i'm working on DatagramSocket to broadcast DatagramPacket (IP 192.168.xxx.255) and a fixed num port. The problem is that I can't have 2 threads that read (datagramSocket.read) on the same port, on the same machine.
    How can I perform my tests ?
    java.net.BindException: Address already in use
    at java.net.PlainDatagramSocketImpl.bind(Native Method)
    at java.net.DatagramSocket.bind(DatagramSocket.java:368)
    at java.net.DatagramSocket.<init>(DatagramSocket.java:210)
    at java.net.DatagramSocket.<init>(DatagramSocket.java:261)
    at java.net.DatagramSocket.<init>(DatagramSocket.java:234)

    Well, the short answer is that you can't.... at least I've never heard of a way how. Basically, when an application requests a port number, it basically owns that port number until it gives it up. You do this when you create the DatagramSocket. Each DatagramSocket is its own request, and therefore must have an unique identifying port. Otherwise, how would your operating system know who to give the data to when it receives a packet on your machine for port XXXX? Also, it would be a secuirity problem if other applications could listen on the same port as you use for other things like surfing the web, making online purchases, email.
    However, what you could do is have one owner of the DatagramSocket... and share it among the other threads. When that owner receives a packet, it can notify the other threads it received a packet and pass the data to each one. Set it up something like how listeners work. Also, if you want it to span processes, you could use RMI or pass the data through other deined network connections between the processes.
    Does that make sense? :)

  • Jsp session problem when more than one user is loging from the same machine

    Hi everybody,
    I have created a login page and i use to store user name and password using sessions. It is working fine for one user from one machine. But if two or more users logged from the same machine, all the users are getting the same data as of the last user logged in. Also if one user is logged out all user sessions on that machine are expiring (same as previous YAHOO problem).
    i think there is problem with session variables. The user name and password which i am storing in session variables are updating the same variables for all users. I think a seperate set of session variables are not creating for each user login.
    Can any body help me plz....
    regards,
    Prasanth.C

    First, you need to clear any cookies you are setting.
    Second, you need to synchronize some key data fetching blocks in your servlet.
    Third, ensure that you are invalidating a session properly.
    Don't ask me for more details. Google around for information ;)
    Richard.

  • Sharing applications between users on the same machine

    I am new to the world of MAc OSX, I bought my mac to run a specific application, No problem there, However that application needs to be accessed via multiple users on the same machine. So far I have created the user logons, But each user gets a new iteration of the same application. How can I make one copy of the application together with all its data base files accesible my other users, Also when the user that owns the application logs off...the application is terminated... I have set up fast switching...as a work around so the application will stay up, but Other users cant see it...Help please
    mini mac   Mac OS X (10.4.8)  
    mini mac   Mac OS X (10.4.8)  

    tonyeesi
    Welcome to the Apple Discussions.
    However that application needs to be accessed via multiple users on the same machine.
    If the app is in the HD/Applications folder, all users can access it and use it. Then it doesn't matter of the other users are logged on or off. It's not a different iteration, there is no duplication.
    To share the data: as Kappy says, put it in the Users/Shared folder. Each user can see into another user's Shared Folder.
    Here's a question: if each user has to use the same app plus the same data, why have different accounts? The whole point of different accounts is to keep data separate?
    Regards
    TD

  • Runing BO 6.5 and Xi 3.0 on the same machine

    I have installed 6.5 and Xi 3.0 on the same workstation. Both versions run fine when I run them one at a time (open one, work on it, then exit before starting the other).
    However, when I run 6.5 and Xi 3.0 simultaneously, then the next time I try to run either of them, I receive a message asking me to install again.
    Has anyone run into this?
    Michael O

    Hello Constantino,
    Is there no way this will work? As I have several customers thinking about or planning an upgrade/migration to XI 3.0, running legacy and new software side-by-side on the same machine is a very important issue, especially as migrations are usually an incremental process, requiring both versions to co-exist for some time.
    I have never had any problems running 5.x / 6.x and XI r2 on the same machine, even simultaneous, that's why I'm so surprised at the sudden change.
    Any input would be welcome! Thank you!
    Kind regards,
    Kristof Speeckaert

  • Problem with SQL*Loader and different date formats in the same file

    DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    System: AIX 5.3.0.0
    Hello,
    I'm using SQL*Loader to import semi-colon separated values into a table. The files are delivered to us by a data provider who concatenates data from different sources and this results in us having different date formats within the same file. For example:
    ...;2010-12-31;22/11/1932;...
    I load this data using the following lines in the control file:
    EXECUTIONDATE1     TIMESTAMP     NULLIF EXECUTIONDATE1=BLANKS     "TO_DATE(:EXECUTIONDATE1, 'YYYY-MM-DD')",
    DELDOB          TIMESTAMP     NULLIF DELDOB=BLANKS          "TO_DATE(:DELDOB, 'DD/MM/YYYY')",
    The relevant NLS parameters:
    NLS_LANGUAGE=FRENCH
    NLS_DATE_FORMAT=DD/MM/RR
    NLS_DATE_LANGUAGE=FRENCH
    If I load this file as is the values loaded into the table are 31 dec 2010 and 22 nov *2032*, aven though the years are on 4 digits. If I change the NLS_DATE_FORMAT to DD/MM/YYYY then the second date value will be loaded correctly, but the first value will be loaded as 31 dec *2020* !!
    How can I get both date values to load correctly?
    Thanks!
    Sylvain

    This is very strange, after running a few tests I realized that if the year is 19XX then it will get loaded as 2019, and if it is 20XX then it will be 2020. I'm guessing it may have something to do with certain env variables that aren't set up properly because I'm fairly sure my SQL*Loader control file is correct... I'll run more tests :-(

  • Designer 6i and 10g on the same machine?

    I have Designer 6i and corresponding repository on my machine.
    The problem with 6i I can't save diagramm in HTML format
    I believe I can save in HTML format in 10g or other?
    Can I install on the same machine 10g designer?
    should I configure new repository?
    TIA

    See my update on your earlier question.
    As for running 6i and 10g on the same machine, yes you can do it. You just have to install them in separate Oracle Homes, and be careful when you tell them which version of EXP and IMP to use. There is one MAJOR caveat, however. They cannot use the same Designer Repository - 6i client won't talk to a 10g repository and 10g client won't talk to a 6i repository. You can upgrade a 6i repository to 10g with the RAU, but take a backup before you do - the only way to go back is to restore your backup. Besides, I think that if you upgrade to the last supported version of Designer 6i (you should be able to get it from MetaLink) you will get the Publish Diagrams utility.
    Frankly, my opinion is that there is only one reason to stay on 6i - if you need to generate and support 6i client/server Oracle Forms. If you don't use Oracle Forms, or if you have moved on to Web Forms with the middle tier Forms Server, I'd recommend an upgrade to Designer 10g and Developer 10g.

Maybe you are looking for

  • Printing to PDF from MS Office -  Adobe 9

    I've recently upgraded to Adobe Reader 9 & have Win XP op sys. There is no longer an "Adobe PDF" as a printer option when wanting to print/save MS Office files to pdf format. Is there another way?

  • Error loading an X-4 std joboption into Distiller

    I have a customer running CS4 / OS 10.5.8. We recently changed our CS4 presets to encompass the X-4 2008 Standard. When installing he gets this error: Error in /Library/Application Support/Adobe/Adobe PDF/Settings/PDFX4 2008.joboptions: /CheckComplia

  • Calendar - Increase the number of technicians in calendar view.

    I'm using the SAP Business ONE standard calendar to control my mobile engineers via 'service calls' and 'activities' Does any one know how to increase the number of technicians a user can see in the calendar view at any one time, even if they were gr

  • Reattempt of insert after a ORA-0001 unique constraint violation

    Hi, I'm inserting into a table. The primary key on this table is made up of the user id and a one-up transaction number. Unfortunately, I cannot change the design of this table. Because I have to query the table to get the next transaction number bef

  • Need the relevant procedure

    Hi, I have the text structure like HDR+col1+col2+... DTL+col1+col2+... DTL+col1+col2+... HDR+col1+col2+... DTL+col1+col2+... DTL+col1+col2+... DTL+col1+col2+... DTL+col1+col2+... HDR+col1+col2+... DTL+col1+col2+... DTL+col1+col2+... DTL+col1+col2+...