X$  tables  Mapped with V_$ Views

Hi,
How X$  tables are mapped with V_$ views and  GV_ views?
I need X$ table of  V_$LOGMNR_CONTENTS and  X$ table with other Views?
Br,
Raj

Hi,
I tried but confusing......
select DBMS_METADATA.GET_DDL('SYNONYM','V$LOGMNR_CONTENTS','PUBLIC')  from dual;
CREATE OR REPLACE PUBLIC SYNONYM "V$LOGMNR_CONTENTS" FOR "SYS"."V_$LOGMNR_CONTENTS"
select DBMS_METADATA.GET_DDL('VIEW','V_$LOGMNR_CONTENTS','SYS')  from dual;
CREATE OR REPLACE FORCE VIEW "SYS"."V_$LOGMNR_CONTENTS" ("SCN", "START_SCN", "
COMMIT_SCN", "TIMESTAMP", "START_TIMESTAMP", "COMMIT_TIMESTAMP", "XIDUSN", "XIDS
LT", "XIDSQN", "XID", "PXIDUSN", "PXIDSLT", "PXIDSQN", "PXID", "TX_NAME", "OPERA
TION", "OPERATION_CODE", "ROLLBACK", "SEG_OWNER", "SEG_NAME", "TABLE_NAME", "SEG
_TYPE", "SEG_TYPE_NAME", "TABLE_SPACE", "ROW_ID", "USERNAME", "OS_USERNAME", "MA
CHINE_NAME", "AUDIT_SESSIONID", "SESSION#", "SERIAL#", "SESSION_INFO", "THREAD#"
, "SEQUENCE#", "RBASQN", "RBABLK", "RBABYTE", "UBAFIL", "UBABLK", "UBAREC", "UBA
SQN", "ABS_FILE#", "REL_FILE#", "DATA_BLK#", "DATA_OBJ#", "DATA_OBJV#", "DATA_OB
JD#", "SQL_REDO", "SQL_UNDO", "RS_ID", "SSN", "CSF", "INFO", "STATUS", "REDO_VAL
UE", "UNDO_VALUE", "SAFE_RESUME_SCN", "CSCN", "OBJECT_ID", "EDITION_NAME", "CLIE
NT_ID") AS
  select "SCN","START_SCN","COMMIT_SCN","TIMESTAMP","START_TIMESTAMP","COMMIT_TI
MESTAMP","XIDUSN","XIDSLT","XIDSQN","XID","PXIDUSN","PXIDSLT","PXIDSQN","PXID","
TX_NAME","OPERATION","OPERATION_CODE","ROLLBACK","SEG_OWNER","SEG_NAME","TABLE_N
AME","SEG_TYPE","SEG_TYPE_NAME","TABLE_SPACE","ROW_ID","USERNAME","OS_USERNAME",
"MACHINE_NAME","AUDIT_SESSIONID","SESSION#","SERIAL#","SESSION_INFO","THREAD#","
SEQUENCE#","RBASQN","RBABLK","RBABYTE","UBAFIL","UBABLK","UBAREC","UBASQN","ABS_
FILE#","REL_FILE#","DATA_BLK#","DATA_OBJ#","DATA_OBJV#","DATA_OBJD#","SQL_REDO",
"SQL_UNDO","RS_ID","SSN","CSF","INFO","STATUS","REDO_VALUE","UNDO_VALUE","SAFE_R
ESUME_SCN","CSCN","OBJECT_ID","EDITION_NAME","CLIENT_ID" from V_$LOGMNR_CONTENTS
Why does V_$LOGMNR_CONTENTS contains V_$LOGMNR_CONTENTS?
Br,
Raj

Similar Messages

  • Table with tree view on master column

    Hi,
    I'm trying to generate a table with tree view on the master column and I get the table values from an RFC.
    The problem is that I need to control some properties like "expanded" or "isLeaf" and I can't add the value attributes to the model node to control the rows.
    Any ideia on how to overcome this (what i  think is a) problem?
    Thanks for the help.
    Pedro Barbosa

    Hi Subramanian,
    Maybe I didn't explain myself right. I also followed that tutorial with success but in this case i have on my custom controller:
    -MyNode (model node)
      - Output
        - MyTable
          - attribute 1 (model attribute)
    In my context/view controller the only way i can map that node is by using a model node referecing "MyTable" but this way i can't add any of my attributes to same level of the attributes (is that the ideia right?).
    I also tried to recreate the structure in the view with value nodes and value attributes with the same type as the model attributes and then bind them but i always get "Incompatible context element type".
    Am i missing something?
    Pedro Barbosa

  • Parse comma separated value and map with other table to get Name and change it back to comma separate.

    Hi,
    I have one existing view(with around 15 fields), in which I have to add few more fields from table called PI.
    Now these fields have values like (55C4444F-D83B-4F96-A011-367A3755BA6C , F52388E2-485B-49DF-8534-FDF46D23F59E , 722432E1-F063-4CBD-B83D-1B97836E82953) 3 values comma separated.(Sometimes only one value and sometimes 4 or 5 or 7-8 depend on user has entered
    on web page)
    Also I have another table called PHA and this tables has 2 fields Values and Name so I have to map this two tables based on VALUES fields and get Name from this PHA table and show in view and that also Comma separated.
    So basically I have to Parse the PI table's Values field 1st, map it with PHA table to get Name and then Make it comma separated in that existing view.
    To make fields comma separate I used below query,
    (SELECT DISTINCT SUBSTRING
                SELECT ','+ PI.[Name]  AS [text()]
                FROM [DB].[dbo].[Table] PHA1
    Inner Join  [DB].[dbo].[Table] PI
    ON PHA.[Value] = PI.[VALUE]
                WHERE PHA1.PId =PHA2.PId and PHA1.CId = PHA2.CId
                ORDER BY PHA1.PId
                For XML PATH ('')
            ), 2, 1000) 
    FROM [DB].[dbo].[Table] PHA2
    Inner Join [cSharpSite_profiles].[dbo].[PetAllergies] PA
    Inner Join  [DB].[dbo].[Table] PI
    ON PHA.[Value] = PI.[VALUE]
    ) [Name]
    Vicky

    Wait, this sounds wrong. You have a view where you group values into a comma-separated list. While that surely will make some purists cringe, I can see that it makes sense from a presentation perspective.
    But if you want to use these concatenated values as atomic values again, you should go back to the base tables and them from there. Building views on views may sometimes be a good idea, but if you are too keen on reuse you can cause a performance disaster.
    So do it right from the beginning.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Issue with ADF Table bound to a View Object Iterator??

    Can anyone say what would prevent an ADF table bound to a View Object Iterator from displaying all the records retrieved by the View Object Query?
    I ran the query directly from sqlplus and it returned 21 rows, However when i use the same exact query in my view object and display the result in a ADF table, only 10 rows are retrieved and displayed in the table ?
    Help .. Please ???

    The ADF table is actually set to use 'Include Range Navigation' and to display 20 rows each time. However, only a 10 rows are retrieved and displayed and the other 10 rows are displayed as blanks with only the Table selection radio buttons in the Select Column.
    e.g.
    Select Data1 Data 2
    o xxxxxx xxxxxx
    o xxxxxx xxxxxx
    o
    o
    o
    o
    The four 'o' are blanks even though there is data to be displayed.

  • View with SAP tables fails with "No Owner" error

    Dear experts,
    We have created a view (VIEW_MARA_MAKT) on Information Steward (4.2 SP1) using SAP tables MARA and MAKT.  This view is working perfectly.  Next we create another view to join with our previous view (VIEW_MARA_MAKT) to table MARC.  The view validates correctly, but when trying to view the data we get the following error:
    Data Services execution failed for VIEW_MATERIAL_PLANT. Error :
    (14.2) 04-08-14 12:46:21 (E) (0432:6996) RES-020106: |SESSION JOB_VView_736_43f3f6da_b863_46d6_ad64_b4f432a939b0|DATAFLOW EABAPDF_VIEW736_0|STATEMENT <GUID::'4a0dddf9-c993-4577-9e9a-1e0adf2dc9e2::794ee432-24f4-4801-bccf-587ef489e934::65e45615-06f8-426f-abf2-61345f6c252f' READ TABLE ICCDS_21."".MARC OUTPUT(IS_VIEW_RDR_475_0)> Table <MARC> for owner <> was not found in the repository for datastore <ICCDS_21>. Import this table from the external source. If the name is case-sensitive in the database (and not all uppercase), enter the name as it appears in the database and use double-quotation marks around the name to preserve the case. (COR-10690)
    It appears that DS is not satisfied that there is no owner name sent from IS, but for SAP connections it is not possible to specify owner names when adding the tables to IS.
    Please can you give some recommendations to resolve this error.

    What you can do is to use a table of record.
    And create a block based on stored procedure.
    Below is a table of record and procedure for querying from multi-tables.
    If you want to update, insert, delete rows, you need to create 3 more procedures on the package. One for updating, another for inserting, and so on.
    I never done updaing part before. So I need to spend time for coding.
    If you want, I can post later as soon as I got it.
    CREATE OR REPLACE PACKAGE TEST5 AS
    TYPE REC1 IS RECORD (FIRST TEST1.FIRST%TYPE,
    SECOND TEST1.SECOND%TYPE,
    THIRD TEST2.THIRD%TYPE);
    TYPE TAB1 IS TABLE OF REC1 INDEX BY BINARY_INTEGER;
    PROCEDURE TEST1CREATE (P_TAB IN OUT TAB1);
    END;
    CREATE OR REPLACE PACKAGE BODY TEST5 AS
    PROCEDURE TEST1CREATE(P_TAB IN OUT TAB1) IS
    CURSOR C IS
    SELECT A.FIRST,A.SECOND,B.THIRD
    FROM TEST1 A, TEST2 B
    WHERE A.FIRST=B.FIRST;
    i NUMBER:=0;
    BEGIN
    OPEN C;
    LOOP
    EXIT WHEN C%NOTFOUND;
    i:=i+1;
    FETCH C INTO P_TAB(i).FIRST,P_TAB(i).SECOND,P_TAB(i).THIRD;
    END LOOP;
    END TEST1CREATE;
    END;
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Hercules:
    <HR></BLOCKQUOTE>
    null

  • Project Pro 2013 Crashing - has something to do with Global Views and or Tables?

    I have 800 or so active project files in my 2013 PWA instance. I am just starting to get my head around this potential bug. I have not reproduced it yet but I have seen it a number of times. MS Project Pro randomly
    freezes after one of the following actions
    1) Attempting to change Gantt Chart Task text format
    2) Attempting to changing from one view to another
    3) Attempting to save the file
    In each case this behavior is corrected by going to the Organizer and removing any and all local Views and Tables that have the same name as the a View or Table in the Global.
    The fix is easy but users are pretty upset when they lost work from a multi-hour meeting.
    I imagine this is a conflict with the view or table name? ?
    Has anyone heard of this before? Clues?

    John,
    I have not seen this issue myself, nor have I found a reference to it in the fixes in the CU. Having said that, I am a little confused as to how users would have local views with the same name as the enterprise ones?
    May be one thing to try is to rename the enterprise views with the word 'Enterprise' at the beginning and see if it fixes the issue?
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Weird behaviour: join of a table with a view

    Hello,
    I'm evaluating Oracle 10g for the migration of an application currently running on
    Oracle 8i and I found a query that doesn't work as expected on the new release.
    The query is very simple and uses a table "T_Programm" and a view "V_Adresse".
    The column "Id" is the primary key of "T_Programm" and of type number, the other
    columns are varchar2.
    First I tried this:
    SELECT P.Id, A.Schluessel, P.Absender
    FROM V_Adresse A,T_Programm P
    WHERE A.Schluessel=P.Absender;
    with the following expected result:
    ID SCHLUESSEL ABSENDER
    10020 BZV BZV
    10000 BZV BZV
    1 BZV BZV
    But with the follwing query there are no results:
    SELECT P.Id, A.Schluessel, P.Absender
    FROM V_Adresse A, T_Programm P
    WHERE A.Schluessel=P.Absender
    AND P.Id=10020;
    Just for fun I tried another query:
    SELECT P.Id, A.Schluessel, P.Absender
    FROM V_Adresse A, T_Programm P
    WHERE A.Schluessel=P.Absender
    AND P.Id>10019 AND P.Id<10021;
    and I got the expected result:
    ID SCHLUESSEL ABSENDER
    10020 BZV BZV
    On the Oracle 8i with the same data there was no problem.
    Maybe there is something wrong with the index or the query optimizer?!?
    Is there any idea?
    thank you in advance
    Stephan

    Hello,
    the column and table names are in german, I hope that's not a problem.
    best regards
    Stephan
    Here are the describes:
    Table T_Programm:
    Name Null? Typ
    ID NOT NULL NUMBER(12)
    JAHRID NUMBER(12)
    TITELID NUMBER(12)
    WAEHRUNGID NUMBER(12)
    TYP VARCHAR2(4)
    KREDITORENKONTO VARCHAR2(32)
    DEBITORENKONTO VARCHAR2(32)
    BANKNAME VARCHAR2(256)
    BANKLEITZAHL VARCHAR2(32)
    KONTONUMMER VARCHAR2(32)
    UNTERSCHRIFT1 VARCHAR2(1024)
    UNTERSCHRIFT2 VARCHAR2(1024)
    UNTERSCHRIFT3 VARCHAR2(1024)
    UNTERSCHRIFT4 VARCHAR2(1024)
    EMSATZ NUMBER(5,2)
    BMSATZ NUMBER(5,2)
    SZSATZ NUMBER(5,2)
    VEDATUM DATE
    VEBETRAG VARCHAR2(256)
    BRIEFKOPF VARCHAR2(256)
    GRUSSZEILE VARCHAR2(256)
    TITEL_KURZ VARCHAR2(256)
    TITEL_LANG VARCHAR2(1024)
    ABSENDER VARCHAR2(32)
    View V_Adresse:
    Name Null? Typ
    MANDANTID NUMBER
    SCHLUESSEL VARCHAR2(32)
    P_ANREDE1 VARCHAR2(16)
    P_ANREDE2A VARCHAR2(16)
    P_ANREDE2B VARCHAR2(16)
    P_POSITION VARCHAR2(32)
    P_TITEL VARCHAR2(32)
    P_VORNAME VARCHAR2(32)
    P_NACHNAME VARCHAR2(32)
    P_ABTEILUNG VARCHAR2(64)
    P_TELEFON VARCHAR2(32)
    P_TELEFAX VARCHAR2(32)
    P_EMAIL VARCHAR2(64)
    P_INTERNET VARCHAR2(64)
    P_ANMERKUNG VARCHAR2(1024)
    O_KUERZEL VARCHAR2(32)
    O_ARTIKELA VARCHAR2(16)
    O_ZEILE1A VARCHAR2(64)
    O_ARTIKELB VARCHAR2(16)
    O_ZEILE1B VARCHAR2(64)
    O_ZEILE1 VARCHAR2(64)
    O_ZEILE2 VARCHAR2(64)
    O_ZEILE3 VARCHAR2(64)
    O_POSTFACH VARCHAR2(16)
    O_PLZPOSTFACH VARCHAR2(16)
    O_STRASSE VARCHAR2(64)
    O_PLZSTRASSE VARCHAR2(16)
    O_ORT VARCHAR2(64)
    O_TELEFON VARCHAR2(32)
    O_TELEFAX VARCHAR2(32)
    O_EMAIL VARCHAR2(64)
    O_INTERNET VARCHAR2(64)
    Here is the view statement:
    CREATE VIEW V_Adresse AS
    SELECT
    1 AS MandantId,
    P.Name AS Schluessel,
    P.Anrede1 AS P_Anrede1,
    P.Anrede2a AS P_Anrede2a,
    P.Anrede2b AS P_Anrede2b,
    P.Position AS P_Position,
    P.Titel AS P_Titel,
    P.Vorname AS P_Vorname,
    P.Nachname AS P_Nachname,
    P.Abteilung AS P_Abteilung,
    P.Telefon AS P_Telefon,
    P.Telefax AS P_Telefax,
    P.Email AS P_Email,
    P.Internet AS P_Internet,
    P.Anmerkung AS P_Anmerkung,
    O.Name AS O_Kuerzel,
    O.Artikela AS O_Artikela,
    O.Zeile1a AS O_Zeile1a,
    O.Artikelb AS O_Artikelb,
    O.Zeile1b AS O_Zeile1b,
    O.Zeile1 AS O_Zeile1,
    O.Zeile2 AS O_Zeile2,
    O.Zeile3 AS O_Zeile3,
    O.Postfach AS O_Postfach,
    O.PLZPostfach AS O_PLZPostfach,
    O.Strasse AS O_Strasse,
    O.PLZStrasse AS O_PLZStrasse,
    O.Ort AS O_Ort,
    O.Telefon AS O_Telefon,
    O.Telefax AS O_Telefax,
    O.Email AS O_Email,
    O.Internet AS O_Internet
    FROM
    T_Organisation O,
    T_Person P
    WHERE
    O.Id=P.OrganisationId
    UNION
    SELECT
    1 AS MandantId,
    O.Name AS Schluessel,
    '' AS P_Anrede1,
    '' AS P_Anrede2a,
    '' AS P_Anrede2b,
    '' AS P_Position,
    '' AS P_Titel,
    '' AS P_Vorname,
    '' AS P_Nachname,
    '' AS P_Abteilung,
    '' AS P_Telefon,
    '' AS P_Telefax,
    '' AS P_Email,
    '' AS P_Internet,
    '' AS P_Anmerkung,
    O.Name AS O_Kuerzel,
    O.Artikela AS O_Artikela,
    O.Zeile1a AS O_Zeile1a,
    O.Artikelb AS O_Artikelb,
    O.Zeile1b AS O_Zeile1b,
    O.Zeile1 AS O_Zeile1,
    O.Zeile2 AS O_Zeile2,
    O.Zeile3 AS O_Zeile3,
    O.Postfach AS O_Postfach,
    O.PLZPostfach AS O_PLZPostfach,
    O.Strasse AS O_Strasse,
    O.PLZStrasse AS O_PLZStrasse,
    O.Ort AS O_Ort,
    O.Telefon AS O_Telefon,
    O.Telefax AS O_Telefax,
    O.Email AS O_Email,
    O.Internet AS O_Internet
    FROM
    T_Organisation O;

  • SQL Query with 3 tables to create a view

    Hi
    I have got an existing view "View_output" formed with a query which works fine:
    select A,B,C,D,E,F,G,H from GTS1 where D is not null
        UNION
       select A,B,C,D,E,F,G,H from GTSN1 where D is not null;It works fine, in the output I have columns A,B,C,D,E,F,G,H
    New requirement : Modify the view, by adding a new column 'I' so that the view should have
    columns A through I, and no column values should be null.
    This column "I" is coming from a table, say DLC
    Data in DLC is a subset of the original view "View_output"and DLC have the foll.columns:
    ("View_output" is a datablock source for a form and only selected column values are put as output in DLC
    after form manipulation)
    DLC is having only 5 columns -B,C,F,H,I
    When I give:
    (select A,B,C,D,E,F,G,H,NULLfrom GTS1 where D is not null
        UNION
       select A,B,C,D,E,F,G,H,NULL from GTSN1 where D is not null)
    UNION
    select NULL,B,C,NULL,NULL,F,NULL,H,I
        from
        DLC where I IS NOT NULL;It UNIONS all required rows in the 3 tables but columns A,D,E,G are NULL, but how can I get
    data in these columns?
    Edited by: Krithi on 30-Oct-2009 05:43
    Edited by: Krithi on 30-Oct-2009 08:13

    Hi arun thats not the real isue..
    I have corrected the second code now, it was a typo from my side..
    all three tables already have 9 columns selected..
    The view created from GTS1 and GTSN1 is constantly changing
    There is no way to add column 'I' to any of these above tables
    The view is the input to a form..User ticks a tickbox corresponding to records needed by them (These are the columns in the original view mentioned above)..and based on certain logic,only selected columns are now inserted/updated into the output table through the form..this is the table DLC
    Now they want to insert a new data(free text) through the form, this field correspond to each record in the form ;this is supposed to be column 'I'(not designed yet)..
    this is not there in the original input tables selected for the view...But then I added this column to the output table DLC (Cant think of any other method) so that column I can also get combined in the view.
    Now what I want is recreate the view through,
    create or replace view statement.
    the view should effectively pull data from 3 tables .
    The relation between 3 tables :
    DLC is a subset of GTS1 and GTSN1
    but may also contain data which is not in union of GTS1 and GTSN1
    Only field I need from DLC is field 'I', and that too if the data is there in the union of GTS1 and GTSN1

  • Must a EntityBean map with data table?

    I know Not every data table will map with Entity bean
    but must a EntityBean map with a datatable?
    rgds

    Ofcourse Not, EntityBean Just A style of Bean,
    We declare something as EntityBean because it perform some action like a Entity
    For Example,A Man Contain some attribute, or A File with some attribute,
    usually we have store this in the database ,so EntityBean Usually map with data table.
    but you can also store the data in the file format as you like,you can control it in the BMP model
    in my opinion ,Entitybean is the object base on the attribute , the Sessionbean is the object base on the action with the user.So we can distinguish them��:-)

  • Help with multi-table mapping for one-to-many object inheritance

    Hi,
    I have posted on here before regarding this (Toplink mapping for one-to-many object inheritance but I am still having problems mapping my object model to my schema.
    Object model
    The Person and Organisation objects contain base information and have the primary keys person_id and organisation_id. It is important that there is no duplication of person and organisation records, no matter how many times they are saved in different roles.
    There are two types of licenceholder in the problem domain, and the ILicenceHolder interface defines information and methods that are common to both. The PersonalLicenceHolder object represents one of these types of licenceholder, and is always a person, so this class extends Person and implements ILicenceHolder.
    The additional information and methods that are required by the second type of licenceholder are defined in the interface IPremisesLicenceHolder, which extends ILicenceHolder. Premises licence holders can either be people or organisations, so I have two objects to represent these - PremisesLicenceHolderPerson which implements IPremisesLicenceHolder and extends Person, and PremisesLicenceHolderOrganisation which implements IPremisesLicenceHolder and extends Organisation.
    The model is further complicated by the fact that any single Person may be both a PersonalLicenceHolder and a PremisesLicenceHolderPerson, and may be so several times over. In this case, the same basic Person information needs to be linked to several different sets of licenceholder information. In the same way, any single Organisation may be a PremisesLicenceHolderOrganisation several times over.
    Sorry this is complicated!
    Schema
    I have Person and Organisation tables containing the basic information with the primary keys person_id and organisation_id.
    I have tried to follow Donald Smith's advice and have created a Role table to record the specialised information for the different types of licence holder. I want the foreign keys in this table to be licenceholder_id and licence_id. Licenceholder_id will reference either organisation_id or person_id, and licence_id will reference the primary key of the Licence table to link the licenceholder to the licence. Because I am struggling with the mapping, I have changed licenceholder_id to person_id in an attempt to get it working with the Person object before I try the Organisation.
    Then, when a new licenceholder is added, if the person/organisation is already in the database, a new record is created in the Role table linking the existing person/organisation to the existing licence rather than duplicating the person/organisation information.
    Mapping
    I am trying to use the toplink mapping workbench to map my PremisesLicenceHolderPerson object to my schema. I have mapped all inherited attributes to superclass (Person). The primary table that the attributes are mapped to is Person, and I have used the multi-table info tab to add Roles as an additional table and map the remaining attributes to that.
    I have created the references PERSON_ROLES which maps person.person_id to roles.person_id, ROLES_PERSON which maps roles.person_id to person.person_id and ROLES_LICENCE which maps roles.licence_id to licence.licence_id.
    I think I have put in all the relationships, but I cannot get rid of the error message "The following primary key fields are unmapped: PERSON_ID".
    Please can somebody tell me how to map this properly?
    Thank you.

    I'm not positive about your mappings, but it looks like the Person object should really have a 1:M or M:M mapping to the Licenceholder table. This then means that your object model should be similar, in that Person object could have many Licenses, instead of being LicenceHolders. From the looks of it, you have it set up from the LicenceHolder perspective. What could be done instead if a LicenceHolder could have a 1:1 reference to a person data object, rather than actually be a Person. This would allow the person data to be easily shared among licences.
    LicenceHolder1 has an entry in the LicenceHolder table and Person table. LicenceHolder2 also has entries in these tables, but uses the same entry in the Person table- essentially it is the same person/person_ID. If both are new objects, TopLink would try to insert the same person object into the Person table twice. I'm not sure how you have gotten around or are planning to get around this problem.
    Since you are using inheritance, it means that LicenceHolder needs a writable mapping to the person.person_id field- most commonly done through a direct to field mapping. From the description, it looks like roles.person_id is a foreign key in the multiple table mapping, meaning it would be set based on the value in the person.person_id field, but the person.person_id isn't actually mapped in the object. Check to make sure that the ID attribute LicenceHolder is inheriting from person hasn't been remapped in the LicenceHolder descriptor to a different field.
    Best Regards,
    Chris

  • Updated my iPad 2 to ios6 and wish I didn't. Lost the wonderful maps app and I'm miserable.  Is there a replacement app coming from google with street view for iPad?

    Looking to the community for a suggestion for the best replacement map app for my ipad2.  I regret "upgrading" to ios6 when I lost the old maps app.  I used it daily and had perfect functionality for my purposes.  Now I wish I'd researched it more before I clicked '"install."  Is there a google replacement coming soon with street view that works like the old one?  Is apple working on fixing the existing app to include the features of the old app?   So sad....wish I could go back!

    I tried the google Maps app on my iPad2 but it looked terrible.  Blurry when expanded to 2X, clumsy and not intuitive.  Terrible for my purposes and way different from the old Google Maps app.  Per International Business Times (12/13/12):
    "While iOS users may be rejoicing at the return of their favorite navigation app, it should be noted that Google Maps has not yet launched for the iPad. The version currently available in Apple’s App Store is only for the iPhone, and Apple Maps will still act a the default Maps App on iPhones even after Google Maps has been installed."
    Perhaps it'll look/behave better when an iPad version is eventually released.   But thank you anyway.
    Gonna try the EggMapsHD.  Just wish there were some reviews out there.
    CJL4603

  • MTL Table name mapped with IC_ITEM_MST_B in oracle apps r12

    Hi Experts,
    Can anyone suggest me the MTL table name mapped with IC_ITEM_MST_B table in oracle apps with all the columns.
    thanks,

    Response to: I don't see this option "Periodic Sequences in Format" under "Payment Instruction Format" table. I can see only Payment File Information.
    You are maybe missing this (from Implementation Guide):
    "Note: If no payment system is selected or entered for the Payment
    System field in the Payment System subtab of the Update Payment
    Process Profile page, then the Periodic Sequences in Format region is
    not displayed."
    The payment system must be selected at the time you create the profile. It does not seem to allow adding afterwards.
    Edited by: user11974306 on Jan 25, 2013 1:49 PM
    Edited by: user11974306 on Jan 25, 2013 1:49 PM

  • Creating a pseudo column in class-table mapping

    I would like to create a class (Reference) with attributes
    long owner ;
    long child ;
    String childName ; // read only
    This will be loaded into the owner object in a Vector.
    This will be mapped to a database table (db_references) with columns
    owner number; -- FK to owner
    child number; --FK to child
    We are setting a shallow load scheme where we are only pulling the keys of the child objects into the owner.
    However, on load, I would like to be able to pull in the name of the child object as well as the key.
    If I add the child table to the descriptor, inserts of the Reference class try to insert into child table which already has the row, throwing the predictable error.
    This is another situation where my Oracle Forms experience must be blinding me to the correct solution. Any suggestions?

    I gave up on the generic mapping class and mapping table endeavor.
    In my current test, I created a read only SummaryClass that maps to a subset of the attributes on the FullClass.
    The Vector in the OwnerClass is mapped to the SummaryClass in TopLink. I even created a view on the tables involved with the FullClass with just the attributes required by the SummaryClass. When I read the owner, I get the FullClass in the Vector. I even changed the PK in the view for the SummaryClass to not match that in the FullClass.
    The FullClass objects are in the TopLink cache. There is no attempt to read the database on the read.
    When I issue a
    server.initializeIdentityMaps()
    in the read statement.
    Then the correct classes are returned on the read.
    A less radical:
    UnitOfWork uowSession = getUnitOfWorkSession();
    uowSession.removeFromIdentityMap(thePlan);
    in the read also works.
    I am rather concerned that the returned class from a TopLink read changes based on the state of the read cache.
    Any suggestions on how best to address this odd behavior?
    Thanks

  • Runtime-Error after deploying a mapping with the generated script

    For example a very easy scenario:
    1. Create a table and a view in a DB-schema, witch ist registered as WB-target-schema with the following scripts:
    create view v1(c1) as select 'a' c1 from dual;
    create table t1(c1 varchar2(1));
    2. Import the table and the view into a OWB-module
    3. Create a mapping ‘m1’
    4. Drag and drop view and table into the mapping
    5. Draw an arrow from the view-column to the table-column
    6. Save and close the mapping
    7. Mark the mapping in the ‘Design Center’ and klick the ‘Generate’-Button
    8. Save the generated script ‘M1.pls’ to file
    9. Run the script in SQL*Plus, connected with the target-schema (without using the Control Center Manager)
    => very easy right now ;-)
    10. Start the mapping with the following script will produce the following error
    SQL> declare
    2 v_status varchar2(100);
    3 begin
    4 m1.main(v_status);
    5 end;
    6 /
    declare
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "OWB_OWN.WB_RT_MAPAUDIT_UTIL", line 1027
    ORA-06512: at "SCOTT.M1", line 2048
    ORA-06512: at line 4
    If i delete or comment the four WB_RT_MAPAUDIT_UTIL-calls - it work´s fine!
    But is this a good advise?
    What exactly does the wrapped package ‘WB_RT_MAPAUDIT_UTIL do?
    Thanks
    jwehner

    I just ran into the same problem myself. I used the same technique of saving the generated OWB script to file and then compiling it through sqlplus. When I used the "Deploy" option for the mapping, then the problem went away. So when OWB is deploying the code it seems to be setting something internally that doesn't get set when you simple compile the PL/SQL. I don't know of any workaround to this. I will need it eventually, since I don't want to use the UI to deploy to various test environments and production. Maybe the built-in scripting language is the way to go.

  • OMBSYNCHRONIZE mapping operator to view Problem

    Hi everybody
    I'm using OWB 10.2.0.1.0 and I'm trying to synchronize an operator within a mapping to replace its original source (a table) with a view.
    I need to do that via OMB and I'm using the following syntax:
    OMBSYNCHRONIZE MAPPING '/MY_PROJECT/TARGET/LOAD_T_IMPIEGATI' OPERATOR 'IMPIEGATI' TO VIEW '/MY_PROJECT/SOURCE/IMPIEGATI' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    I'm getting the following error:
    "OMB07006: Source object IMPIEGATI for reconciliation to IMPIEGATI is invalid. Detail: MXS0006: Target type oracle.wh.repos.impl.relational.CMPWBView does not support reconciliation with source type oracle.wh.service.impl.mapping.component.Table"
    I have no problem if I use the UI, so I guess the problem is with the OMB code I'm using.
    Can anybody help?
    Thanx in advance,
    Francesco

    Hi Francesco,
    try this
    OMBCC '/MY_PROJECT/TARGET'
    OMBSYNCHRONIZE VIEW '/MY_PROJECT/SOURCE/IMPIEGATI' TO MAPPING 'LOAD_T_IMPIEGATI' OPERATOR 'IMPIEGATI' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    Regards,
    Oleg

Maybe you are looking for

  • Calculating co-ordinate distances between specific atoms

    Hi, Below is some code to calculate distances between all pairs of atoms. However, i need to make it slightly more specific by only calculating the distance between certain pairs of atoms input ATOM 5 CA PHE 1 113.142 75.993 130.862 ATOM 119 CA LEU 7

  • Can't open shared computers in finder

    From within a finder window and under the shared category, I see my networked computers/drives and can highlight them, however cannot open them.  The only remedy is ether a reboot/logout or to kill the finder process.  This issue was also present in

  • Apple TV Picture pixulated or goes blank since iTunes update...

    I have an AppleTV and my iTunes on the SAME router, GIG Ethernet connection, since the update the picture on ALL my movies is pixulated or goes blank.  I see the progress bar on the AppleTV turn white as it loads the stream well ahead of the place wh

  • Cash Discount Clearing account

    Hi all! When i set up G/L determination, i don't know Cash Discount Clearing account will appear in what tracsaction. Can you show me any transaction relate with this account. Thank you!

  • Triggering an event when the new  AIR application installation has done for first time in machine

    I am installing AIR application from web page by using a badge.Is it possible to call a function once the installation of AIR app was finished[once we click finish button in the installer] to update the AIR application version dynamically inside our