How to change Redo group from archive to noarchive

Hi guys i am having a dummy database it's in noarchive mode.
but i have added one more redo group (earlier there were two).
now it shows that this group is in archive mode.
how to change it.

What is the query you use?Can I guess ?
SYS@db11 > select GROUP#, STATUS, ARCHIVED from v$log;
    GROUP# STATUS           ARC
         1 INACTIVE         NO
         2 INACTIVE         NO
         3 CURRENT          NO
SYS@db11 > alter database add logfile group 4
  2  '/home/oracle/base/oradata/db11/redo04.log' size 5M;
Database altered.
SYS@db11 > select GROUP#, STATUS, ARCHIVED from v$log;
    GROUP# STATUS           ARC
         1 INACTIVE         NO
         2 INACTIVE         NO
         3 CURRENT          NO
         4 UNUSED           YES
SYS@db11 > alter system switch logfile;
System altered.
SYS@db11 > /
System altered.
SYS@db11 > select GROUP#, STATUS, ARCHIVED from v$log;
    GROUP# STATUS           ARC
         1 CURRENT          NO
         2 INACTIVE         NO
         3 ACTIVE           NO
         4 ACTIVE           NO
SYS@db11 >

Similar Messages

  • How to change Syntax group and physical path in SARA from unix to windows.

    Our customer migrate current current archiving server from Unix to windows
    How to change Syntax group and physical path in SARA from unix to windows.

    http://help.sap.com/saphelp_nw70/helpdata/EN/8d/3e4ec2462a11d189000000e8323d3a/frameset.htm
    you have to change
    Logical Path Names
    Logical file  Names
    Note 35992 - File name/directory for application archiving
    hope this will help you
    cheers
    dEE

  • How to change redo log size in oracle 10g

    Hi Experts,
    Can anybody confirm how to change redo log size in oracle 10g?
    Amit

    Dear Amit,
    You can enlarge the size of existing Online Redo log files, by adding new groups with different size of files (origlog$/mirrlog$) and then carefully droping the old groups with  their associated inactive files.
    Please refer SAP Note 309526 - Enlarging redo log files to perform the activity.
    Steps to perform:
    STEP-1. Analyze the exisiting situation and prepare an action plan.
    A. You have to ensure that no more than one log switch per minute occurs during peak times.
    It may also be necessary to increase the size of the online redo logs until they are large enough.
    Too many log switches lead to too many checkpoints, which in turn lead to a high writing load in the I/O subsystem.
    Use ST04 -> Additional Functions --> Display GV$-Views
    There you can select
    Gv$LOG_HISTORY --->for determing your existing LOG switching frequency.
    GV$LOG -
    > list the status(INACTIVE/CURRENT/ACTIVE) /size/sequence no. of existing online redolog files
    GV$LOGFILE  --- > list the information of existing online  redolog files with their storage paths
    You can document the existing situation of Online Redo Log Fiile management before going to enlarge Redo Log Files.
    It will be helpful, if something goes wrong while performing activities.
    B. Based on above Situation analysis, Plan your New Redo Log Group and there Members with new optimal size.
    e.g.
    Group No.         Redo Log File Locations  u201C/oracle/<SID>/u201D                  Size
                                 /origlogA                  /mirrlogA            
    15                        log_g15m1.dbf         log_g15m2.dbf               100 MB
    17                        log_g17m1.dbf            log_g17m2.dbf               100 MB
                                /origlogB                    /mirrlogB
    16                       log_g16m1.dbf          log_g16m2.dbf            100 MB
    18                       log_g18m1.dbf            log_g18m2.dbf            100 MB
    Continue to next.....

  • How to change web server from inbuilt Tomcat to IIS in already configured Cold Fusion 10

    how to change web server from inbuilt Tomcat to IIS in already configured Cold Fusion 10

    You just need to run the Web Server Configuration Tool to connect ColdFusion to IIS.  It can be found in the ColdFusion program group off of the Start menu.  Be sure to run it "As Administrator".
    -Carl V.

  • How to change mobile network from At&t to verizon

    how to change mobile network from At&t to verizon

    What exactly are you trying to do?
    You can't "change the mobile network"?
    What device model number do you have?
    Has it worked previously?

  • How to change a photo from 32 bit mode to 16/8 bit mod in Photoshop cs6?

    How to change a photo from 32 bit mode to 16/8 bit mod in Photoshop cs6?
    I tried to go to Image- Mod but i cant press on Mod button..
    I saw to late that i cant save the image i created with 32bit mode.
    Please help..

    In the image menu, goto the mode sub menu, then choose 8 or 16 bit.

  • HT1311 how to change the payment from visa to none payment iPhone 4S

    how to change the payment from visa to none payment
    iPhone 4S

    martinimartini wrote:
    I have the same problem. I used Pay Pal payment before but Pay Pal limited my account so I can only use Pay Pal until after 180 days according to their specific regulations. I also do not have any credit card. How am I supposed to pay for my Skype that I have been using since start of Skype. I really need outgoing calls.  Martin
    Hi,
    As I understand you have a restriction on your PayPal account, unfortunately this is something Skype can't help you with.
    But you can try alternative payment methods: www.skype.com/intl/en-us/prices/ways-to-pay/
    Another option is to let your friend set up Skype Manager account, purchase credit there and allocate it to you: https://support.skype.com/en-us/faq/FA10519/What-is-Skype-Manager-and-how-does-it-work
    Andre
    If answer was helpful please mark it with Kudos and if issue is resolved mark it with solution. This will help other users find this answer more easily. Thanks in advance!

  • HT2500 Does anyone know how to remove a group from the address panel in mail?

    Does anyone know how to remove a group from the address panel in mail?

    I haven't seen too many questions like this on this forum.  Did you also try the photoshop forums?

  • How to delete a group from macbook pro

    how do i delete a group from macbook pro

    Hi ahmad25071999,
    Welcome to the Support Communities!
    Do you have iCloud enabled on your Macbook?  If so, you can update your Contacts between all devices:
    iCloud: Delete a group or a contact from a group
    http://support.apple.com/kb/PH2668
    This article explains how to delete a group from the Contacts application on your Mac:
    Contacts (Mavericks): Edit or delete contacts and groups
    http://support.apple.com/kb/PH15089
    Cheers,
    - Judy

  • How to pass record Group from Forms with DATA_PARAMETER to Reports Server

    How to pass record Group from Forms with DATA_PARAMETER to Reports Server using RUN_REPORT_OBJECT?
    When we use products on run time we are using data_parameter for passing record Groups to reports via run_product but now we have to use application server and reports server for same reports.
    We met with <FRM-41214 Unable to run reports> for passing DATA_PARAMETER to reports server when used RUN_REPORTS_OBJECT.
    How can we pass record Group from Forms with DATA_PARAMETER to Reports Server using RUN_REPORT_OBJECT?
    Thanks,
    Arif

    Hi Mandeep,
    Could you please tell me how can i pass data parameter from forms to report through run_product.

  • How to change apple ID from U.S to Asia when i still have credit on my U.S

    how to change apple ID from U.S to Asia when i still have credit on my U.S

    You're going to find that answer from Apple Support. Choose iTunes in Apple Support.
    Apple Support
    http://www.apple.com/support/

  • How can I delete groups from my contacts?

    How can I delete groups from my contacts? There were three groups added when I was using the iPad on my computer at work and I do not need them know.

    iPhone User Guide

  • How to change my subscription from "CC single-app Photoshop" plan to "Photoshop Photography" plan

    How to change my subscription from "Creative Cloud single-app membership for Photoshop (one-year)" plan to "Photoshop Photography" plan after purchase already and overlap?

    I waiting Live Chat about 2 hours and my thread not any support help to me or feedback.
    Why!

  • How to change FINT grouping criteria?

    Hello,
    I have a problem with FINT transaction. The standard grouping criteria for posting and form doesn't suit business needs, and therefore some amounts of interest are missed out. Do You know where I can change the grouping in customizing? I can't find it anywhere myself... The release is 604. Thanks in advance!
    Joaniuka

    My setup is all done and running. But the problem is, that some time ago for another business process the field "Contract number" (VERTN) started to be filled in in table BSID, so now the values from this field are used as grouping key for interest posting. We have a minimum amount from which the interest settlement is created, so some small amounts under unique contract numbers are not settled and posted to customer as financial charges - although they should in our case. So is there any possibility to change the grouping from field VERNT, which i standard for item calculation functionality, to some other (like BUKRS)? Where should I do it in customizing?

  • How do I restore addresses from archive file or time machine without iCloud overriding?

    I recently had an issue with my address book contacts.  About 90% of the contacts disappeared, then synched through iCloud to my iphone and ipad.....so nearly all my contacts were lost on all devices.  I have both time machine and an address book archive file.
    When I tried restoring from time machine, the iCloud synching saw it as an older version of the file and went to the deleted contacts version....i.e. I was right back where I started.
    When I tried importing from the address book archive, the same thing happened.....iCloud saw the imported version as an older copy of the contacts file and deleted out everything I had just imported.
    The only way I was able to get the contacts back was to go to time machine (with address book application open), select all the contacts, copy them, cancel out of time machine, and then paste the contacts into the current version of address book.....I guess the system sees that as a "new" version of the contact and doesn't overrite it.  Problem is that it doesn't carry over all the different groups that way, and I have to move addresses into the groups all over again....kinda time consuming.
    Any ideas on how to import from archive or restore from time machine (the normal way) without iCloud synching overriding the "older" and desired version of the file?  Address book doesn't have any option to "override current contacts with imported ones".....
    Thanks.

    Try this:
    Turn off your internet connection completely: check it's really off.
    Import your backup into Address Book.
    Select all your contacts.
    From the File menu choose Export>vCard and save the file somewhere convenient.
    Now turn the internet connection back on. Your contacts will disappear from Address Book again.
    From the File menu choose 'Import' and select the file you exported to.
    Hopefully this contacts list will stay in place: wait until it's synced to iCloud and check that it's on the website and syncs to your Phone.

