Modifying a Default Stop List in Oracle 10g

I am working an issue with Oracle Text. I am querying text that is needed for display on Office locations. The structure is that the data is in two letter characters. In some cases the office locations equal to common words found on a stop list. I.e., NO= New Orleans, MS = Mississippi; OH= Ohio, etc...
I've read in the Oracle Text Overview that the supplied Stop Lists can be altered... But how?
Is there code involved (such as commenting out attributes)?

Hi Arun,
Thanks for your suggestion.
I did compile using both the methods (compile_all=yes on linux and also compile all and generating the .fmx through Form builder), but both in cases, the result is the same, no count is displayed.
I have tried with F12 also but did not get the count.
Any Suggestions?
Thanks,
Gopal

Similar Messages

  • Start and Stop Listener service -Oracle 10g

    Please, How I can stop and start listener service? My question is because I have "Oracle Instance" Oracle NT Service" in start up options in manually (i need to have them in way).
    Platform: Oracle 10g.10.2.0.1.0 / Windows XP Professional.

    If I understand your issue....
    C:\> net start <listener service name>
    and
    C:\> net stop <listener service name>
    where <listener service name> is exactly the service name you see in Services panel.

  • Count Hits not displaying the list in Oracle 10g

    Hi all,
    I have a form that is been converted into ORacle 10g from Forms 6i. When the count hits is executed from the action > Query menu, the no of records that will be fetched is not displayed, instead "press F7 for query, and F8 to execute query" is displayed. The same form in 6i works fine.
    Please let me know, is there any settings in Oracle 10g related to this, or a way out to solve this.
    Thanks,
    Gopal.

    Hi Arun,
    Thanks for your suggestion.
    I did compile using both the methods (compile_all=yes on linux and also compile all and generating the .fmx through Form builder), but both in cases, the result is the same, no count is displayed.
    I have tried with F12 also but did not get the count.
    Any Suggestions?
    Thanks,
    Gopal

  • Want to modify the Global Database Name in Oracle 10g R2

    Hi All,
    I have a global database name like GS77.UK.ORA.COM , I want it to be just GS77.What are the possible workarounds for modifying this.
    Thanks & Regards,
    Gaurav S.

    If your problem is really just the global name, yes.
    You can check with
    Select * from global_name;
    Check the documentation first to ensure you checked all implications first
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_1004.htm#i2079942
    Regards,
    PP

  • Oracle 10g - Default commit state

    Hi,
    Does anybody know what the default commit state for Oracle 10g is upon installation?
    Your help is very much appreciated!
    Thanks.

    Do you mean auto-commit on or off? If so, Oracle has no auto-commit (some client apps may).

  • How to verify stored procedures in Oracle 10g.

    I would like to locate default stored procedure in Oracle 10g database.
    And Suggest which stored procedure can be converted in to JAVA code ??

    If the Java part of the question refers to looking for potential to speed up your stored procedures:
    You should consider native compilation which transfers your code to shared libraries which are bound to the DB kernel.
    In this case however consider, that this does not make any sense/improvement for pure data access statements but only for procedures consisting of complex algorithmic processing.
    For details refer to
    [How native compilation works|http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/tuning.htm#sthref2280]
    and
    [Setting Up and Testing PL/SQL Native Compilation|http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/tuning.htm#sthref2309]

  • Cannot start Web Cache in Oracle 10g App Server

    Hi,
    Our Application runs on Oracle10g App Server,
    When it tried to start WebCache using the command
    opmnctl startproc ias-component=WebCache process-type=WebCache
    it shows the error...
    opmn id=oracle10g:6200
    no enabled components for this request
    When i tried to enable WebCache using Enable/Disable Component in Oracle 10g Enterprise manager - I can't see WebCache component it to enabe or disable it.
    When i tried opmnctl status., it shows
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 7276 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | 7684 | Alive
    OC4J | rhs | N/A | Down
    OC4J | instaremit | 5880 | Alive
    OC4J | insta_test_apr_02 | 7100 | Alive
    WebCache is not running, also as the WebCache is not listed in Oracle 10g Enterprise manager, i can' enable or disable it.
    Plz Help me over this.,
    Regards.,
    Deepak.C

    Hi.,
    Thanks again !!!
    Yes, My Oracle HTTP Server is listening on port 80.
    I am not clear, may i know why should the ports be changed for the request to go through Web Cache ???
    Can i assign port 80 for Web Cache and 7778 for HTTP Server ?
    Also In Oracle Enterprise Manager, Web Cache is not available...
    home, HTTP Server, management alll these are there...
    Also for HTTP Server, it's not showing any metric info, 'Not Yet Available' is shown even though the HTTP Server is running, how can i get metric info about Oracle HTTP Server, i have also used dmstool -t ohs_server, its not working
    It's showing... FLEXMON ERROR : detected invalid table name ohs_server
    dmstool -l -t also does'nt lists ohs_server
    Hellp me over this.....
    Deepak.C

  • Stopping the Enterprise Manager Console (Oracle 10g on SuSE 9.1)

    I'm trying to stop the Enterprise Manager Console by issuing the command:
    ${ORACLE_HOME}/bin/emctl stop dbconsole
    Unfortunately, the command fails to stop the EM Console. Here's the output I get:
    TZ set to US/Pacific
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    http://<hostname>:5505/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    --- Failed to shutdown DBConsole Gracefully ---
    failed.
    The only way I can stop the EM Console (and related services--i.e., emagent) is to kill its process.
    Everything (Listener, DB Instance, EM Console) starts fine. I can stop the Listener and DB Instance without any problems. It's just the EM Console shutdown that doesn't happen cleanly.
    Has anyone else encountered the same condition? If so, what was the solution?
    Here's my operating environment:
    SuSE 9.1 (Kernel 2.6.5-7.108-default)
    Oracle 10g
    Thanks in advance for any help/insight.

    Has anyone else encountered the same condition? If so, what was the solution?Yes. Shutdown/reboot of the system made the error go away.
    Sorry, no better clues,
    Toni

  • Where do i see all the default tables and views in oracle 10g

    hi,
    I have installed oracle 10g in the linux os.
    I just wanna see the list of deffault tables and views created by oracle.
    can anyoone hlep me on this
    thanx in advance....

    Check DBA_OBJECTS for all seeded objects in an Oracle database. For tables, check DBA_TABLES. For views, check DBA_VIEWS. All of this is documented in the fine documentation - take some time out to read thru it.
    http://docs.oracle.com/cd/E11882_01/server.112/e25513/statviews_4156.htm#REFRN23146
    http://docs.oracle.com/cd/E11882_01/server.112/e25513/statviews_5056.htm#sthref2482
    http://docs.oracle.com/cd/E11882_01/server.112/e25513/statviews_5085.htm#sthref2521
    HTH
    Srini

  • [Debian] Oracle 10g Express - init.d start/stop script problem + fix

    I've experienced a problem with the init.d script "oracle xe" which is used to start/stop/reload the 10g server and comes with the debian package from oss.oracle.com.
    I noticed that after installing Oracle 10g in the "Debian" way (via .deb package and an apt-source oss.oracle.com), the start and stop method of the script doesn't do anything.
    It's checking for the value of the "ORACLE_DBENABLED" variable, which is on my installation set to "false", because I answered during installation false to the question "do you want to start Oracle 10g at system boot?".
    In my opinion that's wrong. I should always be able to start/stop the Oracle server trough the init.d script regardless of your choice starting Oracle at boot or not.
    I commented out row 604 and 621 in the file "/etc/init.d/oracle-xe" :
    case "$1" in
      start)
            if test -f "$CONFIGURATION"
            then
                    if test "$ORACLE_DBENABLED" != "true"
                    then
                            echo "exit"
    #                       exit 0
                    fi
            else
            echo "Oracle Database 10g Express Edition is not configured.  You must
                    exit 0
            fi
            start
      configure)
            configure
      stop)
            if test -f "$CONFIGURATION"
            then
                    if test "$ORACLE_DBENABLED" != "true"
                    then
                            echo "exit"
    #                       exit 0
                    fi
            else
            echo "Oracle Database 10g Express Edition is not configured.  You must
                    exit 0
            fi
            stop
            ;;

    Hello,
    I have the same problem on RH9.
    [root@phpsrv init.d]# ./oracle-xe start
    Starting Oracle Net Listener.
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/lsnrctl: relocation error: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/../lib/libclntsh.so.10.1: symbol semtimedop, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
    Starting Oracle Database 10g Express Edition Instance.
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus: relocation error: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/../lib/libclntsh.so.10.1: symbol semtimedop, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    Regards,
    Pavel Kucera

  • Default users in oracle 10g

    Hi,
    how can we check the default users in oracle 10g which were created at the time of database creation??

    Hello...
    Please find the user and its usage in 10G:::
    User Purpose
    =========================
    SYS      Oracle Data Dictionary/ Catalog
    SYSTEM The default DBA user name (please do not use SYS)
    OUTLN Stored outlines for optimizer plan stability
    DBSNMP Oracle Intelligent agent
    DIP Generic user account DIP for processing events propagated by DIP.
    TSMSYS User for Transparent Session Migration (TSM) a Grid feature
    ORACLE_OCM Owner of packages used by Oracle Configuration Manager
    Please make your thread answered!!!!

  • How to Set default value to dropdown list in oracle ADF

    hi,
    I need to set default value in the drop down list in oracle ADF.
    If you take in HTML :
    <select>
    <option value="">Select Value </option>
    <option value="saab">Saab</option>
    <option value="mercedes">Mercedes</option>
    <option value="audi">Audi</option>
    </select>
    Like this i need to set default value in drop down llist in oracle ADF.
    Thanks and Regards,
    M. Ramu.

    Hi Ramu,
    Please be more clear on ur post whts ur Jdev version and wht type of dropdown u r using model driven or static list..?????
    Its hard to help u without proper info..
    Just have a look into this before u post a thread...
    https://forums.oracle.com/forums/ann.jspa?annID=56
    Regards,
    Suganth.G

  • Starting Stopping Oracle 10g XE on Linux

    Hi,
    I successfully installed Oracle 10g XE on Suse 10.0 as root. The install went without errors. I configured the oracle with "/etc/init.d/oracle-xe configure" and opted not to start oracle while bootup.
    Then whenever I clicked on Start Database or Stop Database link just nothing happens. The cursor changes shape and after sometime returns back to original shape.
    However, I was easily able to start/stop the database from command line: -
    /etc/init.d/oracle-xe enable
    /etc/init.d/oracle-xe start
    /etc/init.d/oracle-xe stop
    Then I edited /etc/init.d/oracle-xe to enable startup of oracle at bootup and everything work fine now.
    But I'm still not able to start/stop the database from the links provided in the KDE menu.
    By checking the links, they are pointing rightly to startdb.sh and stopdb.sh in scripts directory of config directory.
    Please help me.
    Thanks in advance.

    Hi,
    Thanks for the concern. When I ran su - oracle on KDE Konsole and then stopdb.sh, I got the following output: -
    xsetroot: Unable to open display ' '
    xsetroot: Unable to open display ' '
    and it worked. It stopped the database. Similarly by typing startdb.sh I was able to start the database with above two messages.
    Then came the real part. When I saw the menu entries for Starting & Stopping Database in KDE Menu, they were running as current user. I changed them to run as 'oracle' user and it worked.
    Now I'm able to start and stop database form the KDE Menu entries.
    Another Tip: May be useful to someone: -
    When we run the SQL Command Line Utility from KDE Menu in Suse 10.0 it runs in old style terminal. When I saw the script it ran i.e. startsqlplus.sh of some thing like this ( I don't remember the exact name, but you can find out by right clicking on menu entry and then edit item), it came to know that it was seeking gnome-terminal in /usr/bin and in Suse 10.0 gnome-terminal is located in /opt/gnome/bin!!!!!!. So, I made a symbolic link /usr/bin/gnome-terminal for /opt/gnome/bin/gnome-terminal and now it presents me with nice gnome-terminal to run SQL Plus command line.
    Thanks

  • Oracle 10g Listener sees to stop - all was OK then a few days later it stop

    lsnrctl status gives an error TNS-12560 TNS protocol adapter error followed by 32-bit windows error: 55: unknown error
    All is fine after a reboot of the server but the listener will not respond to anything such as LSNRCT STOP - the only solution is a reboot of the windows server that Oracle 10g is installed on.
    the listner.ora
    # listener.ora Network Configuration File: E:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = c:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.166)(PORT = 1521))
    listener.log shows all OK, then nothing apart from the regular service_updates :
    16-APR-2009 04:27:23 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=aem)(PORT=1521)))(VERSION=169869568)) * status * 0
    16-APR-2009 04:27:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=jde)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.166)(PORT=2946)) * establish * jde * 0
    16-APR-2009 04:27:41 * service_update * jde * 0
    16-APR-2009 04:28:27 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=aem)(PORT=1521))))(VERSION=169869568)) * services * 0
    16-APR-2009 04:32:44 * service_update * jde * 0
    16-APR-2009 04:36:38 * service_update * jde * 0
    16-APR-2009 04:37:02 * service_update * jde * 0
    I cant understand this - if it was a configuration error somewhere the listener would most likely not start in the first place - but for it to start OK and then fail seems strange - and then there is no actual error written to the listener.log.

    This is a problem with non-paged memory allocation on Windows,see on metalink:
    Listener start fails with Tns-12560 Windows Error:55 unknown error
    Doc ID: 737637.1
    Make sure you meet all software and hardware requirements according to the installation guide.
    Werner

  • PUBLIC database account on oracle 10g - what are the default privilages?

    Hi there,
    I was wondering what are the default privileges to PUBLIC database account on oracle 10g R2. Could somebody explain it? Thank you in advance.

    There is not a user PUBLIC. There cannot be a user PUBLIC. Users and roles share the same name space so if there is a role PUBLIC, there can not be a user PUBLIC.
    The catalog table user$ contains both roles and users. The usage is determined by the TYPE# column - 1 = user, 0 = role.
    select user#, name, type# from user$  order by 1
    sys@esdb01:pncl# /
         USER# NAME                               TYPE#
    ========== ============================== ==========
             0 SYS                                     1
             1 PUBLIC                                  0
             2 CONNECT                                 0
             3 RESOURCE                                0
             4 DBA                                     0
             5 SYSTEM                                  1Try it yourself and see.
    SQL> create role foo;
    Role created.
    SQL> create user foo identified by bar;
    create user foo identified by bar
    ERROR at line 1:
    ORA-01920: user name 'FOO' conflicts with another user or role name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • How Production Order finish date and time is being comptued by SAP?

    Hello Expert, How Production Order finish date and time is being comptued by SAP? for example, we create a Production Order via CO01, the basic start date is 29.09.2008 and time is 04:00 it gives us basic finish date is 29.09.2008 and time is 13:28.

  • Trouble with OracleResultSet...pls help

    Hello all, I'm trying to insert a word file into Oracle 9i using Blobs. Thanks to somebody in this forum, i have been able to finally use the oracle.sql.BLOB class using Tomcat. Every code snippet i've seen uses the regular java.sql.ResultSet first t

  • What do I do to register into iTunes without a credit card?

    I do not have a credit card. Then how do I redeem my card?

  • APEX error: Found dead shared server

    Hi, I frequently encounter an error when working with APEX. If I submit any change to APEX, fi a change on some page item, APEX asks me to whether I'd like to save the wwv_flow_accept URL. I then get a file save dialog. This doesn't happen all the ti

  • Can't boot laptop G6

    All of a sudden I cannot boot up my G6 laptop as it won't allow my pasword to be entered. This is very new and confusing me somewhat. without being able to enter my boot password I cannot get to to Windows 7 64 bit OS loader.. I have not changed anyt