Delete Table Alias

How to get rid of a table alias once we created in EPMA - dimension library (version 11.1.2.x).

For example, I have 4 alias. English, French, German, Spanish

We do not use Spanish in the end so want to get rid of it planning. There is no associated alias Spanish either.

The error message says: The following error occurred: Member 'Spanish' is referenced by another Member.

He continues to tell me that the Member is the reference somewhere, but we don't have any alias name in the alias table we want to remove. Is there some back end process we need to do?

Try to run in your master plan

select mbr.object_name member_name,aln.object_name spanish_name,dim.object_name dim_name
from hsp_object alt,hsp_object ald,hsp_object mbr,hsp_object aln,hsp_alias alr,hsp_object dim
where upper(alt.object_name)='SPANISH'
and alt.parent_id= ald.object_id
and ald.object_name='Aliases'
and alr.member_id =mbr.object_id
and alr.aliastbl_id=alt.object_id
and alr.alias_id=aln.object_id
and mbr.object_type=dim.object_id

Tags: Business Intelligence

Similar Questions

  • Field is in DB/table alias, but I get error ORA904 use in OBIEE answers

    Hello, I am very new to develop tools for RPD and OBIEE, so I'm struggling with something that I thought I did it correctly. I've added a new field in a database table and it can query the database. I've added it to the table of the RPD physical layer and I checked that there is now also in a the table alias. The field of physical table alias is used as the source for a logical column in the presentation layer. Everything looks good in the RPD. But when I try to pull up in a query in OBIEE answers I get a 904 error indicating that the column does not exist. I bounced, servers, deleted cookies and hide them, but nothing helps: I still get the error.

    What step I have missed?

    Thanks in advance!

    Rich

    Hi rich,

    In the physical layer, right-click on the new column that you added and do an update rank of County. If its success, then the column has been imported successfully to the RPD. And we might have to watch layers MDB and presentation, to the question.

    But above all, the error you mentioned occurs when the column is not correctly defined in the physical layer. If my guess is that the number of rows to update will fail. In this case check:
    1. the exact spelling of the column name. All traits underscores are correctly placed and there is no space attack / leak?
    2. the connection pool that you use in the physical layer, is that it points to the same PB in which the new column was actually added.

    Thank you
    Gerard

  • SmartView 11.1.2.1.103 make the selection of table alias "sticky."

    Apparently (but it is difficult to imagine) the alias table selection is not sticky. The default value appears in the 'Default' alias at least on ad-hoc connections table. It the sticky option is the best case scenario but assuming that there is no is it possible to 'None' by default? I can't use a macro approach and I can't delete the table alias alias 'default' due to the impact on the planning and the EN

    Thank you

    You attempted to set the table level alias connection by right-clicking on the private connection and selecting the menu "Set alias table"?

  • Cannot delete the Alias that appears on my email to the Iphone.

    Original title: pesky alias won't go away!  Help!

    I have a very old alias that does not seem to appear on my iPhone email.  I tried all the ways I so think to delete the alias (the name that appears in the 'From' line on my e-mail).  How the hell can I remove it?  Thank you.  I studied the instructions for the removal of the alias and e-mail accounts, but nothing seems to solve the case of the iPhone.  It does not appear on my PC.

    Hello

    What mail client do you use?

  • find deleted table entry

    Hello

    My database of VERIFICATION is not enabled, and the database is in NOARCHIVELOG mode. is it possible to identify which deleted table entry?

    As the session would have been completed since it is 8 - June (not sure if there exists in open long run of this client - if the session is still so to join the process $ v and v$ session you will get that), not possible (according to my knowledge)

  • USE OF CUSTOM WITH TABLE ALIAS IN LKM INDICATORS

    Hi all

    I'm trying to customize the allusion in my select clause on the source system. I tried the API below for table alias to analyze the alias of the indication of the Oracle table.

    Code: < % = odiRef.getSrcTablesList ("", "[POP_TAB_ALIAS]", ",", "") % >

    It is going to look all tables in the source as "TABLE1_ALIAS, TABLE2_ALIAS", my requirement is to use these aliases in the same TIME indication.

    Example: select / * + PARALLEL (TABLE1_ALIAS) PARALLEL (TABLE2_ALIAS) * / col1, col2 from TABLE1_ALIAS TABLE1, TABLE2 TABLE2_ALIAS WHERE TABLE1_ALIAS. Col1 =TABLE2_ALIAS. COL2;


    How can I generate these two table alias and generate the indicator as / * + PARALLEL (TABLE1_ALIAS) PARALLELS (TABLE2_ALIAS) * / based on the number of tables in the select statement.


    Kind regards

    Yellanki

    Hello

    First of all, could you go through your previous questions and close? Or at least, as could a matter of respect for users to take the time to respond, you give a feedback?

    Try again with

    /*+ <%=odiRef.getSrcTablesList("", "PARALLEL (", "[POP_TAB_ALIAS]", ") PARALLEL (", ")")%> */
    

    More info in the doc: http://docs.oracle.com/middleware/1213/odi/develop-km/odiref_reference.htm#ODIKD1273

    Kind regards

    JeromeFr

  • Report and the Tables Alias scripts

    Hi all

    I am running a report off MaxL Script and want to get the Alias. I use < REPALIASMBR 'Products' and it works very well. However, it is bring back the default Alias of Table. Is it possible that I can choose what Table Alias that is returned in the result?

    Thank you!

    Brandy

    Yes, watch OUTALTSELECT

  • deleted table showing nt available in the database

    Dear friends,

    my database is running in mode newspaper archive and I dropped a table say table1.i ran the RMAN command below

    RMAN > run
    2 > {}
    3 > restore database;
    4 > restore database;
    {5 >}

    in the above command we restore from backup and applying all archivelogs, m I right?.
    After the restoration and recovery of the database by using the RMAN command above, when I checked the deleted table table1, I m getting error - table1 does not already exist in the database.
    can you please tell me why, after restoring and applying all archivelog why I have not dropped the table?

    OS-linux rhel 5.7
    DB - 10.2.0.3

    Mihael I m still confused because why the fall did not return after executing a full recovery of the database using the RMAN commands shown below

    RUN
    {
    RESTORE THE DATABASE;
    RECOVER THE DATABASE;
    }
    can you explain please?

    complete recovery means apply all changes to the database, including the fall of the table

  • How to import the table alias in the planning

    Hi friends

    How do I import table alias in the planning (V9.3.3), we need to add an alias for all our members of the account dimension, what is the best way to do it?

    Thanks to you all

    Create a new table alias in the planning, and then to use HAL to charge members of the alias.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Regarding the count (*) while using with the table alias

    Hello
    I question in Count (*). It will work with table alias.

    It works when I use it as below

    'select count (*) po_headers_all po_header_id' - his works perfectly

    but, when I questioned as below his does not.

    "select count (*) from po_headers_all poh poh.po_header_id".

    I like you guys to clarify my request.

    Thanks in advance.

    Kind regards
    Uvaraja

    Uvaraja wrote:
    Hello
    I question in Count (*). It will work with table alias.

    It works when I use it as below

    'select count (*) po_headers_all po_header_id' - his works perfectly

    but, when I questioned as below his does not.

    "select count (*) from po_headers_all poh poh.po_header_id".

    I like you guys to clarify my request.

    Thanks in advance.

    Kind regards
    Uvaraja

    Does it that way if you want to use the alias with the County, you must do the following:

    Select count (test.column) from my_table test;

    Select test.* my_table test;

  • Copy the Table Alias for a database of the ASO

    Hi all

    I use the Essbase Version 11.1.2.0.

    Is it possible to copy an alias of an ASO cube table to another table aliases of the same cube with MAXL?


    I know how to do it with EAS, but I don't know how to do with MAXL.



    I already tried this-> edit the 'HR_SB' object.' HR_REP'. ' Default 'type table_alias copy to 'HR_SB'.' HR_REP'. 'Alias_HFM'

    This copies the ALT file in the directory "applicationname\database". After that, you need to import this file in the database. It's easy to do in the admin console but I am facing some problems with maxl.

    I used the command:
    change the database 'HR_SB'.' HR_REP' 'Alias_HFM' of charge of data_file ***\\HR_SB\\HR_REP\\HFM.alt table_alias

    I get the error message: / * Alias [Alias_HFM] already exists for the HR_REP database * /.

    So I tried to unload the table before loading:

    change the database 'HR_SB'.' HR_REP' 'Alias_HFM' of unloading table_alias

    -> error message: / * dynamic aliases drop table is not supported in page outline mode * /.

    I have no idea what it means - any ideas?

    Perhaps it does not work for ASO cubes?


    Thank you, Bernd

    Try this after copying table alias

    change dabase 'HR_SB'.' HR_REP' table active alias 'Alias_HFM '.

  • Table alias

    Hi all

    What the purpose of the alias (table Alias) in the presentation layer.

    concerning
    Chandra Khalil.

    The BI server offers two types of aliases:

    alias of presentation to rename a presentation table / column
    alias physical order and identify sources

    In the presentation layer, the aliases are created automatically whenever you rename any object there. This ensures that all existing reports that points to the older names are not missed because it references is already present in the Alias presentation tab.

    See http://gerardnico.com/wiki/dat/obiee/alias for the table alias in the physical layer

    Also, I see that you open a lot of discussion in the forum. Keep the closure of these once answered. Hope responded :)

    See you soon
    900 post

  • after reverse engineering, I still have the old deleted tables

    Hello

    I dropped a table from a database diagram and go to ODI and run reverse engineering on my model that related to the schema of the database through my logic diagram, but the deleted table is still in my model? I want this deleted table automatically removed from my model...

    ODI does not automatically remove the tables that have been deleted from the source when you do a reverse. You must remove them manually

  • Several tables Alias en

    I got a report where I use MemberAlias in my title. I have 2 tables of alias and want the State to work with the second table of the Alias. I put the report in the grid with alias table2 in the properties.

    Unfortunately, MemberAlias guard pick up table Alias 1. Any thoughts on where I got this correctly, take the correct alias table?

    Thanks in advance

    Try to use your POV in the grid in place. Grid Hightlight and right click and select view grid.

  • SmartView default Table Alias

    Hello

    When I connect to Essbase via Smartview default Alias Table is None. How can I change this behavior so tha another table is used?

    I change the active Table Alias in the properties of outline with the Console of the Essbase Administration, but that did not help.

    You have any advice how to do this?

    We have Smartview Version 9.2.0.3.0.005

    Thx for your help.

    Kevin,

    Take a look at this thread: Re: migration of Essbase addin

    It works in the 9.3.1. I don't remember if I used SV in 9.2 - I don't think so maybe that the feature was not there?

    Kind regards

    Cameron Lackpour

Maybe you are looking for

  • HP 2009v: monitor going to sleep after connecting to a new PC

    My parents have an old pc (HP Pavilion g3770l) that runs on windows XP and a relatively old monitor (HP 2009v). They work perfectly fine, but since his Win XP in most applications no longer work and is not fast enough to support new BONE. So I bought

  • Iomega TV with boxee firmware!

    I can't download the firmware for iomega tv. Does anyone have the latest version? I tried this one but the link does not work: https://Lenovo-EU-en.custhelp.com/app/answers/custom_detail/A_ID/29313

  • Port USB of the Satellite L30 stop Windows when using

    I recently bought a Satellite L30 (psl33E) for my wife and everything seemed fine. That was until she needed additional usb ports for his stuff and used the port on the left side of the machine (as opposed to the one still in use, in the back). As so

  • I need to buy an older basic paint program

    I need to buy the basic paint program which has been in the batch when buying when I bought my HP Pavilion with vista operating system.  I now have a new HP Pavilion with a new basic paint program that does not work well for my needs.  The lining in

  • Avast for Windows O.S. #7 32 bits - I tried several times without success

    Install free Avast for Windows O.S. #7 32 bits - I tried several times without success Former title: Avast