GLPURGE, Archives of GL and purging what tables remove?

I need to know how the process of 'GL Archive and Purge' works when the purge of the records in the GL tables. Also delete the data permanently deleted the GL tables, does perform any other action on the tables or the data?

I don't think so, apart from the logic to delete the data in tables, it could also be updated for the other columns that will miss us, if we use explicitly remove commands. In addition Oracle does not directly support update or delete data from base tables, you can check raising a SR.

Tags: Oracle Applications

Similar Questions

  • in what table hours and jobs are stored

    Hello
    in what table hours and jobs are stored

    Sanna says:
    Hello
    in what table hours and jobs are stored

    DBA_SCHEDULER_JOBS

  • index of output table and show what LOCAL indexes and who are

    I read the view of ALL_INDEXES here:
    http://www.Stanford.edu/dept/ITSS/docs/Oracle/10G/server.101/b10755/statviews_1061.htm
    But I still don't know how to query follows:

    1. display the name of the table, the index name and flag Y/N 'Is the local index' and a flag "is the overall index.

    The application should output table index and show what indexes are LOCAL and which are not.

    How to write this query?

    My original request:
    select table_name, Index_Name, Uniqueness, Partitioned, decode(Partitioned, 'NO', 'Global','Local') GlobalOrLocal from all_indexes
    where table_name = 'MyTABLE'
    2 I understand that global index for partitioned tables is a chunk of data referencing all the partitions table in the single room, but Local index is partitioned itself there are several parts each one or more partitions to reference table?

    Published by: CharlesRoos on October 6, 2010 12:45 AM

    CharlesRoos wrote:
    I read the view of ALL_INDEXES here:
    http://www.Stanford.edu/dept/ITSS/docs/Oracle/10G/server.101/b10755/statviews_1061.htm
    But I still don't know how to query follows:

    1. display the name of the table, the index name and flag Y/N 'Is the local index' and a flag "is the overall index.

    The application should output table index and show what indexes are LOCAL and which are not.

    How to write this query?

    My original request:

    select table_name, Index_Name, Uniqueness, Partitioned, decode(Partitioned, 'NO', 'Global','Local') GlobalOrLocal from all_indexes
    where table_name = 'MyTABLE'
    

    That seems Ok to me.

    2 I understand that for partitioned tables index global is a big piece of data referencing all the partitions table in the single room,

    Yes.

    but the Local index is partitioned itself there several pieces for each reference one or several partitions table?

    Almost right: each refers to score exactly one table. I.e. index partitioning is 'aligned' with the partitioning of the table.

  • Purge of table RA_CUSTOMER_TRX_LINES_ALL

    Hi all
    I'm running through a purge of the AR.
    The ARPURGEB.pls code is serving many tables RA but not all.
    Tables such as

    OWNER NOM_SEGMENT SEGMENT_TYPE GB
    AR RA_CUSTOMER_TRX_LINES_ALL TABLE 256
    AR RA_CUST_TRX_LINE_GL_DIST_ALL TABLE 120

    are not in the routine.

    Can anyone suggest a way to purge these tables?

    Kind regards
    Alexey.

    According to the next note, affect the purge of the AR the RA_CUSTOMER_TRX_LINES and the RA_CUSTOMER_TRX.

    Reduce your Oracle E-Business Suite of data using Information Lifecycle Management [752322.1 ID], purge and archiving

    It also suggests looking at Oracle® User Guide Release 11i receivables: chapter: 10 part No.: A80838-06.

    Hope this helps
    Sandeep Gandhi
    Techno-Functional consultant

  • What table stores the published/unpublished indicator for items assigned to any section in iStore

    Hi all

    I want to know what table stores the published/unpublished indicator for items assigned to them sections to iStore?

    According to my understanding:

    When any item of inventory is assigned to any section we have given in to this inventory_item_id ibe_dsp_section_items.

    This board just have the start_date/end_date and tell me if the article is published on the site

    There is an another table ibe_dsp_msite_sct_items which shows what minisites element is available.

    This board just have the start_date/end_date and tell me if the article is published on the site

    We can always go to responsibility administrator iStore

    Merchant iStore > > catalog > > Products > > summary

    search for any item and it shows the item was attributed to what all the sections.

    Here, we have a button "change published Flag." This can be used to publish/not to publish articles on all sections.

    I want to know what table is updated when we hit this button.

    Thanks in advance!

    Thank you

    Shashank

    Hi all

    I got the answer.

    This button updates the

    MSI.web_status

    Just thought that answer here in case it helps anyone.

    Thank you

    Shashank

  • Concerning the import and export of Table

    Hi team,

    My question is what is quick way to export and import the data in the table because most of the time I import and export data activate I usually

    If data less than 10 hundreds I'll use sql developer only export to insert the . script

    But my question if we lack 17 records dealing with import and export a table

    Note:-If we do not have conditional sys.

    Current version is using 9i and 10g

    Thank you

    Suman

    Data pump works only on 10g:

    ORACLE-BASE - Oracle Data Pump (expdp and impdp) in Oracle Database 10g

    Have a look here for more options 'pre - 10 g':

    Ask Tom & quot; export and import the best option to use in... & quot;

  • Code and the database tables in different schemas

    Hello
    My version of db: database Oracle 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    I would like to understand the advantages and disadvantages of the following situation:
    We have only one request.
    The design of the db for this application has 44 paintings, of which 28 are base tables related by PK and FK relations. The other 16 are look upward and refer to tables that are not related to one.
    The team has decided to place the tables in a diagram 28 A and the other 16 in another schema B within the same database. (The reason for this is... because it's done in other projects to do it here too).
    Coming now to the code (stored procedures, functions, packages, etc.). Teams want to ask most of the code in the diagram B with the Ref 16 tables. (the reason being again the same).
    What are the advantages and disadvantages this?
    Please advice.

    PS:
    I have googled and find something on these lines:
    cons:  
    o harder to manage
    o harder to upgrade
    o harder to patch
    o harder to maintain
    o causes your shared pool size to increase 1,000 times (shared sql goes down the tubes)
    o takes more space
    o queries against the dictionary will be impacted
    o latching on the shared pool goes WAY up (latching = locks = serialization device = 
    slows you down)
    
    pros:
    o none that I can think of.

    From my experience, if you see natural divisions that give you smaller patterns, well contained, you should take advantage of them and start with separate schemas. If done correctly, it can greatly improve the maintainability of your application.

    Assume that your initial project will have 60 paintings and they might fall into three groups of 15, 20 and 25 tables respectively. There are also objects of code such as PL/SQL packages. Your choice is:
    -Use a single scheme of 60 paintings, suppose that with 100 objects in code.
    -Use 3 diagrams divided as described. The total code objects will probably be a little more that unique schema design, because they need to provide interfaces with others. So let's assume that schemas will have 30, 40 and 50 code objects each.

    Now, wait 3 years.

    The history of single-schema:
    -The single-schema is passed to 120 tables. There has been a corresponding increase in code, now more than 200 objects. But they are very complex. Over time, each piece of code will interact with the tables more and more and many other objects in code.
    -You (the architect or Manager) can not really apply any internal for this structure since no subsidy is required to add dependencies. Therefore, if you change a table there is a vast impact.
    -You can easily divide the responsibilities because everything affects everything else. You can't manage simultaneous development efforts because the impact widespread changes cause the same tables/components to be affected by multiple projects. If you have the project execution dependencies / as you have interdependencies technique/code.
    -You have a "big ball of mud" and it is very difficult to get out of this situation.

    Multi-schema history:
    -Each of the 3 original patterns has grown, but some more than others. A fourth was added a year ago, when there was a major expansion in a new district, as a result of "natural divisions.
    -On the inside of each of these schemas, it is always a challenge to impose internal structure. But those patterns more smaller and therefore more small problems.
    -Through schemes, subsidies are necessary to allow interaction, this is not a "wild west" where everyone can access everything (and introduce dependencies on everything). Teams to define interfaces (packages or the views that are specifically intended to be interface points) where the interactions with other scehmas are necessary.
    -If changes to a table are needed, the impact can be limited to the schema that contains naturally. You know that no one else has created dependencies at this table, because you were never issued grants on this.
    -The responsibility for these schemas was divided between 2 teams, each team having full responsibility for its 2 diagrams.
    -Teams can complete projects much more easily, even with a parallel development, because there is less than a "domino effect" with each change.

    Now, these benefits depend on "natural divisions that give you the diagrams smaller, well contained." If you make the wrong choice here, you will always have a mess. You design with the end in mind scenario.

  • In what table Operating_unit column present in purchase orders modulle

    In what table Operating_unit column is in purchase modulle. Explain to me how to find?

    Thanks in advance.

    Kind regards
    Raja

    Hi Uvaraja,

    looking for the name of "operational unity"?

    In PO_HEADERS_ALL and PO_LINES_ALL he stored with the name column "ORG_ID. You can use the HR_OPERATING_UNIT table to take the name of "OPERATING_UNIT" using link below

    "PO_HEADERS_ALL.ORG_ID = HR_OPERATING_UNIT.ORGANIZATION_ID".

    Thank you

  • What table to display a ATP allocated by awarding stock request class

    Hello
    We using ATP allocated by the application class, and after that we run collections and planning programmes "Refresh Allocation hierarchy Materialized View" supplemented and stocks is given according to the allocation rule. What table stores all the data allocation.
    You need ATP allocated to allocate stock
    -Customer related to the application class
    -Forecast related to the class of request
    -Created assignment rule
    -Section assigned to the assignment rule
    We use already to use msc_full_pegging but after on notice that for R12 items that were planned but not related to the rule of assignment we still getting supply allocated for forecasts of demand, this was not the case before.
    Customer would like us to give them a report showing all the allocation of stock after execution of the ATP?

    Hello
    There seems to be some confusion in using the same term "Attribution" in 2 distinct contexts:

    1. the award of a supply to a demand of msc_full_pegging - this is basic planning and will happen regardless of the allocation of the ATP rule or if you plan to use ATP allocated. It works the same way for forever now CPSA. I'll suggested using the term "Amount pegged" for this feature rather than "Allocated quantity" to avoid confusion.

    2. assignment of a supply to a demand for msc_alloc_supplier class - this is controlled by the assignment of the ATP rule and if you use ATP allocated. The source, if these data are usually msc_full_pegging based on the class application at the request of the end to which a supply is attached and the quantity of pegged. This quantity is called "Assigned amount" in the msc_alloc_supplies table.

    Hope this clears up the confusion.
    Thank you
    Navneet

  • How can I know because of what table in database, causing the chaining line

    Hello


    Please help me that how can I know because of what table in database, causing the chaining line?

    Hello

    hope that you have already created the table utlchain. Or otherwise create as below.

    SQL > @?/rdbms/admin/utlchain.sql

    And try to run the script again.

    I tried with the following example in the following link.

    http://psoug.org/reference/chained_rows.html

    His works very well and it will list the tables.

    Or try the row chaining and Migration of line [ID 122020.1]

    It has all the necessary steps to do so.

    Thank you
    Rognard

  • difference between the external and UTL_File utility table

    can someone clearly explain me what is the difference between the external and UTL_File utility table? and what case to use utl_file and external table?



    Thanks in advance.

    Hello
    To get a clear idea on the check of the external table link below

    http://www.orafaq.com/node/848

  • What table hold information on the Start Page

    What a picture hold info on the Start Page where the responsibility and the form are selected when connect you to Oracle

    step: -.

    Connect to Oracle applications

    Click on Preferences
    Scroll to the start page
    Need to know as soon as you click on the responsibility and its value table name has this info

    It's a profile option and all the profile option values are stored in fnd_profile_options, fnd_profile_option_values, fnd_profile_options_tl

    Note: 201945.1 - How E-Business Suite profile Option values list for all levels using SQLPlus
    Note: 282382.1 - how to find all the Options profile for a specific value
    Note: 367926.1 - how to find all the users with a specific profile Option set?

    Thank you
    Hussein

  • Cut and paste the tables of a project to another

    When cut and paste existing tables from one project to another, the weight of the line for the cell borders appear to vary randomly - some are the original line weight and some are heavier when pasted.

    I tried to unravel with the properties of the table, but without result dialog.

    Is there a quick fix or I'm better import in all subjects, then changing any theme?

    Hi Colum/Peter,

    It is not a custom table, I just need to copy a table from one project to the other.

    Blasted my developers (may the fleas of a thousand camels, etc), recently decided to change toolbars in one of our applications. As this toolbar appears in slightly different forms in about 6 tabs, I tried to update the table that shows which icon does what and cut and paste this table in all subprojects that I. Each table then needs only a minor modification for some this subproject-specific icons.

    Peter on the right track. When I cut and glued to the table, it is also stuck in a number of lines of HTML associated with styles in the other project. If I delete these lines, the table will appear as it should.

    Thanks for the quick reply

  • Apple Watch series 2: third-party Applications have control of gps, and exactly what kind of information you get when and after running?

    Third-party applications have control of gps, and exactly what kind of information you get when and after running?

    What I mean is can party like Strava apps or MapMyRun turn on and use the GPS for the courses?

    Also, the default running app, what kind of information you get? During the race, exactly what then I tell me? In addition, exactly what information can I see after I run? I would like to know whether or not she has the cadence.

    Last question: is it easy to verify my info running? Speed and natural lights?

    Thank you!

    Hello

    Information about the integrated training application - including data you can choose to display during training, and where the information is available to see later - are available here:

    Cadence is not measured by the app to training.

    More information:

    http://www.Apple.com/Apple-Watch-series-2/

  • I can't find my old emails that is to say the last 4 years e-mails have disappeared. I can't see in the 'archives' folder list and also in my list of "local" files

    I can't find my old emails that is to say the last 4 years e-mails have disappeared. I can't see in the 'archives' folder list and also in my list of "local" files
    I recently formatted my system. It causes this problem? Is there anyway to recover my emails?

    Assuming that really format you your hard drive.
    Can erase you every single entry to a file, message, photo, program, document, etc. When you select format you get warnings on this subject.
    The format is the last thing you want to do without going through a backup of your personal and important files.

    Local folders is automatically created when you installed Tbird.
    And it is empty until you move something over there.
    (Your former local folder with all its files and messages has been removed under format).

    Only messages that are still on your server (stbeehive.oracle.com) can be recovered.

Maybe you are looking for