Adding redolog group for a database which has standby

hi friends,
Database: 10.2.0.3
OS: windows 2003 server sp2
i had a database (which has a standby) with the following redolog information
SQL> select group#,member from v$logfile;
GROUP# MEMBER
3 I:\D001\ORACLE\ORADATA\INFA05UT\REDO03.LOG
2 I:\D001\ORACLE\ORADATA\INFA05UT\REDO02.LOG
1 I:\D001\ORACLE\ORADATA\INFA05UT\REDO01.LOG
4 I:\D001\ORACLE\ORADATA\INFA05UT\SBREDO01.LOG
5 I:\D001\ORACLE\ORADATA\INFA05UT\SBREDO02.LOG
6 I:\D001\ORACLE\ORADATA\INFA05UT\SBREDO03.LOG
by name SBREDO01.LOG i hope this is standby redo log file.
the following is the output from v$standby_log view.
SQL> select group#,status from v$standby_log;
GROUP# STATUS
4 UNASSIGNED
5 UNASSIGNED
6 UNASSIGNED
the following is in standby database
SQL> select * from v$log;
GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS
FIRST_CHANGE# FIRST_TIME
1 1 8319 52428800 1 YES CLEARING_CURRENT
99953082 05-JAN-09
3 1 8318 52428800 1 YES CLEARING
99947833 05-JAN-09
2 1 8317 52428800 1 YES CLEARING
99941239 05-JAN-09
will standby redo log file shown in primary? now i want to add a redolog group to primary. how can i do this? plz explain
thanks in advance

Hi,
AFAIK, You can add redo log file groups or members to the primary database without affecting the standby database and Enabling and disabling threads at the primary database has no effect on the standby database.
Example :-
ALTER DATABASE
ADD LOGFILE GROUP 15 ('/oracle/dbs/log1d.rdo', '/oracle/dbs/log2d.rdo')
SIZE 500K;
The Standy performance only effects when you the Primary Failovers and standy DB had less Redo Logs, In that case the performance degrades. I suggest try to maintain Equal numbers of Online Redo Members on Both.
- Pavan Kumar N

