Listener starting out of ASM home?

Hello,
I have a fresh install of 10.2.0.3 RAC running on Solaris 2.9.
We have older 10.2.0.3 RAC installs where the ASM HOME and the RDBMS HOME(10.2.0.3) shared the same home and our Listener started under the .../10.2.0/network/admin directory like any other stand-alone database.
We separated the ASM HOME and RDBMS home on our new install and the Listener now automatically starts out the ASM HOME instead during bootup.
Is it okay to run the Listener out of the ASM HOME? It appears to work but our GRID is finding Listeners under both spots (RDBMS and ASM HOME)
Can I changed it to start out of the RDBMS home like all our other Listeners? If so, where does Oracle look during bootup of RAC to set this and how can I change it?

Thanks for the quick response Kevin.
I've ran your command and found:
NAME=ora.snapdragon1.LISTENER_SNAPDRAGON1.lsnr
TYPE=application
ACTION_SCRIPT=/u01/app/oracle/product/asm/bin/racgwrap
NAME=ora.snapdragon2.LISTENER_SNAPDRAGON2.lsnr
TYPE=application
ACTION_SCRIPT=/u01/app/oracle/product/asm/bin/racgwrap
So it appears that the variable ACTION_SCRIPT is being set to the ASM home during CRS startup which would explain why it's using that home.
Is there a way to change that variable? I'd like to start the listeners out of the RDBMS home like all my other databases.
I'll dig around and post back here if I find it first.
Thx,
Gary

