EXPORT to MEMORY ID Vs. EXPORT to DATA BASE IDX table??

Hi,
Some times we use EXPORT to MEMORY ID and some times we EXPORT to DATABASE IDX table, pls. let me know,
1) When we use EXPORT to MEMORY ID?
2) When we use EXPORT to DATA BASE IDX table?
3) I knew that in the (1) case, data wuld be stored in shared memory for session live.......but, what about (2) case,Where its stored, is it storeas really in data base? like other data (say, sales order data) this exported data also persists for ever in the Oracle data bse? or this table (idx) is a logical data base?
Thank you

First of make it a point to read the SAP documentation if you have any doubts: [http://help.sap.com/abapdocu_70/en/ABAPEXPORT_DATA_CLUSTER_MEDIUM.htm#!ABAP_ALTERNATIVE_4@4@|http://help.sap.com/abapdocu_70/en/ABAPEXPORT_DATA_CLUSTER_MEDIUM.htm#!ABAP_ALTERNATIVE_4@4@]
SAP has defined a predefined DB table INDX as a reference (you can create your custom table similar to INDX if you want). When you EXPORT the data to this table, a new record is created in the table & the data exported will be stored in RAW format.
This data remains in the INDX table even after the session is terminated.
BR,
Suhas

Similar Messages

  • How to export some data from the tables of an owner with integrity?

    Hi to all,
    How to export some data from the tables of an owner with integrity?
    I want to bring some data from all tables in a single owner of the production database for development environment.
    My initial requirements are: seeking information on company code (emp), contract status (status) and / or effective date of contract settlement (dt_liq_efetiva) - a small amount of data to developers.
    These three fields are present in the main system table (the table of contracts). Then I thought about ...
    - create a temporary table from the query results table to contract;
    - and then use this temporary table as a reference to fetch the data in other tables of the owner while maintaining integrity. But how? I have not found the answer, because: what to do when not there is the possibility of a join between the contract and any other table?
    I am considering the possibility of consulting the names of tables, foreign keys and columns above, and create dynamic SQL. Conceptually, something like:
    select r.constraint_name "FK name",
    r.table_name "FK table",
    r.column_name "FK column",
    up.constraint_name "Referencing name",
    up.table_name "Referencing table",
    up.column_name "Referencing column"
    from all_cons_columns up
    join all_cons_columns r
    using (owner, position), (select r.owner,
    r.constraint_name fk,
    r.table_name table_fk,
    r.r_constraint_name r,
    up.table_name table_r
    from all_constraints up, all_constraints r
    where r.r_owner = up.owner
    and r.r_constraint_name = up.constraint_name
    and up.constraint_type in ('P', 'U')
    and r.constraint_type = 'R'
    and r.owner = 'OWNERNAME') aux
    where r.constraint_name = aux.fk
    and r.table_name = aux.table_fk
    and up.constraint_name = aux.r
    and up.table_name = aux.table_r;
    -- + Dynamic SQL
    If anyone has any suggestions and / or reuse code to me thank you very much!
    After resolving this standoff intend to mount the inserts in utl_file by a table and create another program to read and play in the development environment.
    Thinking...
    Let's Share!
    My thanks in advance,
    Philips

    Thanks, Peter.
    Well, I am working with release 9.2.0.8.0. But the planning is migrate to 10g this year. So my questions are:
    With Data Pump can export data just from tables owned for me (SCHEMAS = MYOWNER) parameterizing the volume of data (SAMPLE) and filters to table (QUERY), right? But parameterizing a contract table QUERY = "WHERE status NOT IN (2,6) ORDER BY contract ":
    1º- the Data Pump automatically searches for related data in other tables in the owner? ex. parcel table has X records related (fk) with Y contracts not in (2,6): X * SAMPLE records will be randomly exported?
    2º- for the tables without relation (fk) and which are within the owner (MYOWNER) the data is exported only based on the parameter SAMPLE?
    Once again, thank you,
    Philips
    Reading Oracle Docs...

  • Goto: How to export some data from the tables of an owner with integrity?

    Hi to all,
    Help please: How to export some data from the tables of an owner with integrity?
    My thanks in advance,
    Philips

    Thanks, Peter.
    Well, I am working with release 9.2.0.8.0. But the planning is migrate to 10g this year. So my questions are:
    With Data Pump can export data just from tables owned for me (SCHEMAS = MYOWNER) parameterizing the volume of data (SAMPLE) and filters to table (QUERY), right? But parameterizing a contract table QUERY = "WHERE status NOT IN (2,6) ORDER BY contract ":
    1º- the Data Pump automatically searches for related data in other tables in the owner? ex. parcel table has X records related (fk) with Y contracts not in (2,6): X * SAMPLE records will be randomly exported?
    2º- for the tables without relation (fk) and which are within the owner (MYOWNER) the data is exported only based on the parameter SAMPLE?
    Once again, thank you,
    Philips
    Reading Oracle Docs...

  • Question about exporting FBL3N data in Pivot table format

    Dear all
    I have a question about the "exporting file" function of ECC 6.0.
    We started to use ECC 6.0 system, and it appears that we are no longer able to export "FBL3N data" to a local PC in pivot table format.
    Is there a way to do it?
    We used to be able to do so when the system is 4.6.
    I appreciate your support!
    Kind regards

    Dear:
                 You can do that. Execute report FBL3N with desired GL account in it. After when report has been executed right click on it. There will be an option Spread Sheet. Select all available format. In drill down select 08 (Excel in existing XXL format) and press OK. There you will get pivot table option for downloading., Hope this will help you resolve your query.
    Regards

  • How can export one data base file out windows Quick Books?

    Please advise how can export one customer statement and billing data base from PC Windows Quick Books 2002 and transfer data base to new 2005 Quick Books Data Base on Powerbook G$
    Thanks for the information
    Jonathan

    You should probalby post your question on the QuickBooks Community:
    http://www.quickbooksgroup.com/

  • How to Export Caldendar Data into a Table ?

    Hi,
    I have entered all my appointments into the Sun Calendar software over one year. Now I want to issue a global statistic of my appointments. Is there an easy way to transform the iCal or XML export file into a table (e.g. Excel) ?
    Thanks for your help
    Thierry

    what documentation have you read? which part has you mystified or confused? what does your first attempt at a control file look like?
    Please do a bit of reading before asking to be spoonfed information.

  • Export Chinise data in XLS file using toad

    Hii..
    I have one table which have chinise data
    All data is correct .
    I am exporting chinese data from Oracle table,I am facing problem
         I export data through toad in flat file
         and import it in XLS file using UTF character set .
    After importing all character gets converted to ???? marks.
    I cant see the data properly in the XLS file .
    my guess data base is not exporting file as unicode and hence charactger gets converted
    How I export data which I show correct data in chinise?

    Hi
    I am using 8.5 version of toad .I tried with sql developer also but no vail..
    can I set like this
    ALTER SESSION SET NLS_LANGUAGE='SIMPLIFIED CHINESE';
    ALTER SESSION SET NLS_TERRITORY='CHINA';
    ALTER SESSION SET NLS_CHARACTER_SET='AMERICAN_AMERICA.UTF8';
    and my NLS_LANG in windows for 10g client is AMERICAN_AMERICA.WE8MSWIN1252
    PLz suggest mi
    My NLS_SESSION_PARAMETERS in database are as follows
    PARAMETER     VALUE
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE

  • Unable to export real data

    dear experts,
    I have tried to find discussions on this already but after wadding through a few pages, I thought I could be helped faster if I threaded this topic.
    I have been able to successfully log into an oracle db and was looking to export about 35 tables.
    So far, the way I was instructed to do this is query the data to list those tables, then right-click on each table and export it.
    First, I tried doing that but rather than export the data in each table, it is export the table structure.
    What am I doing wrong?
    Second, perhaps more importantly, is there a more efficient way to export those tables?
    Many thanks in advance

    Selecting multiple tables in the Schema Browser and right clicking will only allow export of the DDL sql. Selecting a single table and right clicking gives and export data option with several options for the export type (SQL, csv, SQL Loader, xls etc.). Right clicking on the data in the data tab gives the same set of options as does right clicking on the data in the results tab of a SQL Worksheet.
    A better way is to use the menu option ,Tools->Database Export' and select the objects and data you want to export. This will export everything selected as SQL.
    HTH
    Chris

  • Exporting CLOB data w/Oracle 8i

    Is there a way to export CLOB data from a table to an external
    file in a directory of our choice??? Our application
    specification is asking us to build this capability but I am
    unable to find any way to do this. Any assistance would be
    useful. Thanks a million!!
    null

    OCI really seems like the right way to do this. You know you have to use something like C to interact with the port. And the only Oracle stuff you are doing is an insert. You could even write the insert in a stored proc and call it from OCI. Below is an example of that. You should really give OCI a shot at this. I'm certain you can learn enough of it for this project.
    http://download-east.oracle.com/docs/cd/B10501_01/appdev.920/a96584/oci05bnd.htm#433702
    Tom Best

  • Quick Books Data base file exporting ?

    I am trying to export one data base customer (billing/statement) from Windows to Pc to Powerbook. This one data base needed out the entire data base in Windows. I wuld apprecaite any input.
    Thank you very much!

    You should probalby post your question on the QuickBooks Community:
    http://www.quickbooksgroup.com/

  • 11I FND_LOBS EXPORT 및 ATTACHMENT DATA 의 삭제

    제품 : AOL
    작성날짜 : 2003-12-02
    11I FND_LOBS EXPORT 및 ATTACHMENT DATA 의 삭제
    ==========================================
    PURPOSE
    FND_LOBS table 에서 Export 및 Attachment 시 발생한 data 삭제하여 수행 성능을 향상시킴.
    Explanation
    1)Data 건수 확인
    select program_name, count(*) from fnd_lobs
    group by program_name;
    2) 데이터 Purge
    'Purge Obsolete Generic File Manager Data' Concurrent manager program을 SYSADMIN group 에 Assign 하여 Enable 시킨다.
    'export' Parameter 를 선택하여 Concurrent Program을 수행한다.
    Expiration date은 Applications에서 자동으로 설정한다.
    Example
    Reference Documents
    Note 171272.1 - How to Drop Old/Expired Export and Attachment Data From
    FND_LOBS.

    제품 : AOL
    작성날짜 : 2003-12-02
    11I FND_LOBS EXPORT 및 ATTACHMENT DATA 의 삭제
    ==========================================
    PURPOSE
    FND_LOBS table 에서 Export 및 Attachment 시 발생한 data 삭제하여 수행 성능을 향상시킴.
    Explanation
    1)Data 건수 확인
    select program_name, count(*) from fnd_lobs
    group by program_name;
    2) 데이터 Purge
    'Purge Obsolete Generic File Manager Data' Concurrent manager program을 SYSADMIN group 에 Assign 하여 Enable 시킨다.
    'export' Parameter 를 선택하여 Concurrent Program을 수행한다.
    Expiration date은 Applications에서 자동으로 설정한다.
    Example
    Reference Documents
    Note 171272.1 - How to Drop Old/Expired Export and Attachment Data From
    FND_LOBS.

  • Logical backup of a schema without taking the data of particular table

    How can I take the logical backup of a schema without taking the backup of data of a one particular table?? I need to give the dump to the client but I do not want to give them data of one particular table.

    @Werner:
    Requirement is to have a "logical backup of a schema without taking the backup of data of a one particular table".
    I presume the requirement to have all tables with data and one table without data in a single dump file.
    ROWS=N will not export any data for any table
    :)

  • The developer 3 crashed,when i exported the data out xls ,why?

    i have been reinstall office and developer 3,but it still no echo.
    why?
    thanks.

    Try to be more definitive when posting. For instance, give the amount of records to be exported.
    There are several reason SQL Dev got crashed when exporting into XLS file.
    Usually this happened because the number of rows to be exported from the database is so big and therefore caused Java out of memory problem.
    Eventhough, you are using the latest version of Office 2010, with its Excel (xlsx) could hold up to 1 million records, SQL Dev 3 currently does not able to export it into xlsx format.
    There is solution for this by increasing Java heap memory.
    Well, for me, the easier solution for exporting massive data (more than 65K records) is to export them using csv format. Then, you can proceed opening the csv on Excel.
    Regards,
    Buntoro

  • How to export a data as an XML file from oracle data base?

    could u pls tell me the step by step procedure for following questions...? how to export a data as an XML file from oracle data base? is it possible? plz tell me itz urgent requirement...
    Thankz in advance
    Bala

    SQL> SELECT * FROM v$version;
    BANNER
    Oracle DATABASE 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS FOR 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    5 rows selected.
    SQL> CREATE OR REPLACE directory utldata AS 'C:\temp';
    Directory created.
    SQL> declare                                                                                                               
      2    doc  DBMS_XMLDOM.DOMDocument;                                                                                       
      3    xdata  XMLTYPE;                                                                                                     
      4                                                                                                                        
      5    CURSOR xmlcur IS                                                                                                    
      6    SELECT xmlelement("Employee",XMLAttributes('http://www.w3.org/2001/XMLSchema' AS "xmlns:xsi",                       
      7                                  'http://www.oracle.com/Employee.xsd' AS "xsi:nonamespaceSchemaLocation")              
      8                              ,xmlelement("EmployeeNumber",e.empno)                                                     
      9                              ,xmlelement("EmployeeName",e.ename)                                                       
    10                              ,xmlelement("Department",xmlelement("DepartmentName",d.dname)                             
    11                                                      ,xmlelement("Location",d.loc)                                     
    12                                         )                                                                              
    13                   )                                                                                                    
    14     FROM   emp e                                                                                                       
    15     ,      dept d                                                                                                      
    16     WHERE  e.DEPTNO=d.DEPTNO;                                                                                          
    17                                                                                                                        
    18  begin                                                                                                                 
    19    OPEN xmlcur;                                                                                                        
    20    FETCH xmlcur INTO xdata;                                                                                            
    21    CLOSE xmlcur;                                                                                                       
    22    doc := DBMS_XMLDOM.NewDOMDocument(xdata);                                                                           
    23    DBMS_XMLDOM.WRITETOFILE(doc, 'UTLDATA/marco.xml');                                                                  
    24  end;                                                                                                                  
    25  /                                                                                                                      
    PL/SQL procedure successfully completed.
    .

  • Can we export DATA from all tables in a schema?

    Hi,
    I have a question; Can we export all the DATA from all the tables present in the schema to any source (eigther CSV, TXT, DAt, etc..)?
    Or
    Can I have a PL/SQL procedure to display DATA from all Tables in a schema?
    With Best Regards,
    - Naveed

    Hi,
    This is pretty much what you need.
    DECLARE
    V_COUNT NUMBER;
    v_sql varchar2(1000);
    IN_OWNER_NAME VARCHAR2(100) := 'AP' ; -- SCHEMA NAME
    TYPE T_COL_NAME is table of varchar2(1000) index by binary_integer;
    v_col_tbl t_col_name;
    BEGIN
    FOR i in
    (SELECT object_name
    FROM dba_objects
         WHERE owner = IN_OWNER_NAME
         AND object_type ='TABLE'
    and rownum < 2)
    LOOP
    v_sql := 'SELECT COUNT(*) FROM ' || i.object_name ;
    EXECUTE IMMEDIATE v_sql INTO V_COUNT;
    if v_count > 0 then
    v_sql := 'SELECT * FROM ' || i.object_name ;
    select column_name
    bulk collect
    into v_col_tbl
    from DBA_TAB_COLUMNS
    WHERE TABLE_NAME = I.OBJECT_NAME
    AND OWNER = IN_OWNER_NAME;
    -- start selecting the column and exporting using the column names selected.     
    end if;
    if v_col_tbl.count > 0 then
    for i in v_col_tbl.first .. v_col_tbl.last
    loop
    DBMS_OUTPUT.PUT_lINE(v_col_tbl(i));
    end loop;
    end if;
    DBMS_OUTPUT.PUT_lINE( i.object_name || '-' || v_count);
    END LOOP;
    END;
    - Ronel

