the sensitive search case sensitive and non-respect of case-sensitive

Hello!

We are with 11g enterprise edition for our product. In the past, we used the LIKE operator to search for our fields of type string. So, we had an index of based function (UPPER (stringfield)) for non-respect of the case. and an index of second normal for a case sensitive search

Now, we want to use the oracle for the search text option (best performance, search for similar words,...). How work with case oracle text and no respect for case-sensitive?

As far as I know, I can set a lexer and set a property to deal OR not to case... But I need two... Do I need 2 text totalisators?

Thank you
Markus

Yes, that's correct.

Tags: Database

Similar Questions

  • the adobe flash plugin failed and none of the solutions have helped

    the adobe flash plugin failed and none of the solutions listed in the section help objects! I tried all the solutions listed, but none seem to work.

    This has happened

    Each time Firefox opened

    He started a week ago ==

    Why Flash is now so unstable in Firefox? Flash broke down indicator is now a familiar visitor (it's usually when I refresh the page isn't extremely mortal!) But... I'll have to go back to IE to check the reliability with my own sites - which are heavily dependent on flash for animation and video. What can we do? My installations of Firefox and Flash are updated. Really disappointing.

  • Updates on the Cache, search, Mobile compatibility, and creation of Cluster for EM

    Hello

    I was wondering if anyone has made the implementation of Manager experience and could have the answers to the following questions:

    1. do we have any cache EM or if she can count on short cache for performance improvements?
    2. can you EM help sort for SEO?
    3. How can we ensure that the content of our site is rendered correctly in mobile devices also? Is - it, whenever I create a page template, I have to create another replica for mobile devices?
    4. any idea of design EM in cluster environment? -What will be a single instance on short ITL with converters of cartridge on each application server or will it be an equivalent number of EM instance of application servers?

    Any info on any of the topic would be really useful. Thanks in advance for this.

    Kind regards
    Vaibhav

    1. do we have any cache EM or if she can count on short cache for performance improvements?

    Nothing can ExpMgr cache. Moreover, these are not comparable. For performance in access time for data improvements, you can grant MDEX (assuming that is what you mean by short above), is hosted on performance related to front-end improvements you need to set the application front end and the application server.

    2. can you EM help sort for SEO?

    In the number short. But short can help, they have the SEO API was integrated into the API assembler which can take care of many aspects of SEO. Check it out [Module SEO | http://docs.oracle.com/cd/E35648_01/index.html] documentation.

    3. How can we ensure that the content of our site is rendered correctly in mobile devices also? Is - it, whenever I create a page template, I have to create another replica for mobile devices?

    Sort of. Either you use "Responsive Web Design" so that the same model works on different devices OR create separate templates for the different categories of devices...

    4. any idea of design EM in cluster environment? -What will be a single instance on short ITL with converters of cartridge on each application server or will it be an equivalent number of EM instance of application servers?

    You will have a WorkBench (Exp Manager), but your site will be deployed to each dgraph.

    HTH, get back if you need more details.
    Pankaj.

  • Play a playlist or album adds the first song 20 times and none of the others

    I have an iPhone 6 and you have a subscription to the music of Apple and iTunes Match (had one before the subscription of Apple's music). When I try to play an album or a playlist, the first song from the album or playlist will play 20 times, but none of the others. This also will show the list of "to - go".

    I have the latest version of installed iOS (9.3.2). I already rebooted my phone, but the problem persists.

    You probably accidentally hit the icon repeat at the bottom of the expansion, now playing screen.  It is very easy to "Repeat 1", in which case it will be play the same song over and over again.  I did this more than once myself.

    See you soon,.

    Jeff

  • Unable to get the database searched with MAX and GROUP BY function

    Hello
    All the

    I have a table as below:
    COLUMN TYPE
    User_id VARCHAR2 (10 byte)
    ID_processus VARCHAR2 (30 bytes)
    END_TIME DATE (STAMP)
    TO_LOC VARCHAR2 (12 bytes)
    TO_LOC_TYPE VARCHAR2 (15 bytes)
    FROM_LOC VARCHAR2 (12 bytes)
    ITEM_ID VARCHAR2 (25 bytes)
    CASE NUMBER (12.4)
    LMS_UDA1 VARCHAR2 (250 bytes)
    AREA VARCHAR2 (2 bytes)

    I only want to get one record with all the columns, have only one clause MAX (END_TIME)
    But the other column value of the difference.
    When I use MAX (END_TIME) and GROUP OF USER_ID, ID_processus, CASE...
    the sql did not a single record,
    It gives the number of records

    Please help me on this

    Concerning

    Saven

    >
    I only want to get one record with all the columns, have only one clause MAX (END_TIME)
    But the other column value of the difference.
    >
    Maybe it's not possible because it depends on your data.

    If the combination of all columns except END_TIME is not unique then there will be multiple records; a record for each unique combination (GROUP BY) of all other columns.

    The only way to ensure that a record is

    SELECT MAX(END_TIME) FROM myTable
    
  • Select the number of months (NULL and non-null separated)

    -Table_1
    -------------

    create table_1
    (
    Arrival_Date DATE
    Counter_seq number (*) not null,
    Exclusion_type varchar2 (10)
    )

    -INSERTION
    -------------

    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-DEC-2009', 'dd-Mon-yyyy HH:MI:SS AM'), 1,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-JAN-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 2, 'PAW');
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('28-DEC-2009', 'dd-Mon-yyyy HH:MI:SS AM'), 3, 'HAN');
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-FEB-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 4,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-JAN-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 5,"LUG");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('28-JAN-2009', 'dd-Mon-yyyy HH:MI:SS AM'), 6, 'HAN');
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-DEC-2009', 'dd-Mon-yyyy HH:MI:SS AM'), 7,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-FEB-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 8, 'PAW');
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('28-JAN-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 9, 'HAN');
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-FEB-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 10,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-DEC-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 11, 'PAW');
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('28-JAN-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 12, 'HAN');
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-DEC-2009', 'dd-Mon-yyyy HH:MI:SS AM'), 13,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-FEB-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 14,"LUG");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('28-JAN-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 15,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-FEB-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 16,"LUG");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-JAN-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 17,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('28-JAN-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 18,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-DEC-2009', 'dd-Mon-yyyy HH:MI:SS AM'), 19, 'HAN');
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-DEC-2009', 'dd-Mon-yyyy HH:MI:SS AM'), 20,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('28-FEB-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 21,"LUG");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-JAN-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 22,"LUG");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-DEC-2009', 'dd-Mon-yyyy HH:MI:SS AM'), 23,"HAN");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('28-JAN-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 24,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-FEB-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 25,");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('28-DEC-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 26,"LUG");
    INSERT INTO 'DW_DOCA '. "' TABLE_1 ' ('ARRIVAL_DATE', 'COUNTER_SEQ', 'EXCLUSION_TYPE') VALUES (TO_DATE('12-FEB-2010', 'dd-Mon-yyyy HH:MI:SS AM'), 27,");


    -SELECT THE NUMBER OF MONTHS
    --------------------------------------

    SELECT EXCLUSION_TYPE,
    County (decode (to_char (ARRIVAL_DATE, 'MON-YYYY'), "DEC-2009", COUNTER_SEQ ")) dec09,.
    County (decode (to_char (ARRIVAL_DATE, ' MON-YYYY ""), "JAN-2010", COUNTER_SEQ ")) Jan10.
    County (decode (to_char (ARRIVAL_DATE, 'MON-YYYY'), ' Feb-2010 ", COUNTER_SEQ")) Feb10
    FROM TABLE_1
    EXCLUSION_TYPE GROUP;


    -CHOOSE IT ABOVE RETURENS: -.
    ------------------------------------------------


    EXCLUSION_ DEC09 JAN10 FEV10
    4 4 4
    0 3 4 LEG
    HAN 3 2 0


    My question is, I need to select a month ruturning one row of NULL values and a line of values not null. Like that so all right: -.

    EXCLUSION_ DEC09 JAN10 FEV10
    Exclusion_Type 4 4 4 NULL
    Exclusion_Type Not null 3 5 4

    The ideas people?

    Published by: Deeds_2001 on November 16, 2010 12:47 AM
    SQL> SELECT DECODE(exclusion_type,NULL,'NULL','NOT NULL') exclusion_type,
      2  COUNT(DECODE(TO_CHAR(arrival_date, 'MON-YYYY'), 'DEC-2009', counter_seq)) Dec09,
      3  COUNT(DECODE(TO_CHAR(arrival_date, 'MON-YYYY'), 'JAN-2010', counter_seq)) Jan10,
      4  COUNT(DECODE(TO_CHAR(arrival_date, 'MON-YYYY'), 'FEB-2010', counter_seq)) Feb10
      5  FROM table_1
      6  GROUP BY DECODE(exclusion_type,NULL,'NULL','NOT NULL');
    
    EXCLUSIO      DEC09      JAN10      FEB10
    -------- ---------- ---------- ----------
    NULL              4          4          4
    NOT NULL          3          5          4
    
    SQL> 
    
  • How can I remove the search of Babylon and the toolbar

    Hello

    I have restored a dell dimension 4700 with windows xp and its lost. I tried all the suggestions from the community. So I decided since I had yet
    No sound after a mouse wireless installed (my mother's day gift) I ran the restore disc again. I improved that is version 8 and added Malawarebytes, AVG,
    Search and destroy and plans to add avast and the babylon search tool bar and took over. I ran the scans and entered in the registry keys
    typing REGEDIT open the CURRENT USER, COMPUTER KEY, or some THING TOTHAT EFFECT and found search for Babylon toolbar and click on delete.
    I wrote all the right stuff I've done, but I left it at home. I've also kept all my responses from the community in my e-mail for future reference. The problem I have
    It is now that is to say, continues to break up I get the error messages. This is wh y I do not have the avast. The spybot found the tool of Babylon and supposedly fixed it.
    Thanks for your suggestions
    Sincerely,
    Gina
    I am to my friends using his computer

    CCleaner is a cleaning tool better than Windows disk cleanup (but windows Disk Cleanup is always good).

    If you use CCleaner no need to use the XP disk cleanup.

    But it's a good idea to defragment from time to time; say once a month if you are a moderate user

    Files out of the place and Windows Defrag puts back them in their correct order.

    Think of it as a workbook, where files get placed in the wrong folders and drawers (must find them and put them in the right place every now and again, so that you can quickly find the next time.)

    The operating system and the information it contains in the same and the files get fragmented. The Defragmantation program gives the files fragmented in the right place.

    Your computer is simply a replacement for the old style desk, typewriter and workbook, etc. in your office.

    He was a Tech-Geek recommended for you:

    http://www.SUPERAntiSpyware.com/portablescanner.html

    See you soon.

  • Compatibility between the cloud and non-nuage versions

    I'm sure that there will be no problem of compatibility between the same versions of cloud and non-cloud products. But what about the feature updates that are mentioned as an advantage of cloud products. How they affect the file format. It does not depend on whether or not I use a feature of some? These updates will be only to provide features that do not change the file format? For example: if I have version 6.0 non-cloud InDesign on one computer and 6. ? InDesign clouds with a new feature that it did not in the non-cloud version yet, can I save a file with the version of cloud and open it with the no-cloud version?

    Hi Mosaicpress,

    Files saved from creative Cloud of products versions are compatible with "framed" copies of the same program. Creative specific characteristic cloud updates will not affect the file format.

    -Dave

  • How to move grid in a region with the selection list, dates selector and buttons?

    Hello

    I'm on Apex 4.2.4 and using the theme 25.

    Most of the time the reactive model is great when you want to align things. But in this case, I want just the displayed items from left to right.

    I have the setting on the top bar and I want the elements all in one line.

    [Date Picker] [30 days] [60 days] [90 days] [Site selection list]

    The date picker is so that they can choose a specific date and the three buttons are there to make the date of the report to jump to sysdate + 30, 60 or 90. And the list of location selection, is that they can specify the type of report.

    I can't get them to single-line layout. I tried several different combination, including the specification of the column and the extent of column. And none of them does not seem to work.

    Apex login

    workspace: bulbcharts

    user: guestdev

    password: graphics

    ID of the App: 73911

    Page: 1

    TC-army wrote:

    Is there a way to disable just grate inside this one region? I just want to bring to the left of the battery (float). But the grid is not able to handle this.

    Could not drop.  Credit for going to this thread:

    https://community.Oracle.com/message/10914920#10914920

    Here's a demo which I believe meets your needs:

    https://Apex.Oracle.com/pls/OTN/f?p=61859:1

    Jeff

  • Restore the system using Windows 7 and IE 11

    I used to be able to choose the date available for the restoration of the system.  But now I only get the current date.  What I need is a date that precedes the problem. In other words, how can I get a date that is available.

    I tried some of your suggestions, but did not succeed. Even tried the "restoration of the system for Dummies" suggestion

    As mentioned, I am on Windows 7, IE 11.

    Your help will be appreciated.

    Corsair 50

    In the system restore if the "show more" is checked, and none are not, then your restore points have all been reset and were lost.

    These problems can be caused by using third party maintenance utilities, of the type that is supposed to cure all problems

  • If I click on "PIN to the browser" the sensitive axis is unselected and vice versa. I need object "PIN at the top of the browser" and 'sensitive pine' work at the same time. Any suggestions?

    In the latest version of muse to adobe, I have me against "PIN at the top of the browser" and 'sensitive pine' work at the same time.

    Now if I choose an object and the axis 'browser', "sensitive pine" is unselected and vice versa.

    The need is for the header with the logo and menu bar to be pinned to the top of the browser, so that the page scrolls in the header bar.

    Now when I click on the sensitive left axis for the logo and the sensitive right pin for the navigation bar, the "pin at the top of the browser" gets deselected.

    Any suggestions or workarounds will be appreciated.

    Kind regards

    Vijay

    Hi all

    Thanks for that bring to our attention. We will consider adding this feature in the future.

    RyanDoyle - it's an interesting hack you have found! Unfortunately, I wouldn't count on that it works like this in the future, as a bug which is to operate. If you drag the screen to change the width of the browser as a Muse, you'll see that the behavior of the elements in the status button (a menu, for example) is different from when exported. However, if you make a small change to your hack, so it should always work: set button "width sensitive" State instead. In addition, I don't see why all parts must be in separate to this job state buttons, but I've only tried a simple example myself.

    An another workaround I used is to create another, more breakpoint. For example, if I have a menu that is pinned to the top left of the browser in the dots stop, then in a breakpoint, I would pin in the center top of the browser. Normally, I wouldn't add more breakpoints, but there is a way that I found to work around the problem. Ryan workaround is perhaps the best way to go if you take my advice and use a status button sensitive width instead of the width of the browser.

    Hope this helps,

    Anna

  • How do I change the sensitivity mouse and keyboard of laptop Lenovo?

    How can I make my laptop Lenovo with Windows 7 require more pressure (or deliberation?) for the keyboard and mouse so I don't have inadvertenly making unexpected orders?

    Hello

    Follow these steps and check if that helps:

    (a) click on 'Start' (or the Windows logo key) and select 'control panel '. Select 'Classic view' in Vista, if it is not already displayed. Double-click "mouse".

    (b) access the "mouse properties" in Vista and Windows 7 by clicking on the Windows logo and typing 'Mouse' in the search box. Press enter, and then click 'Mouse', once the search is complete.

    (c) click on the tab "Hardware" select the touchpad and click 'properties '. If the parameters are not displayed, click on "change settings". In Windows 7, click "Device settings" and select the touchpad. Click on "settings".

    (d) change a setting on the touchpad of your Lenovo laptop by pressing the sign '+' next to the option you want to change. Click "OK" when finished to save and apply the changes.

    For more information you can contact Lenovo support:

    http://support.Lenovo.com/en_US/

  • correct the page id and the page id application id and the id of the sensitivity of the other developer then

    Hi all

    I use apex 4.2 on windows World Bank on internet explore

    I followed the following link

    Oracle - button apex to call a page in another application - Stack Overflow

    at the end of the page, solution provider says

    It seems that your application id and the page id resemble developer links for your pages. You can't share a session as well. It could even be your problem: If you want to bind the user to the page of an application, use the ID correct and not the developer.

    what it means?

    How do I Unlike id and the real id of the developer?

    Please guide me because I think I'm also give the URL of developer which I just copy the URL of the web browser.

    Kind regards.

    Maahjoor wrote:

    I use apex 4.2 on windows World Bank on internet explore

    I followed the following link

    Oracle - button apex to call a page in another application - Stack Overflow

    at the end of the page, solution provider says

    It seems that your application id and the page id resemble developer links for your pages. You can't share a session as well. It could even be your problem: If you want to bind the user to the page of an application, use the ID correct and not the developer.

    what it means?

    This means that, following the structure of the URL of the APEX, in the example

    f?p=4000:4150:&APP_SESSION.

    the application ID is 4000, and the page ID is 4150. 4000 is actually the ID of the application that provides the APEX Builder Application development environment, and page 4150 is the definition of the pages it contains. Application between 3000 and 8999 ID are reserved for internal use of the APEX, so any application ID share you will be outside this range.

    How do I Unlike id and the real id of the developer?

    Please guide me because I think I'm also give the URL of developer which I just copy the URL of the web browser.

    There is no such thing as 'developer id' and 'real id '. Developers and end users run applications using the same ID.

    Note that published URL of permanent demand within applications should use alphanumeric calls and page aliases, ID not digital. This allows a fixed URL to provide to end users while allowing developers and administrators flexibility in how applications are deployed and maintained over time.

    If you have any remaining doubts, provide all the details of what you are doing, including the URL that you create.

  • Deliver the sensitive topic of subregions then to each other

    Hello

    I use a custom theme based on the sensitive theme #25 in a page with this provision in the apex 4.2:

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

    | Parent area (column span = 12)

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

    | Subregion 1 (scope of column = 6, new starting line = yes). Subregion 2 (column scope = 6, new starting line = no)

    --------------------------------------------------------------------------------------------|------------------------------------------------

    | Point 1 (scope of column = 3, new starting line = yes). Point 2 (scope of column = 3, new starting line = no).

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

    However, when this is rendered 2 items in the subregion 1 use only half of the horizontal inside the region space, as if the total number of columns in the subregion 1 was 12 instead of 6:

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

    | Parent area

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

    | In region 1. Under region 2

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

    | Position 1 position 2 |

    | [     ] [      ]              |

    If I change to have a stretch of 6 column, I get the error "component" that x cannot be displayed in the column of the grid 7 with a litter of 6, because that would be more than 6 columns that are supported by the grid.

    Sorry I couldn't reproduce it in apex.oracle.com.

    Any ideas? In the model of the region there is a section called "Screen tip" with nothing in it, but I don't know if I should put something in there, or what it would be.

    Thank you

    Luis

    Hi, just an update.

    The problems that I had to apex.oracle.com caused by fill, which does not allow for all 12 columns in the grid to serve. I fixed here by using less than 12 columns to display items and subregions:

    https://Apex.Oracle.com/pls/Apex/f?p=10104:8

    I'm not an expert of delicate design, but I find it confusing that you will have to answer for the padding, during the installation of components on the page. If a sensitive page has 12 columns in the grid, each of them should be available for use and the padding should Word around them and not the round reverse, at least that was my expectation.

    In any case, the elements of the subregion 1 display correctly now (using all available horizontal space) which is not the case in my application.

    So I just realized that in apex.oracle.com, the width of the grid is specified in pixels, so class apex_span_3 is defined as width: 459px.

    However, in my application of the corresponding class col-md-3 is defined as width: 25% -which is correct with respect to the page but not in what concerns the subregion, which in this case is 50% of the page.

    The cause of the problem has been identified, thanks for all the help!

    See you soon

    Luis

  • Mobile vertical scrollbar in the sensitive theme header

    This can be a simple resolution; However, after several searches on this forum, I am unable to find the answer.

    I use HR 11 with HTML5 (version 11.0.3.268).

    While that generate using HTML5, this vertical scroll bar in the header of the sensitive issue has been properly resolved for desktop computers and tablet.  However, the vertical scroll bar is present in the mobile.  Is could someone please tell me how this can be resolved?

    Thanks in advance for your suggestions!

    What is the title of your project? If your title is long and you use Browse sequences, the necessary header, scroll to adapt to everything.

    Kind regards

    Willam

Maybe you are looking for