EBS 12.1.3: APPS_TS_MEDIA tablespace - table FND_LOBS

Hello everyone!

This is the scenario:

OS: RHEL 5.7 x86_64

Oracle EBS: 12.1.3

Oracle DB: 11.1.0.7.0

The "APPS_TS_MEDIA" tablespace size is 207 GB.

I presented several requests and I found the "FND_LOBS" table contains the column 'FILE_DATA' whose type of BLOB data. The corresponding LOBSEGMENT name is "SYS_LOB0000034032C00004$ $" and its size is 200,14 GB, I think it is great!

After I did a search on the tablespace "APPS_TS_MEDIA" I know it stores all the attached documents in Oracle Applications, also I read that the "Purge obsolete generic Queue Manager Data" is the only method supported the purge of the data "FND_LOBS".

Company policy States that commercial documents (sensitive data) of the last 5 years should be available. If I run the program "Purge obsolete generic Queue Manager Data", commercial documents and its attachments (sensitive data) will be purged? If the sensitive data will not be deleted, then can you please tell me what data will be purged?

If I can't run the program 'Purge obsolete generic Queue Manager Data', I just let the tablespace "APPS_TS_MEDIA" to grow freely, or it is possible to reclaim space by using a specific procedure?

Thanks in advance!

Please see

Audit health alert: planning the simultaneous program "Purge obsolete generic Data File Manager" (Doc ID 1095630.1)

Competitor Request 'Obsolete Purge of the generic file manager data' methods (Doc ID 1165208.1)

How to manage, reduce, and/or purged from the FND_LOBS Table? (Doc ID 1288149.1)

Purge strategy for E-Business Suite (Doc ID 732713.1)

AppsMasti

sharing is caring

Tags: Oracle Applications

