difference in the values of v$ archived_log; and list of archive logs

HI friends,

I'm in a dilemma and not able to understand why there is difference in values of:

SQL > select max(sequence#) from v$ archived_log;

MAX(SEQUENCE#)
--------------
1085


SQL > archive logs list;
Database log mode Archive Mode
Active AutoArchive
Archives/arch/IVR/arch of destination
More old sequence of journal on line 27
Log sequence archive 29
Current log sequence 29


Help, please... As it is a Production database.
DB version:-10.2.0.3
platform HP - UNIX 64 bit itianum

AS FAR AS I KNOW,
Were you running any recovery on the database?

As said above archive log list shows current information.

SQL> select max(sequence#) from v$archived_Log;

MAX(SEQUENCE#)--------------            10

SQL> archive log listDatabase log mode              Archive ModeAutomatic archival             EnabledArchive destination            F:\oracle\product\10.1.0\Db_1\RDBMSOldest online log sequence     9Next log sequence to archive   11Current log sequence           11SQL> alter system switch logfile;

System altered.

SQL> select max(sequence#) from v$archived_Log;

MAX(SEQUENCE#)--------------            11

SQL> shutdown immediate;Database closed.Database dismounted.ORACLE instance shut down.SQL> startup mountORACLE instance started.

Total System Global Area  612368384 bytesFixed Size                   790624 bytesVariable Size             170127264 bytesDatabase Buffers          440401920 bytesRedo Buffers                1048576 bytesDatabase mounted.SQL> recover database until cancel;Media recovery complete.SQL> alter database openresetlogs;alter database openresetlogs                           *ERROR at line 1:ORA-02231: missing or invalid option to ALTER DATABASE

SQL> alter database open resetlogs;

Database altered.

SQL> archive log istSP2-0718: illegal ARCHIVE LOG optionSQL> archive log listDatabase log mode              Archive ModeAutomatic archival             EnabledArchive destination            F:\oracle\product\10.1.0\Db_1\RDBMSOldest online log sequence     0Next log sequence to archive   1Current log sequence           1SQL> select max(sequence#) from v$archived_Log;

MAX(SEQUENCE#)--------------            11

Kind regards
Taj

Tags: Database

Similar Questions

  • Difference in the values of column MAX_SIZE and MAX_USED_SIZE in V$ SORT_SEGMENT

    Hello

    Anyone have an idea what is the difference between the value of the column MAX_SIZE and MAX_USED_SIZE to V$ SORT_SEGMENT?

    I checked in docs. The definition as:

    Taille_max Maximum NUMBER of extensions, never used

    Maximum number of MAX_USED_SIZE NUMBER of extensions used by all sorts

    I couldn't understand the difference by top definitaion.

    Thank you
    oratest

    My best guess is that MAX_SIZE is the total number of extensions that are used for any purpose, while MAX_SORT_SIZE is the total number of extensions already used for sorting.

    Consider that the temporary segments can be used for anything other than sorting. A temporary LOB of handling, storage medium for temporary tables, hash, fusion of bitmaps, etc., etc., are examples.

    Hope that helps,

    -Mark

  • Table expanding: calculation of the difference in the value of the previous row

    Hello

    I'm a complete newbie to LiveCycle Designer (ES2) and created under the document with a table in full expansion.

    Shared files - Acrobat.com

    My goal is to make the friendly form by adding a calculation in the field "Twist" that calculates the difference of the current line to the previous row.

    I have no idea about Java Script, I'm afraid and also do not know if this is possible at all, so it's probably a bad idea after all.

    The reason for setting up as a table expansion is so that the form can be used for all 32 instances form would be used for (they all need different number of rows in total).

    The calculation will start in row 2 (Checklist.Table1), take the value of the entry in row 2 torsion and calculate the difference in the value of the twist entry in row 1.

    Then, in row 3, it calculates the difference between the value of the twist in the row 3 tier 2, etc.

    So subtract the value of the field in then with the value line onlinen-1 or something in that sense.

    Is there anyone at all who could help me with that at all?

    I would be very grateful for any advice you could give me.

    Thank you very much!

    Mathilda

    Hi Matilda,.

    Try this code;

    if (Row1.index > 0 && !Row1.resolveNode("NumericField4[0]").isNull)
    
     var prevTwist = Table1.resolveNode("Row1[" + (Row1.index - 1) + "].NumericField4[0]").rawValue
    
     var result = Math.abs(3000 / (Row1.resolveNode("NumericField4[0]").rawValue - prevTwist));
    
     this.rawValue = result;
    
     this.rawValue = "";
    

    Concerning

    Bruce

  • What is the difference between the activation of remote desktop and adding a 'connection in network connections.

    What is the difference between the activation of remote desktop and adding a 'connection in network connections.

    Hi ChadCrowell,

    Remote Desktop connection allows remote control of your Windows XP Professional computer from another computer running Windows XP Professional or an earlier version of Windows.

    Reference: How to use the Windows XP Professional Remote Desktop feature?

    By creating an incoming connection, a computer can act as a remote access server is running Windows XP Professional, Windows 2000 Professional

    Reference: To make an incoming network connection

    Hope the helps of information.

  • What is the difference between the Test send, batch send and send quickly in e-mail?

    Hello

    What is the difference between the Test send, batch send and send quickly in e-mail?

    Thank you

    Rahul Bhambri

    Hi Rahul

    Shipping of lots: the option to send batch to create a campaign and send an email directly from the email editor.

    Fast-track dispatch: does not give rise to statement and when you send in a test by sending e-mail quick option its look like live image.

    Test send: sending e-mails to test that this function allows you to send a test email and validate the email to make sure that there is no problem with him before his deployment.

    Thank you

    edynamic expert Eloqua

  • SQL query to display the sum of the values of each June and December

    Hello having problems of construction of a query to the list SQL query to display the sum of the values of each June and December each year.

    My Table;

    TABLE name: MONTH_TERM

    Fields with values:

    TERM_KEYMONTH_ACTUALMONTH_DATE
    8250001/11/2015 0:00
    8245001/12/2015 0:00
    8240501/01/2016 0:00
    8240001/02/2016 0:00
    8245001/03/2016 0:00
    8242501/04/2016 0:00
    8243501/05/2016 0:00
    8241006/01/2016 0:00
    8240901/07/2016 0:00
    8241501/08/2016 0:00
    8242009/01/2016 0:00
    8242210/01/2016 0:00
    8243611/01/2016 0:00
    8255601/12/2016 0:00
    8256801/01/2017 0:00
    8262402/01/2017 0:00

    What I would like to see in a query result:

    TERM_KEYMONTH_ACTUALMONTH_DATETotal of 6 months
    8250001/11/2015 0:00
    8245001/12/2015 0:00950
    8240501/01/2016 0:00
    8240001/02/2016 0:00
    8245001/03/2016 0:00
    8242501/04/2016 0:00
    8243501/05/2016 0:00
    8241006/01/2016 0:002525
    8240901/07/2016 0:00
    8241501/08/2016 0:00
    8242009/01/2016 0:00
    8242210/01/2016 0:00
    8243611/01/2016 0:00
    8255601/12/2016 0:002658
    8256801/01/2017 0:00
    8262402/01/2017 0:00

    ---

    Here's my query:

    Select

    "TERM_KEY,"

    "MONTH_ACTUAL,"

    to_char(MONTH_DATE,'MM/YYYY') MONTH_DATE,

    DEAL to_char (MONTH_DATE, 'MM')

    WHEN '06' THEN (SELECT SUM (MONTH_ACTUAL)

    OF MONTH_TERM

    WHERE the to_char (MONTH_DATE, 'MM') between 1 and 6

    AND term_key = 82)

    WHEN '12' THEN (SELECT SUM (MONTH_ACTUAL)

    OF MONTH_TERM

    WHERE the to_char (MONTH_DATE, 'MM') between 7 and 12

    AND term_key = 82)

    ELSE null

    END as SIX_MO_CUMM,

    of MONTH_TERM

    where term_key = 82

    It's my results:

    TERM_KEYMONTH_ACTUALMONTH_DATETotal of 6 months
    8250001/11/15 0:00
    8245001/12/15 0:003608
    8240501/01/16 0:00
    8240001/02/16 0:00
    8245001/03/16 0:00
    8242501/04/16 0:00
    8243501/05/16 0:00
    8241001/06/16 0:003717
    8240901/07/16 0:00
    8241501/08/16 0:00
    8242001/09/16 0:00
    8242210/01/16 0:00
    8243601/11/16 0:00
    8255601/12/16 0:003608
    8256801/01/17 0:00
    8262401/02/17 0:00

    Any ideas on how to fix would be great

    Select term_key,

    month_actual,

    month_date,

    case mod (to_char (month_date, 'mm'), 6)

    When 0 then sum (month_actual)

    During)

    term_key partition

    order of month_date

    between the previous month '5' interval and the current line

    )

    end '6 MONTHS in TOTAL'

    from tbl

    order of term_key,

    month_date

    /

    TERM_KEY MONTH_ACTUAL MONTH_DAT 6 MONTHS TOTAL
    ---------- ------------ --------- --------------
    82 500 NOVEMBER 1ST, 15TH
    82 450 1 DECEMBER 15 950
    82 405 1 JANUARY 16
    82 400 1 FEBRUARY 16
    82 450 1ST MARCH 16
    82 425 1ST APRIL 16
    82 435 1 MAY 16
    82 410 2525 1 JUNE 16
    82 409 1 JULY 16
    82 415 1ST AUGUST 16
    82 420 16 - SEP - 01

    TERM_KEY MONTH_ACTUAL MONTH_DAT 6 MONTHS TOTAL
    ---------- ------------ --------- --------------
    82 422 1 OCTOBER 16
    82-436 NOVEMBER 1, 16
    82 556 2658 1 DECEMBER 16
    82 568 1 JANUARY 17
    82 624 1 FEBRUARY 17

    16 selected lines.

    SQL >

    SY.

  • Portfolios - what is the difference between the password, certificate of security and management of the lifecycle of the rights Adobe?

    I would like to use Acrobat DC Pro to create secure portfolios. These will be used to store payable files that should not be considered by most employees. What is the difference between the password, certificate of security and management of the lifecycle of the rights Adobe?

    Password encryption methods, certificate of security and Adobe lifecycle management of the rights for the portfolios are the same as for a single PDF file. If you are a novice to the encryption Acrobat Adobe Acrobat X Pro * choosing a method of security will help. You can have the portfolio itself unencrypted and encrypt some or all files with whatever method you choose, or encrypt the portfolio himself and, still encrypt or not encrypt files that you place in the portfolio. Each encrypted file can use the same or different encryption with the same or different credentials method. You can encrypt portfolio encrypt attachments only. In this case the portfolio itself is not encrypted, but all the files in the portfolio are encrypted with the same method/diploma. When a user opens this portfolio list of files appears. When the user clicks on a file in the list Acrobat checks credentials (in the case of password security, he asks the password) before opening the file.

  • Thanks for the reply, I am interested in the differences between the rate of webBasics plans + and webHosting and how on this plan you can host your site. Thank you!

    Thanks for the reply, I am interested in the differences between the rate of webBasics plans + and webHosting and how on this plan you can host your site. Thank you!

    Here are all the news us annual price | Adobe Business Catalyst all depends on what you need and what you want the site.

  • What is the difference between the shape tween, classic Tween and motion tween

    What is the difference between the shape tween, classic Tween and motion tween

    Flash CS4 introduces the possibility to rotate and move objects on all 3 of the axis. (So the X which horizontally across the stage, the Z and Y that goes vertically along the stage going perpendicular to the scene, straight towards the viewer and off movement until the point.)

    A 3D interpolation is a motion tween where you rotate or move something on these lines.

    A standard classic Tween gives you only the ability to move and rotate along X and Y.

  • FFT and differ from the values overall btwn VI and tiara

    Hi all

    I have an application that displays live readings of vibrations which the spectrum and the overall vibration level.  Everything my generation of report is made in the DIAdem scripts, so it is essential that all values calculated and displayed on the side of LabVIEW are the values calculated and reported in DIAdem.  The VI and Script, when the entrance to the PDM attachment, attached give me values significantly different to the size of the FFT and the overall value of RMS.  Can anyone spot what I'm doing wrong?

    Thank you

    Scott

    Hello

    This is an excellent response of R & D. I felt that it would be better to put it on the web, then keep it limited to your service request.

    The difference has to do with the window of correction. The results are the same if you choose rectangluar (or not) window.

    Usually a window takes a share of the singnal away, so in the first place, the result has a different shape and is smaller compared to train with rectangular window. This can be fixed with a specific factor for each window.

    There are two possible corrections. Random and periodic.

    -Periodic is used if you have pure sinusoidal signals and you want to measure the peak value. A typical use case is the window of flattop is designed for this type of calculations.   The periodic correction is too great if you want to add values to calculate the total RMS signal or the sum of a certain frequency band.

    -Random is correct the signal back to the correct overall RMS value and must be used in all other cases.

    The periodic correction for Hanning window is a factor of two. The correction is randomly about 1.633. Tiara will give the same result as LabVIEW if you use the following type of correction:

    FFTWndCorrectTyp = "periodic".

    In the world of the FFT analysis, the different corrections are very often not obvious and hidden to the user. Unfortunately, it is also the case in LabVIEW. You can find a good example of explanation here:
    http://blog.Prosig.com/2009/09/01/amplitude-and-energy-correction-a-brief-summary/

    There are different factors for different window functions. If you go further in the FFT - VI you will find "window scaling VI. It has a «constant window» output With this, it is possible to obtain the correction values for window functions.

    I think also, periodical is false in most cases, when Hanning is used, because Hanning is the best for the sum of the values of the RMS in the frequency bands and the results are bad without a correction at random.

    Hope that helps.

  • Who can tell me what is the difference between the bridge of conference equipment and software Conference bridge

    This is a problem, I can do special conference internal IP phone which are registed on a CallManager. but I can't get an ad-hoc conference through the voice gateway (what voice gateway not set up any conference bridge).

    Material conference bridge has difference functionly the software conference bridge?

    Can I do an ad hoc conference cross h.323 Voice Gateway(which voice gateway not configure any conference bridge)?

    best wish

    I'll assume that you focus on Media Communications Manager (CUCM) only resources for software conference resources.

    The fundamental difference is that with the software resources, the mix of media is controlled by the CUCM.  Specifically, this is controlled by the IP Media Streaming (IPVMS) Voice service.  The maximum number of audio streams that can be dealt with by the CUCM is configurable.  The default value is 48 streams.  This is configured in the system > Service parameters > IP Voice Media Streaming service.  You don't need to change this option for your dilemma, just a point of information.

    With the software resources, the main consideration is that these resources can only support G.711 participating to a conference.  No other files cannot be used.

    Material resources are a tad more complicated.  Yet once, I will assume that we are talking about IOS voice gateways.  The hardware conference bridge uses local processors for digital signage (DSP) to provide the mix of Media Conference.  You can support several codecs like the DSP can also transcode.  Of course, when you do this, that you must take assignment DSP account because a DSP is a piece of hardware, like the RAM it has a limited capacity.  If you enable the high complexity CODECs, a DSP needs processing power which means it can hit capabilities earlier (that is, with fewer calls).  There is more to this, but you can read about it yourself.  I'll give links below.

    The essential point that, apart from the way in which they are provided and differences in ability of the CODECs and capabilities, in a CUCM media resources management perspective they are the same.  You assign the media resource to a group of media (MRG) resources, you then set the MRG (MRGL) media resource group list.  The MRGL can be assigned directly to a device or a device pool.  Now, when a user initiates a conference of an IP phone, the MRGL assigned to the phone (or peripheral pool of the phone) is engaged.

    Now, your specific scenario.  To include a remote on / off net/RTC party in your conference, voice gateway doesn't have to be a conference resource.  IOW, you can use a resource of software in the scenario you describe.  You need to check is:

    You can call the net party off directly?  Which means, can IP-phone call PSTN phone outside a conference?

    If not, then fix that problem before you try to the fault of the conference resource.

    If so, then take a look on the codec that you use when you place this call.  So another thing that G.711 is used when you shout to the PSTN, then Software Conference fails and you must look for alternatives.

    Links:

    http://www.Cisco.com/en/us/docs/voice_ip_comm/CUCM/Admin/7_1_2/ccmsys/a05confb.html#wpxref91541

    http://www.Cisco.com/en/us/docs/voice_ip_comm/CUCM/Admin/7_1_2/ccmsys/a05dsp.html

    HTH.

    Kind regards
    Bill

    Remember messages useful rate.

  • Minimizing the differences between the print document page numbers and page numbers fixed ePub format

    Hi all!

    I'm currently involved in a project of ePub format fixed relatively simple. I almost completely finished with the file, but I see for export, only the page numbers in the table of contents for navigation begin numbering at a point different than the print document.

    I certainly don't expect the software ideally know exactly where I want the numbering to start, but I was wondering: is there a way to change the starting point of the navigation table of contents so that I can select the starting point? Here's a screenshot of the situation I describe, taken on my iPad mini using iBooks. A fix for InDesign would be useful, I am very willing to modify the code. Please let me know what additional information can help.

    Thank you very much

    Jacob

    iPadSS.PNG

    I don't have a good answer for you on that I've been unable to get this works as is suspected.

    The next update will include support for a list of the fixed layout pages and to my surprise that it was unsuccessful in the evolution of the Navigation table of contents page (right) numeric values that you see.

    Those who seem to come from literally the index of the XHTML file where is the target of the table of contents. If iBooks is unable to find the target it displays the entry under '... ».

    Where the list of pages seems to make a difference on the iOS7/iBooks, is when you're scouring the pages in display mode page it will display the value of the entry in the list of pages... which is now generated from the string of InDesign page number in a gray oval.

    Maybe this has changed to iOS8/iBooks or perhaps other readers it manage differently - I never had the chance to try it on other players.

    Douglas

  • Differences between the Mac Pro 2009, 2010 and 2012 Logic Board

    What are the differences between the logic board in the Mac Pro 2009, 2010 and 2012? In particular, what are the differences in the logic board between the MacPro4, 1 and MacPro5, 1? When a 2009 logic board is updated to 5.1 firmware is identical to the logical tips 2010 and 2012? Updated to 5.1, what is happening with the SMC firmware?

    Answers in-depth in this type of broad would be book-length responses.

    Where are you going with this?

  • How to make a percentage of the value of a column and then insert this value in a column

    The table below should be the result I want to achieve. This means according to what value is in Column1 which corresponds to the percentage and what value is in Column2. Column1 will make a percentage of Column2. Like 80% of 1000 = 800, what will change in Column2 of 2nd record.

    Currently my code only select the current record and insert another copy that will duplicate the same record. But now I need to calculate and replace the values in column 2 according to the perentage. I did not have my code select here because I'm afraid of you all will get confused. I only put my code insert here, pls tell me how to make the formula in the code for the percentage of Column2 thanks.

    Orginal 1st record->                                                 column1 column2 
                                                                          
    80   1000  

    Inserted copy records which is 2nd record
    (what I want to achieved)   column1 column2 
                                                                          
    80   800


    My codes

     INSERT INTO table1 (column1, column2) VALUES (tran.column1, tran.column2);

    Did it using this, thanks.

    INSERT INTO table1 (column1, column2) VALUES (tran.column1, tran.column2 * tran.column1 / 100 );

  • What is the difference between the Creative cloud photography Plan and the Plan of single application of Photoshop? [was: Question about price]

    Why is - this $10 / Monday for photography of the CC Suite, and $20 / Monday for just Photoshop, what's the difference between the two? Photoshop is all I need. But I misunderstood your entitled pricing Options

    These FAQS can help. The plan of photography will be cheaper, even if you are not using Lightroom, but one app plan gives you more storage.

    FAQ: What is the difference between an annual plan and monthly plan?

    FAQ: What plans are available for creative cloud?

    FAQ: How can I find what is included in each Plan creative cloud?

    FAQ: How Creative Cloud storage do with my plan?

Maybe you are looking for

  • Replace ram on HP 4520 s could result in the warranty cancellation?

    I need to upgrade the ram and hard drive to a HP Probook 4520 s, and I don't want to void the warranty. Knowing that I'll have to remove the switchcover, the keyboard and palmrest. Would it be possible to take assistance material hp to do the upgrade

  • transformed of Fourier of the sine and square wave return is not the frequency of the wave.

    Hi all I did a few programs to determine the Fourier Transforms of the sine waves and square waves. I understand that square wave harmonics when FTed but the Harmons of the square wave is not out at the right frequency and neither is the sine wave. A

  • Printer does not print in color

    I have a HP Officejet 6500 has more all in one wireless printer which stopped printing in color.  I changed all three colour cartridges and have uninstalled/reinstalled the printer.  Grayscale is off, but the printer still does not print in color.  D

  • Dell XPS 15 inches: curious configuration

    My new Dell XPS 15 came with 2 hard drives: 1 TB 5400 RPM hard drive + 128 GB SSD drive. What is the function of each? Why this configuration?

  • Smartphones watered blackBerry web browser

    Hello I have a blackberry torch which was working OK ish until a few days ago.  now when I open the web browser or click on 'apps' that just open the web browser to a specific page, I see Finance: today in europe Thursday, 856 pm _ (Yes empty) Thursd