How to ignore case in the Apex?

Hello

I have provided a link to an article (Hostname) in one of the attributes of the column.
When I click on the link, need me a page if there is an exact match in the "Hostname".
However, a same host does not match if his name is different between uppercase and lowercase.
Ex: EU1PAPW002 does not match eu1papw002

Is it possible to ignore the case by matching?
Need help on this.

Concerning
Sharath

I'm glad it helped!

Tags: Database

Similar Questions

  • How to start and stop the APEX?

    Hi all! I am new to this forum and APEX too...

    We are runing (Version: Application Express 4.1.1.00.23)

    I need to reboot the server.

    How can I stop APEX graciously and start back after? Thank you!

    Kind regards

    Ghyslain salvation,

    to reinforce what Mike says. Apex is a database and, with the exception of the HTTP server application, runs entirely on the database. (Note with EPG, its all in the database) It contained in the users/schemas database and built items of data such as tables and PL/SQL packages. If the server that is running the Oracle database in which the Apex is installed needs to be restarted, the database must be stopped, which stops indeed Apex. If the HTTP server is also running on this server (ESS or earpiece of the Apex) then this should be stop as well.

    Of course, if your desire is not to stop the database, but to deny the user access to the Apex, perhaps for purposes of maintenance of database, then this can be done by stopping the HTTP server or by stopping the EPG.

    I hope it is clear now.

    André

  • How to a script in the Apex schedulate

    Hello
    I have this need.
    Each month, I want my app to insert automatically the N records in a table each for each day of the current month.
    How can I do?
    I could create a pl - sql script or a conteining to trigger the script, but how do I get the application or the database to start automatically? Y at - it a schedulator in the apex or shoud that I get it started as soon as the user to connect, but how?
    You are waiting for your solutions

    Thanks in advance!

    Hello

    1. connect to your ex in schema scott using sqlplus,
    2. create a procedure named YOUR_PORCDURE and include your code insertion including validation;

    3. create a system schedular as below

    BEGIN
    DBMS_SCHEDULER.CREATE_JOB(JOB_NAME=>'INSERT_DAILY',
    JOB_TYPE=>'STORED_PROCEDURE',
    JOB_ACTION=>'YOUR_PORCDURE',
    REPEAT_INTERVAL=>'FREQ=DAILY;byhour=15;byminute=00;bysecond=00',
    ENABLED=>TRUE);
    end;
    /
    

    of course, you can change the REPEAT_INTERVAL.
    to file your schedular system

    BEGIN
     DBMS_SCHEDULER.DROP_JOB(JOB_NAME=>'INSERT_DAILY');
    END;
    /
    

    Concerning

    Published by: Maahjoor on June 3, 2013 01:18

  • How to display bfile in the Apex report

    We already have the table that stored the bfile and I want to display these files (PDF and Images) in the report of the Apex.
    How to do this? I checked ApEx Guide.pdf document user but could not find an answer.

    If anyone can help?
    Thank you

    You can do it this way:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:64

    Simply change the code so it takes a bfile type (path and name) instead of a file id.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • How to extract data from the APEX report with stored procedure?

    Hi all

    I am doing a report at the APEX. the user selects two dates and click on the GO button - I have a stored procedure linked to this region of outcome for the stored procedure is called.

    my stored procedure does the following-

    using dates specified (IN) I do question and put data in a table (this painting was created only for this report).

    I want to show all the data that I entered in the table on my APEX report the same procedure call. can I use Ref cursor return? How to do this?

    Currently, I use another button in the APEX that basically retrieves all the data from table. Basically, the user clicks a button to generate the report and then another button for the report. which is not desirable at all :(


    I m using APEX 3.1.2.00.02 and Oracle 10 database.

    pls let me know if you need more clarification of the problem. Thanks in advance.

    Kind regards

    Probashi

    Published by: porobashi on May 19, 2009 14:53

    APEX to base a report out of a function that returns the sql code... Your current code goes against a Ref cursor returns the values...

    See this thread regarding taking a ref cursor and wrapping it in a function to channel out as a 'table' (use a cast to cast tabular function vale)...

    (VERY COOL STUFF HERE!)

    Re: Tyring to dynamically create the SQL statement for a calendar of SQL

    Thank you

    Tony Miller
    Webster, TX

  • Find a VM by RegEx name - how to ignore case

    Hello

    In vCO, there is a standard Action that looks like this:

    ----------

    Get all Virtual Machines for all vCenter connections defined for this plugin

    var allVms = VcPlugin.getAllVirtualMachines ();

    machines virtual var = new Array();

    Make sure the virtual machine matches the regular expression

    for (var i in allVms) {}

    If (allVms [i].name.match (regexp)) {}

    VMS.push (allVms [i]);

    }

    }

    VMList = MV;

    ----------

    How can I do this actions ignore the case. I searched this in Java script and found that I have to add "/ I" in the regular expression, but I can't make it work.

    If (allVms[i].name.match(regexp/i)) {}

    Anyone know how to get this working?

    / Brian

    This should work with a variable:

    var allDcs = VcPlugin.allDatacenters;
    var nameToMatch = "B00019V";
    for (var i in allDcs) {
      if (allDcs[i].name.match(new RegExp(nameToMatch, "i"))) {
        System.log("found match -> " + allDcs[i].name);
      }
    }
    
  • How to ignore, click on the button after the application of navigationClick()

    My application has 3 buttons to click on it as menu and me put FieldChangeListener to each of them.

    It works perfectly! but when I put my listField implemented with

      public boolean navigationClick(int status, int time) {
          Field focus = view.getLeafFieldWithFocus();
          Dialog.alert("Focus String :: " + focus.getIndex());
    
          if (focus instanceof ListField) {
          ListField listField=(ListField)focus;
    
          Dialog.alert("Selected Index"+listField.getSelectedIndex());
          Dialog.alert("Selected List Value"+listField.getCallback().get(listField, listField.getSelectedIndex()).toString());
    
          }else{}
          return true;
    
          }
    

    The listener on the buttons are override with navigationclick and ignore fieldlistenser.

    How can I solve this problem?

    Thank you

    When you're clicking on button getLeafFieldWithFocus(); Returns the instance ListField or ButtonField.

  • How to keep cases in the data dictionary

    Hello

    I am very new to Oracle, please apologize in advance for the silly questions.

    Using Oracle 9i R2, SQL Developer 1.51.5440.

    I don't know if it's Oracle DB or SQL developer tool, but the names of the object I create are all transformed into uppercase. Table name, column names, procedure names that all are displayed in uppercase. And yet, I make sure that when I created allows them to use carefully mixed case to improve readability. Example: ProductID, MyTable, etc..

    I went to the options of SQL Developer, but I saw no option to disable the automatic uppercase. Some objects rest in different cases, for example the content of a procedure still looks like when I typed it.

    Is there a way to get the names of the objects to display exactly like them, I created?

    Thanks in advance.

    Using double quotes around the string is the way to save the case of data retention. However, it is a nightmare to the query. As you must remember the case. Using functions as TOP invalid against the column index may compromise the performance of the queries. You can work around this by using function-based indexes.

    As said by the previous guy, unless there are compelling reasons, not many people saves data keeping. If you save the data as a "PRODUCT ID" using InitCap it will give product ID. much more readable than ProductID.

    Christopher Soza
    Oracle BI s/n
    Orix Consultancy Services Ltd
    b: http://sozaman.blogspot.com

  • How to ignore or circumvent the code códido which is not for libraries of the current operating system?

    I have a request, you must run both OS 4.6 or higher, the problem is that the touch does not work in OS 4.6 is it possible to say if the library does not jump...

    Any suggestions on what I can do?

    Just to add to what you, a cod that contains the 5.0 OS specific code, said Martin will not work in OS 4.6, even if this code is never used.  If I understand correctly, the cod will be not charged, because the operating system tries to create a link for all calls in the module at the time of loading (which means it doesn't have to do it dynamically executing save a load of effort).  So if it does not find the corresponding calls it will not load the module, even if these calls are never executed.

    So if you want code that handles the Touch events, then you will have to have a build for OS 4.7 and higher and a build separate without touch events for 4.6.

  • How to add data to the table using Manager POST for restful Apex application

    Hi all

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Hi jerry2134,

    jerry2134 wrote:

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Check out the following tutorials OBE, that explains the creation of GET and POST RESTful Web Services and how to use them in the APEX.

    Also what yo mean "looking forward on how to proceed? Do you want to or created for use/consume in your Oracle APEX application hosted RESTful web services?

    If Yes, in your Application, you must create a RESTful Web Service reference -> shared components. Then, create a form/report based on Web Service reference.

    Kind regards

    Kiran

  • parameter as in the apex problem

    Hi all

    Can someone help me how to get the pop up message when we use shipment_date_to less shipment_date_from then as in the below example we use Shipment_date_from = 1 January 2015 and shipment_date_to must be higher Shipment_date_from = 1 January 2015 but I used shipment_date_to = January 31, 2005, that does not in this case We get an error message. How to achieve this in the APEX.

    parameter_issue.jpg

    Pls try it

  • Quick question: the database of the APEX can get synchronized with a SQLite database?

    Hi all!

    So, I'm an intern and I am applying in the APEX, and there's another student here who made the same request, but then for Android. It uses SQLite as a database (because it is a lightweight database), and I use the database to Oracle 11 g, which is used in the APEX. My request is already hosted online (via oracle.apex.com), so the database is online as well.

    Now, I have done some research, but I have never met a useful answer.

    Is someone here can tell me if this is really possible?
    As in, can synchronize my Oracle 11 g database and its SQLite database?

    Please, just a "Yes, it is possible", or a "no, won't it be able to do' will do. But if you say yes, and you also happen to know how, so any suggestions would be welcome. ;)

    I have 6 weeks to know, but I prefer to know in advance...

    Thanks for your response!

    Hello

    I think that your question do not relate in any case at the APEX. It is more related to data bases it self and connections.

    This might help
    Creating link to Sqlite db?

    Kind regards
    Jari

    -----
    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

  • PLSQL Funciton in a query SELECT for a region at the APEX

    Hello, I'm developing a SQL report based on a SELECT query that uses a plsql function.

    However, the PLSQL function returns a numeric value and, in addition, it also has an out parameter.

    How to display this on the APEX report parameter value?

    Thank you
    R

    Hello

    FWIW, you can write this to query the report source

    declare
    qry varchar2(32000);
    num number;
    begin
    num := qry_function(qry);
    return qry;
    end;
    

    CITY

  • The activation of the feature in the APEX very specific access control

    Hello

    does anyone know how to do?


    Reading around it seems that this characteristic to be able to provide online access control is only a part of the Enterprise edition. However, it certainly is not because there is a tutorial on how to implement that in the APEX. However, when I write that it comes up with the error above, however characteristic is not activate. It comes to mount the virtual private database that allows you to access control of line.
    I guess that the line of code that would mean ' private access is one that says: policy_function = > "user only.


    BEGIN
    DBMS_RLS.add_policy
    (object_schema = > 'data_schema',)
    object_name = > 'EMPLOYEES. "
    POLICY_NAME = > "EMP_SEL_POL"
    function_schema = > 'HR ',.
    policy_function = > 'USER_ONLY ',.
    statement_types = > 'SELECT');
    END;
    /




    Thank you very much

    Published by: Alvaroe on February 3, 2010 10:37

    Fine-grain Access Control (MEV) is a feature available only in the as detailed here http://www.oracle.com/database/product_editions.html Oracle database Enterprise edition
    If you have a license for the EA, then you can exercise the hooks which provides the APEX in interface with the VPD policies defined in the database.

    CITY

  • Export of data using the interface of the Apex

    I want to export at the same time and in a single file
    -database objects (tables, constraints, etc.)
    -possibly databases and data
    which are used by a given Apex application.

    QUESTION: Is it possible to do it through the interface of the Apex?

    I know how to do this with SQL-Developer.

    I also know how I can export through the Apex interface
    an object selected (for example, a table).
    But what of all the exporters together?

    Thank you very much
    Marios

    Hello
    Try this.

    Export all the objects schema DDL in sql single file. (tables, constraints, etc.) at the same time
    Workspace opened-> Home > utilities > Generate DDL-> createscript->-> schema name choose fron-> option selection list choose Add file save as Script-> check-all > click Generate ddl-> name of script type-> click createscript-> stored in your scripts sql inside the WORKSHOP of SQL TAB-> click on export button right under task link-> click on checkbox for the corresponding file name and click on-> to export-> export Scripts right side have your file-> click Export all.

    Combining the Application + objects ddl + data
    Open your application-> whose home > Application Builder > 123 Application > supporting objects >-> Create from scratch-> name-> editor of Setup Scripts will open-> copy and paste the sql commands that you exported using steps above

    data
    If you need to export data from sample then you can paste these commands insert into tablenamein the same sql editor in step 2 and save it

    Note: in your home > Application Builder > 123 Application > objects supporting > status-> include the object definitions to support the export of export = yes

    Export your application and the user can import using single sql file.

    Thank you
    Mark Wyatt

Maybe you are looking for

  • Apple pay ceases to function in standby

    One of the best features of my Apple Watch is the convenience of compensation from Apple. It's fantastic!  Unfortunately this function no longer works after upgrading IPhone 6 to 9.3.4. Any help would be greatly appreciated. George

  • Do I need a malware or virus protection?

    Hello, I've owned an iPad for some time and I need to know if I should install an app for virus/malware protection and perhaps get recommendations on what would be good if the situation requires it. I accidentally installed some sort of weird app - i

  • Portege R30-A-196 don't go off, blocks

    I bought a Toshiba Portege R30-A-196 1 months ago. The early exhibits the same problem. Sometimes, when I stopped presents the Toshiba screen saver, "shut down" message and blocks. If I wait an hour has not closed.Sometimes, in mode hibernation, don'

  • Why some photos looks as a green file when you look at them to iMovie?

    I just tried to do a project using iMovie, but my appearance of photos more recent all in green. Whay is it? How can I solve this problem? Thank you

  • Blocked IP addresses does not

    I'm trying to block some IP addresses to relay messages through our Barracuda/Exchange Setup program. I'm working on a NSA-3500.  I have set up a group of addresses called BLOCK the IP.  I then add IP addresses to the group hoping to block all access