Unable to start listener in Oracle 10g personal edition

Hi all,
I am trying to start the listener on my Oracle 10g personal edition. I tried this from Windows' Administrative Tools' and then 'Services'. I also tried it from the Command line. Both methods fail. Here are the error messages for each method:
In 'Services' in Windows:
The OracleOraDB10g_home1TNSListner service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service. In 'Command Line':
D:\oracle\product\10.2.0\db_1\BIN>lsnrctl start
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 23-MAY-2012 09:47:02
Copyright (c) 1991, 2005, Oracle.  All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ABCDEFG)(PORT=1521)))
TNS-12542: TNS:address already in use
TNS-12560: TNS:protocol adapter error
  TNS-00512: Address already in use
   32-bit Windows Error: 48: Unknown error
Listener failed to start. See the error message(s) above...
D:\oracle\product\10.2.0\db_1\BIN> Any ideas have this issue could get resolved.
Thank you in advance,
Seyed

Seyed_G wrote:
Hi all,
I am trying to start the listener on my Oracle 10g personal edition. I tried this from Windows' Administrative Tools' and then 'Services'. I also tried it from the Command line. Both methods fail. Here are the error messages for each method:
In 'Services' in Windows:
The OracleOraDB10g_home1TNSListner service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service. In 'Command Line':
D:\oracle\product\10.2.0\db_1\BIN>lsnrctl start
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 23-MAY-2012 09:47:02
Copyright (c) 1991, 2005, Oracle.  All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=W99X01G4R08B1.okdhs.int)(PORT=1521)))
TNS-12542: TNS:address already in use
TNS-12560: TNS:protocol adapter error
TNS-00512: Address already in use
32-bit Windows Error: 48: Unknown error
Listener failed to start. See the error message(s) above...
D:\oracle\product\10.2.0\db_1\BIN> Any ideas have this issue could get resolved.
Thank you in advance,
SeyedHas Windows Service for Listener been successfully started & running now?