Similar Messages

  • I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    If the external drive can be seen at all in Disk Utility, follow the instructions for repair here.

  • How to Create a datatype for a storeprocedure which has got array ?

    Hi All,
    Please tell me how to create a datatype for a storeprocedure which has got an array structure ?
    Thanks,
    Sindhu.

    Hi Sindhu.
    You would have to use a JDBC Cursor for this but it's possible only Output parameters, not Input parameters.
    It's describle in a help link:
    Defining an EXECUTE Statement  http://help.sap.com/saphelp_nwpi711/helpdata/en/44/7b72b2fde93673e10000000a114a6b/frameset.htm
    The following SQL data types are supported:
    INTEGER, BIT, TINYINT, SMALLINT, BIGINT, FLOAT, REAL, DOUBLE, NUMERIC, DECIMAL, CHAR, VARCHAR, STRING, LONGVARCHAR, DATE, TIME, TIMESTAMP, BINARY, VARBINARY, LONGVARBINARY, BLOB (input and output), CLOB (input and output), CURSOR (output; only in connection with the Oracle JDBC driver)
    I think you can execute your StoreProcedure many times depends of array occurs.
    Regards.
    Bruno.

  • How to remove payment block for AP invoices which has been cleared

    How to remove payment block for AP invoices which has been cleared
    Thanks
    Chiru

    Hi,
    Thanks for immediate response in fb02 is in deable mode
    mrbr unable to change
    please provide to to remove blocking code i will assign points
    Thnaks
    Chiru

  • Creating Alias for any application which has been integrated into portal

    Hi All,
    How to create Alias for any application which has been integrated into Portal?
    What is portal alias?
    What is URL alias?
    What is the difference between all the three?
    Thanks,
    Jyothi.
    Edited by: Venkata Naga Jyothi on Nov 23, 2011 10:18 AM

    Hi jyothi,
    1. For your first question Regarding How to create Alias for any application which has been integrated into Portal? Can you please be more clear here my question is why do you need to create alias for applications that are integrated into the portal.
    2. For your second and third questions find the below links
    http://help.sap.com/saphelp_nw70/helpdata/en/6e/8590f1d6d349c9adc34c6a8085189b/content.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10da65ed-615b-2d10-efbc-ed07a5385633?QuickLink=index&overridelayout=true
    Thanks,
    Rahul.
    Edited by: rahul.girmaji on Nov 23, 2011 6:29 PM

  • Want to create new protection group for 2 members which are already under another protection group.

    Want to create new protection group for 2 members which are already under another protection group. I have 12 servers under xyz protection group, want to move 2 members server to new protection group. How it is possible without loosing current backups.

    Hi,
    It all depends if the data source was originally co-located on the same replica shared with other data sources. If not then DPM will simple re-use the same replica and pick up where it left off.  If it was co-located, then the old replica and RP
    volume is shared and the RP's will expire as new ones are made on the new replica and RP volume created when it's re-protected.
    Moving Between Co-Located and Non-Co-Located Protection Groupshttp://technet.microsoft.com/en-us/library/ff399045.aspx
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • To Get List of Tables from Database which has the data 'AAAA' - T-SQL Query

    Hi,
    I have a database "Adventureworks", I need to get list of tables, which has the data 'AAAA' in their rows.
    Is there any optimised or simple way to do this task?
    Any T-SQL Query Available
    --- Thanks in advance..

    You can refer the same below URL provided by Praveen:
    https://gallery.technet.microsoft.com/scriptcenter/c0c57332-8624-48c0-b4c3-5b31fe641c58
    It has the SQL SP - "SP_SearchTables". You can pass parameters the way you want and get the expected output.
    -- Search for 'bike' instead of 'AAAA'
    Use AdventureWorks2012
    EXEC SP_SearchTables @Tablenames = '%', @SearchStr = '%bike%'
    -Vaibhav Chaudhari

  • I cannot add a Wi-Fi guest network. Gone to Utilities Airport Utilities and all get is an image/browser of my Airport Extreme. Looking for the browser which has the title Wireless but cannot find anywhere. I need help?

    I cannot add a Wi-Fi guest network. Gone to Utilities>Airport Utilities and all I get is an image/browser of my Airport Extreme. Looking for the browser window which has the title Wireless but cannot find anywhere. What am I doing wrong?

    Open AirPort Utility. The first screen looks something like this:
    Click on the AirPort Extreme and another screen will appear. Click Edit, then the window with the Wireless tab will appear.
    If you do not see these screens, you will need to start over and configure your AirPort again.

  • Trasaction code for invoices detail which has hit the WBS element

    Hi All
    Usually my users receive a list of assets which were capitalized from AUC account through Project system.
    Generally charges are posted to WBS element and then users capitalize assets using that WBS element through settlement.
    Users have been asked to give all the invoices detail which has hit the WBS element from which that particular assets have been capitalized. is there any transaction code to get the all invoices detail which has hit the WBS element from that particular assets.
    thank you

    If that is what you want then why are you using WBS element?
    You can directly create the asset on goods receipt via MM module and then the invoice will automatically go against that asset.
    If you still want to use the WBS element for capitalisation then you can use the WBS element statistically with a type 90 cost element posting and the sset will still be crteated when goods receipted/ invopice receipted

  • How to create hierarchy in BPC NW 7.0 for a child which has two parents ?

    I need to create a hierarchy in which some of the children have 2 parents (only some, not all of them). I tried using two columns - parenth1, parenth2. but it would not permit me since I cannot leave p2 blank for those children which have only one parent. If I try putting in p1 and p2 same for such children, then I get an error saying duplicate.
    Please advice.
    Tagz

    How do you expect this roll-up to work numerically? Do you want ACCOUNT1 to be counted twice at the Child level, or do you expect it to cancel out (like it would in a BW hierarchy)?
    I'm curious about the structure of your P&L that leads you to want this type of display. I have seen a lot of P&Ls and I've seen this requirement a few times, but usually you can meet it by recognizing that the P&L hierarchy and the reporting structure are separate. In this case we can often re-factor a single reporting structure with this type of roll-up into two or more separate P&L hierarchies, or we can use calculated accounts to provide for a more flexible reporting structure.
    In any case, the scenario you describe is not possible using a single account and a single hierarchy in BPC. You can do one of the following (I'm probably missing an option):
    1. Use two hierarchies or more hierarchies, to model alternative roll-ups of the base accounts into your different P&L formats.
    2. Use a single hierarchy and another account and a script logic to copy the value of ACCOUNT1 to the new account.
    3. Use a formula account to automatically copy values to a different spot in the existing hierarchy (will not roll-up)
    Cheers,
    Ethan

  • Use AD Security Groups for SharePoint database permissions

    In our SharePoint environment we have around 30 content databases. Each of these content databases need a few application pool accounts added to there permissions for various service applications etc. Currently all the accounts are added individually,
    but this can be a little error prone. Is there a reason why we could just pop all the required accounts in an AD security group and add that database permissions in SQL?

    You could do that, but your service accounts shouldn't be accessing the databases directly, instead routing through the SharePoint API, which then permissions would be taken care of by SharePoint accounts (or if you have custom Service Applications, the
    service app pool account).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Please could anybody has a sol, to bring images to the report for all employees which has no reference with images stored in some path

    Hi Obiee experts,
    I have placed the images in  below locations  and these images are independent and  has no reference to the employee id column in dimension table.but my client requires report with all the employees,with respect to the images.Could anybody can give me a solution for this.
        1) root: \apps\Middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\s_blafp\images
       2) root: \apps\Middleware\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
       3) root: \apps\Middleware\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\analyticsRes
    Thanks in Advance
    kumar

    Hi Sreeni,
    The images are stored with employee ids reference like 1234.jpg in the image location path, so will it be possible to call those images into the report with no relation at database level.
    as you said in above mail even if if we cld try  to store the images in oracle database with format like CLOB format the rpd will not support the datatype to bring to that report level.
    Please let me know if you have any solution
    Thanks in Advance
    kumar

  • Setting up scrolling for a component which has g2d features...

    Hi, everyone, Im working on adding scrolling capablitlity to a component, as it currently exceeds the room I have given it. The problem is....
    1) My scrollbar is always hidden under my g2d images... If I click on top of where the scroll bar should be, like crazy it appears piece by piece.
    2) The scrollbar doesn't seem to be scrolling. BTW its on a regular panel (getContentPane()), is this a problem??
    Well....here's the relevant code (the code for the component)
    static class MyComponent extends JComponent {
    JScrollBar scroll;
    //~~~~~~~~~~~~~~Component Stuff~~~~~~~~~~~~~~~
              MyComponent() {
                        setBackground(Color.pink);
                        setBounds(0,0,500,500);
                        setBorder(BorderFactory.createLineBorder(Color.pink,10));
                        scroll = new JScrollBar(JScrollBar.VERTICAL,0,20,0,100);
                        scroll.setBounds(484,0,16,500);
                        scroll.setVisible(true);
                        add(scroll);
                        System.out.println(scroll.isEnabled() + "" + scroll.isVisible() + scroll.getBounds());
                        setVisible(true);
    Then in the main() function, I add it to the panel like so...
    MyComponent mc = new MyComponent();
    joe.getContentPane().add(mc);
    Thanks a lot,
    Mark

    Ok, I tried making the panel....but this has led to some strange(er) problems...
    Here's some info on my panels
    JPanel something....is the panel holding buttons, and under a flowlayout i think
    ContentPane, i dont know what it holds...
    JScrollPane pane...this is hidden from view, unless I set the something JPanel to be hidden.
    Why cant i just see them all at the same time? I made sure the JPanel something had opque set to false, and now i can see the contentPane....but where are my g2d objects (located on "something")
    thanks...

  • I just created a new AppleID account for school and it won't allow me to review my account for iTunes. Which has led me to be unable to install the apps I need for school

    I have an iPad Air given to me by my high school. I just created an AppleID account for school usage, but every time I try to install apps a little pop-up comes up. The pop-up tells me to log into my AppleID account and then takes me to iTunes. Since my AppleID account is brand new, my account has not been logged into iTunes before. Another pop-up shows up telling me to "review" my account (asking me to agree to the iTunes/App Store agreement, entering my address, credit card info, billing information). I enter everything but the credit card information because since this is my school iPad I will not be purchasing anything so I clicked none for payment. No matter how many times I complete this form, I can not get pass it and a red sentece comes up telling me to contact iTunes support for assistance.

    Have you done as the message tells you and contacted iTunes Support ? If not (these are user-to-user forums) :
    - go to http://www.apple.com/support/itunes/ww
    - click on your country's flag
    - click on the Contact Support at the bottom of the left-hand column
    - click on Contact iTunes Store Support on the right-hand side of the page
    - then Purchases, Billing & Redemption

  • HT2693 Does anybody know what to do when you purchased a app from iTunes but some how enough funds were not available although I have 4 back up sources for payments. Which has left me with a balance to iTunes for 4.98.

    I can't get  any updates for my apps. I can't connect apps to Facebook and I can't even play some game they won't load all because iTunes must have been trying to take funds for a purchase. Although it doesn't tell me what purchase. Just that I owe them 4.98. I've written to them ten times and can't get them to understand this simple fix.."take your money". I even went as far as making a call to Apple which is no longer covered under my terms. 35.00 for a phone call. Only to find out it iTunes holding up everything with both my iPhone 4Gs and my iPad 2.
    iTunes is telling me all this crap but not taking the money. I'm pretty clear as to what the problem is. But for some reason they just can't understand me.
    So, how do you send iTunes 4.98 to clear your account? You can't.....I can't even purchase anything until they take the stupid money and hold off my account. But I'm getting no where with any of the people at iTunes. It sure seems simple to me but I guess it's not for them.
    Anybody know what I can do????
    Thank you,
    Michelem0918

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

Maybe you are looking for

  • How to list all files in my system

    Hi there, I want to list all files in my system. My system is Windows XP, can anybody help me please? Any can you recommend me if java is suit for such processing? Thx in advance.

  • Excel 2013 registry entry for removing the protected view in excel.

    Hi All I am having Office 2013 on my machine. I wanted to remove protected view from my excell which is showing up when I convert pdf to excell using total pdf converter. The protected view is in red color mode. When I tried searching for the same on

  • Blackberry Torch 9860 hangs on home screen

    I was using whatsapp and suddenly the phone freezed. When I re-inserted the battery, it froze again at the home screen where we have to enter the device password. It freezes in safe mode too. This is the first time I'm experiencing this problem. Earl

  • LR1 undoes CS2 and CS3 Raw Changes

    I imported a full wedding of already adjusted CR2 files into LR1. On random images it undoes my RAW adjustments (from CS2 and CS3) and sets them back to default. It still does show the little icon that says something was changed but when opened the s

  • Excluding certain syslog messages from Call-Home

    I recently enabled call-home for all switches, including some 3750 top of rack acting as access layer.  call-home  profile "Network"   destination preferred-msg-format short-text   destination address email [email protected]   subscribe-to-alert-grou