map of apex 4.0 - state names

Hey guys,.

I just work with apex 4 and this is the map feature.
very nice so far, but one thing:
How can you display the names of the States? I come from Germany and Thuringia and Baden-Württemberg will not be displayed. I know it's because of the umlaut in German, but it has got to be a way I guess...

pls help =)

Hi jR - ora,.

It's great that you found the information of the Germany card in wizards of creation. Region of map information is also available on the page of the map for an existing map series. So if you go to change your map query, go to the map page series and if you scroll to the end of this page you will find another region of the 'map region Information' show/hide which will show the information associated with your chosen card source .amap file. We integrated the AnyChart map reference information in our user interface, so you don't have to refer to documentation AnyChart online all the time. You can of course also see documentation of AnyChart here: http://anychart.com/products/anychart/docs/users-guide/map_reference/maps-ref.html?fromtree. Please note that the AnyChart information for your chosen card contains no umlauts, so you will need to consider when you build your map. I have a couple of sample cards here - http://apex.oracle.com/pls/apex/f?p=36648:9 - which might be useful for you.

Kind regards
Hilary

Tags: Database

Similar Questions

  • using the function - how to use the values of the input variables on the table select statement names

    Hello community, I have a problem when creating a function. The purpose of this function is to check the table of weather gave yesterday or not. We must check this on different tables on different sachems. We are creating a function with input variables.

    CREATE OR REPLACE FUNCTION IN_SCHEMA.IS_YDAYDATA_TO_TABLE

    (

    in_schema IN VARCHAR2,

    in_tablename IN VARCHAR2,

    in_datefield IN VARCHAR2,

    )

    RETURNS INTEGER

    AS

    -Declaring variables

    v_is_true INTEGER.

    BEGIN

    SELECT

    CASE

    WHEN MAX (in_datefield) = TRUNC(SYSDATE-1)

    THEN 1

    ON THE OTHER

    0

    END

    IN

    v_is_true

    Of

    in_schema.in_tablename

    ;

    RETURN v_is_true;

    END;

    /

    When creating, I got error: [error] ORA-00942 (44:19): PL/SQL: ORA-00942: table or view does not exist

    How to use the values of the input variables on the table select statement names?

    Hello

    Here's a way you can use dynamic SQL statements for this task:

    CREATE OR REPLACE FUNCTION IS_YDAYDATA_TO_TABLE

    (

    in_schema IN VARCHAR2,

    in_tablename IN VARCHAR2,

    in_datefield IN VARCHAR2,

    in_first_date DATE DEFAULT SYSDATE - 1,.

    in_last_date DATE by DEFAULT NULL

    )

    RETURNS INTEGER

    AS

    -IS_YDAYDATA_TO_TABLE returns 1 if in_schema.in_tablename.in_datefield

    -contains all the dates in the in_first_date of the range through included in_last_date

    - and it returns 0 if there is no such lines.

    -If in_last_date is omitted, the search only the data on in_first_date.

    -If in_first_date is omitted, it defaults to yesterday.

    -Time parts of the in_first_date and in_last_date are ignored.

    -Declaring variables

    sql_txt VARCHAR2 (1000);

    v_is_true INTEGER.

    BEGIN

    sql_txt: = 'SELECT COUNT (*).

    || 'FROM ' | in_schema | '.' || in_tablename

    || 'WHERE ' | in_datefield | ' > =: d1'

    || «AND» | in_datefield | '< >

    || 'AND ROWNUM = 1';

    dbms_output.put_line (sql_txt |) '= sql_txt in IS_YDAYDATA_TO_TABLE");  -For debugging

    Sql_txt EXECUTE IMMEDIATE

    IN v_is_true

    With the HELP of TRUNC (in_first_date) - d1

    TRUNC (NVL (in_last_date

    in_first_date

    )

    ) + 1                -- d2

    ;

    RETURN v_is_true;

    END is_ydaydata_to_table;

    /

    DISPLAY ERRORS

    If you must use dynamic SQL statements, put all the SQL statement in a single string variable, such as sql_txt in the example above.  In this way, you can easily see exactly what will be executed.  Comment out the call to dbms_output under test is completed.

    Try to write functions that will address not only the question that you have now, but similar questions that you may have in the future.  For example, now that interest you only to the verification of the data of yesterday, but later, you might want to check another day or range of days.  The above function combines the convenience of a function simple (looks like yesterday data if you don't tell him otherwise) with the power of a more complex function (you can use the same function to check any day or range of days).

  • Computer changing state name turns to numbers

    I am a machine to States and my case titles are nominated by an enum.  I realized that I had several States doing the same thing, I condensed them and now I have about 8 States with code and 8 States which never get referenced.  I also want to rename the only ive condensed.  The problem is that when I try to change the name, the securities become red.  If I try to change the original enum, it allows all the State titles in their number (1-16).  Ive read something about the typedefs and I know the than mine are not.  Which is the problem or is it something else? Sort easily fix this?  The labview 8.  I don't have my program available, but if it can help that much, I can add it in future.   ~ Matt

    To create a typedef from scratch, you can go to file-> New and select the custom control.  Change the type of control control of typedef or strict typedef.

    If you use LV2011, you can right click on your constant enum and choose make Typedef.  If not, then change one of your constants (an old you have not changed the elements for) for a control or the indicator (context menu).  Go to the control or the indicator on the front panel, right-click and choose Advanced Options-> Customize.  The enum is open in a new window.  Change the type of control to typedef or strict typedef.  Save and replace the control or the indicator.  Go back to the block diagram and return to a constant.  On each other constant, right-click and choose replace with and select your new typedef.  Make sure that the values do not change.

    Once replaced all enums, modify the typedef to the desired values.

  • Map UID data store data store name

    Hello

    I'm trying to map the data store name, I can see in the Client vSphere, the UID of right which is used by VMWare to access a data store.

    Basically, what I need is the same output "ls - alh vmfs/volumes /" gives me. But I need to get this information of MAS using the Perl SDK for example.

    I want to create a script that maps these names and user IDS for each host in our vSphere Cluster. We have for the most part, NFS data warehouses but also some iSCSI LUN.

    Can anyone help?

    Thanks and greetings

    woadmin

    You're in luck, I had already written such a script some time back - http://communities.vmware.com/docs/DOC-10706

    For the other useful vSphere SDK for Perl scripts, check out the repository of scripts - http://communities.vmware.com/docs/DOC-9852 of vGhetto

  • New map of apex

    Hi, apex includes a set of maps for the regions of the map, but I want to kown if it is posible to load the new maps at the apex and there documentation where I can find how do and what do I need to do.

    Thank you and grettings.

    Hi user11173393,

    Tony's response is not actually correct - you don't require any additional license to achieve what you want to do. However, you need to make a number of manual steps to achieve what you want to do. Unfortunately, I don't have a paper outlining the necessary steps right now but I'll try to put something together, when I had the chance.

    AnyChart maps, AnyMaps, are integrated into our release of APEX. For an overview of the AnyMaps, please refer to the AnyChart online documentation here: http://anychart.com/products/anymap/overview/. AnyChart maps are in a particular format, .amap, so if you want to intregate new cards in your instance, they would need to be in the same format, .amap. AnyChart provides a conversion, Flash card converter (http://anychart.com/products/anymap/converter/) utility to convert some of ESRI ShapeFiles (* .shp) in. Files of the AMAP. Once converted, your new .amap files should then be added to your \images\flashchart\swf\maps\ folder and then referenced via custom in your area of the map XML. In order to associate data with maps, AnyChart provides information of reference map (http://anychart.com/products/anychart/docs/users-guide/map_reference/maps-ref.html?fromtree). We integrate these map reference information in some of the tables (wwv_flow_flash_map_files and wwv_flow_flash_map_regions), that allows us to then expose the information in the map Wizard. When you use the AnyChart Flash map converter, you can choose what information you want to your .amap file to keep. You will then need to refer to this information in the generation of data customized for your card. As I said, achieve what you are asking for would require a number of manual steps... and you must be first ShapeFiles too, in order to be able to use the tool of conversion of the card. The tool itself is relatively simple to use. Connecting your new maps and data will be just the trickiest part.

    Kind regards
    Hilary

  • Error: doesn't have permission to access on this server apex... service name?

    Hello

    I've successfully installed Apex before you see the database I had chosen was not the right one. So I changed the name of the service in the dads.conf file. And since then, I can't access Apex anymore, I got the error:

    Forbidden
    You don't have permission to access/pls/apex/f on this server.
    Server Oracle - HTTP - Server at jouandin03.private.local Port 7777 Oracle-Application-Server-10g/10.1.2.0.0

    I tried to make a parallel between and to find a difference between the names of these 2 services officers in the tnsnames.ora, but I have not found anything.
    The database, I'm interested in is "TECHNIQUE. PRIVATE. LOCAL ".


    Thank you!
    Fanny

    Hi Fanny,.

    APEX is installed in the database that you are trying to access?

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at

  • WebVPN mapping of group policy-based user name not LDAP Group?

    Hi guys,.

    As the title says I'm looking for a way to map users who authenticate via LDAP to the webvpn to a particular group policy.

    The reason why I want to do, is to assign particular cifs on a per user basis. I know that you can map a LDAP group to group policy, but all users are in the same group. (I can't change that fact).

    So I was wondering if there is a way to map a "username", which authenticates via LDAP on group policy?

    Cheers.

    That's maybe what you are looking for:

    http://www.Cisco.com/en/us/products/ps6120/products_configuration_example09186a008089149d.shtml

    It is similar to the use of RADIUS 25 attribute, but for LDAP.  Read it carefully and you should find the solution.

    Please evaluate the useful messages.

  • Label of the ASM to name of LUN mapping; Are not even necessary device names when you use ASMLib?

    = Environment details start =.

    OS: Oracle Linux 6.4

    Version Infra grid: 11.2.0.4

    Storage: EMC VMAX

    ASM Lib version:

    # rpm - qa | grep oracleasm

    oracleasm-support - 2.1.8 - 1.el6.x86_64

    oracleasmlib - 2.0.4 - 1.el6.x86_64

    oracleasm version came not in rpm-qa output may be because it is part of the Oracle Linux kernel. But the 2 components above are not

    = Environment details end =.

    We have a 2 node RAC cluster.

    We wanted to add 2 LUNS to our data Diskgroup and asked team storage available to both nodes of the cluster.

    After that they provided, the Linux Admin scanned the LUN and powerpath device names were generated. The powerpath device names like SCSI logic unit number names are incremented sequentially. Because, two additional powerpath LUN used to Node1 to a local file system, the names of powerpath were incrementing differently in the two nodes.

    Thus, for the same LUNS emcpowerpath names differed in Node2. Linux Admin did not notice this difference. And he told us the names of newly added from Node1 LUNS powerpath that have been

    / dev/emcpowerv

    / dev/emcpowerw

    But in Node2, the same LUN were appointed

    / dev/emcpowert

    / dev/emcpoweru

    The DBA guess powerpath name these 2 LUNS will be same on Node2, label the discs to help

    oracleasm createdisk DATA17/dev/emcpowerv1

    oracleasm createdisk DATA18/dev/emcpowerw1

    After marking in node 1, the DBA ran scandisks in Node2. But while the oracleasm scandisks in Node2 is running, it does not seem to/dev/emcpowerv and/dev/emcpowerw in Node2. Instead, ASMLib is smart enough to read the LUN ID in Node1 and search devices powerpath with the same LUN ID and labels as Node1. What's it like in Node2, / dev/emcpowert is labeled DATA17 and/dev/emcpoweru is labeled DATA18 correctly, as shown below.

    Node1

    Node2

    LUN ID

    Label of the ASM

    / dev/emcpowerv

    / dev/emcpowert

    873F

    DATA17

    / dev/emcpowerw

    / dev/emcpoweru

    629:

    DATA18

    Confirmed using the oracleasm querydisk Pei/dev/emcpower < x > .

    During labelling using the oracleasm createdisk , since we use the LUN name I always thought that asmlib dealt only with the names of devices (Powerpath name in this case). I didn't know that ASMLib treats ID LUN. If ASMLIB faces in LUN ID internally, then you don't need to have the same name for a particular LUN for disks shared in different RAC nodes? Right?

    ASMLIB contains 3 packs. Oracleasmlib, which is distributed under a license of Oracle user space and is not part of the standard GPL software distribution. Oracleasm-support, which is in the standard repository and kernel driver of Oracleasm, which is included in the core Oracle UEK only or distributed by Red Hat to RHCK kernel. The subsequent RHCK driver requires a Red Hat subscription. You need all 3 installed packages.

    ASMLib doesn't care to the SCSI ID or device names. When you configure a device to ASMLIB, he writes a header special disk in the device, the command scandisk read and identify a device. ASMLIB devices are populated under the tree of device/dev/oracleasm and found by ASM using the default ORCL: device chain.

    Don't forget that ASMLIB does not work with multiple devices and if you use DB-Multipath or EMC Powerpath, you need to blacklist the physical devices so ASMLIB will use powerpath or multipath device instead. Otherwise there will be no failover devices like ASMLIB will simply use the first device found and ignore the other. Check the following:

    http://www.Oracle.com/technetwork/topics/Linux/multipath-097959.html

  • File map querying and obtaining the file name

    I have a requirement where I need to interrogate a file and dump the data in the DB. But while querying a file for a particular file name, I also need to get the name of the file to perform certain operations on the file. The name of the file must be passed the adapter to do certain operations based on the name of the file. Is it possible to get the name of the file by accident?

    What version of the SOA Suite you use? 10.1.3.4 reading file using the file adapter header variable is available. You'd like to follow this link http://download.oracle.com/docs/cd/E12524_01/relnotes.1013/e12523/adapters.htm#CHDBBFBD.

  • Apex/default apex_admin the name of USER and PASS?

    Whats default USERNAME and PASS
    Apex / http://127.0.0.1:8080 / apex_admin

    Hello

    Here it says default passwd for Apex 3.0 is
    Oracle
    http://www.Oracle.com/technology/OBE/11gr1_db/install/apexinst/apexinst.htm#T2

    BR, JAri

  • Performance: APEX executes SQL statements in order...?

    Hello

    I'm pretty sure but want to ask anyway..., I have 10 selection lists in region 1 and a report in region 2.

    Lets say that the report takes 10 seconds and each single selection list takes 1 second, that I have to wait 20 seconds (each single selection list one after the other and then my report) or is the application of the parallel report executed for lists of selection... and I have only to wait 10 seconds for the entire page...?

    Thanks, Jürgen

    Jürgen wrote:

    I'm pretty sure but want to ask anyway..., I have 10 selection lists in region 1 and a report in region 2.

    Lets say that the report takes 10 seconds and each single selection list takes 1 second, that I have to wait 20 seconds (each single selection list one after the other and then my report) or is the application of the parallel report executed for lists of selection... and I have only to wait 10 seconds for the entire page...?

    Sequentially, so 20 seconds for the page.

    Run the page in debug mode to get schedules for the rendering of each component.

  • XDB user name and password to access the page configuration EPG on a pluggable database APEX

    Hello

    I have a base shared of the Oracle (12.1.0.2) 12.

    I have an APEX PDB 5.0 file. There is no APEX installed on the CDB (root).

    Connected to the PDB, the registry says:

    Name of the ID Version State

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

    APEX Oracle Application Express 5.0.0.00.31 VALID

    I want to configure the EPG for this PDB.

    I did the following (in this order):

    (1) race: apex_epg_config.sql

    (2) race: exec dbms_xdb.sethttpport (8080) - the firewall is open for this port

    (3) race: change the anonymous user account unlock;

    (4) run:

    Start

    () DBMS_NETWORK_ACL_ADMIN.append_host_ace

    Home = > ' *',

    As = > xs$ ace_type (privilege_list = > xs$ name_list ('connect'),)

    principal_name = > "APEX_050000"

    principal_type = > xs_acl.ptype_db));

    end;

    /

    I find myself with the APEX-based users:

    Account

    Status of user name

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

    FLOWS_FILES EXPIRED & LOCKED

    APEX_050000 EXPIRED & LOCKED

    OPEN APEX_REST_PUBLIC_USER

    OPEN ORDS_PUBLIC_USER

    OPEN APEX_PUBLIC_USER

    OPEN APEX_LISTENER

    ORDPLUGINS EXPIRED & LOCKED

    ORDDATA EXPIRED & LOCKED

    ORDSYS EXPIRED & LOCKED

    ANONYMOUS HAS EXPIRED

    ORDS_METADATA EXPIRED & LOCKED

    I used the documentation:

    https://docs.Oracle.com/CD/E59726_01/install.50/e39144/EPG.htm#HTMIG386

    When I run from the browser:

    http:// < IP address of the server >: 8080/apex

    I get the messge:

    "APEX request a user name and password XDB"

    Does someone has encountered this situation in a PDB file?

    Thanks in advance for any information.

    Thanks and greetings

    Hi Patrick,

    Laury wrote:

    I have a base shared of the Oracle (12.1.0.2) 12.

    I have an APEX PDB 5.0 file. There is no APEX installed on the CDB (root).

    I want to configure the EPG for this PDB.

    I find myself with the APEX-based users:

    Account

    Status of user name

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

    ANONYMOUS HAS EXPIRED

    The problem is the ANONYMOUS account has expired.

    Reference: Re: XDB username and password

    I think that this issue is addressed in your previous thread so: Oracle APEX server requires a user name and password of the server said XDB?

    And here's the thread where Jason explained the reasons: Re: installation of the Apex (4.2.2 on 12 c)

    Kind regards

    Kiran

  • Form - enter the names of the State/province drop-down list

    Hello again,

    I use Acrobat Pro DC using a MC Pro and I want to create a list drop-down States and provinces on my form. After clicking Properties and then Options, is there a way to enter all state names at the same time instead of adding one by one? I know there are scripts out there, but I thought that I could create the list that I needed from the List of States - 50 AMERICAN States - Canadian Provinces - Australian States - Mexican States - Brazilian - States ListStates.co... and copy and paste them.

    I read on the drop-down lists, but I don't see that he offered to DC Pro. Please correct me if I'm wrong.

    Thank you.

    Yes, it's possible, but it takes using a script.

    The basic format of this script is:

    this.getField("DropDownName").setItems (["Alaska", "Alabama",...]);

    If you have the items in a text file or a spreadsheet and want to import at the same time you can use a tool like this, I developed, which can be purchased here: Scripts custom Adobe: Acrobat - items import from a text file to a combo box or a list box

    I also offer a free sample with all 50 US States file field drop-down list that you can copy and use in your own file.

  • rename several virtual machines based on the State of food &amp; VM name

    I'm looking for a powershell script to rename the virtual machine based on the state name and vm power.  For example, I have several virtual machines with a - temp at the end of the name of the server.  Some are turned on and some are turned off.  I am wanting to rename only those who is off

    Thank you

    tjw82

    Assuming that - temp is part of the name

    Get - vm | where {$_.powerstate - eq "poweredoff"} | foreach {Set-machine virtual - VM $_ - name (($_.name).)} Replace ("temp", "delete"))}

  • Is there a tool or a way to find a map in OWB using his name?

    Hello

    We use 11.1.0.7.0 OWB.

    I am going through process flows that contain cards that I can't find.
    It's maps created by previous employees who are no longer here. I'm just trying to follow their work.

    The last time they were deployed were back in October 2009.

    If I don't find one of the cards in the Module, it should be in.
    However when I go in the back and watch packages OWB generated after they deployed, I can find the generated package that bears the name of this card, that I see in the process flow.

    So my question is twofold.

    Is there a search function in the end before the OWB I can run to see where this card or if it exists?

    Or is he back-end SQL I can run that checks the tables 'WB_RT_ %' that will be found pay-per-view, again, if it exists?

    Once again the summary:

    1 workflow process contains a map.
    2 card is not found in one of the Modules.
    3 generated Package code for a map be deployed using the same name as the existing in the process flow object are in the database.
    4. you are looking for a way to search on the name of the map to see where or whether there in OWB.

    And if ALL else fails is there a way to take the generated code is located in the database and use it to produce a map?

    Thank you

    Try again with the view of the public:
    http://download.Oracle.com/docs/CD/B28359_01/OWB.111/b31279/TOC.htm

    It's the OWB data dictionary, and you can ask for many things.

    For example:

    -- to get the process flow of a mapping
    SELECT pa.process_name,
      pa.activity_name,
      owbmapping.map_type,
      OWBMAPPING.MAP_NAME
    FROM All_Iv_Process_Activities Pa,
      All_Iv_Xform_Maps Owbmapping
    WHERE Pa.Bound_Object_Id     = Owbmapping.Map_Id
    AND OWBMAPPING.MAP_NAME like '%YOUR_NAME%'
    

    See you soon
    Nico

