Can't start Oracle XE in Ubuntu LInux

hi everyone, i've just installed the oracle xe version for Linux as deb file, i could start and install it to my linux pc. Then, i tried to start Oracle database from,
applications> oracle database 10g express edition > start database;
i get an error, my user is not a member of dba group. Then, i changed group my user to dba, then i start the database, there will be nothing. I am trying to connect via sql plus,
SQL> CONN
Enter user-name: HR
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
Warning: You are no longer connected to ORACLE.
SQL>
i am getting this error, do you have any advice to solve this problem?
Thanks for responses.

Reason: You are connected to an idle instance so on sqlplus
username pwd screen enter credentials, hit enter.
You will be prompted for username and pwd
enter / as sysdba on username
will say connected to an idle instance then
issue a startup command

Similar Messages

  • How to start Oracle Report Builder in Linux

    Hi all
    Can someone please help by telling how can i start Oracle Report Builder in Linux????
    Thank you and best regards to all

    Hello,
    there should be a script rwbuilder.sh
    in ORACLE_HOME/bin for 10.1.2.
    in ORACLE_INSTANCE/config/reports/bin for 11g
    Of course, you need to have a "X Display Server " up and running and the variable DISPLAY must be set to this "X Display Server "
    Example :
    export DISPLAY=123.456.789.12:0
    $ORACLE_HOME/bin/rwbuilder.sh
    Regards

  • How can i start oracle databases? i am using Oracle 8.1.6 for linux.

    when i run dbstart,it gives me following message:
    Database "ora4cweb" warm started.
    but when i use sqlplus,it says:
    ORA-01034: ORACLE not available
    i made a mistake ,i shutdown my linux before i shutdown oracle databases,how can i start oracle databases now?thanks in advance.

    try it without the scripts...
    login to linux as oracle
    start server manager
    svrmgrl
    connect internal
    startup
    select sysdate from dual;if that works
    exitcheck listener
    lsnrctl
    statif nothing running type
    start
    exitnull

  • How to install Oracle client on UBUNTU LInux

    Hi,
    I want to install oracle client on ubuntu linux. Which version of oracle client works on it and is there any other tool which i can install instead of oracle client?
    Regards,
    RJiv.

    RJiv wrote:
    Hi,
    I want to install oracle client on ubuntu linux. Which version of oracle client works on it All recent Oracle version support different Linux flavours
    The problem is Oracle usually don't provide direct Oracle Client download except for Windows. You need to download the Server installation file and install the client piece. The download files are rather large.
    and is there any other tool which i can install instead of oracle client?It depends on what you plan to do with Oracle client and why you need it.
    On alternative is instance client, it has direct download for all supported platform.
    http://www.oracle.com/technology/software/tech/oci/instantclient/index.html

  • Can you install Oracle 10g on REDHAT LINUX ENTERPRISE WS?

    According to oracle documentation, it says you can install oracle10g on Redhat enterprise version 3 or 4, but it doesn't specify whether its Red Hat Enterprise Linux AS or WS. Can you install oracle 10g on Rehat Linux Enterprise WS?

    Oracle Certificaction Matrices says only RedHat AS/ES is supported for database. AFAIK WS means workstation.
    Also this link is very clear: http://kbase.redhat.com/faq/FAQ_61_1135.shtm
    Besides the above sentences... If the WS installation is providing all required packages (listed in installtion prerequisites) I belive that Oracle DB could be installed on WS but as I (and the above link) said it is not officialy supported.

  • Can i start oracle forms and reports 11g services in linux with opmnctl ?

    Hi:
    I am so confused with weblogic and forms 11g that i don't know nothing at all looll :)
    Someone told me that to start oracle forms i need to this
    [oracle@biz ~]$./startManagedWebLogic.sh WLS_FORMS
    This scripts asks for a password and that's annoying... and it just stays waiting there.. i mean does not stay running in background... So if i finish my ssh session it will shutdown...
    Today at oracle support they told me that i still can start forms with OPMN using opmnctl as we use to do in 10g... Is this possible? Does anyone here have a startup script for forms and reports 11g under linux? How do you guys start forms and reports?
    Regards
    Ricardo

    Hi Ricardo,
    Someone told me that to start oracle forms i need to this
    [oracle@biz ~]$./startManagedWebLogic.sh WLS_FORMS
    This scripts asks for a password and that's annoying... and it just stays waiting there.. i mean does not stay running in background... So if i finish my ssh session it will shutdown...After starting WLS_FORMS, you can very well send it to background.
    Press Ctrl+Z and then type bg it will move it to background
    >
    Today at oracle support they told me that i still can start forms with OPMN using opmnctl as we use to do in 10g... Is this possible? Does anyone here have a startup script for forms and reports 11g under linux? How do you guys start forms and reports?
    with just opmnctl we cant run Forms I believe, we need to have WLS_FORMS also running ..
    Forms requires ohs or wc to be up and running along with WLS_FORMS , thats is what is my understanding ..

  • How can I start oracle databse in linux ?

    I have rebooted the machine and oracle database did not start.
    How can I start manually oracle database ?
    Thanks a lot !!!

    sqlplus
    connect as sysdba
    startup pfile=<Path to your init.ora>

  • Can`t start oracle instance 11gR2 on Ubuntu 10.4

    I noticed something that some diretories are named using my hostname (phoenixbai) while others use localhost.
    e.g.
    ./cdata/localhost
    ./localhost_ora11g
    ./localhost_ora11g/sysman/emd/upload/localhost_host_host_configuration_old
    ./oc4j/j2ee/OC4J_DBConsole_localhost_ora11g
    ./log/phoenixbai (DIR)
    when I rename localhost in ./oc4j/j2ee/OC4J_DBConsole_localhost_ora11g, ./localhost_ora11g with phoenixbai, i can start the oracle instance.
    but still, I can`t start lsnrctl & emctl. here is the listener.ora, tnsnames.ora, and /etc/hosts details:
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
          (ADDRESS = (PROTOCOL = TCP)(HOST = phoenixbai)(PORT = 1522))
    ADR_BASE_LISTENER = /u01/oracle
    ORA11G =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = phoenixbai)(PORT = 1522))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = ora11g)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    LISTENER_ORA11G =
      (ADDRESS = (PROTOCOL = TCP)(HOST = phoenixbai)(PORT = 1522))
    127.0.0.1     phoenixbai     localhost.localdomain     localhost
    127.0.1.1     phoenixbai     phoenixbai
    127.0.0.1     localhost     localhost
    #127.0.0.1       phoenixbai      phoenixbai
    #127.0.1.1       localhost       localhost
    # The following lines are desirable for IPv6 capable hosts
    ::1     localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhostsAnyone any idea?
    Please help! if you need any more info, let me know!

    Hi;
    Duplicate post:
    http://forums.oracle.com/forums/thread.jspa?threadID=1111584&tstart=0
    If possible please change this thread status to answered(dublicate post), it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Help me! why can not start oracle management server?

    maybe for my shutdown and startup database abnormal for several
    times,now the server oracleorahome81management server can't start
    and while i logon to enterprise manager console,it show me a
    error as follow
    "vtk-1002:The Oracle Management Server you are trying to connect
    to is still in the process of initialization. Please wait for it
    to start up completely and then try logging in again"
    the error also when i restart my machine.
    and,the configuration assistant can not logon to database.
    but sql*plus,sql worksheet can work normal.

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • Can't Start Oracle BPM Workspace

    I'm trying to start oracle BPM workspace through this URI http://localhost:7001/bpm/workspace but it gives me an error which is:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    *10.4.5 404 Not Found*
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    If anyone know about that,please help me.I can't complete my semester project_
    Note: it works when I try to start the following URIs:
    http://localhost:7001/console/login/LoginForm.jsp
    http://localhost:7001/em

    Most likely you didn't check the 'Oracle BPM Suite'/'Oracle BPM Suite for developers' when you configured the SOA domain. Go to '<YOUR_MIDDLEWARE_HOME>\Oracle_SOA1\common\bin\' and run the config.cmd.
    Choose 'Extend an existing Web Logic Domain' and then be sure to select 'Oracle BPM Suite'/'Oracle BPM Suite for developer'. Then it should work.
    Good luck,
    Mihai

  • I can not start oracle using "startup " command

    I installed the oracle 11g software on linux red hat, then i connect using “sqlplus / as sysdba”
    but when I type “startup” on SQL prompt it gives the following error:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file'/oraeng/app/oracle/product/11.1.0/dbs/initorcl.ora'
    I tried: export ORACLE_SID=orcl
    But it gives the same error.
    Then i checked the directory “dbs” but could not find the pfile:initorcl.ora,
    however there was a file named “init.ora” only. I remember that in bash_profile I set the ORACLE_SID as “orcl”
    Then i searched the web and tried the following command to set the pfile
    SQL> startup pfile=/oraeng/app/oracle/product/11.1.0/dbs/init.ora
    but it gave me following error
    ORA-00371: not enough shared pool memory, should be at least 102341017 bytes
    Could anyone please help me identify the problem? why i could not start it using start it in SQL prompt.
    Thanks in advance
    AZ

    844019 wrote:
    I installed the oracle 11g software on linux red hat, then i connect using “sqlplus / as sysdba”
    but when I type “startup” on SQL prompt it gives the following error:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file'/oraeng/app/oracle/product/11.1.0/dbs/initorcl.ora'
    I tried: export ORACLE_SID=orcl
    But it gives the same error.
    Then i checked the directory “dbs” but could not find the pfile:initorcl.ora,
    however there was a file named “init.ora” only. I remember that in bash_profile I set the ORACLE_SID as “orcl”
    Then i searched the web and tried the following command to set the pfile
    SQL> startup pfile=/oraeng/app/oracle/product/11.1.0/dbs/init.ora
    but it gave me following error
    ORA-00371: not enough shared pool memory, should be at least 102341017 bytes
    Could anyone please help me identify the problem? why i could not start it using start it in SQL prompt.
    Thanks in advance
    AZWhat's the output of the
    ls -l $ORACLE_HOME/dbsWhat is happening that you don't seem to have the required init or SP file for the startup of your instance. If that's the case, you need to create it manually from the copy/paste of the alert.log content if the instance ever started before . Show us hte output of the DBS directory that what it contains.
    HTH
    Aman....

  • Can't start Oracle Directory Manager

    Hi,
    I have installed and configured OID in OFM11g, but I have no idea how to validate it. I am not sure whether I configured it successful.
    I have installed identity server 10.1.4.3.0 refering to link . It said that if I installed it successful, I can start OAM Identity Server service ( [step 18|http://www.oracle.com/technology/obe/fusion_middleware/im1014/ovd-oam/oam-ovd/install_oam/install_oam.htm#t2] Start -> Control Panel -> Administrative Tools -> Services, right-clicking the Oracle Access Manager Identity Server (identity) service, and selecting Start.) However, when I start the service, I can't see Oracle Directory Manager ( [step 19|http://www.oracle.com/technology/obe/fusion_middleware/im1014/ovd-oam/oam-ovd/install_oam/install_oam.htm#t2] ). Actually, nothing happened.
    When you completed the installation of Identity Server, could you open the Oracle Directory Manager ?
    Your help is appreciate.
    Best,
    Sunny.Zhang
    Edited by: Sunny.Zhang on 2009-10-4 上午10:21

    Hi,
    You can validate OID installation through 'opmnctl' and/or 'ldapbind'. You can access 'Oracle Directory Services Manager' through a browser using the url -
    'http://<host>:<port>/odsm/faces/odsm.jspx'.
    Here is a link which shows screenshots of the overview of 'Oracle Directory Services Manager'.
    -- Pramod Aravind

  • Can't start Oracle service

    HI
    Am Just starting oracle serviceORCL..but it is getting error...since yesterday i was run oracle successfully..and last night i just did "shut immediate"
    and today morning i came up with this error
    Could not start the OracleDBConsoleORCL service on Local Computer. Error 1053: The service did not respond to the start or the control request in a timely fashion.
    C:\Documents and Settings\srinivasa>ping localhost
    Pinging OAKDENE-0027.oakdeneindia.net [127.0.0.1] with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Ping statistics for 127.0.0.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Documents and Settings\srinivasa>lsnrctl
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 29-NOV-2011 10:43
    :02
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> stat
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                29-NOV-2011 10:24:36
    Uptime                    0 days 0 hr. 18 min. 37 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\app\srinivasa\product\11.2.0\dbhome_1\network\admin
    \listener.ora
    Listener Log File         d:\app\srinivasa\diag\tnslsnr\OAKDENE-0027\listener\al
    ert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.oakdeneindia.net" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.oakdeneindia.net" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> start
    TNS-01106: Listener using listener name LISTENER has already been started
    LSNRCTL>please help me on this
    Thanks

    newbie wrote:
    HI
    Am Just starting oracle serviceORCL..but it is getting error...since yesterday i was run oracle successfully..and last night i just did "shut immediate"
    and today morning i came up with this error
    Could not start the OracleDBConsoleORCL service on Local Computer. Error 1053: The service did not respond to the start or the control request in a timely fashion.
    C:\Documents and Settings\srinivasa>ping localhost
    Pinging OAKDENE-0027.oakdeneindia.net [127.0.0.1] with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Ping statistics for 127.0.0.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Documents and Settings\srinivasa>lsnrctl
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 29-NOV-2011 10:43
    :02
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> stat
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                29-NOV-2011 10:24:36
    Uptime                    0 days 0 hr. 18 min. 37 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\app\srinivasa\product\11.2.0\dbhome_1\network\admin
    \listener.ora
    Listener Log File         d:\app\srinivasa\diag\tnslsnr\OAKDENE-0027\listener\al
    ert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.oakdeneindia.net" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.oakdeneindia.net" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> start
    TNS-01106: Listener using listener name LISTENER has already been started
    LSNRCTL>please help me on this
    Thanksno listener is required to start or access local DB

  • Unable to start Oracle DataBase 11g on Linux machine

    Hi friends,
    Issue : NOT able to start the Oracle Data Base 11g on Linux machine
    I've successfully installed Oracle-DB-11g on my Linux machine.
    Note : I haven't declared or exported any variable(s) , actually I'm not sure how and where to do this.
    Can someone look into my issue , and please let me know if i have to export any variables and how/where?
    Thanks

    Hi;
    You need to set your env. or put them in .bash_profile file
    Please see
    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-oracle-linux-5.php << section Additional Setup
    Regard
    Helios

  • Help me ! can't install oracle 11g on ubuntu

    Hello i'm student,i'm studing oracle database 11g but i met some bug such as
    http://nguy-hiem.co.cc/12.png
    i try to fix it and i was run fixup.sh but
    root@hieukenpro-virtual-machine:/tmp/CVU_11.2.0.1.0_oracle# ./runfixup.sh
    Response file being used is :./fixup.response
    Enable file being used is :./fixup.enable
    Log file location: ./orarun.log
    *./fixup.response: line 11: unexpected EOF while looking for matching `"'*
    *./fixup.response: line 12: syntax error: unexpected end of file*
    *./fixup.response: line 12: warning: syntax errors in . or eval will cause future versions of the shell to abort as Posix requires*
    *Setting Kernel Parameters...*
    *uid=1001(oracle) gid=1001(oinstall) groups=1001(oinstall),1002(dba)*
    *oracle hard nproc 16383*
    *Could not find MAX_PROCESSES_HARDLIMIT from /etc/security/limits.conf or response file.*
    *oracle hard nofile 65535*
    *Could not find FILE_OPEN_MAX_HARDLIMIT from /etc/security/limits.conf or response file.*
    *oracle soft nofile 1023*
    *Could not find FILE_OPEN_MAX_SOFTLIMIT from /etc/security/limits.conf or response file.*
    so what should i do ?
    THANK!
    Edited by: 837251 on 05:14 16-02-2011
    Edited by: 837251 on 05:17 16-02-2011

    Oracle 11g does not support Ubuntu. It can be installed, but requires word-around:
    Re: Installing Oracle 11g R2 on Ubuntu 10 Howto

Maybe you are looking for

  • 103 and 105 movement type

    hi all I have done 103 movement type with 100 quantity... but i want to do GR 105 movement type  with 110 Quantity.... System is giving Error M7022 which is maintained as a warning only......... SAP MM

  • Help with configuring docx - PDF conversion needed

    Hi all, Problem is: pdf is created but it is not pdf, files are just renamed to .pdf I have following environment - centos 5.6 - WLS 10.3.5.0 - UCM 11gR1-11.1.1.5.0-idcprod1-110413T184243 (Build:7.3.2.182) - IBR Version:11gR1-11.1.1.5.0-idcprod1-1104

  • Latest wine doesn't work with ie4linux

    downgrading to wine-0.9.36-1.pkg.tar.gz solved the problem

  • [PKGBUILD] Panda3d 1.5.2 ** Now it works

    *** UPDATE *** Now have a working PKGBUILD / package PKGBUILD: http://eoinisawesome.com/static/panda3d/PKGBUILD panda3d.tar.gz: http://eoinisawesome.com/static/panda3d/panda3d.tar.gz Any and all feedback is definitely welcome. Hey all, Updated the PK

  • Best way to check whether the database is demo or sys?

    Hi Gurus, Whats the best way to check whether the installed peoplesoft database is a demo or a sys? Thanks for the help? Regards, Anoop