Archive log stop/archive log start

Hi,
Kindly explain waht is
>alter system archive log stop; and
>alter system archive log start;
Regards<
Mathew

http://download.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_23a.htm#2053642

Similar Messages

  • Question about ALTER SYSTEM ARCHIVE LOG START

    Good morning,
    I'm trying (unsuccessfully) to get my database to be in archive log mode.
    These are the steps I followed:
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area  535662592 bytes
    Fixed Size                  1375792 bytes
    Variable Size             377487824 bytes
    Database Buffers          150994944 bytes
    Redo Buffers                5804032 bytes
    Database mounted.
    SQL> select log_mode from v$database;
    LOG_MODE
    ARCHIVELOG
    SQL> show parameter log_archive_start;
    NAME                                 TYPE        VALUE
    log_archive_start                    boolean     FALSE
    SQL> alter system archive log start;
    System altered.
    SQL> show parameter log_archive_start;
    NAME                                 TYPE        VALUE
    log_archive_start                    boolean     FALSE
    SQL>I've gone thru that process twice but, I don't seem to be able to get the ARCH process to start. (newbie mistake I'm sure...)
    Thank you for your help (again!),
    John.

    The parameter log_archive_start is no more needed John (as suggested already) and the best way to check the archive options is through the archive log list command.
    [oracle@edhdr2p0-orcl oui]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 10 10:51:57 2010
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    SQL> archive log list
    Database log mode              No Archive Mode
    Automatic archival             Disabled
    Archive destination            USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence     11
    Current log sequence           13
    SQL> shut immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  418484224 bytes
    Fixed Size                  1336932 bytes
    Variable Size             318769564 bytes
    Database Buffers           92274688 bytes
    Redo Buffers                6103040 bytes
    Database mounted.
    SQL> select process,status from V$archive_processes;
       PROCESS STATUS
             0 STOPPED
             1 STOPPED
             2 STOPPED
             3 STOPPED
             4 STOPPED
             5 STOPPED
             6 STOPPED
             7 STOPPED
             8 STOPPED
             9 STOPPED
            10 STOPPED
       PROCESS STATUS
            11 STOPPED
            12 STOPPED
            13 STOPPED
            14 STOPPED
            15 STOPPED
            16 STOPPED
            17 STOPPED
            18 STOPPED
            19 STOPPED
            20 STOPPED
            21 STOPPED
       PROCESS STATUS
            22 STOPPED
            23 STOPPED
            24 STOPPED
            25 STOPPED
            26 STOPPED
            27 STOPPED
            28 STOPPED
            29 STOPPED
    30 rows selected.
    SQL>
    SQL> alter database archivelog;
    Database altered.
    SQL> alter database open;
    archive log list;
    Database altered.
    SQL> Database log mode         Archive Mode
    Automatic archival             Enabled
    Archive destination            USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence     11
    Next log sequence to archive   13
    Current log sequence           13
    SQL>
    SQL> select * from V$archive_processes where status <> 'STOPPED';
       PROCESS STATUS     LOG_SEQUENCE STAT
             0 ACTIVE                0 IDLE
             1 ACTIVE                0 IDLE
             2 ACTIVE                0 IDLE
             3 ACTIVE                0 IDLEHTH
    Aman....

  • Logging start & end time of map execution

    Hello,
    I want to log start & end time of execution of my map (OWB 11g), so I've created a table for this purpose and I used it in every map that I want to log time, twice; First for logging start time, and second for end time.
    I pass a constant with SYSTIMESTAMP value through my log table and also name of my map. but the problem is, both of my records' time (start & end) are very near to each other (difference is in milliseconds!) however my map takes time for more than 2 minutes! So, I've changed my map Target Load Order to: [log table for start time] + [Main tables of my map] + [log table for end time]. I've set my map Use Target Load Ordering option True, too.
    Why it doesn't work? Is there any better solution for logging every map execution time in a table, or not?
    Please help me ...
    Thanks.

    To do that, I have created a view that lists all processes that are running or finished. The view contains fields:
    process_name
    process_type (plsqlmap, plsqlprocedure, processflow, etc)
    run_status (success, error, etc)
    start_time
    end_time
    elapse_time
    inserted
    updated
    deleted
    merged
    You could insert into your log table using select x from this view after every map, or, how I do it, is to insert into log table after every process flow. That is, after my process flow is complete I then select all of the details for the maps of the process flow and insert those details into my log table.
    Here is the SQL for my view. This is for 10.2.0.3. For
    CREATE OR REPLACE FORCE VIEW BATCH_STATUS_LOG_REP_V
    AS
    (SELECT PROCESS_NAME,
    PROCESS_TYPE_SYMBOL,
    (CASE
    WHEN RUN_STATUS_SYMBOL IN ('COMPLETE_OK', 'COMPLETE') THEN 'SUCCESS'
    WHEN RUN_STATUS_SYMBOL IN ('COMPLETE_FAILURE') THEN 'ERROR'
    WHEN RUN_STATUS_SYMBOL IN ('COMPLETE_OK_WITH_WARNINGS') THEN 'WARNINGS'
    ELSE 'NA'
    END
    ) RUN_STATUS_SYMBOL,
    START_TIME,
    END_TIME,
    ELAPSE_TIME,
    NUMBER_RECORDS_INSERTED,
    NUMBER_RECORDS_UPDATED,
    NUMBER_RECORDS_DELETED,
    NUMBER_RECORDS_MERGED
    FROM OWB_RUN.RAB_RT_EXEC_PROC_RUN_COUNTS
    WHERE TRUNC (START_TIME) >= TRUNC (SYSDATE) - 3)
    ORDER BY START_TIME DESC;

  • How do I stop iTunes from starting up in the other active Windows sessions?

    I have multiple (3) user accounts on a windows (Vista) computer. When I start iTunes from one account iTunes wants to also start up on each of the active windows accounts and continues to attempt to start iTunes after some time period (90 seconds?).
    I get a error screen on the attempts for the User that should not be starting iTunes that reads:
    You cannot open the application "iTunes" because another user has it open.
    Ask the other user to quit the application, then try again.
    I want iTunes to run within only one account. How do I stop iTunes from starting up in the other active accounts?

    Connect iPhone - iTunes will launch
    select iPhone in iTunes' left column
    in iTunes' main window untick "Automatically sync ..."

  • I have a new Macbook Air and for the last few days the fan had run continuously, this is the first time it has ever run, and now it won't stop, the fan starts up as soon as I turn it on. The computer is not hot.Any ideas on how I can fix this please ?

    I have a new Macbook Air, 6 months old, and for the last few days the fan had run continuously, this is the first time it has ever run, and now it won't stop, the fan starts up as soon as I turn it on and the computer seems to running more slowy.The computer is not hot but I am worried it may burn out,.Any ideas on how I can fix this please ?

    Hello dwb,
    Here is the screen shot, just the top half, there are another 10 pages, but I guess this should enough for you to have an idea of waht is going on, bit small I am afraid. No, I don't have any apps setup to run when I open my computer, the kernel, varies between 290 and 305 per cent ish.
    Would that PRAM thing help ? I think it may be the computer itself, well something inside, as this the first time that the fan has ever started running since I have this computer, even when I have 3 or 4 apps running.
    Thank you again for your advice,
    Regard,
    Beauty of Bath

  • Adobe Acrobat 9.0 has stopped working  (after Start Form Wizard)

    Downloaded Trial for Adobe Acrobat 9.0
    Tried reinstalling
    Latest windows 7 patches
    Adobe Acrobat 9.0 has stopped working
    (after Start Form Wizard)
    Windows can check online for a solution to the problem
    details"
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    Acrobat.exe
      Application Version:    9.0.0.332
      Application Timestamp:    4850eb76
      Fault Module Name:    MakeAccessible.api
      Fault Module Version:    9.0.0.332
      Fault Module Timestamp:    4850e54e
      Exception Code:    c0000005
      Exception Offset:    000e1059
      OS Version:    6.1.7600.2.0.0.256.1
      Locale ID:    1033
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789
    ===============================
    ===============================
    SYSTEM INFORMATION
    =========================
    System Parameters
    Available Physical Memory: 1429660 KB
    Available Virtual Memory: 1912212 KB
    BIOS Version: DELL   - 42302e31
    Default Browser: C:\Program Files\Internet Explorer\iexplore.exe
        Version: 8.00.7600.16385 (win7_rtm.090713-1255)
        Creation Date: 2009/07/13
        Creation Time: 4:43:32 PM
    Default Mail: Microsoft Office Outlook
        mapi32.dll
        Version: 1.0.2536.0 (win7_rtm.090713-1255)
    Graphics Card: Intel(R) G33/G31 Express Chipset Family
        Version: 8.14.10.1930
        Check: Not Supported
    Installed Acrobat: C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 2:25:18 AM
    Installed Acrobat: C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe
        Version: 9.3.2.163
        Creation Date: 2010/04/03
        Creation Time: 10:57:52 PM
    Locale: English (United States)
    Monitor:
        Name: Intel(R) G33/G31 Express Chipset Family
        Resolution: 1024 x 768 x 75
        Bits per pixel: 32
    OS Manufacturer: Microsoft Corporation
    OS Name: Microsoft Windows Vista
    OS Version: 6.1.7600 
    Page File Space: 4194303 KB
    Processor: x86 Family 6 Model 23 Stepping 7  GenuineIntel  ~2493  Mhz
    System Name: DELLINSPIRON
    Temporary Directory: C:\Users\alan\AppData\Local\Temp\
    Time Zone: Pacific Standard Time
    Total Physical Memory: 2097151 KB
    Total Virtual Memory: 2097024 KB
    User Name: alan
    Windows Directory: C:\Windows
    Installed Plugins
    =================
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\Annots.api
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 1:59:50 AM
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\EScript.api
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 2:05:18 AM
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\PPKLite.api
        Version: 9.0.0.0
        Creation Date: 2008/06/12
        Creation Time: 2:08:24 AM
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\SendMail.api
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 2:17:10 AM
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\Updater.api
        Version: 9.0.0.2008061200
        Creation Date: 2008/06/12
        Creation Time: 2:00:30 AM

    To go along with Michael's suggestion, something like AA9.2 is needed for X64 systems I think. Also, be careful. Acrobat is not licensed for use on a server. Using it as a user is fine, but not as a server application. Read the license carefully.

  • How to stop defragmenting and start living - Revisit

    Hi,
    When deal with fragmentation, most of the time we will be directed to read the technical paper (How to stop defragmenting and start living). If i'm not mistaken, this was published in the year of 1996/1998 for Oracle version 7/8.
    Time passed and we are now at 11g and i can't help to wonder if the many good advices still hold true? I've seen posting saying forget about segment with > 1024 extents, as it doesn't degrade performance.
    I want to stick to that advice, but...its kind of old! Or maybe old is as good as gold.
    Rgds
    Ung

    Realistically, any recent Oracle version is going to use locally managed tablespaces, using either uniform or autoallocated extent sizes. In either case, it is practically impossible to have fragmentation, so there is exceptionally little that a DBA could even do if he wanted to. You don't set extent sizes at the table level any longer, you don't set PCTINCREASE, at most you pick an extent size for each tablespace and pick with tablespace an object is going to reside in.
    The principles from that white paper are still very valid. It's just that Oracle has made it exceptionally difficult to deviate from them now.
    Justin

  • If you're trying use your hotspot and connected to wifi on your iphone, does the wifi stop working and start using your data instead of staying connected to the wifi?

    If you're trying use your hotspot and connected to wifi on your iphone, does the wifi stop working and start using your data instead of staying connected to the wifi?

    Spencer Simmonds wrote:
    Thanks for the quick response. What you have said makes sense but there is no rhyme or reason to he data used. I reset my cellular data counter to zero so both sent and received read zero. I was connected to wifi and let the phone to go into sleep mode. I waited about ten minutes and sent myself the same email four times, each with a 750 kb attachment. It was sent to my .me address so it was push mail on my phone. Sure enough I checked a minute later while bringing the phone out of sleep mode and checked the data. It showed just 10kb sent but 1mb received which just doesn't tally with the 4 x 750kb mails received. It just isn't making sense.
    He knows what you asked and has already answered it!
    I thought I had read where the iOS4 (or maybe just the iPhone 4) was supposed to be able to keep wifi connections alive while inactive. If the phone is sitting there on a charger with a wifi connection available, why use the 3G?

  • Everytime I try to start FaceTime it says: "There has  occured a problem with FaceTime. You have to stop FaceTime and start it again" What can I do about this?

    Everytime I try to start FaceTime it says: "There has  occured a problem with FaceTime. You have to stop FaceTime and start it again" What can I do about this?

    Same problem as well as the network failure. Apple Care was suggesting a full reinstall and I declined. I thought it worked once but I can't be sure ... it might have been Skype which works perfectly.

  • Adobe Encoder CS6 stopped working, not start.

    Hello,
    I have a PC with the following characteristics:
    Motherboard: Intel DX58SO
    CPU: Intel i7 2.97GHz
    RAM: 8 Gb
    Hard Disks: 2 in RAID (7200RPM)
    The problem is:
    Adobe Encoder CS6 stopped working, not start, what can I do?
    No works wanting to export from Premiere CS6 or opening it alone.
    Thanks

    Good luck with that, and don't forget to deactivate CS6. 
    My system is slowing down after nearly two years, and I am dreading a reinstall - there always seems to be something you have forgotten!  What really worries me is what happens to existing raid0 arrays seeing as the mainboard needs drivers.   They are backed up, but I just don't trust a single level backup, and will have to add a further 3Tb of drive space to make a straight copy of the raid0 arrays.  I also like the idea of Windows 8.1, but dread finding out that the drivers don't work!
    The Premiere Pro hardware forum is the perfect place to ask about stuff like that.  Harm, Bill, Erik etc. are super clued up on such things, so I shall run my concerns past them before committing. 
    So I wish you good luck again, and I know you'll make a plan before going ahead with it.

  • How do I stop photoshop from starting when I open a jpeg file?

    How do I stop photoshop from starting when I open a jpeg file?

    In windows, right click on the file, select the program that you wish to use to open the file, and be sure to check to always open this type of file with the seleted program.

  • Stop Firefox from starting a new tab when a new window opens?

    This might be answered, but I cannot find a solution. I will give a scenario for my issue.
    I am on the UPS website and click a button to print a shipping label. This opens a new FireFox window, BUT... the new window defaults to a generic tab that ALWAYS opens in circumstances like this. It does NOT open to the tab with my label. The print menu opens, but I cannot switch to the tab with my shipping label. No right click to print either. So I have to go to another browser. Absolutely annoying.
    So how can I STOP Firefox from starting this generic tab when a FireFox window opens? BTW, the tab has a search bar at the top and several boxes that I can click on for Facebook, Instagram, etc. Thanks!

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Why my macbook air stopped working and started beeping?

    I was working with my macbook air, but sunddenly it stopped working and started beeping. why this happend?

    What sort of beeping?
    Intel-based Mac Power On Self Test RAM error beeps
    Power On Self-Test Beep Definition - Part 2

  • I have Macbook Air. One day i am using email-Entrouage, sudden it stuck up. I stopped it and start entourage again but it start verify and and rebuild but not rebuilt. email are 41.5 GB and free 5 GB, plesae guide how to resovle.

    i have Macbook Air. One day i am using email-Entrouage, sudden it stuck up. I stopped it and start entourage again but it start verify and and rebuild but not rebuilt. email are 41.5 GB and free 5 GB. When problem not resolved i also copied that email db file in other Mac book with 200 GB free space but same process first verify then rebuild then message it cannot rebuild. Please guide.

    I've been rebuilding Entourage Identities for years for clients. Most fail because they do not have enough free space. See this article
    http://www.officeformachelp.com/2007/09/rebuilding_a_damaged_database_that_excee ded_size_limit/
    (Fair disclosure: OfficeforMacHelp is my site. I may receive some form of compensation, financial or otherwise, from my recommendation or link.)

  • I can't stop the Firefox Start page from opening - in addition to my default page - each time I open Firefox

    # Question
    I can't stop the Firefox Start page from opening - in addition to my default page - each time I open Firefox

    Is this the Firefox branded Google page? If it is, Firefox can store multiple home pages and you may have 2 home pages set. Follow the instructions to set a single home page in this link - https://support.mozilla.com/kb/How+to+set+the+home+page
    If it is the Firefox has just updated page that keeps on appearing, there may be a different problem, for details on fixing that see https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox

Maybe you are looking for

  • Quicktime player quit unexpectedly

    ignore report relaunch......i've tried all three. I kept getting a bouncing Q wanting me to update, so I clicked on it to go ahead. Now I just get a message saying that the quicktime player has quit unexpectedly and won't affect other application....

  • GRC 10 - General Setting - Workflow - Customization

    Hello Experts , I am confused with the one of the option provided in BPX Post installation pdf . According to this document we need to Activate Common workflow inside SPRO - GRC  -General setting -Workflow  - Perform Automatic Workflow Customizing .

  • Status Column Of v$log on standby database

    DB Version : 11.2.0.1 OS Version : AIX 7.1 Status column of v$log is showing values as "CLEARING" & "CLEARING_CURRENT". It doesn't change even after adding the standby log files. Here are values from this view. I am not using real time apply feature

  • For object RF_BELEG LT, number range interval 50 does not exist FBN1

    dear all system showing this message (For object RF_BELEG LT, number range interval 50 does not exist FBN1)

  • Specifying character set on application import

    hi -- I'm running into a problem that I think has to do w/ character sets. I'm using non-breaking spaces in numerous LOVs; they're entered in as ALT +0160 on the keypad. These non-breaking spaces work great in the development environment of APEX (eg