Change the status of redolog

Dear all

I have this output

GROUP # STATUS TYPE MEMBER IS_RECOVERY_DEST_FILE

1 E:\orcl_FILES\orcl\REDO21 online. JOURNAL NO.
1 E:\orcl_FILES\orcl\REDO11 online. JOURNAL NO.
1 E:\orcl_FILES\orcl\REDO31 online. JOURNAL NO.
2 F:\orcl_FILES\orcl\REDO12 online. JOURNAL NO.
2 F:\orcl_FILES\orcl\REDO22 online. JOURNAL NO.
2 F:\orcl_FILES\orcl\REDO32 online. JOURNAL NO.
3 Q:\orcl_FILES\orcl\REDO23 online. JOURNAL NO.
3 Q:\orcl_FILES\orcl\REDO13 online. JOURNAL NO.
3 Q:\orcl_FILES\orcl\REDO33 online. JOURNAL NO.


GROUP # STATUS OF ARCHIVED MEMBERS

1 3 UNUSED YES
2 3 CURRENT NO.
3 3 UNUSED YES


When do the select two
SELECT GROUP #, MEMBER, STATUS, ARCHIVED FROM V$ LOG;


Select * from v$ logfile;

Why the State values is null in the first select statement.

in the second, select how can I update the status of Group 1 of redo log to the current value, and I need to stop the database status update.

Thanks in advance

You have not listed outputs and queries in the same order.

The first release listed is for the second query listed? Is this fair?

V$ LOGFILE lists the files - that is to say the members of each group of Redo Log. A NULL state means that it is good! (Other statuses are "INVALIDS", "FADE", "DELETED", which are not so good).

V$ LOG lists of Redo Log groups. "UNUSED" status means that it is a new group and LGWR (newspaper writer) has not yet started writing to her. This is the status becomes 'CURRENT' startup LGWR writes for her. (Once LGWR ends in writing for her, the status changes to 'ACTIVE' until the log switch checkpoint is completed and the archiver has completed all a member of the Group of Redo Log archiving).

You have not ' do anythiing ' to change the status of the Redo Log groups. State changes when LGWR writing begins and ends in writing. You can, if you wish, make see command 'ALTER SYSTEM SWITCH LOGFILE' change in status that LGWR switches from one file to another group from one to the other.

A group of Redo Log can consist of 1 or more members. 2 members would mean that they are 'mirrors' of each other - for redundancy (in case of failure of one when he became "INVALID").

Please read the manual of Concepts and Reference Manual documentation.
Go to http://tahiti.oracle.com or on the tab "documentation" to http://otn.oracle.com for documentation.

Hemant K Collette

Published by: Hemant K grapple on January 12, 2011 22:39

Tags: Database