Similar Questions

  • Purge the table FND_LOBS (attachmentolders of 2 years) to the cleaning table space

    Hello

    I have a requirement to serve the table FND_LOBS (spare part which is over 2 years old) in the cleaning table space.

    Please advise me which is the best way to serve FND_LOBS.

    I already went through the Notes below, but no luck...

    --
    871721.1 - how to purge FND_LOBS?
    555463.1 - how generic Purge or purchase spare part of the Table FND_LOBS
    298698.1 - avoiding an abnormal growth of the FND_LOBS table in 11i Applications
    303709.1 - recovering unused space in the tablespace APPLSYSD
    555463.1 - how generic Purge or purchase spare part of the Table FND_LOBS
    --

    Thank you
    Genoo

    Published by: Geno on April 1, 2013 05:32

    Geno says:
    None notes solve my requirement, I don't see an option to purge only the data that is older than 2 years.

    Thank you
    Genoo

    Purge FND_LOBS table can simultaneous running of 'Purge obsolete generic Queue Manager Data' program - simultaneous treatment - how to add the simultaneous program "Purge obsolete generic Queue Manager Data" to the Sysadmin User. [216541.1 ID]

    You can find more information about the settings for this program at the same time (questions on purge stale data of generic file manager [1165208.1 ID]).

    Thank you
    Hussein

  • Move the System Tablespace Tables

    Hello

    Operating system: Windows Server 2008

    Database version: 11.1.0.7

    The database is used for Siebel UCM Application, all of the tables in the schema SIEBEL has been created in the SYSTEM tablespace.

    SQL > SELECT COUNT (*) FROM DBA_SEGMENTS WHERE nom_tablespace = 'SYSTEM '.

    COUNT (*)
    ----------
    28704

    Is it possible that I can move specific tables of SIEBEL UCM in tablespace separated as SIEBELDATA.

    Thank you

    Hello

    "Yes, you can."   s ' there is no LONG columns in your tables.

    Try something like this to produce your statements:

    SELECT 'alter table ' || owner || '."' || segment_name || '" move tablespace ;'
      FROM dba_segments
    WHERE tablespace_name  = 'SYSTEM' -- '&tbs_quelle'
       and owner        like ''
       AND segment_type    = 'TABLE'
       and segment_name like upper('')
    order by segment_name;
    
    SELECT 'alter index ' || owner || '."' || segment_name || '" rebuild tablespace ;'
      FROM dba_segments
    WHERE tablespace_name  = 'SYSTEM' -- '&tbs_quelle'
       and owner        like ''
       AND segment_type    = 'INDEX'
       and segment_name like upper('')
    order by segment_name;
    

    concerning

    Kay

  • Possible to move data in a partitioned into another tablespace table without indexes becoming UNUSABLE?

    Hello

    We use oracle 11.2.0.3 and know that if move us data into partitions to a different tablespace indexes get marked as UNUSABLE.

    It is the range of composite date hash partitioned table.

    As a result, to rebuild the global and local bitmap index.

    Is it possible to transfer data to one another without the index tablespace becomes UNUSABLE?

    Thank you

    Hello

    If you want to update the index (so that it becomes invalid) while you perform the move partition, you can use the index update clause.

    Details are mentioned in the Oracle documentation. Glue one of the page here for quick reference.

    Maintenance of Partitions

    Note: It has an impact on the duration of this sql statement which may increase or decrease depending on the amount of data to move.

    Concerning

    Anurag

  • The markings and data to a different tablespace tables

    Hello

    Asked me to new tablespace tablespace of table1. I used the alter table move ts2 table_name1 and he successfully created. But the problem is that I need to transfer all the documents/data from table_name1 to his new assignment of tablespace. By the way in which we use the oracle 8i, but there is no RMAN features.

    Help, please.
    Thank you

    When the user command ALTER TABLE TableName MOVE move orders moves all records to new tablespace with DDL

    but you need tp rebuild indexes on the underlying table changes command MOVE do INDEX unusable, so you need to rebuild the INDEXES on the tables... You don't need to worry abt another thing

  • ORA-01653: unable to extend the table SYS. ARGUMENT$ 13 in the SYSTEM tablespace

    I created the new database manually.

    When I @?/rdbms/admin/catproc.sql put this sql to execute.

    for some time he said created, granted. but after somewhere, it gives me the error.

    ORA-01653: unable to extend the table SYS. ARGUMENT$ 13 in the SYSTEM tablespace

    Please help me on this.

    Thank you in advance.

    Your query does not tablespace SYSTEM size. It provides a list of tablespaces. And may not be a complete list because I can't UNDO and TEMP tablespace. In all cases, based on the output, you have not created a user storage space, so all the tables you create in SYSTEM tablespace and finally you ran out of space. You need create user storage space if you don't have any. You want to change the non-system and non-system tablespaces value default tablespace users. Even if you don't have a non-system tablespaces, tables will be created in the tablespace default user unless you explicitly specify one. You must move the tables/indexes existing user for the non-system tablespaces.

    SY.

    PS to get the size of the SYSTEM tablespace, you will need to run:

    Select sum (bytes) / 1024/1024 tablespace_size_in_mb
    from dba_data_files
    where nom_tablespace = 'SYSTEM '.

  • Move the tables to a different tablespace

    Hello
    I created 6 tables with my account in the USERS tablespace. If users wish to access (and he has privileges), it can be accessed as - username.nameoftb.
    Now, I would like to create new tablespace, move there all the USERS tablespace tables and if someone (who has permissions) to have access, it can, but only with the table name. Without using the username who created them.

    Could you please help me, how to proceed?
    -move the tables to a different tablespace
    -users can access without using the name of the creator

    Thank you!

    1. change the SMSC table. ERSUSERWISESUMMARY move tablespace ERST_01 nologging;

    Can also rebuild the indexes as well.

    ALTER Index SMSC. INDX_ERSDATA_STRTTIME reconstruction tablespace ERSX_01 nologging;

    2 create a synonym for this object

    create public synonym mrbt_activation for owner_name.object_name;

    Concerning
    Asif Kabir

  • want to remove non-system tablespace system table

    My space of system tables was to have user tables, so I moved these user tablespace tables. Now that tables appear in the two spaces of storage e.g. RET_OFF shows in the system and the users tablespace I drop tablespace system only. Can I do it. Help, please

    Hi again!

    OK, I see. Your REF_VAT_OFF table exists twice. The first resids in the System tablespace and belongs to the KNVATCEN user. The second lies in the VATSOFT tablespace and belongs to the KNVAT user. If you want to remove the first and then log in the user KNVATCEN and drop it like this:

    sqlplus knvatcen
    
    DROP TABLE ref_vat_off PURGE CASCADE CONSTRAINTS;
    

    This should solve your problem.

    Yours sincerely

    Florian W.

  • Re: FND_LOBS

    Hello.

    fnd_lobs attachment approximately 50% the size of our database. We need a guide on how to purge fnd_lobs files.

    for example, is there an API or a SQL statement that we use to say all fnd_lobs attachment is removed more than 2 years (our policy on conservation of documents)?

    fnd_lobs attachment approximately 50% the size of our database. We need a guide on how to purge fnd_lobs files.

    for example, is there an API or a SQL statement that we use to say all fnd_lobs attachment is removed more than 2 years (our policy on conservation of documents)?

    How to purge FND_LOBS? [871721.1 ID]
    How to purge credits or purchase of attachments from the Table FND_LOBS [ID 555463.1]
    How to manage, reduce, and/or purged from the FND_LOBS Table? [1288149.1 ID]
    Using SHRINK or DELETE on the tables FND_LOG_MESSAGES, FND_TEMP_FILE_PARAMETERS, FND_LOBS in EBS [1066580.1 ID]
    FAQ - for FND_LOBS [829235.1 ID] performance considerations
    SQL statements are useful to check what makes grow FND_LOBS? [ID 1245974.

    https://forums.Oracle.com/forums/search.jspa?threadID=&q=FND_LOBS+and+purge&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001

    Thank you
    Hussein

  • Trasporatble Tablespace issue

    SQL> exec DBMS_TTS.TRANSPORT_SET_CHECK('APPS_TS_TX_DATA,APPS_TS_TX_IDX,APPS_TS_SUMMARY,APPS_TS_ARCHIVE,APPS_TS_SEED,APPS_TS_INTERFACE',TRUE)
    
    PL/SQL procedure successfully completed.
    
    SQL> SELECT * FROM TRANSPORT_SET_VIOLATIONS;
    
    VIOLATIONS
    -------------------------------------------------------------------------------------------
    Extensible Index APPLSYS.FND_LOBS_CTX not fully contained in the transportable set.
    Identify the associated table and list of secondary objects and resolve self containment
    
    
    
    SQL> select owner,index_name,table_name,tablespace_name from all_indexes where index_name='FND_LOBS_CTX'
      2  /
    
    OWNER                          INDEX_NAME                     TABLE_NAME                     TABLESPACE_NAME
    ------------------------------ ------------------------------ ------------------------------ ------------------------------
    APPLSYS                        FND_LOBS_CTX                   FND_LOBS
    Table FND_LOBS is object of itself without tablespace APPLSYS user how to.
    SQL> select owner,object_name,object_type from all_objects where object_name='FND_LOBS'
      2  /
    
    OWNER                          OBJECT_NAME                    OBJECT_TYPE
    ------------------------------ ------------------------------ -------------------
    APPLSYS                        FND_LOBS                       TABLE
    APPS                           FND_LOBS                       SYNONYM
    How can I solve it I am already taking APPS_TS_TX_DATA which is default tablespace for the user APPS
    SQL> select username,default_tablespace from dba_users where username='APPS';
    
    USERNAME                       DEFAULT_TABLESPACE
    ------------------------------ ------------------------------
    APPS                           APPS_TS_TX_DATA
    
    SQL>
    Please help me.

    Hello

    You can try this query to get the name of the Tablespace containing the LOB Segment:

    select owner, table_name, index_name, segment_name, tablespace_name
    from dba_lobs
    where table_name = 'FND_LOBS';
    

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e17110/statviews_1130.htm#i1581211

    Hope this helps.
    Best regards
    Jean Valentine

  • Table space not reduce after deletion in oracle 11G

    Hi team,

    I have a DB 11.1.0.7 on unix.


    I run deleting on the tablespace tables, but this does not diminish.

    Thank you

    There are three ways.

    You can create another table in select * from the existing table (after deletions), truncate the table, insert into the table to the new table, drop new table purge. See Procedure of MOS to truncate, delete or purge the lines of the Table of Audit AUD$ [73408.1 ID] trail

    Or, you can use the new documented package from DBMS_AUDIT_MGMT to http://docs.oracle.com/cd/E11062_01/admin.1023/e11059/avadm_app_d_audit_mgmt.htm#BABIEABE but I have not used it myself, so I don't know if it can shrink. See the new MOS DBMS_AUDIT_MGMT feature to manage and purge Audit information [ID 731908.1]

    The simplest way is to be alter table aud$ move;

    Once you have made the table smaller, you can reduce the data files. See http://www.oracle-base.com/articles/misc/reclaiming-unused-space.php

  • Advisior segment showing only not USERS tablespace fregmented after you have moved the image

    All,

    OK, I did a simple test to see if the segment oracle Advisor will report whether the tablespace is fragmented or not.

    I had a tablespace USERS with about 9000 pictures and took about 2.2 GB in size. I created new tablespace to hold all the images and moved these images of USERS to my new tablespace. After that, I thought that my USERS will be very fregmented, because he settled on 2.2 GB of data. I ran Advisor segment on all areas of storage. However after viewing all DBA_Advisor views he didn't complain of the LOB segments of USERS tablespace.

    Am I missing something here?

    Thank you

    But still my USERS is fregemented correct?

    What metrics to what value quantifies the 'fragmentation '?

    How can I recover this wested space?

    The space is NOT wasted & there is nothing can be recovered.
    The vacant space will be reused when new data are inserted to the remaining users tablespace tables.

  • FND_LOBS partitioning

    Hello
    I'm looking for more information on the partitioning table fnd_lobs. Hope someone can help
    What strategy of partitioniting is used for this partition table? If the partition of the range was used, which was chosen as the partitioning column?

    Thank you
    MSK

    Hi MSK,.

    I have no need of partition FND_LOBS myself, but I know that certainly, it can become quite large. You are looking at partitioning because you have a specific concern for performance, or simply because you are concerned about its overall growth? If there is a performance issue, did you identify poorly performing questions that could help you decide what partition keys would make sense?

    My Oracle support Document [My Oracle Support Document 829235.1| https://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=829235.1], referenced above by Helios, mentions using program name or program_tag as key partitioning, but if most of your documents is from the same module, which is probably not very useful.

    Kind regards

    John P.
    http://only4left.jpiwowar.com

  • < FAILED: file FNDGFU > over patch of the online help.

    Hello

    After patch NLS, I'm now installing 2 patches help online, while it was passed, it fails with the following error of adpatch.
    [FAILED: file FNDGFU worker 16.]
    I assigned to 16 workers and all failed with the message even when tasks remained were 1500 (approximately 90% of the tasks well happened.).

    Then when I checked the worker newspaper, following error messages are repeated.

    -----
    Start of file time is: Thu Sep 08 2011 08:50:48

    /D01/Oracle/SID/apps/apps_st/appl/FND/12.0.0/bin/FNDGFU & ui_apps 0 program name = FND_HELP CONTENT_MAP=@FND:admin/import/fndgfu.txt PROGRAM_TAG = PN:10 LANGUAGE = RU @PN:help/RU/PN00003839.htm
    Log file name: /d01/oracle/SID/apps/apps_st/appl/admin/SID/log/l401108.req


    The report file name: /d01/oracle/SID/apps/apps_st/appl/admin/SID/out/o401108.out
    ORA-01653: unable to extend table APPLSYS. 16 in the APPS_TS_MEDIA tablespace FND_LOBS
    /D01/Oracle/SID/apps/apps_st/appl/PN/12.0.0/help/ru/PN00003839.htm: download failed

    AD worker error:
    The above program failed with error code 1.
    See the AD worker log file or the log file for more details.



    When the worker has no time: Thu Sep 08 2011 08:50:48


    Restart the task that failed and has been corrected.


    Time, when the worker restarted job: Thu Sep 08 2011 08:52:07


    Start of file time is: Thu Sep 08 2011 08:52:07

    /D01/Oracle/SID/apps/apps_st/appl/FND/12.0.0/bin/FNDGFU & ui_apps 0 program name = FND_HELP CONTENT_MAP=@FND:admin/import/fndgfu.txt PROGRAM_TAG = PN:10 LANGUAGE = RU @PN:help/RU/PN00003839.htm
    Log file name: /d01/oracle/SID/apps/apps_st/appl/admin/SID/log/l401130.req


    The report file name: /d01/oracle/SID/apps/apps_st/appl/admin/SID/out/o401130.out
    ORA-01653: unable to extend table APPLSYS. 16 in the APPS_TS_MEDIA tablespace FND_LOBS
    /D01/Oracle/SID/apps/apps_st/appl/PN/12.0.0/help/ru/PN00003839.htm: download failed

    AD worker error:
    The above program failed with error code 1.
    See the AD worker log file or the log file for more details.



    When the worker has no time: Thu Sep 08 2011 08:52:07
    -----


    Other workers have similar newspapers except for htm file is different.
    I also tried reducing the number of workers, which did not help.

    Does anyone have an idea to solve this problem?


    Thanks in advance,

    The report file name: /d01/oracle/SID/apps/apps_st/appl/admin/SID/out/o401108.out
    ORA-01653: unable to extend table APPLSYS. 16 in the APPS_TS_MEDIA tablespace FND_LOBS
    /D01/Oracle/SID/apps/apps_st/appl/PN/12.0.0/help/ru/PN00003839.htm: download failed

    You need to add more space.

    Recovery of unused space in the tablespace APPLSYSD [303709.1 ID]
    Using SHRINK or DELETE on the tables FND_LOG_MESSAGES, FND_TEMP_FILE_PARAMETERS, FND_LOBS in EBS [1066580.1 ID]
    TROUBLESHOOTING GUIDE (TSG) - IMPOSSIBLE to EXTEND errors [ID 1025288.6]
    OERR: ORA 1653 cannot extend table %s.%s by # in the table space %s [19048.1 ID]

    Thank you
    Hussein

  • Space/performance impact of attachments on oracle applications

    Hello everyone!

    We are about to go to allow attachments in our Oracle Apps R12.1.3 (RHEL 5.5 64-Bit. Database 11.1.0.7). Before you go for it, however, we want to know how it will impact storagewise and performance wise.

    Thanks in advance!

    Vinod

    Edited by: VinodNagpure January 6, 2013 23:19

    Attachments are stored in the table FND_LOBS - attachments are not compressed. There should be no performance issues don't related - extra storage will be necessary depending on how many and how big are the attachments. Store attachments on the file (instead of the database) system is also an option.

    How the store Image/PDF spare part on the filesystem in 11i and R12 (as an attachment file directory) [ID 294525.1]
    Is there a limit to size of file for EBS Attachments [ID 739643.1]
    Attachments and exports, a Troubleshooting Guide [ID 135444.1]
    Attachments in the Oracle Applications 11i, storage and considerations [ID 176658.1]

    HTH
    Srini

Maybe you are looking for