Can archivelog history in the v$table be full?

Hi All,
9i
OEL 5.6
Our database in set to archivelog mode but we keep on deleting the archive logs because we do cold backup everyday at 12 midnight,
since we only have 9am - 6pm office hours and apps processing window.
All the users go home after 6pm. So we shut down the database and perform tar all the /u01/oradata directory where all the data files are located.
Then we delete all the archive logs.
My question is ....since we do manual delete of the archivelogs (and not rman delete obsolete logs) this means in the data dictionary views all the logs are still recorded?
I am afraid the data dictionary for archive logs will get full since we generate lots of logs everyday.
Any comments or suggestions please....
Thanks a lot,
Yxz

I thank you all,
@Ed
Every time an archivelog is written, a record of that is created in the control file.So if I am not deleting my expired archive logs using rman crosscheck the control file will grow bigger and bigger? Since it is recording all the archivelogs ?
If I delete the archivelogs using rman does it make the controlfile smaller?
***Oh sorry I think this is answered my heman.
It is a very powerful tool, and without it you are just making any recovery scenario much more difficult.I agree with you dear :), but sometimes I found it hard and complicated to recover if you miss a single archive log or when it gets corrupted for some reason(just a single archivelog will make a database get doomed) :(. Sometimes the database will not start even after appyling the last archive log....it will ask for the next one (why is this?, How can I force startup the database after applying a certain archivelog?)
Compared to a cold backup (which we can afford since we should down it everyday) , After copying the datafiles ...presto! the database is good. What you see is what you get. You do not
feel afraid or stressed that something is missing. Well this is only my opinion and it can be wrong.
@bawer
What do you copy at midnight? flash_recovery_area or control+data files ?
is there any scheduled rman task to backup database (daily or weekly) ?There is a schedule cron that shutdown db and copy datafiles and then startup db. the archive logs just retained where they are and deleted every week using "rm" and not rman delete.
Edited by: yxes2013 on 14.2.2013 18:03

Similar Messages

  • Transaction data can be loaded into the Fact table without loading the

    Transaction data can be loaded into the Fact table without loading the corresponding master data (Example : Sales analysis transaction data can be loaded without populating any of its  dimension’s master data)
    a.     True
    b.     False

    Hi Kutti,
    True - You need to select the option in the infopackage - alwyas load even if no master data exists.
    Bye
    Dinesh

  • How can I connect with the AspNetUsers table in MVC 5?

    I have a model, in which I have used several foreign keys from other tables. The point is that I also need to get the Id of the user, from the AspNetUsers table, though, I don't know how. I have done something like this, but it doesn't seem to be working:
    public class Message
        public int MessageID { get; set; }
        [Required(ErrorMessage="Please type a message to submit")]
        [DataType(DataType.MultilineText)]
        [Display(Name="Message")]
        public string MessageText { get; set; }
        public DateTime WrittenOn { get; set; }
        [Required(ErrorMessage="Please select a ticket")]
        [ForeignKey("Ticket")]
        [Display(Name="Ticket")]
        public int TicketID { get; set; }
        public virtual Ticket Ticket { get; set; }
        [Required(ErrorMessage = "Please select a business")]
        [ForeignKey("Business")]
        [Display(Name = "Business")]
        public int BusinessID { get; set; }
        public virtual Business Business { get; set; }
        [Required(ErrorMessage = "Please select a user")]
        [ForeignKey("aspnetusers")]
        [Display(Name = "User")]
        public int Id { get; set; }
        public virtual ApplicationUser ApplicationUser { get; set; }
    When I try to create a controller using the Entity Framework with my model, I get an error message saying:
        The ForeignKeyAttribute on property 'Id' on type ... is not valid. The navigation property 'aspnetusers' was not found on the dependent type ... The Name value should be a valid navigation property name.
    If someone could help me solve the problem, I would be glad.

    Hi Toni,
    I see that this particular query is been answered in the following thread.
    http://stackoverflow.com/questions/25372436/how-can-i-connect-with-the-aspnetusers-table-in-mvc-5
    You can also refer the following links, hope this helps.
    http://stackoverflow.com/questions/20071282/aspnet-identity-and-mvc5
    http://blogs.msdn.com/b/webdev/archive/2013/10/16/customizing-profile-information-in-asp-net-identity-in-vs-2013-templates.aspx
    Regards,
    Bharath

  • I can't download all the Email messages in full on my IPhone

    Dear Friend , I'm trying to work on my IPhone as use to do on my Blackberry but I'm very frustrated , many important messages are " partially downloaded " and I can't see them , I have tried to download again many time without any success , why ? What is the problem and why such futuristic device fail to deliver on what is the most important tools we have today " emails " , of I don't get this problem away I must go back to the old device , please help !

    This should only happen when you are on cellular and not on wifi.  Scroll down to the bottom of the message and there should be the option to download the rest of the message.  I haven't seen it for a while, so I can't say exactly what to look for.

  • How can i access all the objects of one schema from another schema

    Dear All,
    How can i access all the objects(Tables,Views,Triggers,Procedures,Functions,Packages etc..) and do the modifications of one schema from another schema (Without using synonyms concept).
    Thanks in advance,
    Mahi

    First of all, synonyms only help you easy reference the object. It doesn't have any implication of object privilege.
    As long as you have proper privilege on target object. You can access it with or without synonyms.
    Assuming you have proper privilege of objects, you can use following command to assume schema owner.
    ALTER SESSION SET CURRENT_SCHEMA = Schema_owner

  • How to create index not unique at the time of the CREATE TABLE

    Hi,
    I am trying to find out how in Oracle create secondary indexes that can accept duplicated into the CREATE TABLE statement, without have to execute a CREATE INDEX separately.
    As far I can see the only syntax accepted by Oracle 9i to create more than one index at the time of the table creation is:
    CREATE TABLE test_tab (x INTEGER, y INTEGER, z INTEGER PRIMARY KEY(x,y), UNIQUE(z))
    But, in my case I need to have the unicity only for the primary key, but not for the second index, that I would like to have not unique.
    How to do that inside of the CREATE TABLE statement?
    Any help?
    Thanks a lot in advance.

    To create an index automatically (not constraint related) , you will need to have an 'event' trigger on the schema that will (IE: detecting a table create/drop matching ARCHIVE_%) , generate the appropriate SQL required (create index sql) and pass THAT to a DBMS_JOB.
    Make sure you have job queue's enabled.
    This was the ONLY way that I could re-create a view automatically as new tables were created that matched a criteria IE ARCHIVE_JAN06, ARCHIVE_FEB06 etc.
    The application's "archiving" method created and was thus aware of these tables and permitted searching within 'archived' data, but 3rd party reporting applications needed to see a view encompassing all data, regardless of the tables involved. The view automatically created was a 'union_all' of all tables concerned.

  • How to find the data table sin CRM 4.0

    Dear Guru's
    I want to know where can i get all the data tables in crm 4.0 for example if i want to know the data table for the Reason in activity Management.with the help of data table only the ABAP people can work.....na
    Points willbe given
    With Best Regadrs
    Sreeram Raghu

    Hi Raghu,
    There are many techniques in which you could find the database tables, few of them are given below:
    - Place your cursor in the field for ex: reason in activity and press F1
    - In F1 screen(performance assistant), Click on Technical Information (fourth button from left), you can find here the database table name.
    Another Option:
    - Go to transaction SE11
    - In Database Table Field type few letters, for example to find all the activity table type * act * and then press F4, all the tables related to activity will be displayed
    Wish this was useful to you
    regards
    Srikantan

  • Can we create prompts in Derived Table sql query

    Hi,
    I am trying to define derived table sql query as below. Though the syntax parsing is going through but when I am generating the report it is throwing and invalid prompt definition error.
    " select * from table_a where call_direction = @Prompt('Enter Call Direction','A','"derivedtable_a".SHORT_STRING',mono,free,not_persistent,) and
    where call_type = @Prompt('Enter Call Direction','A','"derivedtable_b".SHORT_STRING',mono,free,not_persistent,) "
    Can somebody please share your thoughts if this can be achieved in universe or not ?
    Appreciate immediate responses as it is a show stopper for my deliverable.
    Thanks in advance.
    Thanks and Regards,
    Shireen.

    Hi Shireen
    We can use prompt in the derived table. There is issue with the SQL that you have used while creating the Derived Table.
    Instead of using the "derivedtable_a".SHORT_STRING' field use the object from the class on which you are creating the derived table.
    For example: If you are creating a derived table in the sample universe efashion on Agg_yr_qt_rn_st_ln_ca_sr table then use the following query:
    SELECT *
    FROM Agg_yr_qt_rn_st_ln_ca_sr
    WHERE Agg_yr_qt_rn_st_ln_ca_sr.Yr = @Prompt ('Enter Value','C','Time Period\Year',mono,constrained)
    Hope this helps!
    Thanks

  • Define the Characteristics of the validity table for non-cumulatives

    Hi Friends,
      Here I am designing MultiProvider ( ZCA_M01), based on the Two Business content info cubes (0IC_C03 & 0SD_C03 ) & one customized info cube (ZPUR_C01).
    I done Identification for char & keyfigures also.
    When i trying to activating the Multiprovider, here i am getting the error , error message is : Define the Characteristics of the validity table for non-cumulatives.
    Even here I am attaching the error message help also.
    Message no. R7846
    Diagnosis
    The InfoCube contains non-cumulative values. A validity table is created for these non-cumulative values, in which the time interval is stored, for which the non-cumulative values are valid.
    The validity table automatically contains the "most detailed" of the selected time characteristics (if such a one does not exist, it must be defined by the user, meaning transfered into the InfoCube).
    Besides the most detailed time characteristic, additional characteristics for the InfoCube can be included in the validity table:
    Examples of such characteristics are:
    •     A "plan/actual" indicator, if differing time references exist for plan and actual values (actual values for the current fiscal year, plan values already for the next fiscal year),
    •     the characteristic "plant", if the non-cumulative values are reported per plant, and it can occur that a plant already exists for plant A for a particular time period, but not yet for plant B.
    Procedure
    Define all additional characteristics that should be contained in the validity table by selecting the characteristics.
    In the example above, the characteristics "plan/actual" and  "plant" must be selected.
    The system automatically generates the validity table according to the definition made. This table is automatically updated when data is loaded.
    Please take as a high priority.
    Thanks & Regards,
    Vanarasi Venkat.

    Hi Venkat,
    If you want to include 0IC_C03 cube in your multi provider the you must make sure that the time characterestics ( 0CALDAY, 0CALMONTH ....) are present in all of the other info providers which you are including in the MP. The Time char to choose depends upon the Inventory cube in which you have mentioned during the definition. As you are using the standard cube 0IC_C03 it has the time char as 0CALDAY. Try to include this in all the other info providers and dont include more tha one Non-cumulative in the MP.
    Try this and see if it helps....

  • Issue with INSERT INTO, throws primary key violation error even if the target table is empty

    Hi,
    I am running a simple
    INSERT INTO Table 1 (column 1, column 2, ....., column n)
    SELECT column 1, column 2, ....., column n FROM Table 2
    Table 1 and Table 2 have same definition(schema).
    Table 1 is empty and Table 2 has all the data. Column 1 is primary key and there is NO identity column.
    This statement still throws Primary key violation error. Am clueless about this? 
    How can this happen when the target table is totally empty? 
    Chintu

    Nope thats not true
    Either you're not inserting to the right table or in the background some other trigger code is getting fired which is inserting into some table which causes a PK violation. 
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Inserting into Table-in-Table after re-execution the Outer Table query

    Hi Gurus,
    I have a problem with inserting into Table-in-Table after re-execution the Outer Table query:
    The problem:
    I have two tables; both tables are based on VO; tables have a VL between them;
    The Inner Table is hidden when page lode.
    I'm executing the Outer Table, open the details to see the Inner Table, I can add rows to the Inner Table. Everything is OK.
    But-
    After I'm executing the Outer Table again –
    Adding new rows to the Inner Table is not work anymore, despite I'm executing the Inner Table RowSet query.
    Scenario is:
    In processRequest():
    In the processRequest() I'm calling executeQuery() of the Outer Table Only.
    (So the Details executeQuery() will be done by VL and Its works fine.)
    In processFormRequest():
    User opens the details to see the Inner Table.
    On some event, I'm executing the Outer Table query.
    On some other event, programmatically I am inserting a new row to the Inner Table, and a new row is displayed in the Inner Table as I wanted.
    In this way, one row after another, I can add as many rows as I wish, without any problem.
    (This scenario should behave as same clicking on button of type "Add-Another-Row", just adding the row automatically)
    The code for the inserting (as specified in the chapter "Classic Tables" --> "table-in-table"):
    OARow newRow = (OARow) innerRowSet.createRow();
    innerRowSet.insertRow(newRow);
    innerRowSet.setRangeSize(innerRowSet.getRangeSize()+ 1);
    innerRowSet.executeQuery();
    If the user won't cause to re-execution of the outer table – no problem occurs.
    * Should I add something after the Outer Table VO execution?
    * Maybe to the inserting to the Inner Table code?
    Please help…

    Hi, Thanks.
    I don't know which one of the Outer Table rows is the current row,
    But-
    Only the Details (the Inner Tables) who where opened before the executeQuery() of the Outer table are not acts as they should.
    All the Details who where closed before the executeQuery() of the Outer table are still works fine.
    Please advise.

  • What exactly is the D table used for

    Hi
    Can anyone explain what the D table (eg /BIC/DXMBA_C118) is used for. Also I would appreciate if you can provide a scenario where you had to troubleshoot the D table for information
    Thanks

    HI,
    Please check the following links
    Tables in BW
    http://help.sap.com/saphelp_nw2004s/helpdata/en/dc/23063cfa172742e10000000a11402f/frameset.htm
    Line item dimension wont insert sid values in infoobject sid table
    Data missing in the Fact table for DIM IDs seen in the Cube
    Regards
    Chilla

  • After compressed the database table affect the system performance

    There is a very big database table in my system called MSEG. It is about 910G and the wasted tablespace is about 330G. I want to compress the table, but the table is written and deleted frequently. will it affect the system performance if I compress the table. Or I can only select reorganize the dababase table avoid it affect the system performance? Thanks.

    Hi Huiyong,
    If you talk about table compression, it cannot be done online. we need to do this with a planned downtime. Table compression has some percentage of overhead on CPU. Refer SAP note for
    1289494
    FAQ: Oracle compression
    1436352
    Oracle Database 11g Advanced Compression for SAP Systems
    If you talk about online table reorg, yes definitely there would be impact on user performance.
    As the table size is very big it may take some days or hours to perform online Reorg.
    Other faster method is to perform table export import which is faster than online reorg. But it will again require downtime .
    Hope this helps.
    Regards,
    Deepak Kori

  • Arranging the data in the internal table

    Hi all,
    I have data in my internal table in the fol format:
    PO number     Vendor Invoice no      Header total
    1000                122                            400
    1000                123                            500
    1001                125                            100
    1001                125                             100
    2001                126                             101
    2001                128                             102
    Now i need to arrange the data in the foll format and recalculate the total for every same  PO based on the different vendor invoice no as follows:
    PO number     Vendor Invoice no      Header total
    1000                122                            900
    1000                123                            900
    1001                125                             100
    2001                126                             203
    2001                128                             203
    As can be seen in the above table,the totals needs to be added for each PO with different vendor invoice no.
    Can someone explain me with sample code how to achieve the above?
    Thanks.

    >
    srm_tech wrote:
    PO number     Vendor Invoice no      Header total
    1000                122              400
    1000                123              500
    1001                125              100
    1001                125              100
    2001                126              101
    2001                128              102
    > Now i need to arrange the data in the foll format and recalculate the total for every same  PO based on the different vendor invoice no as follows:
    PO number     Vendor Invoice no      Header total
    1000                122              900 " Here you are getting 400 + 500 But Vendor Invoice is different ?
    1000                123              900
    1001                125              100 " Here when Both where Same PO Number and Vendor Invoice you are neglecting On Record ?
    2001                126              203 " Here you are getting 101 + 102 But Vendor Invoice is different ?
    2001                128              203
    Hi, Srm
    as i mention above i think your given example is wrong please check and explain about it.
    You can check for COLLECT and AT END OF with SUM in it These can Solve out your problem after a Little Search in the forum with these two key words:)
    Please Check and Reply Back if you requirements are rely like this.
    Faisal

  • Can we see the actual Tables using Record History through forms

    By using record history in Oracle Financials it shows only the associated view can we see the actual table using that record histoy
    Thanks a lot

    Thanks Kiran
    Actually i am new to Oracle Financials Technical side i have experience in Oracle field and want to work technically on apps side so i need to have check which form is on which base table and wats the relations etc thats why i am serching from front end the actual tables info
    Anyhow Thanks

Maybe you are looking for

  • How to use PSI with Project online 2013

    There are some entities in project server that we cant interact with using Client side object model like views etc. We need to use PSI for them. If not, Is there any other approach to get entities such as views.

  • The keyboard of my computer doesn't work

    **** apple community, i have a very serius problem with my macbook. Today, i iniciated my computer to start working as usual, but i discovered that my computer do not recognize the keyboard or the trackapd that are attached to it. These are not exter

  • How do I change the color of text in iTunes store?

    I can't read the prices!! This is in the just-released iTunes version 11.0.

  • QM Report-Standard Possible???????

    Dear Friends is there any standard report available with following details Daily report showing - Prod/Purc order no. - Material - Qty -Reject Qty -Reject description Regards Swananand

  • Migrate from Crystal Reports to XMLP?

    We have a bunch of reports implemented with Crystal Reports and we are planning to migrate those reports to XMLP. Is that possible? Dose anyone has the same problem? What is the general process? I have no experience about XMLP before. Thanks in advan