Maybe you are looking for

  • Cannot transfer calls to the specified number

    Hi all I am having some problems of transfer of calls to a number. I have confirmed that I can call Skype number to show subscriptions etc. are all working, but when I try and with impatience, I get an error in Skype, saying that he could not save th

  • Satellite C70D - A - 11 d - no sound, random

    So I bought this laptop a few months ago.For the past few weeks the laptop has stopped playing sound.I watched a stream in Chrome. So actually, I should be able to see the reading in the table of sound mixing.But I was not able to play any sound or g

  • HP Pavilion g6-2380sa

    Having recently bought this laptop found l I did not win 8, installed win7 x 64 who have used also, most pilots win 8 worked except for the usb controller and ethernet controller, spent hours trying to find these 2 drivers without success, so would a

  • Droid - problem sending Email - BIG PROBLEM for many!

    I've been back for quite some time trying to set up my work email.   I got everything to work some time ago, except for sending, response or message transfer.  You can see my previous post on this regarding Anyway, I wanted to let everyone know that

  • Understand the Check constraint

    CREATE TABLE sample_table(Id1 NUMBER CHECK (id1 > 9),Name1 VARCHAR2 (10))INSERT INTO sample_tableVALUES (11, 'Name')Inserted successfullyINSERT INTO sample_tableVALUES('','Name')How did the last insert statement gives me error.I mean > 9 Null is not