Similar Messages

  • DB start & Stop With Multiple Homes

    I have four instances on my box in total. Two instances(orcl & prod) run on a file system, One instance (+Asm) is ASM storage and the last instance(test) uses the asm storage.
    Following are the contents of my oratab file in /etc/oratab
    orcl:/u01/oracle/software:Y
    +ASM:/home/oracle/oracle/product/10.2.0/db_2:Y
    test:/u01/oracle/software:Y
    Prod:/u01/oracle/software:Y
    Following is my db startup and shutdown script:-
    ORACLE_HOME=/u01/oracle/software
    ORA_OWNER=oracle
    case $1 in
    'start')
    #If the system is starting, then .
    su - $ORA_OWNER -c $ORACLE_HOME/bin/dbstart #Start the database
    'stop')
    #If the system is stops, that is we.re shutting down our OS, then
    su - $ORA_OWNER -c $ORACLE_HOME/bin/dbshut
    esac
    When i hash out # the instances using asm in /etc/oratab (+ASM & test) the script works fine as usual i.e it will show me orcl and prod when i do a ps -ef | grep pmon , but once i un-hash all the instances in the oratab it doesnt bring up any instance on startup.
    And what's funny is when i run the script manually like this su - $ORA_OWNER -c $ORACLE_HOME/bin/dbstart, it would bring up all the instances.
    Not sure what the problem is, can you point it out please.

    Hi sb97025,
    Here are the results after doing as you asked me.
    The First result below is in interactive mode
    _=/bin/env
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=localhost.localdomain
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=:/u01/oracle/software/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_HOME=/u01/oracle/software
    ORACLE_SID=Texas
    PATH=/u01/oracle/software/bin:/bin:/usr/bin:/etc
    PWD=/tmp
    SHELL=/bin/bash
    SHLVL=2
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=::ffff:192.168.1.100 3063 22
    SSH_CONNECTION=::ffff:192.168.1.100 3063 ::ffff:192.168.1.102 22
    SSH_TTY=/dev/pts/2
    TERM=xterm
    USER=oracle
    VER10LIST=10
    The second one is the output on system reboot
    _=/bin/env
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=localhost.localdomain
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_HOME=/u01/oracle/software
    ORACLE_SID=orcl
    PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/u01/oracle/software/bin
    PWD=/home/oracle
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=::ffff:192.168.1.100 3063 22
    SSH_CONNECTION=::ffff:192.168.1.100 3063 ::ffff:192.168.1.102 22
    SSH_TTY=/dev/pts/2
    TERM=xterm
    USER=oracle

  • Patching Strategy for CRS and ASM homes

    I'm fairly new to RAC/ASM and haven't performed any patch set upgrades yet. Back in the simple days when I wanted to apply a patch set to a database, say from 10.2.0.4 to 10.2.0.5, I would create a brand new Oracle home ahead of time and apply the patch set to it. I'd name my homes like this:
    /opt/oracle/product/10.2.0.4/db1
    /opt/oracle/product/10.2.0.5/db1
    During the maintenance window I would change /etc/oratab to point the database to the new 10.2.0.5 and complete the database upgrade scripts. The advantages of this strategy:
    1 - Less risk installing software as nothing uses the new home yet. If something goes wrong in the install, no big deal. Research the problem and try again without being under the stress of a defined maintenance window.
    2 - No need to backup old home for back-out purposes.
    3 - Less time required for database to be down during actual patch window since Oracle Installer does not need to run.
    Now with CRS and ASM, is there a way to pre-stage a new home for those, but not have them "active" to the node until later during the maintenance window?
    For ASM, it seems like it would be possible to treat the same way as database and simply update ASM SID in /etc/oratab
    +ASM1:/opt/oracle/product/10.2.0.5/asm1
    but I'm not totally confident in that as I'm afraid the CRS home may already have references to the ASM home in the cluster registry.
    For CRS, it seems like the home is pretty well hard-wired into the node startup scripts and installing a brand new CRS home will probably disrupt the running CRS home.
    Any thoughts about this?

    Hi,
    user5448593 wrote:
    I'm fairly new to RAC/ASM and haven't performed any patch set upgrades yet. Back in the simple days when I wanted to apply a patch set to a database, say from 10.2.0.4 to 10.2.0.5, I would create a brand new Oracle home ahead of time and apply the patch set to it.
    Now with CRS and ASM, is there a way to pre-stage a new home for those, but not have them "active" to the node until later during the maintenance window?Although you have not mentioned the version you are actually on, it is a quite up-to-date question and dilemma.
    Starting with 11.2 for Grid Infrastructure only "out-of-place" patchset upgrades are supported.
    >
    For ASM, it seems like it would be possible to treat the same way as database and simply update ASM SID in /etc/oratab
    +ASM1:/opt/oracle/product/10.2.0.5/asm1
    but I'm not totally confident in that as I'm afraid the CRS home may already have references to the ASM home in the cluster registry.
    For CRS, it seems like the home is pretty well hard-wired into the node startup scripts and installing a brand new CRS home will probably disrupt the running CRS home.
    Any thoughts about this?As of 11gR2 the ASM is part of the Grid Infrastructure, therefore it is running from the same home and not recommended to separate them. (although you can do that)
    By the way, what is your upgrade path? It could be easier to answer your questions if we knew that as there has been a quite a few enhancements and changes in the upgrade/patching process from 10g to 11g. (even between 11gR1 and 11gR2)
    Regards,
    Jozsef

  • Listener error when configuring ASM database

    Hi There,
    I've currently installed the Oracle grid infrastructure 11.2. and the Oracle 11.2 database software on Linux 5.5. The document I am following tells me to add this entry to the listener file I am confused ... Shuold there be two Listeners on the server? One for Grid Infrastructure and one for the database software. When I installed the Grid Infrastructure it installed a listener under the GRID oracle home. Thanks
    46. Set-up a $ORACLE_HOME/network/admin/listener.ora file as detailed in the File Listings below.
    Document i am using:
    http://www.oracle-wiki.net/startdocshowtoinstalloracle11glinuxasm
    As well, once I got to #25 I can not log into SQLPLUS so i had to skip to #39 and then go back .....
    Please help I am very new to ASM.....
    J

    user560159 wrote:
    Ok So I don't even have the ASM database created yet. I just updated the listener.ora file under the grid oracle home and stopped the listener user srvctl now it won't start up anymore ....... HELP PLEASE!
    Jmove/rename listener.ora to new/different name
    No listener.ora file is required.
    listener will start without having any listener.ora file present
    try it
    You'll like it!

  • Listener complications in second oracle homes after 11.2.0.3 upgrade

    Hi Everyone,
    I am running Oracle 11.2.0.1 64-bit on Windows Server 2008 R2, and Application Express 4.1.1.
    I decided to upgrade to 11.2.0.3 for the security/general fixes. I installed 11.2.0.3 into a separate home directory (home2) and then upgraded the 11.2.0.1 database using the DBUA. The upgrade went fine, and the database/Apex started up without incident.
    At this point, I had one listener running from home1 - I have multiple database links and TNS entries which ran perfectly in 11.2.0.1. I figured since the database was upgraded, I would create a new listener from home2, replicate the listener/TNS entries for the database links but point them to home2, and turn off the listener from home1. So I did this, ran the listener2 on the same port as home1 (obvisouly after the original listener was shut down), and things were working for the most part, except that the database link queries in the Apex application would fail intermittently. One time it would work, the next time it would say "TNS error: connect identifier could not be resolved". This never occurred in the original configuration.
    After some fiddling around with various listener settings, I ended up running the listener from home2 with the exact same listener.ora, tnsnames.ora, and sqlnet.ora files from the home1 NETWORK\admin folder. So basically the listener2 service is running, but all listener entries are pointing to the home1 location.
    I am confused on how this is working... first, why would the listener2 running from home2 have random problems with the database links, and why does the listener2 configuration work while pointing to home1?
    Any info is appreciated.
    -Ian

    I figured since the database was upgraded, I would create a new listener from home2, replicate the listener/TNS entries for the database links but point them to >home2, and turn off the listener from home1.inplace of moving listener.ora file into new home,can you try to create new listener by using NETCA.

  • Separating ASM home and DATABASE home?

    I just installed a new 2 node cluster on linux Itanium and I have configured my CLUSTERWARE_HOME and DATABASE_HOME. We are using ASM for our database storage and I had used dbca to create the ASM instances and when I ran the dbca to create the new ASM instance I used the dbca from the DATABASE_HOME.
    I have been told that I should have created an additional home for the ASM instance? Is this correct and is this a best practice for RAC and ASM?
    Everything is up and running fine and I and pondering if it is worth reconfiguring so that we can have a separate ASM home?
    Is there a good doc out there concerning how to reconfigure the home for ASM once it is up and runnig and my database is currently utilizing it for it's storage?
    I know that I would just have to lay down the binariies into a new directory but what alse needs to change? Will this affect how the ASM instances are registered with the clusterware?
    What is the real benefit of having them separate? I have been told that you can patch then separately but I don't see the benefit as the db would have to be down anyhow if the ASM instance would need to be patched?
    Any suggestions are greatly appreciated.
    Thanks.

    Hi,
    << Oracle Documentation >>
    Keep the following in mind when installing ASM:
    When running more than one database instance on a single server or node, it is recommended that you install ASM in its own Oracle home on that server or node. This is advisable even if you are running only one database instance but plan to add one or more database instances to the server or node in the future.
    With separate Oracle homes, you can upgrade and patch ASM and databases independently, and you can deinstall database software without impacting the ASM instance.
    If an ASM instance does not already exist and you select the OUI option to install and configure ASM only, OUI installs ASM in its own Oracle home.
    If you are running a single database instance on a server or node and have no plans to add one or more database instances to this server or node, ASM and the database can share a single Oracle home
    If an ASM instance does not already exist and you select the OUI option to create a database that uses ASM for storage, OUI creates this single-home configuration.
    Have a look at the following documents:
    1) ML NOTE:265633.1 ASM Technical Best Practices
    2) http://julian.dyke.users.btopenworld.com/com/Blog/2007_01_01_archive.html
    3) http://www.dell.com/downloads/global/solutions/Oracle_DB_Deployment_with_Separate_ASM_and_Database_Home_Final_Web_Ready.pdf
    4) http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/storeman.htm#i1021337

  • Error NL-00051 when the listener starts up

    Hi,
    I'm getting an error when the listener starts up on my NT4 system. I have Oracl 8.0.4 running and for some reason I get:
    NL-00051: internal error code, arguments: [302], [1], [], [], [], [], []
    Does anybody know why this is happening. The listener no longer works and the DB's are out of use.
    Any help would be appreciated.
    Thanks,
    Mark Willems

    bash-2.05$ oerr nl 51
    00051, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s
    ], [%s]"
    // *Cause:  This is the generic internal error code for NPD program
    // exceptions. This indicates that a process has encountered an
    // exceptional condition.
    // *Action: Report as a bug - the first argument is the internal error number
    // The second argument is the "emfi" (err msg file index).

  • Starting out with ejb help

    hi,
    i'm starting out with ejb, know java and jsp servlets, and seem to be having trouble getting the first example running, i'm using Jboss_3.2.1.
    1. Where is the javax.ejb package? i have sdk 1.4.1, but don't see the package in there.
    2. Using JBoss where do i put the source and complied files? the book just shows the structure as:
    -classes
    -com
    -brainysoftware
    -ejb
    -meta-inf
    but where do i put this, there is no instructions as to where the classes and meta-inf go? i understand that the .jar goes in the deploy directory but what if i want to store the source and complied in jboss also?
    3. when running a servlet, client, from tomcat do i have to run both tomcat and jboss together? The book just mentioned that i needed to copy the ebj.jar, jboss-client.jar, jnp-client.jar and the Adder.jar (example build) into my lib for tomcat, but why do i need the Adder.jar (the example built), isn't that suppose to run from jboss not from tomcat?
    Thank you.

    1.) You find the package javax.ejb in the following file: $JBOSS_HOME/client/jboss-j2ee.jar
    2.) JBoss doesn't need your source-files. To install your EJBs you must copy a Enterprise Archive (*.ear), which including the jar-file with your EJB, in the directory $JBOSS_HOME/server/default/deploy. This is the directory for hot-deployment of the default-configuration. You could also copy the jar-file with your EJBs into this directory.
    3.) JBoss has always a web-server, either tomcat or jetty. Both are servlet-engines. You doesn't need another tomcat instance. In your web-application you need all classes of a EJB, that you call, for example the remote-home- and the remote-interface of a session bean and the classes of value-objects. This is the reason, because you need the adder.jar. The better way is, you include all necessary files in your war-file.

  • Tv App say "It looks like you're out of your home network"

    I installed the Xfinity TV app on my iPad2 and iPhone 6.  Both worked fine for two days.  Today, I keep getting "Looks like your out of your home network" messages.  I am connected to my network SSID and verified the connection by using both the Xfinity TV Remote app and Xfinity TV Go app.  I've uninstalled the TV app and reinstalled it several times in addition to powering down the devices and starting them up again.  At one point, it gave me a 30001 error code only once.  Calls to customer support only resulted in a recommendation to reset the X1 box by turning the power off.  Nothing has worked.  I am running iOS 8.1.1.  Help, please?

    robandmar wrote:
    Last I head you can only watch the app if you are at home, you cant watch it out of your house. It sounds like it is not really for 'anywhere' TV, it is mainly to replace a cable box in your house ( so you dont have to rent it)
    True.  I am trying to use the TV app at home.  I am connected to my home wifi network which then connected to the Xfinity modem from my router.  The app even shows connected on the same screen when I get the error:  https://files.secureserver.net/0ssvPtcfAXkvKT

  • Just starting out, basic problem here.

    Hi, I'm just starting out using DW to create a very basic website. I'm following the tutorial found here: http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    I've created the container div and placed several divs inside of it. So far I've added a background image into one div and am placing text and images on top of the background.
    I'm trying to place the business logo image in the top left corner 50px down and 90px to the right (from the top left corner). My CSS for the logo looks like this:
    #Main_Logo {
    position: absolute;
    top: 50px;
    left: 90px;
    In the design view it looks exactly where it should be, but when I preview the page in Safari the logo is aligned with the very top of the background image and is very far left. Here is an image of what the design view looks like:
    [IMG]http://i.imgur.com/WCO8H.png[/IMG]
    direct link: http://imgur.com/WCO8H
    And here is the preview of the page in Safari:
    [IMG]http://i.imgur.com/8mhDP.png[/IMG]
    direct link: http://i.imgur.com/8mhDP.png
    Can anyone offer any advice? Why is this happening?
    Thanks.

    Thanks for the advice Nancy. My plan was to make the logo into a link back the the home page (as you've correctly assumed). So you're saying I won't be able to do that if it is placed inside the background image div? I thought that in order to position divs inside (or on top) of existing divs (like the background image) you needed to place the div you want to appear on top inside of the background div.
    Also, here is my code so far:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Step Up</title>
    <link href="Styles/Step_Up.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #Background {
    background-image: url(Images/Background.png);
    background-repeat: no-repeat;
    position: relative;
    height: 1080px;
    width: 1050px;
    #Main_Logo img {
    .style11 {font-family: Arial, Helvetica, sans-serif; color: #444444; font-size: 19px; }
    .style12 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 19px; }
    .style13 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 25px;
    -->
    </style>
    </head>
    <body>
    <div id="Container">
      <div id="Background">
      <div id="Main_Logo"><img src="Images/Main_Logo.png" alt="Step Up" /></div>
        <div id="Left_Column">
        <p class="style13">SECRET TO SUCCESS</p>
        <p class="style11">The secret isn't a radical drug, and it's not membership to an exclusive gym with beefy trainers. Proper wellness boils down to you.</p>
        <p class="style11">The goal of Step Up Fitness and Nutrition Services is two-fold:</p>
        <p class="style12">Empower clients to build an individualized, effective fitness program in the comfort of their own home and neighborhood.</p>
        <p class="style12">Teach and counsel clients on incorporating healthy selections into their everyday lives.</p>
      </div>
      <div id="Right_Column">
        <p class="style13">ABOUT</p>
        <p class="style11">Rachel is a Registered Dietitician and can offer expert nutritional advice and counseling on the topics of weight management (loss/gain), diabetes control, cardiovascular disease prevention and medical nutrition therapy, sports nutrition, and more!</p>
        <p class="style11">Her training style is unique and she is able to not only adapt to individual spaces and limited equipment, but she can also exceed the expectations of a wide variety of fitness levels. Whether you are an experienced athlete, an off-and-on fitness enthusiast, or a beginner, Rachel will tailor the exercise program to fit your schedule and your goals!</p>
      </div>
      </div>
      <div id="Nav_Box">Content for  id "Nav_Box" Goes Here</div>
    </div>
    </body>
    </html>
    CSS:
    @charset "UTF-8";
    /* CSS Document */
    #Container {
        width: 1050px;
        background: #FFF;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    #Left_Column, #Right_Column {
    width: 410px;
    float: left;
    position: relative;
    top: 450px;
    #Left_Column {
    margin-right: 50px;
    margin-left: 90px;
    #Main_Logo {
    position: relative;
    top: 50px;
    left: 90px;

  • HP stream energy star. I am locked out of my home screen.

    I am locked out of my home screen. I set a four digit PIN when I purchased three months ago. Now nothing seems to work. powers up, goes to welcome screen, I enter PIN and nothing. How can I bypass and reset PIN?

    Hello cardoc14, If you cannot log into your windows account, you may need to reset Windows back to factory and start over.To do this:Rapidly tap the F11 key at start up or press and hold the F11 key and press the power button.Choose Troubleshoot from the Boot Options menu.Choose the Recovery Manager and follow the instructions. You will lose any saved files and installed programs when you reset the laptop.   

  • Started with iPod/iTunes (home pc) several years ago. Added iPhone, iPad, laptop and office pc.  Have multiple iTunes/iMusic folders

    Started out with iPod/iTunes on a home pc several years ago. Added iPhone, iPad, laptop and office pc.  Have multiple iTunes/iMusic folders on all 3 computers -- using iCloud to access media on iPhone/iPad.  What's the best way consolidate songs, movies, books, etc prior to phasing out home pc?  Which machine (laptop or office pc) is best to use as the master host for iTunes/iMusic going forward? Don't want to lose anything or create numerous duplicates. 

    I finally resolved this... by changing everything over to a new laptop.  I had been running iTunes on a Vista desktop, and moved Outlook and iTunes to a Win7 x64 laptop.  Once I got everything installed, I copied the iTunes folder to the laptop, transferred the purchases, backed up the iPhone and iPad to the new iTunes, and then synched them.  Set iTunes to sync Calendar, Contacts, Mail, and Notes on both, and resynched.  Once this was done and I verified that everything was intact on both the iPhone and the iPad, I tried entering a calendar event on the phone and then did another sync.  The event showed up in Outlook.  I then deleted the event from Outlook and did another sync and the event was gone from the iPhone.  Did the same with the iPad and got the same results.  So this apparently was something related to the desktop or Vista; I never got it resolved on the desktop.  Not sure what it could be, but now that it's resolved I'm going to leave it alone.  Maybe after I upgrade to an iPhone 5, I might try messing with the iPhone 4s on the Vista desktop.  If I do, and happen to get it resolved, I'll surely post something regarding that.

  • My address book and iPhone pics have become low resolution.  Is there a way I can prevent this from happening when I start out with a higher resolution picture?

    I guess I squeezed my entire issue into the subject line.  lol   When I sync my iphone to my laptop I notice that all my address book pics and iphone pics have become lower resolution, even though I started out with the resolution that I really needed to produce decenty address book printouts.  I doubt I can correct the losses of resolution that have occurred but can anyone help me figure out how to prevent future losses?  Thank you!

    Plugins usually are installed externally to Firefox. However, you can disable them in Firefox so that Firefox does not use them.
    SearchReset is supposed to automate the task of resetting certain preferences, but you still can edit them manually if necessary.
    '''''Address Bar Search'''''
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''keyword''' and pause while the list is filtered
    (3) Right-click '''keyword.URL''' and choose Reset. This should restore Google as the default for address bar search.
    Does that work?
    '''''Search Box'''''
    Usually it works to choose your preferred search engine from the drop-down. To remove an unwanted search engine plugin, usually the Manage Search Engines... choice at the bottom of the drop-down takes care of it.
    Do either of those work?
    There might be another way to hijack that search box; I think some of the other frequent responders probably are more familiar with it than I am.

  • Apex Listener started successfully however nothing show on the web browser

    Apex Listener started successfully, when try to visit APEX (http://localhost:8080), nothing showing on the local web browser. See following output message during the startup of APEX Listener. Thank for your help.
    Kevin
    D:\app\administrator\apex_listener.2.0.0.354.17.05>java -jar apex.war
    Feb 16, 2013 2:17:23 PM oracle.dbtools.standalone.Standalone execute
    INFO: NOTE:
    Standalone mode is designed for use in development and test environments. It is not supported for use in production environments.
    Feb 16, 2013 2:17:23 PM oracle.dbtools.standalone.Standalone execute
    INFO: Starting standalone Web Container in: D:\app\administrator\apex_listener.2.0.0.354.17.05\apex
    Feb 16, 2013 2:17:23 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Will deploy application path = D:\app\administrator\apex_listener.2.0.0.354.17.05\apex\apex\WEB-INF\web.xml
    Feb 16, 2013 2:17:24 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Deployed application path = D:\app\administrator\apex_listener.2.0.0.354.17.05\apex\apex\WEB-INF\web.xml
    Feb 16, 2013 2:17:24 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: D:\app\administrator\apex_listener.2.0.0.354.17.05\apex
    Configuration properties for: apex
    cache.caching=false
    cache.directory=/tmp/apex/cache
    cache.duration=days
    cache.expiration=7
    cache.maxEntries=500
    cache.monitorInterval=60
    cache.procedureNameList=
    cache.type=lru
    db.hostname=dpuwomd-cluster
    db.password=******
    db.port=1521
    db.servicename=dpuwomor.clevelandwpc.com
    debug.debugger=true
    debug.printDebugToScreen=false
    error.keepErrorMessages=true
    error.maxEntries=50
    jdbc.DriverType=thin
    jdbc.InactivityTimeout=1800
    jdbc.InitialLimit=3
    jdbc.MaxConnectionReuseCount=1000
    jdbc.MaxLimit=10
    jdbc.MaxStatementsLimit=10
    jdbc.MinLimit=1
    jdbc.statementTimeout=900
    log.logging=false
    log.maxEntries=50
    misc.compress=
    misc.defaultPage=apex
    security.disableDefaultExclusionList=false
    security.maxEntries=2000
    db.username=APEX_PUBLIC_USER
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.3.0
    Feb 16, 2013 2:17:26 PM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.0.354.17.06
    Application Express Listener server info: Grizzly/1.9.49
    Feb 16, 2013 2:17:26 PM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 2/16/13 2:17 PM
    Feb 16, 2013 2:17:26 PM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex started.

    Hi Kevin,
    this looks like a common issue: You've probably not configured the static contents for APEX ("images") properly. Please make sure you've set the parameter to point to a path that contains the contents of the "images" directory of the APEX installation package that fits to the APEX version of the instance your APEX Listener is supposed to host.
    -Udo

  • I'm new to mac. Just started out. Have OS 10.8.3. I have an HP 1315 printer.  It prints and copies, wont scan.  I see old threads on this, nothing recent.  ?can i make this work, or do i need a new printer??

    I'm new to mac. Just started out. Have OS 10.8.3. I have an HP 1315 printer.  It prints and copies, wont scan.  I see old threads on this, nothing recent.  ?can i make this work, or do i need a new printer??

    Hi Newbie111
    I see that you are unable to scan with the Photosmart 1315.
    What driver are you using?
    The driver listed in the url below is a basic print driver that will allow you to print only.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ps242muc&c c=us&dlc=en&lc=en&os=1006&product=61956&sw_lang=
    You can try using the apple drivers in the url below.
    http://support.apple.com/kb/DL907
    If you have any further issues please let me know.

Maybe you are looking for

  • I have 1 mac, two logins. How can I share an iTunes update?

    Everytime there is an iTunes, Safari or Quicktime update, I download the updates, as does the other person that uses my Mac, under their login. How can I setup iTunes and osX to share the updates?

  • How can I bring the file size of jpegs down to ~60k?

    Hi. I like to resize my photos to 800x600, 72dpi for upload to the web. Now, my cameras are usually set to maximum resolution, which can include 180 or 300dpi, but I can find no Automator action to change the dpi. Using Preview and/or Graphic Convert

  • Run a LabView 2012 executable without installing RTE.

    I have a thumbdrive with a LabView executable that is ready to run.  I want to be able to run this executable on different PC's without having to install the Run Time Engine on each machine.  What dll do I need to have in the same directories as the

  • Broadband Option 3/Router

    Have recently upgraded from Option 2 to Option 3 broadband with BT. Are you supposed to get a new router with this deal? It mentioned a welcome pack (don't know what the welcome pach was supposed to contain though) when I signed up online but nothing

  • Photoshop will not save to NEF format, WHY????

    this has caused me to discontinue use of hte product, except in very rare cases.  Definitely will never upgrade until this is an option.