Similar Questions

  • Hi all OneHow can you buy an IBook UK not available in Indian store a store; When you change the status of your country, your billing information and credit cards won't work; is there a solution for this using the same method of billing.

    Hello world

    How can buy you an IBook of UK not available in Indian store a store; When you change the status of your country, your billing information and credit cards won't work; is there a solution for this using the same method of billing

    There is no solution, if it is not available in your area, you can't buy it.

  • Can I change the status as "Shared" to "Not shared" tab sharing a particular username?

    I need to change the status in order to part of effect of the procedure to change the above city of particular name.

    Hello Irvine007,

    In addition to dhhuang comment, I've added a few links that I hope will help.  However, we need to further information regarding the specifications of what the user is or not sharing.

    TechNet:

    http://TechNet.Microsoft.com/en-us/library/cc773004 (WS.10) .aspx

    Thank you

  • How to change the status of business published in unprecedented process process?


    Hello

    I had created a new business process and published it.

    But I wanted to change the shape and remove undesirable element of form data.

    Then I changed BP in draft status and made change.

    But again once when I'm changing the status of BP as finished, it is in error "published form contains < element > and is removed from the upper form"

    How to solve this problem?

    Or how can I remove the item published BP form data form and publish it again?

    Hello 1001854,

    Once the BP has been published, you are unable to delete the existing data items. You will need to do is to move the you do not want to see more in a hidden block.

    I hope this helps.

  • A Standard API to change the status of the project

    Hi all

    I would change the status of oracle backend project.

    can you get it someone please let me know me if we have a standard API to change the status of the project.


    Thanks in advance


    Thank you

    Satya

    Hi all

    This API allows you to change the status of the project "pa_projects_maint_pub.project_status_change", but make sure that 'wf_status_code' column in 'pa_projects_all' table must be set to NULL.

    Thank you

    Satya

  • Change the status account without providing

    Hello

    my situation is as follows:

    I am an account for a resource supply.

    In the "create an account" task I check if there is already an account corresponding to the resource.

    If this account does not exist, I create a new account in the off State and return a 'C' status that mapped to the State of object "Disabled" in the "task of object state Mapping.

    If this account already exists in the resource, I need 'link' this account rather than create a new one.

    The problem is now I need to define the status of IOM account in accordance with the State of account, that is, if the existing account is enabled, I need to change the status of IOM "Enabled" account also.

    What are my options?

    Kind regards

    Vladimir

    You can return just a reaction called "Active linked account" and "Linked account Disabled" that triggers a separate task for each.  Create an adapter that returns a string value.  Make sure that the value of a response code.  Set the task to the status of the object mapping enabled or disabled for answer C.  Just make sure you check the box to end.

    -Kevin

  • change the status of a NIC of UP and down and vice versa?

    Hi, I just wanted to ask questions about how to change the status of a NETWORK adapter in ESX 3.5 of up toward the bottom using ESX commands (and vice-versa to walk down)

    concerning

    Jose

    You can also add/remove a vmnic a vSwitch or portgroup, using the esxcfg-vswitch command.

    esxcfg-vswitch - L vmnic0 vSwitch 0-> add vmnic0 to vSwitch0

    esxcfg-vswitch - U vmnic0 vSwitch 0-> remove vSwitch0 vmnic0

    -KjB

    VMware vExpert

  • Can I change the status of the component?

    Hi all

    First of all, I'm sorry for my English. But I'll do my best to explain my question.

    Can I change the status of the component?

    For example, when I click on the button, I want to change the State of the label.

    < s: states >

    < name s: State = 'A' / >

    < name s: State = 'B' / >

    < / s: states >

    < fx:Script >

    <! [CDATA]

    private function changelblState (): void {}

    / / lbl.includeIn = 'B'-> impossible

    or

    LBL. State = 'B'-> impossible

    }

    []] >

    < / fx:Script >

    < mx: label id = "lbl" includeIn = "A" / >

    < mx: button click = "changelblState ()" / >

    How can I change the status of the component?

    Thanks in advance.

    Kevin.

    Use the CurrentState property on the parent.

    s: label id = "lbl" includeIn = "A" / >

    " s: button =" currentState = 'B' "/ >"

    Piece of unsolicited advice:

    Stop using components unless necessary.  Use the spark labels and buttons (e.g. , ), especially if you want to use the architecture of great State spark.

  • Change the status to completed to approved

    Hi all

    I have an obligation to change the status of approval of completed task to approved. I use the standard approval process.

    Please let me know if anyone has done this before.

    See you soon
    Kunal jegou

    Hello
    Have you tried in the "process task assignment" tab of configuration process task. For the particular task you must map "Completed" approved by double-clicking the mapped field to finished. It will give you a list of the names of the tasks, you will need to change to "approved".

    I hope that you have already solved your problem.
    All the best,
    Manila

    Published by: user2070855 on March 14, 2011 06:12

  • Add or change the status of subject?

    Hello

    I am fairly new to this community and may also not yet that familiar with RoboHelp 9, I used recently. I have notices that there is the possibility of changing the status of subject for example on loan for the examination etc. in RoboHelp.

    We work in a small team of 3, often on the same project using RoboSource. I would use the status of subject in order to follow if the author or the translator has completed all its work to ensure that follow-up author is aware that he can basically start with its tasks. I know there is the to do list, but I did not find as tools of reporting practices on the status of subject.

    My question is now, is there an option to increase the status of additional subject or any chance to add the to-do List example to the pod list items as column title? Perhaps there is a more practical way to achieve the same result.

    Thanks for your help!

    Kind regards

    Christian

    Welcome to our community

    See if the video below helps you sort.

    Click here to see

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7, 8 or 9 in the day!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

  • Why I can't change the status played audiobooks in Itunes 12.4

    In all earlier versions of iTunes, I was able to manage what I listen to on my devices of whether or not they were played, listened or watched. I have a number of smart playlists that I use when synchronizing my apple devices, which automatically updated when new media added to my library or read.

    HOWEVER, there is a problem with audiobooks in Itunes - I don't seem to be able to change the flag played/unplayed more since I updated itunes to 12.4.0.119.

    What's important --since I have tunes split AudioBooks out 'Music' on the Iphone and now they have to play through iBooks it everytime I open a book (audio or not) in iBooks, it is marked as having been played - regardless if whether I actually all of it OR not registered.

    My challenge is that I have more 2 350 distributed books on 35 400 titles - it became almost impossible to manage my listening without some form of automation and me had found the "done" status that the best answer - believe me I have tried almost every other option over 14 years and my decision to use ITunes to store, catalogue and synchronize my media.

    I have a lot of my audio books from audible from and I used the Audible for Iphone/Ipad App but this app has its own challenges and will not sync with iTunes.

    I have already mentioned these "BUGS" to Apple (and audible) through their relevant feedback mechanisms - but nothing has been scheduled yet.

    -What do someone KNOW A WAY to DIFFICULTY or where Apple hid the brand ' as option played/unplayed audio books?

    I find that a lot of other functional changes in iTunes 12.4.0.119 incredibly harassing.  Please let me have seen list of 'song', as it was before television and movies on the route of the media - so I can set, modify, and delete media as I would like. The restriction to a vision "album cover" is not at all welcome.


    The correct category for this question is 'Use Itunes to manage your library' or 'media playing and syncing in iTunes' but who was not an option.

    I found what may be a similar problem in iTunes 12.4.0.119.  On devices (iPod a couple in my case) which synchronize with this version of iTunes smart playlists is no longer automatically updated.  In order to get the update, I have to re - sync to iTunes.  It seems that iTunes is to convert the smart playlists to regular playlists on synchronized devices.

    Your problem right on the devices to sync with iTunes 12.4.0.119?  If so, it is perhaps a more general problem.

  • Changing the status of 'USER1' LED cDAQ9138/9 using c# / DAQmx

    I need to be able to change the State of the USER1 LED on a cDAQ9139 of my application code c# VS2010 chassis. Can someone point me in the direction of DAQmx class/property/method I should use?

    Thank you

    Malcolm Sharp

    Thanks for the reply. I think I'll be back with another method to indicate the operating status when using the cDAQ9138 as a system "headless"!

    Kind regards

    Malcolm Sharp

  • Change the status 'offline' printer?

    My printer does not print, and the status says 'offline' - how can I change, and how did become "offline"?

    Go to: Control Panel, printers, right click on your printer, and then click printer to use online.

    You can also right-click and select Create a shortcut and it will be added to your desktop.

    Once on the desktop right click gives you more options, and it is within your reach!

  • How to change the status of Blackberry Messenger.

    Hello friends.,.

    How do I change BBM status... through my native code.

    How to get messages from BB in the native application.

    Thank you.

    Nilesh

    Do you mean a Java application?  So, if it is covered in the BBM here Developer's Guide: http://docs.blackberry.com/en/developers/deliverables/36637/User_profile_1442156_11.jsp

  • Wireless HP printer-how can I change the status of the printer from offline to online?

    HaymarketRon, ever solve you this? I'm having the same problem...

    Separated from -.

    https://answers.Microsoft.com/en-us/Windows/Forum/windows_8-hardware/wireless-HP-printer-how-do-i-change-printer-status/a0eae40a-9A86-4f64-ab62-851be21c0aa1

    Hello

    What is the brand and model of the printer?

    I suggest you try the steps suggested by Pinaki reducing replied on October 30, 2013 at the following link and see if that helps.
    http://answers.Microsoft.com/en-us/Windows/Forum/windows8_1-hardware/Windows-81-loses-wireless-printer-shows-the/46786f18-AC36-48A3-b9cd-c82db68d2a92

    I hope this helps. Let us know if you have other problems with Windows in the future.

Maybe you are looking for

  • Tecra M4: Can I use a second battery in select Bay

    I have a Tecra M4 Tablet Pc that is heavy, but I like. A large scarecrow is the battery life. I have a spare battery, but I was wondering if a Selectabay battery was never produced for this model?If this isn't the case, is there still the reliable so

  • Can I install windows on Apple G4 power book

    Can I install windows (any version) on Apple G4 Power Book.

  • Is there a method to increase the capacity of a basic partition?

    Original title: hard drive partitions are reversed - the OS is on drive H, and drive C is almost empty I did a system recovery (destrutive). I deleted a partition. C and D remain as choices on the recovery console.  There are three choices. After rec

  • keys NUM 0 does not work

    O num key does not work

  • color changer

    I want his incredible scroller encodingscolorlike u see on all the rolls aside right EPB for up and down movement how full of color and form has changedis - this body has its encodingPlease