ODI how to get column names between quotes?

Uses following KM structure to generate a script for the flow table:
create table < %=odiRef.getTable ("L", "INT_NAME", "W") % >
(
< % = odiRef.getColList ("", "\t [column] [DEST_WRI_DT] NULL","\n\tclick", "", "") % >
< % if (odiRef.getPop("HAS_JRN").equals("1")) {% >}
IND_UPDATE char (1)
< %} % >
)
< % = odiRef.getUserExit ("FLOW_TABLE_OPTIONS") % >

How can I get the names of column between quotation marks? "I tried------" and Chr (34) and "" "", but without success.
I need a column name 'COMMENTARY' and table with such a name without quotes column could not be created in Oracle.

Thanks in advance!

"Please use \u0022, instead of \."
as in

Tags: Business Intelligence

Similar Questions

  • How to get the names of the table columns in the quick dashboard

    How to get the names of the table columns in the quick dashboard


    Thanks and greetings
    ------------------------
    Kishore P

    Make a prompt like:

    SELECT case when 1 = 0 then 'D0 time. " "" T02 by month name "other" 'D2 market' '. "" M04 region' ' the end 'Sample Sales' UNION ALL SELECT case when 1 = 0 then 'D0 Time. " "" T02 by month name ' else ' 'Time D0. "" T02 by month name ' ' the end 'Sample Sales.

    Put the name of column in single quotes.

    Make your rank as a function:
    Rank ('F1 income'. "" Recipes 1-01 (after all) "by @{pColumn} {'D0 time'. ({"" T05 annually name '})

    It works fine for me

    concerning

    John

    http://obiee101.blogspot.com

  • How to get the name of the server instance

    Hi all!!

    First of all, sorry if this is not the place to leave this question, but I didn't know where to post.

    I have a weblogic 9.2 MP3 installed in a x 64 Redhat Linux. It is clustered in 2 cases.
    An application is deployed in both cases, each request between two instances of balancing.

    Of course, a request is responsed by only one instance, and I would like to know how to get the name of the instance that processes a request of some.

    I read that I can send using recorded weblogic mbeans in this way:
    InitialContext ctx = new InitialContext();
    MBeanServer mbean = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");
    Then
    ObjectName rs = new ObjectName("com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean");
    Set beans = mbean.queryNames(rs, null);
    And finally I iterate over the beans, but I'm not able to retrieve the name of the instance. I suppose that the object name is not appropriate.

    However, I am able to get the name of the server and the two names of instances per a JMX connection to service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.domainruntime, but this isn't what I want because I need to know what is the instance that is a certain demand.

    Anyone know how I can do?

    Thank you very much and sorry for the English xD

    Published by: mamntc02 on 01/05/2010 05:10

    That should do it...

    private String getServerName() throws Exception {}
    try {}
    Context ctx = new world;
    MBeanServer mbeanServer = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");

    String runtimeServiceName = "com.bea:Name = RuntimeService, Type = weblogic.management.mbeanservers.runtime.RuntimeServiceMBean;

    Create ObjectName for the runtime
    RuntimeService ObjectName = new ObjectName (runtimeServiceName);

    Get the object for the ObjectName ServerRuntimeMBean name
    ObjectName serverRuntime = mbeanServer.getAttribute (runtimeService, "ServerRuntime") (ObjectName);

    Get the name of the server
    String serverName = (String) mbeanServer.getAttribute (serverRuntime, "Name");
    If (serverName == null) return "";
    otherwise return serverName;
    }
    catch (Exception e) {}
    throw e;
    }
    }

  • How to get the name of sbRIO programmatically

    How to get the 'name' and 'Comment' by sbRIO I write to sbRIO-9602 Max in the box of Identification (model, serial number, MAC address, name)?

    Use RT Information.vi of target is located under the range of public services under LabVIEW Realtime.

    Christian

  • How to get table name in EBS

    Hello friends,

    I use the EBS R12.2.4 application that is installed on the virtual machine.

    How to get the name of the table, front end or by connecting to sqlplus.

    This is the insert location API in EBS

    csi_hz_locations_pvt.create_location(
          p_api_version => 1.0 ,
          p_commit           => 'T',--fnd_api.g_true,
          p_init_msg_list    => 'F',--fnd_api.g_false,
            p_validation_level => 100,--fnd_api.g_valid_level_full,
          p_country         => :hz_locations.country,
          p_address1         => :hz_locations.address1,
          p_address2         => :hz_locations.address2,
          p_address3         => :hz_locations.address3,
          p_address4         => :hz_locations.address4,
          p_city             => :hz_locations.city,
          p_postal_code      => :hz_locations.postal_code,
          p_state            => :hz_locations.state,
          p_province         => :hz_locations.province,
          p_county           => :hz_locations.county,
                                         p_description      => :hz_locations.description,
          p_clli_code        => :hz_locations.clli_code,
                                         p_last_update_date => :hz_locations.last_update_date,
                                         p_last_updated_by  => :hz_locations.last_updated_by,
                                         p_creation_date    => :hz_locations.creation_date,
                                         p_created_by       => :hz_locations.created_by,
                                         p_created_by_module => l_created_by_module,
          x_location_id      => l_location_id,
          x_return_status    => l_return_status,
          x_msg_count        => l_msg_count,
          x_msg_data         => l_msg_data
                                        );
         if l_return_status = 'S' Then
            :hz_locations.location_id := l_location_id;
         Else
             IF ( FND_MSG_PUB.Count_Msg > 0) Then
                FOR i in 1..FND_MSG_PUB.Count_Msg LOOP
                         FND_MSG_PUB.Get( p_msg_index     => i,
                                          p_encoded       => 'F',
                                          p_data          => l_msg_data,
                                          p_msg_index_out => l_msg_index_out
                               );
                FND_MESSAGE.Set_String(l_msg_data);
                FND_MESSAGE.ERROR;
              End LOOP;
            End IF;
            Raise Form_Trigger_Failure;
          End IF;
    
    

    I want to find out in what table records inserted.

    EBS my application is on the server and I connected sqlplus using the System/Manager through PuTTY. I asked since

    all_objects
    
    

    table sqlplus but above all function does not exist.

    Help, please.

    Thank you

    Hello

    There are two methods to achieve this.

    1. you need to refer document eTRM oracle.

    2. open API in a tool like toad and get the details.

    Kind regards

    Jonathan

    Note: If response useful/correct, mark as such to make it easier for members of the community find answers that could help in a similar situation.

  • How to get the name of the server (hostname) vCO.

    Hello.

    Someone know how to get host name or IP address of the server vCO in a workflow running on this server? Is there any kind of property, or this method returns the host name of the local host?

    Thank you.

    Try this:

    function getVcoHostname() {
        var answerUrl = workflow.getAnswerUrl().url;
        var re = new RegExp('^(?:f|ht)tp(?:s)?\://([^/]+)', 'im');
        return answerUrl.match(re)[1].toString().split(":")[0];
    }
    
  • How to get the name of the particular index table option.

    Hello

    Can any body tell how to get the name of the item to a particular array.i have a table within array.i must compare the name of Francesca in particular key.here is the table.

    myArray= Array (@43b1e09)
    [0] = object (@42b33f9)
    Testing_1 = Array (@4428821)
    [0] = object (@43adc19)
    choice_id = '0 '.
    delete = "N".
    DownloadURL = "xyz".
    selected = 'Y '.
    translation = "2_486."
    length = 1
    length = "N".
    Editable = 'Y '.
    field_id = '388 '.
    LanguageLink = 'Y '.
    linked_definition_id = null
    multiple values = "N".
    name = "Photo".
    otheroption = "N".
    photovitlink = object (@43ad0d9)
    required = "N".
    step = '1 '.
    translation = "Photo".
    visible = 'Y '.
    [1] = object (@43ad5d9)
    [2] = object (@4490089)

    Here is the structure of the table I get server side.i give table name of result as table myArray.This have several child as an object of object.each having .i table (Testing_1 in the first case) must get the name of this Testing_1 table and compare with my sort key that I perform an operation. But I am unable to get the name of this Testing_1 array(Since_it_is_dynamic_so_this_name_changes_some_times).can a body guide me how to get the name of this table.



    Thanks and greetings

    Vineet Sharma

    Hi Vineet Osho,

    You can browse your object using the loop and you can get the name of the table... as below...

    for each (var obj:Object in myArray)
    {
    for (var str:String in obj)
    {
    If (obj [str] is array)
    {
    var arrayName:String = str;
    }
    }
    }

    Thank you

    Jean Claude

  • How to get the names of the tabs in the void?

    Hi all

    Could someone tell me how to get the names of all the tabs of void?

    I have Parent tab T1. T1 has 3 tabs sup T1_1, T1_2 and T1_3.

    I would like to have T1_1, T1_2 and T1_3 names tab in the list.

    Thanks in advance!

    Dip

    Dip,

    You can get the name of the tab of the apex, apex_application_tabs & apex_application_parent_tabs dictionary views. Thank you.

    Kind regards
    Manish

  • How to get the name of the alias of an attribute in a column named VO?

    How can I get the name of the alias of an attribute in a given VO its column name programmatically?
    Often the alias names and column are not same if the VO is created (and I do not require that they are the same)

    [URL http://docs.oracle.com/cd/E16162_01/apirefs.1112/e17483/toc.htm] ADF Model JavaDocs, something like this should work:

    vo.getAttributeDefs () - returns an array of AttributeDef which you can then browse, check getColumnName() for each of them (this is called the "alias") and when you find the right method, call getName() for the name of the attribute

    John

  • How to get the name constraintlist and column in a table?

    Hello


    can someone please tell me how to get the type of constraint, and it is imposed on the names of columns in a table.




    Thank you
    Nico

    Hello

    Use the two tables:

    select * from all_constraints
    
    select * from ALL_CONS_COLUMNS
    

    Sorry SY, you were faster than me...

    Published by: user11268895 on August 19, 2010 13:27

  • How to get the name of the Agent of ODI?

    Hi, how can one get the name of the agent?

    <%=odiRef.getSession("AGENT_NAME")%>

  • How to get the name of the Group of the user?

    Hi all

    I need filter the data by the user. I will put some users in a group, put an another users in Group B.
    But how can I get the name of the Group of the user on the web?

    Create all the users you need in the RPD under Security in the administration tool. Create the required groups and assign users to their respective groups. Now you can apply data filters, interrogate the limits on groups etc. that apply to all users in the groups. From your question, I see that you are asking how to see groups in the web. Assuming that you are asking for what groups a user is assigned to, you can create a new analysis report / and drag any column in the report. Open the formula column and put this code here: VALUEOF (NQ_SESSION. GROUP). This will show you the list of groups that the user belongs to.

    Let me know if you need anything that anyone else.

    Thank you
    -Laurence.

  • How to get the name of a class private data controls?

    How can I get the names of the controls within a class private data?

    I use the framework of the actor and try to create a tha method will be executed when run the actor. This method should an o list all names of control inside the data class to find the initial value within a configuration file (config.ini file), the key to the configuration file will be the name of the control.

    Thank you.

    You already do the substitution method just because you write for the bundle by name.  And then how are you going to respond to all types of data might be the key.  You do more difficult things that it takes to really very few benefits.

  • How to get the name of the control rappelling, fucntion

    in my sampleGUI.h it has this value

    PANEL_LOGO 60

    ...

    I have a callback as function below:

    sample CVICALLBACK int (int Panel, int controlID, int event, void * callbackData, int evenData1, int Data2 event);

    The controlID value is 60

    In this callback function, how to get back the name of constant PANEL_LOGO?

    Thank you

    Thank you, Luis

  • How to get the name of the bluetooth device and the name of the bluetooth device address device class?

    Hi all

    Can I know how to get the bluetooth device name and the name of the bluetooth device address device class?

    Example:-if my bluetooth device address is :-98:EB:CD:01:1F::90 then how do I get my bluetooth device name?

    I hope you understand my problem. Let me know as soon as possible.

    :

    Thanks for the reply.

Maybe you are looking for

  • major bug in iOS 10.0.2.

    I just updated my iPhone with iOS 10.0.2 + 6 last night. Problem 1: Since keep freeze then my texts.  In the middle of sending a new or reply to a text, keyboard hangs just straight up.  The screen freezes and I have to press the home button to get o

  • How to change the size of the paper for printing?

    Sometimes I use the format A4, letter sometimes. Where can I change this?

  • What happened to the full download option

    It was possible to download the full package, but the download is now only 274KB. Why?I used to download the full package for installation on more than one office.

  • Connection of external devices

    So I don't see Apple still has not added any USB port to the IPad Pro. Y at - he of the adapters that can be purchased? I'm looking to connect an external hard drive to watch the videos when traveling, etc.  Is this possible?

  • DeskJet 1000 c: Complications with Vista in network printing

    I'm having some trouble with my DeskJet 1000 c on my home office network. It is currently connected to a PC running Vista Home Premium 32 - bit edition, with a parallel cable. It prints very well on the local computer and also of my MacBook Pro via t