Maybe you are looking for

  • Problem While Executing T.CODE DP90

    Hi,   We have Upgrade our system from 4.6C to ECC6.   We are facing following problem while executing Resource Related Billing request    Through Transaction code DP90. Process. 1.     We are creating Sales Order and system will create Service order

  • Tile image in table to bottom of window.

    Hey guys, I just need a simple fix here. I've looked all over with no luck. http://www.brainstormstudios.com/darkness/darkness_site.htm Here's the site..... Now, what I need is for that those drops on the left side to stretch all the way down the pag

  • Iworks and Parallels won't launch

    After installing software for Brothers Label Printer, several applications won't launch. Namely, Numbers, Pages, Keynote, and Parallels.

  • Can anyone make me a copy of install disc 1.0 or have one for a sale?

    I'm a very frustrated guy...I have asked, begged and pleaded with help finding a online download of ipod updater 1.0. My disc is scratched and my old files were removed. I can't revert back to 1.0 from 1.1. I have posted many times with request for h

  • DNS Automatic Host Update/Creation

    Hello, I am running 3 clustered Linux Oes2Sp2 Servers (Dhcp, Nss and iPrint anre clustered). Each of these 3 servers holds a non-clustered DNS service. What I would like to know : Previously (under Netware platform) when I used to create a DHCP reser