Similar Messages

  • Installing Oracle 10g personal edition

    Hi,
    I am trying to install Oracle 10g personal edition on ubuntu. After installing I ran the following command: /etc/init.d/oracle-xe configure and by mistake gave a port number for HTTP port on which already another server is running. But now I am unable to change my configuration settings.
    Everytime I give the command /etc/init.d/oracle-xe configure it says "Oracle Database 10g Express Edition is already configured"
    How can I change the configuration setting now? Do I need to reinstall it? Would be a great help, if somebody can tell me.
    Thanks,
    tulip

    In oder for you to handle ports and monitor port assignment follow these steps:
    SQL*Plus: Release 10.1.0.2.0 - Production on Mi Jan 25 11:44:33 2006
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Beta
    SQL> -- get current status
    SQL> select dbms_xdb.gethttpport as "HTTP-Port"
                , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port   FTP-Port
         8080          0You can change the http port and the ftp port to whatever you like (keep in mind that you need special privileges for ports < 1024 on Unix/Linux systems).
    SQL> -- set http port and ftp port
    SQL> begin
    2    dbms_xdb.sethttpport('80');
    3    dbms_xdb.setftpport('2100');
    4  end;
    5  /
    PL/SQL procedure successfully completed.
    SQL> select dbms_xdb.gethttpport as "HTTP-Port"
                , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port   FTP-Port
           80       2100If you only want to use the database without allowing access via http or ftp then you can disable both:
    SQL> -- disable http and ftp access
    SQL> begin
    2    dbms_xdb.sethttpport('0');
    3    dbms_xdb.setftpport('0');
    4  end;
    5  /
    PL/SQL procedure successfully completed.
    SQL> -- get current status
    SQL> select dbms_xdb.gethttpport as "HTTP-Port"
                , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port   FTP-Port
            0          0~ Madrid

  • Oracle 10g Personal edition as a Client Database

    Hi, Our enterprise application runs as in both Online and offline mode. For offline mode it uses Microsoft accesss as Data Store. Now we want to use Oracle 10g Personal Edition as Our client database, so that we can use stored procedure and have code base for both server and client. Oracle XE can not be used because Oracle XE is not supported by Oracle.
    Please suggest what is the best way to deploy Oracle PE to get smallest footprint and best performance. It is alright to use PE as client DB or it is too much for offline application.
    Any suggested customizations or Alternatives. We have rules out Oracle Database lite because it doesn't support Pl/ SQL SP. Thanks.

    Note that Personal Edition is actually designed for Developers. It includes all options to the Enterprise Edition (except RAC) but is limited by license agreement to being used by one named person. You can not legally provide data from Personal Edition through direct connection electronically (eg: a web or app server) to several people. You also can not say "John is using it now, and when he is off, Fred will use it."
    The best and smallest footprinit is XE, but (as you say) you can not purchasse support from Oracle. Next is Standard Edition 1, with a Standard Edition software install (SE and SE1 are the same s/w) and a custom-created DB.

  • OWB: using Oracle 10g personal edition

    Hello,
    In order to evaluate BI solution, I 'd like to know if it's possible to use OWB with a local DB as Oracle 10g personal edition ?
    Thanks
    Marc

    Yes it is : http://www.oracle.com/database/product_editions.html
    Nicolas.

  • Oracle 10g Personal Edition?  Is there such a thing? Tks

    Oracle 10g Personal Edition? Is there such a thing? Tks

    Yes it is : http://www.oracle.com/database/product_editions.html
    Nicolas.

  • Unable to start OEM in Oracle 10g

    Hi,
    We are just change the system time from today to last month 6-June, After change the time, the OEM unable to start. How can I solve it ?
    Regards

    Post the error message you received..
    Which OS?
    Senthil

  • TNS: No Listener on Oracle 10g Express Edition

    I have installed oracle database 10g Express Edition but get a ORA-12541:TNS:no listener exception when I try to connect to the database. I can connect using SQL plus.
    My listener.ora file looks like this:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = IBM-T8OGB066772)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    When I run LSNRCTL STATUS to check the listener status I get:
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 05-AUG-2006 15:25
    :56
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 05-AUG-2006 15:21:24
    Uptime 0 days 0 hr. 4 min. 31 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=IBM-T8OGB066772)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    It seems the TNS listener has not configured correctly.
    I have tried re-installing but have no luck. Can anyone help with that the listener.ora file should look like?
    Many thanks,
    Niamh

    Network issues in Windows, and the impact on Oracle install in general, are discussed here:
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABIAEEC
    Bottom line - you will need to come up with a useable & consistent IP address (from the loopback adapter, usually you use 127.0.0.1). I'd suggest, then you reinstall XE to use that IP address, get it working locally, then use the Application Express screens to 'enable it for the network'.
    XE has it's own forum. Needs separate registration and needs you to sign in to the forums (daily) to see it after registration. This has been discussed in detail many times in that forum. Registration is at http://www.oracle.com/technology/xe/registration and this link Oracle Database Express Edition (XE) will get you there after signing in again.

  • Oracle 10g Personal Edition

    I see that there is a personal edition of 10g which appears to be embedded in the Enterprise installer.
    The OTN refers to 30 day trial periods etc. but makes no specific reference to the personal edition.
    Do the same 'rules' apply or is the personal edition as per industry standards - free to use to develop one's own database.
    Often the personal editions of software allows one to develop and even deploy 'stand alone' software - not my purpose, which is for learning Oracle - but just wondering about the extent of use of the personal Edition.
    Regards,

    The situation is that we do have a valid Oracle license for the system running at work. I just need to learn Oracle and develop applications that will be transferred to the Oracle server at work.
    Need to do this at home as I haven't the time to do so at work - hence looking at the Personal version.
    Have looked at XE but it doesn't come with the 'standard' tools that the commercial verions of Oracle come with.
    Would like to proceed as per the 2 Day DBA course, which is more of a tutorial, so need to have 'hands on' experience. Not a good idea to mess around with a live database in my opinion.
    Thanks and regards

  • Unable to Start Listener? ORacle 10.2.0 (solved)

    I am on Oracle 10.2.0
    I followed the necessary steps to the T.
    I tried to Connect to the database using SQL*Plus:
    sqlplus
    system
    system_password
    select count(*) from dba_objects; #(This should
    # return a count of the number of objects in the
    # database)
    But i was unable to connect. The problem is that i don't remember my system login and password? How do i resest these?
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Message was edited by:
    montero
    Message was edited by:
    montero

    thanks yingkuan. My problem is i can't get my listener started.
    when i do the following i get errors.
    I log into the system as oracle.
    [oracle@montero admin]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 29-NOV-2007 10:47:24
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /home/oracle/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /home/oracle/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /home/oracle/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=MYDB)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    Error listening on: (ADDRESS=(PROTOCOL=TCP)(Host=montero.dhcp.domain.com)(Port=1521))
    TNS-12560: TNS:protocol adapter error
    TNS-00583: Valid node checking: unable to parse configuration parameters
    Listener failed to start. See the error message(s) above...
    here is an exact copy and paste of the contents of my listener.ora file:
    # listener.ora Network Configuration File: /home/oracle/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    # Version Date: NOV-28-07
    # Filename: Listener.ora
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= IPC)(KEY=MYDB))
    (ADDRESS= (PROTOCOL= IPC)(KEY= PNPKEY))
    (ADDRESS= (PROTOCOL= TCP)(Host= dina.dhcp.2wire.com)(Port= 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME= montero.dhcp.domain.com.)
    (ORACLE_HOME= /home/oracle/app/oracle/product/10.2.0/db_1)
    (SID_NAME = MYDB)
    (SID_DESC =
    (SID_NAME = extproc)
    (ORACLE_HOME = /home/oracle/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF

  • Starting/Stopping Oracle 10g Personal Edition

    Just wondering how one starts & stops 10g PE?
    Oracle asks for Host credentials and database credentials.
    SYS doesn't seem to work and as there is no security settings under Admin (in PE) I can't create my login as a SYSDBA.
    Suggestions appreciated!

    PE is actually a superset of EE (Enterprise Edtion), with all EE options except RAC. It is targetted towards developers and designed to allow a develolper access to all of the capabiltites
    Therefore, you can search the docs to find out how to start/stop the database's instance[s] and any reference to the Enterrprise Edition will be valid in your case. If I remember correctly, there is a chapter in the Installation Guide that covers the topic.
    IN any case, PE is only licensed on Windows (presumably because developers only work in Windows???), so:
    - Go to Control Panel > Admin Tools > Services
    - Ensure the TNS Listener service is running first
    - Start the Oracle service
    The questions you ask indicate you are confused about the relationship between SYSDBA and the OS userid. I strongly encourage reading the first 2 chapters of the Concepts manual (at http://www.oracle.com/pls/db102/portal.portal_db?selected=1) to get a decent starting point.

  • Error when trying to configure Oracle 10g Personal Edition

    seemingly task is never ending. request oracle to make better products.
    Here is the error message I get when attempting an install on a Windows XP Professional laptop.
    Failed to allocate port(s) in the specified range(s) for the following process(es): JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM Agent [3938] | [1830-1849]
    Any ideas????

    Dunno. Sounds firewall related though.

  • Oracle Database 10g Personal Edition. I can't find download.

    I am looking for a Oracle release to work at home. I need compatibility with Oracle 9i, release installed at work. I think Oracle Database 9i Personal Edition would be perfect, but I didn't find where is the correct download for Linux.
    I didn't find the Oracle Database 10g Personal Edition download too. Is there another name?

    The enterprise edition download CD will give you the option of installing the personal edition as one of the install options.

  • Oracle 10g Express edition,can't visit database homepage

    I have installed Oracle 10g Express edition without error meggage, It seems goes well ,but when I want to visit my database_homepage on http://127.0.0.1:8080/apex, I see this:
    The page cannot be displayed
    There is a problem with the page you are trying to reach and it cannot be displayed.
    Please try the following:
    Click the Refresh button, or try again later.
    Open the Web site home page, and then look for links to the information you want.
    If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the Web site home page.
    10061 - Connection refused
    Internet Security and Acceleration Server
    Technical Information (for support personnel)
    Background:
    The server you are attempting to access has refused the connection with the gateway. This usually results from trying to connect to a service that is inactive on the server.
    ISA Server: csscisaser
    Via:
    Oracle is installed on my own computer.I think ISA should do nothing with it.And I have removed proxy setting in Internet exploer,but the error still happed.
    I used netstat-a,and can find this:
    proto :tcp
    local address: myxxxxxx:8080
    foreign address myxxxxxx:0
    state : listening
    does it mean my oracle http listener is started?

    Open a command line and
    - enter ping 127.0.0.1 ... should tell whether
    connectivity is possible. If not, something is
    blocking, and that something is usually a firewall.ping 127.0.0.1. I can connect to 127.0.0.1,very fast.but when I ping 127.0.0.1:8080 ,Can't get response.
    enter ipconfig /all
    enter and post output of lsnrctl status
    There are so many output content.And you may see some #^$*#*&^$#@&* because I'm using Chinese version Oracle and OS.
    IPconfig
    Windows IP Configuration
            Host Name . . . . . . . . . . . . : cjis-e89f34e63f
            Primary Dns Suffix  . . . . . . . :
            Node Type . . . . . . . . . . . . : Hybrid
            IP Routing Enabled. . . . . . . . : No
            WINS Proxy Enabled. . . . . . . . : No
            DNS Suffix Search List. . . . . . : xxxx.wan
    Ethernet adapter 本地连接:
            Connection-specific DNS Suffix  . : xxxx.wan
            Description . . . . . . . . . . . : Broadcom NetXtreme 57xx
    roller
            Physical Address. . . . . . . . . : xx-13-72-7D-67-8B
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 172.18.9.30
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . : 172.18.9.252
            DHCP Server . . . . . . . . . . . : 172.18.18.9
            DNS Servers . . . . . . . . . . . : 172.18.18.9
            Primary WINS Server . . . . . . . : 172.18.18.9
            Lease Obtained. . . . . . . . . . : 2007年7月16日 15:51:15
            Lease Expires . . . . . . . . . . : 2007年7月24日 15:51:15
    LSNRCTL status
    正在连接到 (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    LISTENER 的 STATUS
    别名                      LISTENER
    版本                      TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Prod
    ction
    启动日期                  20-7月 -2007 11:19:13
    正常运行时间              0 天 2 小时 17 分 10 秒
    跟踪级别                  off
    安全性                    ON: Local OS Authentication
    SNMP                      OFF
    默认服务           XE
    监听程序参数文件          C:\oraclexe\app\oracle\product\10.2.0\server\network\
    dmin\listener.ora
    监听程序日志文件          C:\oraclexe\app\oracle\product\10.2.0\server\network\
    og\listener.log
    监听端点概要...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cjis-e89f34e63f)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation
    HTTP)(Session=RAW))
    服务摘要..
    服务 "CLRExtProc" 包含 1 个例程。
      例程 "CLRExtProc", 状态 UNKNOWN, 包含此服务的 1 个处理程序...
    服务 "PLSExtProc" 包含 1 个例程。
      例程 "PLSExtProc", 状态 UNKNOWN, 包含此服务的 1 个处理程序...
    服务 "XEXDB" 包含 1 个例程。
      例程 "xe", 状态 READY, 包含此服务的 1 个处理程序...
    服务 "XE_XPT" 包含 1 个例程。
      例程 "xe", 状态 READY, 包含此服务的 1 个处理程序...
    服务 "xe" 包含 1 个例程。
      例程 "xe", 状态 READY, 包含此服务的 1 个处理程序...
    ['/pre']
    Display contents of
    C:\windows\system32\drivers\etc\hosts.['pre']
    # Copyright (c) 1993-1999 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    127.0.0.1       localhostMessage was edited by:
    sailfish83

  • Oracle 10g express edition browser login problem

    Hi
    I installed oracle 10g express edition and after installing successfully logged in browser , unlocked hr login and also created one form then I shutdown the database and rebooted my pc and since then when I try to login to "go to Database Home page" after starting database , I get a cookie 127.0.0.1 with username and password, First of all I am not sure what username/password it is expecting, I believe it requires my Windows XP username and password , I tried to enter couple of times my pc login username which has administrator privileges, I also checked it has ora_dba group but after entering pc username , password browser opens saying "unauthorized". I created another os user and tried with that still same. I tried entering oracle password "SYSTEM" and password for it but still could not login, I tried HR username password still nothing.
    I tried disabling firewall but still same issue. I tried to re-install two time but still same .
    Start database dos prompt does show all the process are started successfully .
    I also did ping for 127.0.0.1 and it does ping.
    I tried everything what I knew.
    Can anyone please help me ..to resolve this issue .

    Hi
    This is how I resolved the browser login problem .
    I checked the listener log
    C:\OracleXE\app\oracle\product\10.2.0\server\NETWORK\log
    And found the error
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
    TNS-00512: Address already in use
    I have another version for oracle installed on my pc .
    I ended both the oracle process (Oracle.exe) through the Task Manager
    Then manually started “OracleServiceXe” service through Component Services
    Control Panel – Performance & Maintenance – Administrative – Component Services
    Then did following
    Programs – Oracle Database10g ExpressEdition – Start Database
    Programs – Oracle Databse10g ExpressEdition – Go to Database Homepage –
    Enter username SYSTEM
    Enter password xxxxxx … whatever given at the time of installing.
    And I did successfully login to the browser .
    Hope this will help to those of you who have run into similar problem which I faced
    Good Luck .
    A. Patil

  • Installing Oracle 10G Express Edition on Linux after installing Libaio-0.3

    I had got a error while installing 10G Express Edition on Redhat Fedora core 4 linux after installing libaio-0.3.104-2.i386.rpm
    I had given the following command in Linux Command prompt to install the oracle database 10 G Express Edition (oracle-xe-10.2.0.1-1.0.i386.rpm)
    # sudo rpm -ivh /tmp/oracle-xe-10.2.0.1-1.0.i386.rpm
    The error I had got is as follows:
    Preparing.....#####################[100%]
    1:oracle-xe Warning:/etc/init.d/oracle-xe saved as /etc/init.d/oracle-xe.rpmorig
    error:Unpacking of archive failed on file /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/ons;4698950F:cpio:MD5 Sum Mismatch

    The steps I am asking is for installing oracle 10G express edition on Redhat Fedora core 4 Linux version. Now, after downloading the fresh copy of Oracle 10G express edition from the Oracle site. I have successfully installed oracle now.
    I was getting the following errors - I have pasted previous query for the problem which I had faced after installing Oracle 10 G Express Edition successfully on Redhat Fedora Core 4 Linux.
    The Previous Query is as follows:
    Thanks For Guiding Me All of you!
    Finally, I have installed Oracle 10G Express Edition on Redhat Fedora core 4 Linux.
    Now, I am having the following problems:
    After making the changes as per my Reference mentioned in my different messages, I had done the troubleshooting steps going to Options and setting the same.
    1.When I try to load the http://127.0.0.1:8080/apex page it gives an error popup:
    " The connection was refused when attempting to contact 127.0.0.1:8080 "
    2. After opening the Run the SQL Command Line by clicking on applications and When I say " Connect System and when prompted for password, I have entered the password and gives another error as follows:
    ORA-01034 : Oracle not available
    ORA-27101: Shared Memory realm does not exist
    Linux Error:2:No such file or directory
    3. When I try to manually start the Listener or Services, It gives one more error:
    Root Not a Member of DBA Group
    I need to What is happening or What is the Problem and How will I rectify them?

Maybe you are looking for

  • Re:nomad jukebox zen 1

    Hi all, I have a nomad Jukebox Zen 0Gb mp3 player. Today it has decided to act all funny. When i press the play button sometimes it will play. Then when i press the pause button it decides it wont pause but rather go thru the menu. The buttons are do

  • How can I watch a movie I rented on the iTunes store

    How can I watch a movie I rented on iTunes Store on my iPad mini?

  • Mac Trackpad not working right

    I have the 'Tap to Touch' feature on my trackpad, but every now and then, more often than not, when I bring my computer back up from sleep, the trackpad 'Tap to Touch' feature stops working, and I have to go back into the system preferences, UNCHECK

  • No Video

    Is this a legitimate offer? http://support.apple.com/kb/TS2377 I'm having the no video problem but none of the authorized service providers in my area (Auckland NZ) have heard of the problem and therefor won't fix it for free. Getting frustrated.

  • Reports Printing Slow

    Hi, I have a Forms5.0 and Reports3.0 and Developer/2000 Reports server3.0 in a Client-Server Articture. My Question is: when I print a report(1 page), the reports server taking too much time to print and it is sitting for the long time9 sometime 12 h