Fedora release 11 (Leonidas)  oracle stopped working

Oracle 11g1 under Fedora 9 has worked great since 11/2008
I upgraded to Fedora 10 and Oracle 11g1 worked great
I upgraded to Fedora release 11 (Leonidas) and now:
[oracle@LMKIII ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.1.0.6.0 - Production on Sat Aug 15 16:06:54 2009
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to an idle instance.
SQL> dbstart
SP2-0042: unknown command "dbstart" - rest of line ignored.
I am looking into changes to PATH that may have been made in the upgrade.
Thought I'd see if anybody else has had this problem first!

thanks...wow I really forgot a lot since last November!
I started 11g1 and showed it was working!
All I need is to find out why dbora (autostart)no longer works as of Fedora 11.
[oracle@LMKIII ~]$ cat /etc/rc.d/init.d/dbora
#! /bin/sh -x
# Change the value of ORACLE_HOME to specify the correct Oracle home
# directory for your installation.
ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1
# Change the value of ORACLE to the login name of the
# oracle owner at your site.
ORACLE=oracle
PATH=${PATH}:$ORACLE_HOME/bin
HOST=`hostname`
PLATFORM=`uname`
export ORACLE_HOME PATH
if [ ! "$2" = "ORA_DB" ] ; then
if [ "$PLATFORM" = "HP-UX" ] ; then
remsh $HOST -l $ORACLE -n "$0 $1 ORA_DB"
exit
else
rsh $HOST -l $ORACLE $0 $1 ORA_DB
exit
fi
fi
case $1 in
'start')
$ORACLE_HOME/bin/dbstart $ORACLE_HOME &
'stop')
$ORACLE_HOME/bin/dbshut $ORACLE_HOME &
echo "usage: $0 {start|stop}"
exit
esac
exit

