Stale members names / descriptions in tdimUD2 table in MDF

Hello

I'm under custom reports of FDM and join on the table of tDimUD2 to pull in the description of the Member, but note that the table is not updated.  Is there another table that I use or y at - it a way to refresh these dimension tables?  I'm on 11.1.2.3.500

Thanks in advance.

Mark

I found the solution in another forum.  All I had to do was executed the script HFM_LoadDimTables in FDM just in case someone else needs to know.

Tags: Business Intelligence

Similar Questions

  • Display name/description in a table

    Version 3.2.0.00.27

    I have a tabular presentation. The pk is user_id. This isn't an oracle sequence. It's just a field of varchar2. Shape inserts only updates.
    This column not updated as sa is the PK.

    The column is also a FK to another table that is the full name of the user.

    That's what I want to display. The full name. How not to display in the form of tables? The wizard has created two columns one
    user_id and user_id_display. Why two?

    I tried to change the type of field of each of them to rely on a LOV and then the COMPLETE name LOV poster, but I get an error when I try to save a change.

    I get
    Error in mru internal routine: ORA-20001: Error in MRU: row= 0, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process. current checksum = "71784D6553F544123BBBCCABBD8E213E", item checksum = "E52F0743B41D337D75EF5C00CFF90DB8"., update "BIDIDEV"."TB_BD_USER" set "USER_ID" = :b1, "BID_ADMIN" = :b2, "BID_MATERIAL" = :b3, "UPDATE_FILTER" = :b4, "PROJECT_FILTER" = :b5, "BID_SRADMIN" = :b6, "PROGRAM_COORDINATOR" = :b7
    For those famliar with Oracle Forms, I'm just trying to do a trigger to post request to query and display a name rather than just the code.

    Why not include the column of another table in your query that generates the data in tabular form. Mark the column read-only, so it can not be updated...

    Thank you

    Tony Miller
    Webster, TX

    Time passes fast like the wind, but the flies from fruits such as bananas.

    If you answer this question, please mark the thread as closed and give points where won...

  • Normalize the names in a huge table using UTL_MATCH

    Hello

    I have a large table (350 million records) with a "full name" column

    This column has a few typos, so I have to 'normalise' the data (only for this column), using UTL_MATCH. JARO_WINKLER_SIMILARITY.

    I did some tests with a small table, and it works to show the similar names:

    SELECT b.SID, b.name FROM typotable a, typotable b utl_match.jaro_winkler_similarity (b.SID, b.name) WHERE BETWEEN 85 and 99 AND a.rowid > b.rowid;


    But:


    (1) the test table was small, by using this code directly on the 350 million accounts table take ages... What can be done about it?


    (2) this shows just the similar names. How can I update the table by searching for similarities, choose one of them as the only value for each name?




    Thank you

    1590733 wrote:

    Yes, I get your point. The thing is that there is no "correct" available names and the original table is huge, that's what I thought:

    -Create a table of secondary NAMES, with unique names. These names would have been generated by match the values similar to one of them (but always the same, no matter if is not one that suits). This should be equivalent to your table 'correctness '.

    -Run the cleaning procedure for updating records

    How can I create this secondary NAMES table? (The column 'genre' is not serious at all, that the 'name' must be set)

    Thanks for your help

    Well, you need to determine what is the logic that would pick one of the incorrect names on the other.  In its current version, you can easily get two incorrect values having the same value of match.  But then you must also consider what creates a 'group' of values that you can get the best in the group.  Using the match itself is not enough to create groups.

    Example:

    SQL > ed

    A written file afiedt.buf

    1 Select a.fname as $fname1, b.fname as fname2

    2, utl_match.jaro_winkler_similarity (a.fname, b.fname) as a match

    3 typotable one

    4 join typotable b on (a.fname! = b.fname)

    where the 5 utl_match.jaro_winkler_similarity (a.fname, b.fname) > = 85

    6 * 1.3 desc order

    SQL > /.

    $FNAME1 FNAME2 MATCH

    ---------- ---------- ----------

    FROCEN FROZEN 92

    FROZEN FROCEN 92

    FROZEN FROCEN 92

    FROZEN FROZEN 92

    JELLY FROZIN 93

    JELLY FROCEN 92

    FROZEN FROZEN 92

    FROZEN FROZIN 93

    WHIPLASH WIPLASH 96

    WHIPLASH WIPLASH 96

    10 selected lines.

    As you can see, for example, FROCEN has two possible variants, both with a football match of the 92.  The same with others.

    However, you could start cutting things around (and it's really a hack) to get something like:

    SQL > ed

    A written file afiedt.buf

    1 with t as)

    2. Select a.fname as $fname1, b.fname as fname2

    3, utl_match.jaro_winkler_similarity (a.fname, b.fname) as a match

    typotable a 4

    5 join typotable b on (a.fname! = b.fname)

    where the 6 utl_match.jaro_winkler_similarity (a.fname, b.fname) > = 85

    7       )

    8, ch. as)

    9 select $fname1, ($fname1, fname2) greatest as fname2, match

    10, (select count (*)

    11 t t2

    12 where t2.fname2 = t.fname2

    13 and t2.fname1! = t.fname1

    (14) as the NTC

    15 t

    16       )

    17, r as)

    18 select $fname1, fname2, match, cnt

    19, row_number() over (partition by $fname1 by cnt desc, desc match order): the nurse

    20 c

    21       )

    22 select $fname1, fname2

    23 r

    where the 24 rn = 1

    25 * order by 1

    SQL > /.

    $FNAME1 FNAME2

    ---------- ----------

    FROZEN FROCEN

    FROZEN FROZEN

    FROZEN FROZEN

    FROZIN FROZIN

    WHIPLASH WIPLASH

    WIPLASH WIPLASH

    6 selected lines.

    but then it depends on your data as to if it will work in all circumstances

  • Name/Description of the accessibility not read by JAWS

    I have a course, built in 9 Captivate, which works very well in all areas except for one thing.  JAWS will read the names/descriptions of accessibility on the images.  I published it so a SWF in HTML5, but the result is always the same: the launch of course, plays audio narration, captioning appears, but image descriptions are ignored.  Someone at - he never experience this before?  If so, were you able to determine the cause and solution?  Thanks in advance!  I really appreciate it!

    In this post: Re: JAWS screen reader read do not captivate the legend text file,

    RodWard provides some tips on accessibility which is closer, with details in a report.

    It can get closer you to a solution.

  • How to create the table with the description of the table

    Hello

    I would like to create the array with the description of the table (such as the creation of package or procedure with comments).

    Is it possible to achieve thanks to the oracle, if possible please help me achieve this goal.

    Thank you and best regards,

    Ibrahim Sayyed.

    > create table test (col1 number);

    > comment table test is "about a comment ';

    > select comments from user_tab_comments where table_name = 'TEST ';

    COMMENTS
    ____________________________________________________________________
    This is a comment

  • even select (user name, profile, role, table_name, table privilege)

    Hello everyone

    1 - I don't know how to merge the two qys to refer to in the same setting (user name, profile, role, table_name, table privilege)

    IM using the dba_users users and sight of paintings: see next qry

    SELECT Nvl(US. IDUSUARIO, DELE DE.) USERNAME USER).
    US. DESCRIPCIÓN NAME,
    STATUS OF ACCOUNT_STATUS,
    OF THE. PROFILE
    CREATED FECHA_CREACION
    USERS.
    SYS. DBA_USERS OF
    WHERE THE. USERNAME IS US. IDUSUARIO (+)
    UNION
    SELECT Nvl(US. IDUSUARIO, DELE DE.) USERNAME USER).
    US. DESCRIPCIÓN NAME,
    STATUS OF ACCOUNT_STATUS,
    OF THE. PROFILE
    CREATED FECHA_CREACION
    USERS.
    SYS. DBA_USERS OF
    WHERE THE. USERNAME = UPPER (US IDUSUARIO)
    BY NAME;

    This snippet of me, USER, his TRUE NAME, STATUS, PROFILE, CREATION_DATE
    JP01 Johan Pena OPEN DEFAULT 07/05/2010

    -------------------------------------------------------
    On the other hand:
    ------------------------------------------------------
    Select * from role_tab_privs

    This extract me, ROLE, TABLE_NAME, and PRIVILEGE
    S/N SELECT TABLE1
    INSERT TABLE 1 DBA
    DELETE S/N TABLE2

    1 - I don't know how to merge the two qys to refer to in the same setting (user name, profile, role, table_name, table privilege)

    2 - I want something like that.

    USER, ITS TRUE NAME, STATUS, PROFILE, ROLE OF CREATION_DATE, TABLE_NAME PRIVILEGE
    JP01 Johan Pena DEFAULT OPEN 07/05/2010 DBA SELECT TABLE1
    JP01 Johan Pena, 07/05/2010 OPEN by DEFAULT DBA TABLE1 REMOVE

    ECT Ect. Ect.

    who can HELP me

    Hello

    Welcome to the forum!

    Whenever you have a question, please post CREATE TABLE and INSERT statements so people can recreate your example of table. (You don't have to post instructions CREATE TABLE to see themselves in the dictionary of data, such as ROLE_TAB_PRIVS, but do not post exactly what you see in these views).
    Anyway, after the accurate results of your choice in the sample data that you give.
    Without it, people will always try to help you as much as they can, but it probably won't be much.

    I don't know what you want. You want a result set with the same number of lines of output that your second request (the one with ROLE_TAB_PRIVS), but with all the data from the first query added to each line? If so, just cross join of two results. It will probably be easier if you make the UNION in a subquery, first:

    WITH     union_data     AS
    (
         SELECT      Nvl (US.IDUSUARIO,DU.USERNAME)      AS USUARIO,
         US.DESCRIPCION NAME,
         ...
         UNION
         SELECT      Nvl (US.IDUSUARIO,DU.USERNAME)      AS USUARIO,
         US.DESCRIPCION NAME,
         ...
         WHERE DU.USERNAME      = UPPER (US.IDUSUARIO)
    )
    SELECT     *
    FROM       union_data          u,
           role_tab_privs     r
    ORDER BY  u.name
    ;
    

    I suspect that you don't need really to a UNION, but it depends on your data and the exact results you want from these data.

    The result set will have u * traits r, where u is the number of rows in union_data, and r is the number of rows in the query based on tole_tab_privs.
    If you<=1, then="" order="" by="" clause="" will="" not="" actually="" do="">
    If you > 1, the results will make any sense?

  • Comments of the column when the description (desc), one table

    Hello. Is any way to associate a comment with a table column that appear during the description (Desc), one table? I added a column to a table, and I'm almost certain the wire while it will become clear what this column contains exactly. I hope there is a way to add a comment or a Description of a column in my table.

    Any help would be greatly appreciated.

    You can use the

    comment on [table].[column] is 'some text here';
    

    command.

    However the DESCRIBE of sqlplus command appears not only. You will need to write your own table-description using USER_TABLES and USER_TAB_COLUMNS USER_COL_COMMENTS report query.

  • Find the name of the underlying table for ViewObject in AMImpl

    Hi all

    I have a method where I would like to extract the name of the underlying table based on top of which I have my ViewObject in my AMImpl datamodel. Is there a way I can do?

    Thank you

    User,

    In general, non - case because display objects can be based on arbitrary SQL queries that have more than one table. If the ViewObject is based on entity objects, you can call getEntityDefs() on the VO then getSource() on the EntityDefs to get the source of table names.

    John

  • Name/Description AD research reconciliation group - is not properly

    Hi all

    I installed the connector AD for IOM 9101. During the research of the reconciliation group , it updates the code key (name of Group) with 41 ~ the value of the prefix and decode the value (Description of the Group) with resourceName ~.

    Group name - Description
    ---------------------------------------------------------------------------------------------------------------
    41 ~ account operators - ADITResource ~ account operators
    41 ~ directors - ADITResource ~ directors
    41 ~ backup operators - ADITResource ~ backup operators

    But in the AD, the same group has another value meaningful description. What is the default behavior of AD research Recon group? How to get the correct description for the ad in the Recon research group and how to avoid the prefix (41 ~ and ADITResource ~)?

    Kindly help.


    Thanks and greetings
    Inbaa.

    Great!

    I n think that this will effect to other classes. But may not be 100% sure.
    in any case you just learned something new, that all of the issues.

    Otherwise, you can put your old jar file.

    Keep it up!

    And thanks for the update thread. In the future, it will give me confidence for this if I have to do.

  • How to insert in the table, the description of the table of the table

    Dear all,

    I need to take the description of the table of the table and I need to insert this description in a new column in the table, please help me how to write the query for the latter.
    Thanks in advance

    Louison P

    Looking for a way to extract the DDL and stored in another table?

    SQL> drop table dt;
    
    Table dropped.
    
    SQL> create table dt(x clob);
    
    Table created.
    
    SQL> insert into dt select dbms_metadata.get_ddl('TABLE', 'T') from dual;
    
    1 row created.
    
    SQL> select * from dt;
    
    X
    --------------------------------------------------------------------------------
    
      CREATE TABLE "TEST"."T"
       (    "X" NUMBER(*,0)
       ) PCTFREE 10 PCTUSED 4
    
    SQL>
    
  • Not able to select DTS members when using default alias table

    Hello

    I chose all descendants of my period dimension in a chip-slice, so I can use the A-T-J when I make an ad-hoc analysis.
    To create a slice of smart, select table alias to use: "by default" or "none".
    When I select 'none' I see al the time members in the DTS selection box.

    However as I select 'Default' I see that these members of the DTS box selection that * don't * have an alias name.
    This intrigues me. I expect to be able to choose among all the names alias here.
    Anyone who is familiar with this problem? Should I set my parameters in table alias somewhere?

    Thank you.

    I connected it with support.
    They have reproduced this issue in version 11.1.1.1, and it were classified as a bug in this specific version.
    (They also tested in 11.1.1.3 version where it could not be reproduced)

  • Create procedure upsert (name of the existing table, incoming table name)

    Is it possible to create a procedure that makes a merge (upsert) with only two parameters:

    1. Existing Table name - name of table that will have data merged into it.
    2. Incoming Table name - name of the table that has developed data day/news.

    The method would be:

    1. Use primary keys on the "existing" table as the condition links
    2. Fact and update if exists and insert new
    3. no record
    4. no clues
    5. no removal clause

    Oracle 11g

    MERGE < tip > < table_name >

    USING < table_view_or_query >

    (< CONDITION >)

    WHEN MATCHED THEN < update_clause >

    DELETE < where_clause >

    WHEN NOT MATCHED THEN < insert_clause >

    [ERRORLOG < log_errors_clause > < reject limit < integer | unlimited >];

    < table_name > - from input parameter

    < table_view_or_query > -socket input parameter

    < condition > - primary key links (how search a single/multiple primary keys and return the list?)

    < update_clause > - update all columns (other than KP, how to get and use a dynamic list of columns)

    < where_clause > - not used

    < insert_clause > - insert new records for all columns (including the PK (s))

    declare

    p_source varchar2 (30): = "EMP_X";

    p_target varchar2 (30): = "EMP_Y";

    query varchar2 (32000);

    function get_cols (p_table in varchar2) return varchar2 is

    VARCHAR2 (32000) retval;

    Start

    Select the Group (order of column_id) listagg (column_name, ',')

    in retval

    of user_tab_cols

    where table_name = p_table

    Table_name group;

    Return retval;

    end;

    function get_keys (p_table in varchar2) return varchar2 is

    VARCHAR2 (4000) retval;

    Start

    Select listagg (cc.column_name, ',') in the Group (order by cc.position)

    in retval

    from user_constraints c,.

    user_cons_columns cc

    where cc.table_name = p_table

    and c.constraint_type = 'P '.

    and cc.table_name = c.table_name

    and cc.constraint_name = c.constraint_name

    C.table_name group;

    Return retval;

    end;

    function merge (p_merge1 varchar2, p_merge2 varchar2, p_link varchar2) return varchar2 is

    Merge1 varchar2 (32000): = p_merge1 | «, » ;

    merge2 varchar2 (32000): = p_merge2 | «, » ;

    VARCHAR2 (32000) retval;

    Start

    then merge1 is not null

    loop

    retval: = retval | » t.'|| substr (Merge1, 1, InStr (Merge1, ',') - 1) |'s =.' | substr (merge2, 1, InStr (merge2, ',') - 1);

    Merge1: = substr (merge1, instr(merge1,',') + 1);

    merge2: = substr (merge2, instr (merge2, ',') + 1);

    If merge1 is not null then

    retval: = retval | p_link;

    end if;

    end loop;

    Return retval;

    end;

    Chopper (p_cols p_keys varchar2, varchar2) return varchar2 is

    passes varchar2 (32000): = ', '. p_cols | «, » ;

    keys varchar2 (32000): = ', '. p_keys | «, » ;

    VARCHAR2 (32000) retval;

    Start

    While the keys! = «, »

    loop

    If instr (passes, substr (keys, 1, instr(keys,',',1,2))) = 1 then

    cols: = substr (collars, instr(cols,',',1,2));

    on the other

    cols: = substr (passes, 1, instr (passes, substr (keys, 1, instr(keys,',',1,2))) | substr (collars, InStr (collars, ',', InStr (passes, substr (Keys, 1, InStr(Keys,',',1,2))), 2) + 1);)

    end if;

    keys: = substr (keys, instr(keys,',',1,2));

    end loop;

    return trim (both ',' collar);

    end;

    Start

    query: = 'merge'. p_target |' t ' |' using (select ' | get_cols (p_source): ' from ' | p_source |') s '.

    ' on ('|) Merger (get_keys (p_target), get_keys (p_source), 'and') |') ' ||

    "When matched then update set ' | '. Merger (Chopper (get_cols (p_target), get_keys (p_target)), Chopper (get_cols (p_source), get_keys (p_source)), ',').

    «When not matched then insert ('|)» get_cols (p_target) |') values (s.'|) Replace (get_cols (p_source),', ', ', s') |') ';

    dbms_output.put_line (Query);

    end;


    Fusion in EMP_Y t using (select EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO EMP_X) s on (t.EMPNO = s.EMPNO and t.ENAME = s.ENAME) when matched then update set t.JOB = s.JOB, t.MGR = s.MGR, t.HIREDATE = s.HIREDATE, t.SAL = s.SAL, t.COMM = s.COMM, t.DEPTNO = s.DEPTNO when not matched then insert (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO) values (s.EMPNO, s.ENAME, s.JOB, s.MGR, s.HIREDATE, s.SAL, s.COMM, s.DEPTNO)

    Concerning

    Etbin

  • Rivers of the name of the other table?

    Hi all.. I would like to ask something about the configuration of the oracle workflow

    so say like this:

    -J' have 2 schemas and I want to schema1.jobs streams in schema2.dim_jobs

    -Use table to schema1 have 5 columns (id, name, address, city, phone)

    -dim_jobs table schema2 have 3 columns (id, name, address)

    I already give the rules of the table, spread, collection procedure and apply processes...

    but when I add some data in schema1.jobs the application of the schema2.dim_jobs process does not

    should I insert this code of schema1 configuration?

    BEGIN 
      DBMS_STREAMS_ADM.RENAME_TABLE(
      rule_name => 'strmadmin.jobs_change',
      from_table_name => 'schema1.jobs',
      to_table_name => 'schema2.dim_jobs', 
      step_number => 0,
      operation => 'ADD');
    END;
    /
    

    Thank you

    Hello

    In this case, please refer below doc:

    Transformations of based on declarative rules (Doc ID 428267.1)

    How to set up the custom rule based Transformation (Doc ID 783203.1)

    And let me know in case of any concerns.

    Thank you

    Reena

  • name of the dynamic table in a view

    How can I create a view of a table whose name is dynamically determined?

    for example, I have tables for each month table_2010401, the table_201402, the 201403 table and so on. I need to extract the data from the last table. This is more or less what I want to do:

    CREATE OR REPLACE VIEW VW_TABLE

    AS

    SELECT * FROM

    (SELECT TRIM (MAX (TABLE_NAME)) FROM ALL_TABLES WHERE TABLE_NAME LIKE 'POL_LINK %' AND OWNER = 'ACTUARYD')

    );

    Can anyone help? Thank you in advance.

    Most approach simple and straight forward it would be to recreate every month a CURRENT_TABLE view or a synonym that points to a table 'current' - table_2010401 or table_20140301.

    You can recreate this view, or synonym every month just after creating the table current.

    Another approach would be to create a view based on a function of pipeline that derives from a necessary table name and uses dynamic SQL statements to get the lines of him to channel them in the view.

  • Changes in file name for the external Table

    Hello
    How can I call the dos2unix for Oracle utility?

    I am building an external table in a procedure where every time it is called the file names are different.
    any ideas?

    Thank you

    >
    You cannot call/run utility OS of Oracle with PL/SQL
    >
    Not TRUE! You can!

    DBMS_SCHEDULAR

    Concerning
    Biju

Maybe you are looking for

  • I can't buy all the apps from the App Store

    I can't buy all the apps from the App Store. Every time I try, I get a message saying required verification and the update, billing information. I changed my I cloud of password yesterday and it checked and my billing information are up to date. I do

  • Remove all bookmarks icloud simultaneously (thousands!)

    Hello. I have an iPad Pro and a 6s iPhone more. I don't own a Mac. Tonight I started Safari and on both cameras, I now have thousands of bookmarks with tons of them being duplicates. (11,000 at last count.) At this point, the only thing I would do is

  • Is A satellite - possible to copy a DVD on my PC?

    Is it possible to copy a dvd on my pc since the dvd watching on Windows Media Player.

  • FPGA gives error

    I m using crio 9012 with 9103 Chassis.When I start my application it shows me this error. I don't get what to do please tell me as soon as possible. error is given like this- error 1026 was held to invoke the node in nirviInteractiveAllowsEdit.vi-> n

  • Cannot download new applications or install updates of old app

    This has happened since about 2 updates ago before the 1.4 update. I rebooted, WebOS doctor to do a reset and tried several apps from the app catalog... nothing works. Get the same message, "installation failed." Anyone has any other suggestions how