Shared-table-sequence in atg

HI guys,
What is shared-table-sequence attribute for table tab why we should use and when
I have gone through the  document but i didnot get exactly
Please any one please give me clear picture on this

Hi,
Like Nitin Dubey said it's used in many to many relationship.
Typically used only in versioned repositories, this attribute is set to an integer between 1-9, which specifies the relationship of this table to other tables in a many-to-many relationship.
In a two-sided many-to-many relationship, the table with the ‘second’ side should set this attribute to 2; the table with the ‘first’ side should set this attribute to 1.
In a versioned repository, set this attribute to 1 for the table that contains the asset_version column; set it to 2 for the table that contains the sec_asset_version table.
For more information look this doc: Oracle ATG Web Commerce - <table>

Similar Messages

  • What are the LOV fileds in Oracle HRMS Shared Tables?

    Hi All,
    I want to prepare interface from third party HRMs software to Oracle HRMS shared tables. I need to know what are the important tables needs data to fullfill all requirements like Approval Hierarichy setup configurations. And also want to know the coulmns in tables which need further regular maintenence.
    Need Help
    Neeraj Bhtia

    Hi Avneesh,
    Thanks for you quick response.
    Ail has recommended only for per_all_People_F, but does it sufficient to cover to setup all type of approval hirearchy like, I-Expense, Po Approval, AR-Collectore, AR -Salesperson selection etc.
    Does it need any other table like, PER_ALL_assignment_F?
    Regards,
    Neeraj Bhatia

  • Documents in the file sharing table in iTunes

    I have documents in the File Sharing table (in the apps button) which are coming up when the iPages app is selected. A lot of them I do not wish to sync with my iPad and therefore, I would like to delete them. However, I am not able to. Any ideas?

    Click on the file and press the Delete key on your keyboard.

  • Extraction of data from shared tables

    Hello All,
        I have a scenario where I have two different software systems (SAP and xyz systems), where a intermediate table will be created in between the two systems that is shared. Data will be updated by the xyz systems into this shared table. Now, my questions regarding this shared table.
       1) Can we write some program or something to get the data from shared table to update the SAP?
       2) If possible send me the suggestions
       3) Please also send me the sample code to get the data from the shared table
    Thanks in advance,
      SDN powered

    Hi,
    1. Push mechanism
        Write a RFC  on SAP side to insert entries into the table.
        Call the RFC from xyz application passing the data you want to insert.
    2. Pull mechanism
        Write a ABAP Program, where you can somehow read the data of the xyz application and insert data into the table.
    3. Flat file
       Dump the data from xyz application into the file.
       Write a ABAP program to read the file and update the table.
    Regards,
    Ravi
    Note - Please mark all the helpful answers

  • Sharing tables between relational models

    Can I share (not copy) table between two relational models in SQL Developer Data Modeler? Something like sharing tables between application systems in Oracle Designer. I have one database schema for reusable kernel of many applications and I want to have one relational model for it. And I need to use tables from kertnel in other applications (database schemas). I need for example to make FK between application and kernel table. How can I do it?

    Hi,
    you can use drag&drop from browser to diagram of target model in order to do that. Table becomes read-only in target model. You can use "Synchronize remote objects" to get actual status of such "remote" table
    Philip

  • How do I know about the whole tables, sequences, triggers of the specific D

    Hello,
    I can check the whole tables of the db users with select * from tab; BUT can I know the whole META DATA of tables, sequences, triggers, procedures of a specific user?
    Best regards

    Raakh wrote:
    Hello,
    I can check the whole tables of the db users with select * from tab; BUT can I know the whole META DATA of tables, sequences, triggers, procedures of a specific user?
    Oracle doesn't expose the metadata just like that but shows it in the various columns of various views based on the object type, for example like for tables, it would be in the user_tables and so on. If you are interested in knowing about the metadata of a specific object, you should use dbms_metadata package.
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e16760/d_metada.htm#ARPLS641
    HTH
    Aman....

  • Add a shared table into rules without stop any processe,How can I get error

    I have a Single-Source Environment,and want to add a new shared table for replication.
    Where I add capture rule,PROPAGATION rule and apply rule without stop capture process, propagation process and apply process,The replication will not process in this table ,and other replicated tables are OK.I can't find any error in the Environment,
    While it done well when I stop these processess before add rules.
    If this happened,How can I detect this failure?

    Thanks for your reply!
    But I find no error however
    In Streams Replication Administrator's Guide,I find follow word's:
    If you perform administrative steps in the wrong order, you can lose LCRs. For example, if you add the rule to a capture process rule set first, without stopping the capture process, then the propagation will not propagate the changes if it does not have a rule that instructs it to do so, and the changes can be lost.
    I think it is the matter "lose LCRs",but how could I know whether LCRs are losing ?
    thanks again!
    Message was edited by:
    xyz_hh
    Message was edited by:
    xyz_hh

  • CAPI on shared table definition

    Hi,
    By default you cannot select shared table definitions in the parameter of the utility 'Create CAPI definition'. However, by changing the parameter it is possible to change the parameter and run the utility for a shared table definition. The utility runs and creates a CAPI definition in the repository.
    So at first sight it looks like there are no problems to create CAPI's on shared table definitions. But before I continue my testing I would like to know if there are known problems for creating CAPI's on shared table definitions in this or other utilities?
    Regards,
    Michiel Jonkers
    null

    Michiel,
    The utility 'Create CAPI Definition' not only creates/maintains a PL/SQL Definition for the CAPI package of one or more tables, but it also updates the table definition itself (see also the online help of the utility). It adds TAPI/Trigger logic, and it updates the Notes of columns that are used in the Exists_Row and Aggregate_Value services.
    So I would not recommend running the utility for shared tables. If you tested it, and you did not encounter any problems updating the TAPI/Trigger logic and/or the Notes of Columns, then I suppose that technically it is possible. For Designer 6i it will be different, because the whole concept of shared tables has changed. In Designer 6i you would have to run the utility in a workarea which contains both application systems, but Headstart Utilities 6i do allow you to create the PL/SQL Definition in a different application than the corresponding table.
    Hope this helps,
    Sandra

  • Data extraction from shared table

    Hello All,
        I have a scenario where I have two different software systems (SAP and xyz systems), where a intermediate table will be created in between the two systems that is shared. Data will be updated by the xyz systems into this shared table. Now, my questions regarding this shared table.
       1) Can we write some program or something to get the data from shared table to update the SAP?
       2) If possible send me the suggestions
       3) Please also send me the sample code to get the data from the shared table
    Thanks in advance,
      SDN powered

    HI,
    Where will this shared table resides ? In SAP system ? or any database ?
    If any database, you can extract the data from there and update/insert the data into SAP table thru XI. For this you need to query the shared table with JDBC adapter and post the information...
    It is easy, if you give the informations about shared system ..
    Regards,
    moorthy

  • Table Sequence number

    Hi All,
    I have a scenario which goes like this:
    We have a common table(Table1) in our DB which maintains the sequence numbers(we are not using oracle supplied db sequence).
    For every transaction we are using the current sequence number from the table Table1 and put in Table2, while saving
    we increment that number by 1 in Table1 for next transactions use. For every transaction the sequence number should be unique.
    At any point of time a record with same sequence number should not be inserted in Table2.
    In Table2 this sequnce number is not a unique column.
    To achieve this, we are checking using view object whether current sequence num already exists in Table2 before saving.
    If exists we refresh with new number from Table1. In normal scenario this works fine.
    But if concurrent users are accessing, there are cases where same sequence number getting inserted in the Table2
    with a time difference of 2 seconds or so(very short span, hence programmatic check fails).
    We are unable handle this case using programmatic check of records in table.
    Cany any one suggest the best solution possible to tackle this scenario.
    Thanks,
    Sanjaykar

    sanjaykar,
    Unless you use locking on the "sequence number generator" table, you WILL at some time get duplicates when two people try to insert at nearly the same time. Sounds like you are going for the infamous "gap-free sequence." My honest and not sarcastic nor facetious suggestion would be to go with a sequence number and abandon your approach.
    However, if you insist, you can do this by locking the row in the sequence generator table. You can do this in Oracle by using the FOR UPDATE clause of the SELECT statement like this:
    select current_value
    from my_sequence_table
    where sequence_name = 'foobar'
    FOR UPDATEThat will lock the row. You can then increment the number, specify it as your key value, update the current_value in your sequence table and commit. If another user jumps in around the same time, the SELECT FOR UPDATE will block, as the row is already locked. However, I cannot stress enough that if you are looking for a high-performance application, one that lets more than one person work at the same time, this is a horrible idea. Just pop over to http://asktom.oracle.com and search for gap-free sequences to read plenty of long discussions why.
    Best,
    John

  • Round table sequence model

    Hello All,
    I am going to ask your advice.
    I have a test station controlled by 2 PCs. The task of this station is to make some electrical tests on electronic sensors. The machine has a round table. There are a load position, a barcode reading position, measuring position 1, measuring position 2, print pos. and unload position. The table rotates when all of the positions finished the current operation. The supervisor PC controls the barcode reading, printing, communication with traceability system. The tester PC controls the test measurement positions. 
    When the supervisor and the tester PC also send a signal to the test station, the station rotates the table and send a signal about the rotation. Beside this there are some signals from the station which have to be watched. (Emergency stop, station error) 
    I am going to modify the system. 
    I am going to make an application based on TestStand which can control this cell and make the measurements only with one PC and one application, since it can improve the stability and robostness of system. 
    I plan 3 layers.
     - User interface where the user can see the state of units, barcodes, actual state of robot and so on.
     - TestStand layer: A sequence and a model file which manages the UUTs
     - Measurement layer: A CVI dll which makes the measuremens and pass the measured values to the testStand layer.
    I think the base of the used sequence model file will the Parallel Model, since max. 6 units are present on the table. 
    My questions are around the communication between the test station and the PC. 
    How can i listen to the station signals continously and respond to the signal changing?
    Which is the simplest way to start a Testsocket execution after every rotation?
    If You have some ideas please do not hesitate to write them.
    Best regards:
      Laszlo Gosztola  

    Dear Gosztola László,
    I would like to discuss some details with you but your phone numbers in our database are not online.
    I wonder if you could contact me by:
    [email protected]
    or
    +36-23-448-922 (my direct number)
    Regards,
    Litkei Márton
    NI Hungary

  • Extract logic/tables/sequence?

    Hello,
    I'm curious about the sequence in which different kinds of extraction take place leading to data loading into the BW system (either master- or trans. data).
    Is this a correct assumtion:
    1. Masterdata: during execution of the info package, the function module (alternatively, a view is used as source and no function module is needed) of the called data source goes into the source tables (ex. MARA), returns the data via the rules of the extract structure (incl. appends/user exits).
    2. Trans. data init:during execution of the info package, the function module (alternatively, a view is used as source and no function module is needed) of the called data source goes into the source tables (GLPCA), returns the data via the rules of the extract structure (incl. appends/user exits). After the load, a delta table is generated. Within f.e. SD, you have to generate and fill a setup table in order to be able to load th init.
    3. Trans data delta: new postings are added to the delta table (in PCA this happens automatically while in f.e. SD, you have to schedule this procedure) from which the new postings are fetched (via function module or view) on execution of the info package in BW.
    Is this the way it works in general? Are there any good documents on this topic? Please mail to [email protected]
    Regards,
    F C
    Message was edited by:
            F C

    1. For master data like material, the exractors behave all most the same way.
    2. For transaction data, it is diferent for LO comapred to non-LO extractors. for LO transaction data, there are some extra steps you need to do like fillng the set up tables, choosing a delta method, V1,V2, V3.
    3. For delta, like I said in 2 above, it is slighly different for LO extractors.
    There is lots of info on this subject in SDN. Search with key word LO or cockpit will be very useful.
    Ravi Thothadri

  • Oracle jdbc creating a table, sequence and trigger

    I'm trying to create a table with a sequence and with a trigger for that sequence. When I do this within Oracle Express edition I have the following SQL statements. Which DO run correctly inside Oracle Express using the same user I log in with JDBC.
    CREATE table "TEST" (
    "ID" NUMBER(10) NOT NULL,
    "NAME" VARCHAR2(20),
    constraint "TEST_PK" primary key ("ID")
    CREATE sequence "TEST_SEQ"
    CREATE trigger "BI_TEST"
    before insert on "TEST"
    for each row
    begin
    if :NEW."ID" is null then
    select "TEST_SEQ".nextval into :NEW."ID" from dual;
    end if;
    end;
    So now what I do is put each of these into a List of Strings and execute 1 by one like this:
    List<String> commands = new ArrayList<String>(4);
    commands.add("Create table ...");
    commands.add("Create sequence ...");
    commands.add("Create trigger...");
    st = con.createStatement();
    for (String command : commands) {
    st.execute(command);
    etc...
    But I get an error with the trigger statement. "Error with Oracle command: ORA-00942: table or view does not exist"
    It seems to me that Oracle has not yet seen the new table at this point. or maybe my user can create tables but not triggers? If that's the case why did it work in the express application itself?
    TIA

    SproketBoy wrote:
    But I get an error with the trigger statement. "Error with Oracle command: ORA-00942: table or view does not exist"Keep in mind: Oracle is not lying to you.
    >
    It seems to me that Oracle has not yet seen the new table at this point. or maybe my user can create tables but not triggers? If that's the case why did it work in the express application itself?No, DDL commands cause an explicit commit. As soon as you invoke them, the change is permanent. If it was a rights problem, you'd get a different ORA error stating that, it won't silently fail.
    Lets not assume it is anything difficult, perhaps there is simply a typo in a name somewhere?

  • DB Adapter Multi Table sequence generation through a procedure call

    Hi,
    I am trying to insert data into multiple tables (master/detail) .The proble I am facing is I need to insert data in such a way that the primary key column should be substitued by the value returned by a procedure/function .
    So I cannot use native sequencing as well for the primary key. Do let me know if anyone has done this before or anyone has any suggestions on this
    Thanx

    here is some sample code for and object type for a simple PO.
    create or replace type xxsoa_poline_inbnd_row_type as object
    ( LINE_NUMBER NUMBER
    , ITEM_DESCRIPTION VARCHAR2(400)
    , ITEM VARCHAR2(100)
    , ITEM_ID NUMBER
    , UNIT_OF_MEASURE VARCHAR2(10)
    , LIST_PRICE NUMBER
    , UNIT_PRICE NUMBER
    , QUANTITY NUMBER
    , PO_NUMBER VARCHAR2(10)
    grant all on xxsoa_poline_inbnd_row_type to apps;
    create or replace public synonym xxsoa_poline_inbnd_row_type for xxsoa.xxsoa_poline_inbnd_row_type;
    create or replace type xxsoa_poline_inbnd_rec_type as varray(9999) of xxsoa_poline_inbnd_row_type;
    grant all on xxsoa_poline_inbnd_rec_type to apps;
    create or replace public synonym xxsoa_poline_inbnd_rec_type for xxsoa.xxsoa_poline_inbnd_rec_type;
    create or replace type xxsoa_poheader_inbnd_row_type as object
    ( PO_NUMBER VARCHAR2(10)
    , VENDOR_NAME VARCHAR2(100)
    , VENDOR_ID NUMBER
    , VENDOR_SITE VARCHAR2(100)
    , VENDOR_SITE_ID NUMBER
    , SHIP_TO_LOCATION VARCHAR2(100)
    , SHIP_TO_LOCATION_ID NUMBER
    , BILL_TO_LOCATION VARCHAR2(100)
    , BILL_TO_LOCATION_ID NUMBER
    , ORG_ID NUMBER
    , AGENT_NAME VARCHAR2(100)
    , AGENT_ID NUMBER
    , APPROVED_DATE DATE
    , COMMENTS VARCHAR2(400)
    , STATUS VARCHAR2(10)
    , PO_LINE xxsoa_poline_inbnd_rec_type
    grant all on xxsoa_poheader_inbnd_row_type to apps;
    create or replace public synonym xxsoa_poheader_inbnd_row_type for xxsoa.xxsoa_poheader_inbnd_row_type;
    create or replace type xxsoa_po_inbnd_rec_type as varray(1000000) of xxsoa_poheader_inbnd_row_type;
    grant all on xxsoa_po_inbnd_rec_type to apps;
         create or replace public synonym xxsoa_po_inbnd_rec_type for xxsoa.xxsoa_po_inbnd_rec_type;
    create or replace type xxsoa_po_inbnd_type as object (
    po_rec xxsoa_po_inbnd_rec_type
    grant all on xxsoa_po_inbnd_type to apps;
         create or replace public synonym xxsoa_po_inbnd_type for xxsoa.xxsoa_po_inbnd_type;
    cheers
    James

  • Export tables, sequences, types

    I was wondering how i could do an export of just tables,indexes, sequences, and types.
    10g

    Hi,
    You can use INLCUDE option while export usinf datapump.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_export.htm
    regards
    Jafar

Maybe you are looking for