Similar Messages

  • Hoe to solve "IE 8 stop working on Oracle E-bussiness suite ".

    Oracle stop working on new IE 8 on Windows 7 . If using Windows XP no problem. Anyone know how to solve this error ?
    The Error is running until after user login to the E-bussiness Suite , then user need to select other selection. Once select the selection then new window will pop up then the error message will show " Internet Explorer has stop working ".

    Hi,
    Oracle Reports is developed with Reports Builder. There is no equivalent design time for this tool in Oracle JDeveloper. The best place to learn how (and which version of) JDeveloper can be used in the context of E-Business Suite is one of the Oracle Applications forums (like OA Framework) here on OTN.
    Frank

  • My wife just bought her first Iphone  a 4s a fwe months ago, its secondhand a few months ago but it came with ios7.  Now the phone has stopped working and is asking to be registered with a Developer Program portal  any ideas how I can fix this for her?

    my wife just boughtnher first apple an iphone4s she got it secondhand about last july , it came with ios7 which had not been released but today its stopped working and asking to be registered with a developers program,  how can I restore her phone and hopefullykeep her current data. Please keep your answer simple we are not it people thanks.

    Well, you have your answer perhaps as to why the phone was being sold in the first place - rather than being a registered developer, the previous owner probably downloaded and installed an illegal copy of iOS 7 beta on the phone and it has now bricked the phone.  Some people did this and of course they could not wait to get their hands on iOS 7, but now it has been released officially, everybody moans.
    The only thing you can do is try resetting the phone again.  Connect it to iTunes and install iOS 7.0.2 and restore it as new and see if that works.  This might help the phone but will not preserve data.
    If it still won't work, then I suggest that you confront the previous owner of the phone and return it for a full refund and start again, but this time buy the phone from a legitimate source.

  • APEX in Oracle XE stopped working

    Im using Oracle XE on Linux (Fedora Core4, selinux disabled, static ip), and I've used the apex utility for different purposes.
    Usually i use the url http://machine.domain:8080/apex and the web
    interface starts but now I get
    Not found
    The requested URL /apex/apex was not found on this server
    The url http://localhost:8080/apex (http://localhost:8080/apex/) and does the same thing. Without the /apex on the end I get the Oracle License Agreement page. The URL http://localhost:8080/i shows a huge list of gifs, css files and directories.
    I found a similar thead in Re: APEX in Oracle XE stopped working altogether , the symptoms are quite similar, but the solution found there doesn't work in my case.
    If I try to get out more information about errors via sqlplus, it creates the following output (as sys):
    SQL> exec dbms_epg.set_dad_attribute('APEX', 'error-style', 'DebugStyle')
    BEGIN dbms_epg.set_dad_attribute('APEX', 'error-style', 'DebugStyle'); END;
    FEHLER in Zeile 1:
    ORA-00604: Fehler auf rekursiver SQL-Ebene 1
    ORA-01652: Temp-Segment kann nicht um 128 in Tablespace TEMP erweitert werden
    ORA-06512: in "SYS.XMLTYPE", Zeile 345
    ORA-06512: in "XDB.XDBCONFIG_VALIDATE", Zeile 5
    ORA-04088: Fehler bei der Ausführung von Trigger 'XDB.XDBCONFIG_VALIDATE'
    ORA-06512: in "XDB.DBMS_XDB", Zeile 382
    ORA-06512: in "SYS.DBMS_EPG", Zeile 229
    ORA-06512: in Zeile 1
    I hope someone can help me....
    Forgott something important: The last thing I've done where creating a new table and filling it with a huge amount of data.
    Message was edited by:
    jbk

    Hi jbk,
    What does it say in the Apache log files? ..\Apache\Apache\logs
    The ORA-01652 indicates that your TEMP tablespace if filled up:
    ORA-01652: unable to extend temp segment by %s in tablespace %s
         Cause: Failed to allocate an extent for temp segment in tablespace.
        Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more
                files to the tablespace indicated or create the object in other
                tablespace.Regards Pete
    Message was edited by:
    Peter Lorenzen
    Message was edited by:
    Peter Lorenzen

  • Error: Oracle Forms Designer has stopped working

    I have read a lot of different responses regarding this and related issues but none of the answers seem to be relative to my specific problem. Here is what I have done so far:
    a. I just finished loading Oracle 11g 64x enterprise on my laptop running windows 7. It loaded correctly and I was able to import my 10g data dump and set up my schema.
    b. I then installed the Oracle development suite: ds_windows_x86_101202_disk1 and disk2. There were some minor issues regarding compatibility but following the advise of one post, I checked the blocks in question and the software loaded fine.
    c. I also attempted to install the p5969392_10123_WINNT.zip file but it gave a message indicating that no updates applied. (I am not sure if this is the correct patch or not?)
    d. I also had to download and install the Sun SDK, v6.18.
    e. I also updated the ORACLE paths in the default.env and registry entries and tried different urls in the runtime preference block. Nothing helped and I stayed with the default.
    Oracle Forms seems to startup correctly and I am able to connect to the database with no problem. Although I did not build a new form completely, it appears that this would be no problem.
    The problem:
    The problem is that when I attempt to open a form that was previously developed in 10g on XP, I immediately get the "Oracle Forms Designer has stopped working" error and Forms Builder shuts down. I get the same error whether I attempt to open a library, menu, or form.
    I have tried changing the compatibility mode from XP, service pack 3 (the default after install) to XP, service pack 2 but it made no difference.
    If anyone has been able to work through this issue, please let me know how. Thanks

    Gauthier Ooms wrote:
    We've had similar problems in the past, but found a working solution (using this + other forums):
    1. Install Oracle DevSuite 10.1.2.0.2
    2. Install Patchset 5983622 to upgrade DevSuite to version 10.1.2.3 (this upgrade is needed in order to do step 3)
    3. Install Patchset 7047034 to fix the crashing problem in the Forms Builder. (installation instructions are provided in the patchset)Issue no 3
    from Patchset 7047034 readme file..
    3.1 Platforms and Components for Patch 7047034 for Oracle Database Release 10.1.0.5How this patchset goes with the form Builder?
    But according to THIS link.. It works ;)
    Hamid

  • Oracle forms designer has stopped working

    oracle forms designer has stopped working
    I trye open form when I open it,show me mag oracle forms designer has stopped working abd when I press cancel it exit from the forms
    I used oracleform 10g with windoes7
    any help ??

    Gauthier Ooms wrote:
    We've had similar problems in the past, but found a working solution (using this + other forums):
    1. Install Oracle DevSuite 10.1.2.0.2
    2. Install Patchset 5983622 to upgrade DevSuite to version 10.1.2.3 (this upgrade is needed in order to do step 3)
    3. Install Patchset 7047034 to fix the crashing problem in the Forms Builder. (installation instructions are provided in the patchset)Issue no 3
    from Patchset 7047034 readme file..
    3.1 Platforms and Components for Patch 7047034 for Oracle Database Release 10.1.0.5How this patchset goes with the form Builder?
    But according to THIS link.. It works ;)
    Hamid

  • Error JREW.EXE stopped working  while installing oracle 9i on windows vista

    Hi,
    When installing oracle9i Database on wndows vista premium home edition it gives jrew.exe has stopped working. Can anybody help me to solve this.
    Thanks
    Sree

    Choose a supported configuration. NO Oracle software is supported on any Windows home edition. First supported database version is 10.2.0.3 for Vista.
    Werner

  • Oracle BI Administration tool has stopped working

    Just now finished the 11g installation.But im not able to open BI Administrator.Im getting this error.Please help.
    "Oracle BI Administration tool has stopped working
    A problem caused the program to stop working correctly.Please close the program"

    I followed the below steps(taken from this forum) for installing OBIEE11g 64 bit version in a 64 bit machine.Installation completed successfully.But not able to open BI Administration tool.Any suggestions???
    There is not a particular 64bit installation. I think it works like this: if you are using a 64bit JDK the apps server is also running 64 bit.
    You can find the generic jar here: http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html and take the generic one (http://download.oracle.com/otn/nt/middleware/11g/wls1033_generic.jar)
    You install this by a command like this (you have to look up the documentation): java -XXm.... .... wls1033_generic.jar
    Then a installer pops up.
    So these were my steps:
    - installed RCU
    - installed 64 bits JDK (jdk-6u21-windows-x64.exe)
    - installed Weblogic (wls1033_generic.jar)
    - installed OBI as "software only"
    - configured OBIi (config.bat you can find in <obi11g home>\Oracle_BI1\bin)
    All together it does not take much longer then the 32bit install. Only some extra steps to do.
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------

  • Oracle 11G Dev - Local Version stops working

    Hi All,
    I've had a local version of Oracle 11G running on my laptop for a number of weeks, I set it up once and it's worked ever since. Until this week.
    I tend to work in various locations, sometimes I am working with no network, other times I VPN to a network using a Mobile Broadband dongle, other times I use a LAN to access the network.
    The problem I'm having is that my console service has stopped working and whilst the listener is running i'm getting an error when I test the connection, doing a TNSPING comes back with an error yet this was working absolutely fine yesterday - I've simply logged off a vpn and logged back on.
    I saw another post here about making a copy of a directory in ..\j2ee\ and putting 'localhost' in the directory name in place of the computer name. This seemed to work yesterday but am getting the same issue today where I can't connect to the local db running on my laptop.
    I can reconfigure the listener each time I change network access method but it seems bonkers to have to do that each time.
    So have a feeling I've done something wrong because I can't see it being this much hassle to run a local copy of oracle.
    can someone please help me get a robust version working which doesn't care if you run on no network, a vpn or a LAN?
    cheers!!

    Pl post details of exact OS and database versions. If you are using a certified version of Windows, have you installed the loopback adapter ?
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16773/reqs.htm#BABFHCJG
    You refer to errors - can you pl post the complete error messages ?
    HTH
    Srini

  • Oracle Forms Runform has stopped working

    OS: Windows 7
    Oracle forms 6.0.8.13 executables were running fine on Windows 7 upto Nov 19th. But after Nov 19th whenever we enter user name, pssword, database and hit connect, it gives oracle forms runform has stopped working error. Following is the Problem Signature.
    We installed Oracle Forms Developer on that system to troubleshoot. But when we tried to connect to database in forms developer, it crashed with the similar error.
    We installed Oracle 11g to see if we can connect via SQL*Plus to database and we are able to connect to DB using SQL*Plus.
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: ifrun60.EXE
    Application Version: 6.0.8.7
    Application Timestamp: 39b8f14e
    Fault Module Name: ifrcm60.dll
    Fault Module Version: 6.0.8.7
    Fault Module Timestamp: 39b8f126
    Exception Code: c0000005
    Exception Offset: 000545a6
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 1033
    Additional Information 1: 7c35
    Additional Information 2: 7c358db5d163bf5f4e4e8698a5d484d5
    Additional Information 3: 94ec
    Additional Information 4: 94ec13cd925e73cbf3d1857c0484307f
    Please help!
    Thank You!

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Oracle Forums FAQ
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>How to ask questions the smart way
    </ul>
    Following these simple guidelines will ensure you have a positive experience in any forum; not just this one!
    We installed Oracle 11g What is this ? 11g is database ? If yes it is 11 XE or what version ..?
    By the way, if you install 11g XE edition, it will not work with Oracle forms 6.0.8.13.
    Hope this helps
    Hamid
    If someone's response is helpful or correct, please mark it accordingly.

  • Oracle sql*plus has stopped working ?

    During creation of database in oracle 11.1.0.6 using database configuration i am getting following error
    oracle sql*plus has stopped working
    any solution?

    Sorry ,we r getting the error while installation?
    May be this can help
    SQL*Plus won't start: Instant client 10.1 on Solaris 10

  • Oracle.exe has stopped working

    I am trying to run the orion load manually on Win2k8 machine.I have installed Orion 10.2.
    When given the command manually i get the error as:
    Oracle.exe has stopped working.
    Can anybody help me with resolving this?

    You can restart the service. Go to services > OracleServiceXXXX > run
    HTH

  • Setupccrt.exe has stopped working on Oracle Configuration Manager

    I have installed Oracle 11gR2 every thing was fine but at the end when it was cofiguring Oracle Configuration Manager. I got folloing error
    setupccr.exe has stopped working.
    I am unable to sort it out but my database is working fine and I started working on APEX 4 with oracle. but i am still concerned about this error.
    If any one can tell me what i shuold do so that this prob can be solved.
    Thanks
    Regards
    Mazahir Abbas

    Thanks for you suggestion, and you right now i am going to put this question on DBA forum, so tht i can get the results.
    also thanks for the link, i also found this link when i was searching to soft out this problem, but it was not helpful.
    Regards
    Mazahir Abbas

  • Jrew.exe has stopped working when iam trying to install oracle on vista

    hi,
    iam gettin an error stating that jrew.exe has stopped working when iam trying to install oracle 9i on windows vista cam anyone help me in resolving it

    Duplicate post. Please stick to Re: jrew.exe has stopped working when iam tryin to install oracle9i on vista

  • Automatic updates stop working after release version 16.0

    I have VM on Microsoft Hyper-V server for testing automatic updates for our organization. Firefox 14.0.1 is installed on this machine. While 15.0.1 was the current version, updates worked fine. Since 16.0 is available its stop working. There are log file from error console here:
    AUS:SVC Checker:getUpdateURL - update URL: https://aus3.mozilla.org/update/3/Firefox/14.0.1/20120713134347/WINNT_x86-msvc/en-US/release/Windows_NT%206.1.1.0%20(x86)/default/default/update.xml
    AUS:SVC Checker:checkForUpdates - sending request to: https://aus3.mozilla.org/update/3/Firefox/14.0.1/20120713134347/WINNT_x86-msvc/en-US/release/Windows_NT%206.1.1.0%20(x86)/default/default/update.xml
    UTM:SVC TimerManager:notify - notified @mozilla.org/updates/update-service;1
    AUS:SVC Checker:onProgress - 42/42
    AUS:SVC Checker:onLoad - request completed downloading document
    AUS:SVC Checker:onLoad - number of updates available: 0
    When I try to update manually via Help--> Updates, all working fine
    Why Firefox cannot update to newest version 16.0 ?
    Why it not able to update to 15.0. 1, if 16.0 not available for any reason ?
    I would like accent, that I am not interested in any manual solutions, like download and install latest version, update manually e.t.c.
    I am going for create fully automatic update schema for our organization.

    Hi vjaunzei
    see : https://support.mozilla.org/en-US/questions/939116
    thank you

Maybe you are looking for

  • CPU Processing Distribution Question. Will 4 core VM use all physical cores on physical processor(s)?

    Sorry if the title is vague, I am unsure how to properly word my question down to a single line. Anyways, on to my question, if I have two 16 core processors in a server, but I have 1 virtual machine that is setup with 4 cores, will the vmware only u

  • Change domain name in URL box

    Hi there, I have updated the domain name for a client's website and followed the proceedure from other discussions I saw on the subject. It works fine to export and publish using the udated domain name, but the old name still shows up in the URL box

  • Activating Windows Server 2008 R2 Enterprise 180 Eval after Upgrade from Win2K8R2 Standard

    I had a licensed instance of Windows Server 2008 R2 Standard.  It is an OEM License. I wanted to try Windows Server 2008 R2 Enterprise for 180 days without rebuilding the whole machine so I entered "DISM /online /Set-Edition:Enterprise" on the comman

  • Parse error in OCCI header, sol8 & gcc 2.95.2

    All I did was include occi.h, and set the namespaces: #include <occi.h> using namespace oracle::occi; using namespace std; ... no other OCCI code error is: In file included from .../occi.h:48 ..../occiObjects.h: in method 'oracle::occi::Ref<T>::opera

  • Wifi works. 3G doesn't on certain apps

    iPhone 5. Wifi everything works fine.  When on 3G , only email and whatsapp works, all other apps just sit there waiting.  A speed test shows that 3G is active and working.  Cannot use safari, Facebook, twitter etc when not On wifi. Any clues