How to define default option in query page

Hi,
Does anyone know how to change the default value from "matches" to "Substring" in search page?
Thanks.

In config.cfg:
DefaultSearchOperator=hasAsSubstring
DefaultNBFieldSearchOperator=hasAsSubstring
Restart the server.
(It is worth noting that in 10gr3 since database search is the default they changed the out of the box operator to matches to make sure performance was as good as possible.)
Hope that helps,
Andy Weaver - Senior Software Consultant
Fishbowl Solutions < http://www.fishbowlsolutions.com?WT.mc_id=L_Oracle_Consulting_amw >

Similar Messages

  • How to define default element in SAP-Script?

    Hi Guys,
    How to define default element in SAP-Script?
    Can you tell me to do this...is it possible in all the windows or only in main window?
    Regards,
    GURU

    Hi,
    Welcome to SDN
    You can't post ur questions in other's threads .Open a new thread.
    click on post new thread and open new thread.
    Regards

  • When opening a new tab, how do I default to my home page?

    When I manually open a new tab I always get a blank window. I want the new tab to default to my home page when I open it. IE does this, why not Firefox?

    You can do that by using an add-on such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

  • How to set default font color in Pages

    I don't know why. I did a standard clean install of iWork 08. In Pages, everytime I select to insert a text box, the color of the font defaults to brown rather than black. It's a pain to change it to black all the time. Also I noticed that when I select to insert a line, it also defaults to brown. Any thoughts on why this is happening as the default color and how to fix it?
    Also, almost evertime I do the option click on the text box icon to draw a text box, the cursor changes to the crosshair but the box allows me to draw the with size, but the length of the column automatically can't be drawn- it extends instead all the way off the bottom of the page. In other words I can't really draw the text box to the size I need. I'm new to Pages.

    Fix Your Fonts in Safari 6
    Some Safari 6 stuff
    TextExpander shell script snippet to set Safari 6 default fonts
    Safari 6 on Lion, text much smaller?
    Quickstyle - Canisbos
    Safari 6 default font way too small?

  • How to define a application level (or page 0) plsql validation

    I have a selection region on page 0, which I use on a lot of pages. I want to define plsql validation for the items in that region.
    I have already a database package with the validation code.
    Now I want to define each validation only once and not on each page.
    How can I do this.

    Funny thing happened to me on the way to creating my scenario on the apex.oracle.com site. I actually got it to work there. Once I attempted to simplify my scenario to reproduce it on apex.oracle.com, I figured out a simple step (hack?) that I was missing. I put that back into my site and it's working there now as well.
    If it's useful for others who attempt to do something like this, I needed to create a page-level process which doesn't really do anything except have a "NOT NULL" condition of the APP_ERROR_MSG application-level item and then use the "&APP_ERROR_MSG." syntax in the "Success Message" of that process. In essence, I'm telling the process to display the error as a success message when the APP_ERROR_MSG item is not null.
    I feel this is a hack because I would prefer to have this error message processing at the application level rather than at the page level. I was forced to put this process at the page level rather than at the application level because (as of ApEx 2.2) application-level processes do not have a "Success Message" option, only an "Error Message" option, while page-level process have both.
    Maybe my "fix" is truly a hack and I would love to hear that in order to get a better solution, that is more generic and application-level based. My sample app is at http://apex.oracle.com/pls/otn/f?p=32483:1 with the username of "devguest" and the same as the password.
    I look forward to hearing some thoughts.

  • How to define default subtypes for Infotype 0105 on entry

    Hello;
      I have spend an entire day trying to look into PA configuration to determin how to make specific Subtype of the 0105 Communication Infotype automatically appear when an HR person is entering in a new employee.
    Currently we have the 0001, 0010, and ADP subtypes automatically appear in the Communication Infotype screen when the person is entering in a new employee.  I was asked to create three new Subtypes for Infortype 0105 and have these new subtypes automatically appear on the data entry screen for Infotype 0105.
    I can not find anywhere in configuration how to do this.  I ahve burnt an entire day searching configuration and have about had it with this garbage.
    Can someone please point me to specific spot in configuration where these subtypes of and Infotype can be identified as default data entry screens.
    I would greatly appreciate any help ... since I am not a HR Configurator ... just a plain old ABAP'er who has lost our configurators.
    Scott.

    Hi Scott,
    To create subtypes follow:
    Tcode: SPRO
    Path: Personnel Management>Personnel Administration>Communication>Create Communication Types
    Half the job is done. Then include those subtypes in your hiring action. To do so:
    Tcode: SPRO
    Path: Personnel Management>Personnel Administration>Customizing Procedures>Actions>Define infogroups>Info group
    Select your hiring infogroup and create new entries with operation INS for 105 and the three subtypes.
    You are all set!
    Cheers,
    Donnie

  • How to define OC4J-Option in AS 10.1.3?

    Hi
    In Oracle Application Server Release 2 (10.1.2) it was possible to set the java- and OC4J-Options on page OC4J/Administration/Server-Attribute. (For example i want to add "-userThreads" to OC4J-Options and "-Xmx500m" to Java-options)
    However, I can't find a way to add this options in Application Server Release 3 (10.1.3)?
    Can anyone point me to the right place to add this options?
    Thanks.

    I tried updating my opmn.xml file but I continue to get this error message...
    Unable to get database connection : Not in an application scope - start OC4J with the -userThreads switch if using user-created threads
    If I don't use the OC4J's datasource, my code runs fine. This error only occurs if I attempt to use the datasource.
    Here is the section in the opmn.xml for the OC4J I created. The only changes I made were to add the oc4j-options tag and add -Xmx300m to the java-options tag. What am I missing?
    <process-type id="B2B" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" value="-server -Xmx300m -Djava.security.policy=$ORACLE_HOME/j2ee/B2B/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    <data id="oc4j-options" value="-userThreads" />
    </category>
    <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/B2B/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    </category>
    </module-data>
    <start timeout="600" retry="2"/>
    <stop timeout="120"/>
    <restart timeout="720" retry="2"/>
    <port id="default-web-site" range="8889" protocol="http"/>
    <port id="rmi" range="12401-12500"/>
    <port id="jms" range="12601-12700"/>
    <process-set id="default_group" numprocs="1"/>
    </process-type>

  • How to remove Sorting Option in Query's Report

    Hi All,
    When i try to run a Query in Enterprise Portal, I'm getting a "  Sorting option" in each column. Thats not needed in a Report.
    Kindly suggest me How to remove that Sorting options from Each colum header.
    Thanks in Advance.
    Regards,
    Jayaprakash Jayachandran.

    Hi
    Keep the cursor on that characteristics in the navigation pane, right click>Characterisitcs>properties>Sorting-> change the option as you like..
    Else go to Query designer...GO to DISPLAY tab>under SORTING> set it as AS IN THE QUERY
    hope this helps
    Thanks
    BI Learner

  • How do I find optional languages in Pages 5.0? In Pages 4.3 you used to select a language via Inspector.

    Pages 5.0 does not appear to offer the possibility of selecting a language. This really is a shortcoming when you have pre- and post-reform versions of a language, as in German. Am I missing something? in Pages 4.3. you would make a slection via the Inspector.

    Pages now uses  Edit > Spelling and Grammar > Show Spelling and Grammar to set the spell check dictionary.
    If you have been using dictionaries beyond what Apple provides, you may have to reinstall them in Mavericks if they are no longer present on the list, and how well they will work with Pages 5 you will have to check.
    If it doesn't meet your needs, you can stay with Pages 4.

  • How to define select option in function module

    Hi expert,
                           Actually in my program i am using two select options plant and project definition. i have to pass those two select options to my function module. What i did is i declared that two select options in tables tab using RSDSSELOPT structure. My function module is working correctly when i am testing in se37 but if i am calling my function module from my program its showing dump error 'TYPE CONFLICT WHEN CALLING A FUNCTION MODULE(field length)'. please tell me how to solve this problem.
    Regards,
    Rathish

    Problem solved

  • How to set default options in PD 16.5 SP03 PL01

    Everyone,
    I want to set some default physical options while reverse engineering the table(s).
    I want following options to be added everytime I reverse engieer the table.
    CREATE MULTISET TABLE,
    NO FALLBACK ,
    NO BEFORE JOURNAL,
    NO AFTER JOURNAL,
    CHECKSUM = DEFAULT,
    DEFAULT MERGEBLOCKRATIO
    This is what we are going to use most of the time, so I dont want to create a table and then goto physical options and choose them. I want this by default. However in rare cases we might be using some other options as well like CREATE SET TABLE, so I should be able to change it whenever I want but default properties should be listed above.
    Is there a way I can do this?
    Thanks,
    Perry

    Event handler "AfterDatabaseReverseEngineer" for "model" metaclass may help.
    Adding Scripts Before or After Database Generation and Reverse Engineering
    To set default physical options when table created manualy in PD, model default physical options can be used or "Initialize" event handler of table can be an alternative.

  • How to atomate caching options for all pages?

    Hi,
    Customer request:
    Does there exist a means of automating caching option for all the pages of a page group or a portal?
    Thanks a lot for your kind help.
    Best regards.
    Jean-Francois

    Depends on the view technology you´re using for JSF.
    If you're using JSP, use jsp:include.
    If you're using Facelets, use ui:include.
    Consult the documentation of the view technology used for details.

  • How to set default option to open to full spread in window

    Re: InDesign CC
    I have an IDCC book where each chapter resides in its own .indd file. When I open the file, the spread is offset. It's mostly just the lower right corner of a page that is displayed. To correct this, I manually go to View and select Fit Spread in Window. That centers the spread so that I can work on it.
    The problem I have is that I'm having to repeat this action with each new .indd file that I open.
    Is it possible to set the default opening view to fit spread in window?
    Thanks

    Ideally a document should open in the last view that you closed it as . Try restarting the application and try several diffrent files if you need to.
    If you still face some problems try replacing your preference ( Location can be found on : http://helpx.adobe.com/indesign/kb/indesign-preferences-support-file-locations.html )

  • How to define default charset

    Hi.
    I want to make the app server add "charset=windows-1251" into Content-Type: header line for server1 virtual server.
    Content-Type: text/html;charset=windows-1251I tried to set Character set variable on Virtual Servers->server1->Doc Handling->International Characters page to windows-1251, apply changes and restart the instance but that did not help. I still receive just
    Content-Type: text/htmlHow to make app server to send a proper charset?

    How can i set an portuguese (pt_PT) charset so i
    don't get this problem?What does question have to do with java?
    Kaj

  • How to define reading order independent of pages?

    I need to use the reading order tools to make PDF files accessible. The document I'm currently working with is a standard trifold brochure, which has the outer panels on the first page of a landscape-oriented, letter-size document, and the inner panels on the second. In this common scenario, the proper reading order, reflecting how one would read a folded hard copy, is:
    the right column of page 1 (outside; cover)
    the left, center, and right columns of page 2, respectively (inside)
    the left and center columns of page 1 (outside; the center column is the back)
    Clearly, this requires the linearized reading order to begin on page 1, continue onto page 2, then return to page 1. However, I can find no way to do this with the tools in Acrobat. Can someone please help?
    Thanks
    (Version information: Adobe Acrobat Pro 9.2.0 on Windows XP)

    You need to start with a tagged PDF.
    The tagged PDF must have a welll-formed structure tree.
    From that 'foundation' you can work with read order, reflow & accessibility.
    Much of what you desire can be established upfront in the authoring application provided the application provides support for tag management of tagged output PDF.
    Currently, the three applications that provide reliable tag management are Adobe's FrameMaker, InDesign and Microsoft Word (via Adobe's PDFMaker or Net-Centric's 'PAWs' plug-in for MS Word.
    Other applications provide various degrees of tag management; however, the tagged output PDF's structure tag tree is not as well-formed and calls for more manual editing of the PDF structure tag tree.
    I
    s your document authored in InDesign? If so, the following may be useful.
    "Accessible Content Workflow with Adobe InDesign CS4 and Acrobat 9"
    http://w1000.mv.us.adobe.com/cfusion/event/index.cfm?event=list&type=ondemand_seminar&loc= en_us
    Have your Adobe ID in hand. Tug on the link, sign in with your Adobe ID.
    Page opens telling you that the Adobe Acrobat Connect Pro Add-in is opening the meeting room (launch of the recording)
    Recording appears in a separate window. If add-in not installed, dialog present to let you install it.
    Ancilliary documentation.
    http://www.adobe.com/accessibility/products/indesign/
    Link to use: "Creating Accessible PDF Documents with Adobe InDesign CS4 (PDF, 292k)"
    http://www.adobe.com/accessibility/pdfs/accessibledocswithindesignCS4.pdf
    If your document is authored in Publisher be sure to use Adobe PDFMaker, configured to support accessibility, to provide your initial tagged output PDF. Then, with Acrobat Professional, perform the requisite manual edit of the structure tree.
    Something else to look at.
    For multi-column PDFs you can manually establish Articles & Article flow to walk a column's thread through pages.
    See Acrobat Help.
    Be well...

Maybe you are looking for