How to stop the process in a base directory? tnslsnr

Hello
When I try to upgrade the database to 10.2.0.3.0 10.2.0.1.0, I stop all the databases and listner but I get the following error? Please tell me how to fix it?

The following processes need to be stop befor continues:
tnslsnr

Thank you
Goussard

That means that your listener is not shut down cleanly.

Try to check your status of listener again

lsnrctl status

and stop it again. See also listener.log for error.

as a last resort. kill the process.

Tags: Database

Similar Questions

  • How can I fix my windows vista stops the process?

    When I run normal stops the process, the system seems to want to close normally, but then was hindered in the phase "forest operations off the coast. I let the computer take its course at night, only to find tht the next morning, he is always "logout".

    Hi Beachdubber,

    ·         You receive an error message or error code?

    ·         Did you do changes on the computer before the show?

    I suggest you to check and clean the boot if the problem persists.

     

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

     

    Note: After troubleshooting, be sure to configure the computer to start as usual as mentioned in step 7 in the above article.

    Let us know the results.

  • Stopping the process background Media Recovery, need to resolve the issue

    Hello

    Nice day!

    O/S: HP - UX 11.31
    DB: 10.2.0.5

    primary database: 2xnode RAC/ASM
    database Watch: Single Instance / Unix file system

    Problem
    ======
    due to not having enough file system free space on the database pending node the name extension (primary database insider) Undo tablespace data file failed on the eve of the database and stop MRP.

    primary 2xnode RAC/ASM works well, as there is sufficient free space available in ASM - DG, but on the eve of the database MRP could not operate as cancel datafile could not be postponed because of not enough free space on the file system.


    Alert - content:

    ORA-01237: impossible to extend datafile 7
    ORA-01110: data file 7: ' / oracle/folder/undotbs2_01.dbf'
    ORA-19502: write error on file ' / oracle/folder/undotbs2_01.dbf ', blockno 102713 (blocksize = 8192)
    ORA-27072: IO file error
    HP-UX-ia64 Error: 11: Resource temporarily unavailable
    Additional information: 4
    Additional information: 102713
    Additional information: 456704
    Sun Aug 07 11:27:58 PST 2011
    Some of the files recovered data maybe left media fuzzy
    Media recovery can continue but open resetlogs may fail
    Sun Aug 07 11:27:58 PST 2011
    Errors in the /xxxx/bsspindb_mrp0_11342.trc file:
    ORA-01237: impossible to extend datafile 7
    ORA-01110: data file 7: ' / oracle/folder/undotbs2_01.dbf'
    ORA-19502: write error on file ' / oracle/folder/undotbs2_01.dbf ', blockno 102713 (blocksize = 8192)
    ORA-27072: IO file error
    HP-UX-ia64 Error: 11: Resource temporarily unavailable
    Additional information: 4
    Additional information: 102713
    Additional information: 456704
    Sun Aug 07 11:27:58 PST 2011
    MRP0: Stopping the process background Media Recovery (bsspindb)


    contents of the trace file:
    =============

    2011-08-07 11:27:32.542
    2011-08-07 11:27:32.542 64896 kcrr.c

    MRP0: Background Media Recovery terminated with error 1237
    ORA-01237: impossible to extend datafile 7
    ORA-01110: data file 7: ' / oracle/folder/undotbs2_01.dbf'
    ORA-19502: write error on file ' / oracle/folder/undotbs2_01.dbf ', blockno 102713 (blocksize = 8192)
    ORA-27072: IO file error
    HP-UX-ia64 Error: 11: Resource temporarily unavailable
    Additional information: 4
    Additional information: 102713
    Additional information: 456704
    -Redo read statistics for thread - 2
    Read rate (SYNC): 2651607 KB in 18054.67 s = > 0.14 Mb / s
    Physical reads total: 2651607Kb
    Longer: 14 Ko moves: 0/9426662 (0%)
    Change the movements: 1382412/14790845 (9%), moved: 503 MB
    More long LWN: 1081 KB, moves: 204/935910 (0%), moved: 5 MB
    Redo last scn: 0x0807.6e5e2a25 (8828009458213)
    ----------------------------------------------
    2011-08-07 11:27:32.557
    Fall of Media Recovery redo thread 2
    -Redo read statistics for thread - 1
    Read rate (SYNC): 2696445 KB in 18836.08 s = > 0.14 Mb / s
    Physical reads total: 2696445Kb
    Longer: 64 k, moves: 0/7997789 (0%)
    Change the movements: 1622690/11754876 (13%), moved: 701Mb
    More long LWN: 1974 KB moves: 237/591888 (0%), moved: 22 MB
    Redo last scn: 0x0807.6e5e2a03 (8828009458179)
    ----------------------------------------------
    2011-08-07 11:27:32.557
    Fall of Media Recovery redo thread 1
    2011-08-07 11:27:58.586
    The recovery is currently fatal!
    2011-08-07 11:27:58.586 1170 krsm.c
    Managed recovery: no Active posted.
    ORA-01237: impossible to extend datafile 7
    ORA-01110: data file 7: ' / oracle/folder/undotbs2_01.dbf'
    ORA-19502: write error on file ' / oracle/folder/undotbs2_01.dbf ', blockno 102713 (blocksize = 8192)
    ORA-27072: IO file error
    HP-UX-ia64 Error: 11: Resource temporarily unavailable
    Additional information: 4
    Additional information: 102713
    Additional information: 456704
    2011-08-07 11:27:58.590 64896 kcrr.c
    MRP0: Stopping the process background Media Recovery
    2011-08-07 11:27:58.590 1170 krsm.c
    ++++++++++++++++++++++++++++++++++


    No idea how fix the problem and restart the MRP process.

    Thank you...

    Kind regards
    X

    Hello

    You must add the disk to the /oracle file system. It seems that there is not enough space to extend the data file.
    After the addition of disc, you can restart the recovery with:
    ALTER DATABASE RECOVER MANAGED STANDBY BASE DISCONNECT FROM THE SESSION.

    or

    You can move your data undotbs2_01.dbf file to another file system that has enough space, that
    ALTER system set standby_file_management = manual scope = mΘmoire;
    change the database file rename ' / oracle/folder/undotbs2_01.dbf' to ' / new_fs/undotbs2_01.dbf ';
    ALTER system set standby_file_management = auto scope is mΘmoire;.

    then start the recovery.

    concerning

  • How to stop the command line defragmentation Vista 64?

    I started "defrag - v w" command line 15 hours ago and I think she's still going because I do not have a command line prompt and the hard drive light flashes quickly (and somewhat randomly).  Anyone know how to stop the defrag process command line without altering anything?

    Key does nothing and the Task Manager shows that defragmentation is running.

    The f

    CTRL-c should stop.

  • Can not stop the process after throwing the error in the OPS

    Dear Experts,

    I am oaf extension co page. I want to stop the process when getting the error after click on apply. I have written logic for error message

    if(vRowCount!= 0)

    {

    pageContext.writeDiagnostics (this, "vrowcoun t! 0 ", 1);

    throw new OAException ("xxThe number already exists", OAException.ERROR);

    }

    It throws the error as an exception, so that it continues the process. I would through error message and stop the process.

    Could someone explain to me how can I solve this problem?

    JDeveloper version: 10.1.3.3.0

    Thanks in advance.

    Here's the code extended co.

    package xxxpai.oracle.apps.ar.hz.components.address.webui;

    import java.sql. *;

    Import oracle.apps.ar.hz.components.address.webui.HzPuiAddressCreateUpdateCO;

    Import oracle.apps.fnd.common.MessageToken;

    Oracle.apps.fnd.framework import. *;

    Import oracle.apps.fnd.framework.server.OADBTransaction;

    Import oracle.apps.fnd.framework.webui.OADialogPage;

    Import oracle.apps.fnd.framework.webui.OAPageContext;

    Import oracle.apps.fnd.framework.webui.beans.OAWebBean;

    Import oracle.apps.fnd.framework.webui.beans.message.OAMessageLovInputBean;

    public class xxHzPuiAddressCreateUpdateCO extends HzPuiAddressCreateUpdateCO

    {

    public xxHzPuiAddressCreateUpdateCO()

    {

    }

    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processRequest (pageContext, webBean);

    }

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    If (PageContext.GetParameter ("Apply")! = null)

    {

    OAApplicationModule am2 = pageContext.getRootApplicationModule ();

    Connection con = pageContext.getApplicationModule (webBean) .getOADBTransaction () .getJdbcConnection ();

    pageContext.writeDiagnostics (this, "entered button1", 1);

    OAViewObject arvo = (OAViewObject) am2.findViewObject ("HzPuiPartySiteVO");

    String abtype = null;

    int vRowCount = 0;

    OAMessageLovInputBean vLOV = (OAMessageLovInputBean) webBean.findChildRecursive ("partySiteInformation0");

    If (vLOV! = null)

    {

    abtype = vLOV.getValue (pageContext) m:System.NET.SocketAddress.ToString ();

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("xxx view object is not null, abtype") .append (abtype) m:System.NET.SocketAddress.ToString (), 1);

    }

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("attribute is") .append (abtype).append("_").toString(), 1);

    Try

    {

    String s1 = (new StringBuilder()).append("").toString ().append("SELECT_no_active_plots_FROM_XXPAI_REF_PLOTS_CONTRCT_VW_where_ref_number_=").append (abtype);

    PreparedStatement vpreparedsatement = con.prepareStatement (s1);

    ResultSet vresultset = vpreparedsatement.executeQuery ();

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("Select is instruction") .append (s1) m:System.NET.SocketAddress.ToString (), 1);

    If (vresultset. Next())

    {

    vRowCount = vresultset.getInt (1);

    pageContext.writeDiagnostics (this, "vRowCount value is" + vRowCount, 1);

    vresultset. Close();

    vpreparedsatement. Close();

    }

    }

    catch (System.Exception e)

    {

    throw OAException.wrapperException (e);

    }

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("vRowCount xxxx") .append (vRowCount) m:System.NET.SocketAddress.ToString (), 1);

    If (vRowCount! = 0)

    {

    pageContext.writeDiagnostics (this, "vrowcoun t! 0 ", 1);

    throw new OAException ("xxThe number already exists", OAException.ERROR);

    }

    }

    super.processFormRequest (pageContext, webBean);

    }

    }

    Hi, I found the solution, I used chips by using the following code.

    MessageToken chips [] = {new MessageToken("ATTRIBUTE3","abtype")};

    OAException errorMessage = new OAException("AR","XX_CUSTOMER_PAGE",tokens,OAException.ERROR,null);

    pageContext.putDialogMessage (errorMessage);

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("xxx before you throw new OAException') .append (vRowCount) m:System.NET.SocketAddress.ToString (), 1);

    pageContext.writeDiagnostics (this, "error message is" + errorMessage, 1);

    pageContext.forwardImmediately ("OA.jsp?page=/oracle/apps/ar/cusstd/acctSite/webui/ArAcctSiteOverviewPG",

    NULL,

    OAWebBeanConstants.KEEP_MENU_CONTEXT,

    NULL,

    NULL,

    true,

    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);

    But, here, I want to update the record already exists, its getting eror

  • How to stop the remote control to the setting

    How to stop the remote control to the setting

    Disable the settings > general > accessibility > voiceover.

  • How to stop the music in the iOS download

    How to stop the music in the iOS download songs? I accidentally clicked (stupidly) songs to download all the purchased. It will take some time and fill out my iPhone with music. I tried restarting and that did not help. It is also a priority on updating apps from the App store. I use the latest version 9.3.2 iOS iPhone 6.

    Thank you

    I will try to put the device in Airplane Mode, then signature of the iTunes and the App Store. Then try to disable airplane Mode. While you are not connected to the iTunes Store, you should not try to download on the phone once you turn it off airplane mode.

  • HOW TO STOP THE NEW ADS ON FACEBOOK... THEY ARE FRIGGIN BORING AND REEK HAVOC WHEN YOU PLAY... PLEASE ME TELL HOW TO BLOCK THEM!

    How to stop the new ads on Facebook

    I get very annoyed by ads to where they are on the web so I use an add-on called 'Adblock Plus' which uses its database to block known ads and you can even block yourself!

    With 'Adblock Plus Adblock Plus ' installed, you can block all advertising photo:

    1. right click on the announcement of photo that you want to get rid

    2. in the menu, click the option that says: ' Adblock Plus: block image... "(it is usually at the bottom of the menu)

    3. when the pop up box appears, simply click 'Add filter' and advertising will disappear before your eyes!

    If this was the answer you are looking for, please click 'Resolved' - thank you.

  • How to stop the shortcut ctrl-alt-s

    How to stop the shortcut ctrl-alt-s bringing HP info? I use this shortcut elsewhere.

    Here it is:

    http://support.HP.com/us-en/document/c00761879

  • How to stop the Animations of Chrome

    How to stop the animations in Chrome? We're wasting resources and slow down the user interface, especially when the user interface is already slow due to the nature of Firefox non-multitraitement. It is like throwing cement on a turtle.

    The animation of the tab bar has a pref browser.tabs.animate related to this and can be set to false.

  • How to stop the Firefox update page to load whenever I run the FF 3.6.16 application

    How to stop the Firefox update page to load whenever I run the application FF 3.6.16. I use it on an iMac G5 ALS.

    See the following for a few suggestions:

  • How to stop the dashboard at the bottom of the screen in endangered?

    How to stop the dashboard to disappear the bottom of Safari.  It did not happen, but I installed iCapitan.

    Dashboard or the Dock? If you mean that the docking menu Apple > System Preferences > Dock > automatically hide / show Dock.

    OS X El Capitan: use the docking station

  • How to stop the VI and a Sub VI together

    Hi, in my application, I have a vi with a state machine with a loop of event handler. One of the events in my loop of event handler is out who runs the State of the output of my state machine. I also have an under vi outside my statemachine.

    The problem:

    1. at the exit of pressing my Vi does not stop.

    Reason: my sub vi is still running.

    Need solution : How tp stop the two loops together using the exit button.

    StateMachine P.S:1.My is inside a while loop and while loop runs inside my sub vi also.

    2. both the loops are parallel, since I'm on queues in it.

    2. both the loops are parallel, since I'm on queues in it.

    There are many ways, depending on your architecture.

    Can pass you a message from out of your event loop to your another loop on the queue?

    Another way is to use a global Boolean variable 'Stop' and use it in your second loop exit condition. Set it in the event loop when you want to stop the program.

    The producer consumer example stops the second loop by closing the queue during the first loop stops and then to capture the error when the second loop trying to read the queue.

  • How to stop the log in page and continue straight on the desktop at boot?

    Original title: desktop

    How to stop the newspaper in stright page and go to the desktop page when starting

    Hi Ms.HarleyChic,

    Windows operating system you are using?

    If you use Windows 7, try the steps in the following article and check if this can help:

    Enable or disable a secure connection (CTRL + ALT + DELETE)

  • How to stop the red symbols to appear when I use the question mark, the apostrophe and slash keys. This only happens in my e-mail program.

    How to stop the red symbol to appear when I use the key question mark in my e-mail program.

    HI Julie Delany.

    1. for how long are you facing this problem?

    2. is there any changes made prior to this issue?

    3. may I know what mail client do you use?

    Disable the function key (lock) and then check

Maybe you are looking for

  • Portege 3490CT - replacing the fan

    My portege started to freeze after about 10-15 minutes of use and the internal fan doesn't suddenly and more. I guess it's the fan which is the cause of the problem that the screen remains the same (IE probably not the graphics problem) and there is

  • Back of the box give

    I just took my Xoom yesterday after playing with my Xoom buddies all day and I love it. One thing I noticed on mine is however that the left side of the housing is loose. I can physically move the thing and it seems just wrong for proceeds of $800. I

  • Reminders does not work in the executable LabVIEW front panel

    I have a couple of reminders in the process template that trigger an event in the event structure to update of the lights on the front panel for the user. Everything works fine until I have create an executable file. This can also be an indication of

  • laser jet pro MFPM177fw color: randomly powers off the power, then press

    My printer is only 18 months old, but since shortly after that I got it, he started putting off and then again when scanning.  The document would be almost finished sweeping and the printer turn itself then again and I have to start the analysis. It

  • Computer stops not to reboot

    I have windows xp home edition. I can't get my computer to shut down, I can't get my add and remove progam is displayed so I can remove programs. My computer will not be x out of web pages either.There is NO error message that it just turned off to r