Maybe you are looking for

  • Timeouts

    When I start iChat and have my iSight camera off on several occasions iChat starts but the camera is absent despite the fact that I belatedly switched it on. Also when inactive for a while, though iChat is still displayed or in the dock, the camera d

  • Error 0xc0000034

    When i'm turn on my HP envy 4-1257er after the sudden shutdown on the screen displays the HP logo that says "please wait". After a few seconds appears the "blue screen with a sad smiley" and further reads: "Recovery. Your PC needs to be repaired. The

  • Satellite M45: High pitched noise through USB

    I plugged in a USB Bluetooth device, when I disconnect it there is a high whistling, which stops when the harddisk is running. The only way to stop it constantly is to keep the bluetooth stick connected, which is annoying at times. Any suggestions? T

  • ORA-12054 when trying to create an MV

    10gR2 I'm trying to create an MV, but is failing with the mentioned error. I've tried to search for the reason(s), but cannot seem to find it. Can somebody help? Thanks. create materialized view MV_POC build immediate refresh on commit enable query r

  • Wre54g constant issue

    I have recently purchased the wre54g! Initial set up, straight into the laptop, was easy all seemed to work fine. I have my Sky Sagem router on the ground floor, the expander is on the landing on the 1st floor. If i were to use a laptop or iphone for