Oracle 9i R2 EE XP Professional Listener Problem

One embarrased Oracle DBA. I've successfully installed Oracle on so many windows platforms that I've lost track.
The specs:
Dell Inspiron 5100
Windows XP Professional 2002 SP 1
2.66 GHz P4 CPU
512 MB RAM
1 GB Pagefile (swap)
Macafee Virus Protection (disabled)
Macaffee Firewall (disabled)
XP Firewall disabled in communication settings
Oracle 9i Release 2 EE base release
Processes = 150
Sessions = 170
shared_pool_size = 50 MB (tried setting as high as 150 MB)
I've tried every trick in the book
1. Clean de-install, reinstall
2. listener start with and without listener.ora
3. Enabling and disabling MTS (shared server)
4. LAN connection enabled (w/ appropriate parameters)
5. Standalone mode (no networking) w/ appropriate parameters
5. Increasing init.ora parms for memory, processes and sessions to ridiculous levels
6. Different listener ports other than 1521
7. deleting and recreating listener service
8. deleting and recreating Oracle service (oradim)
9. setting USE_SHARED_SOCKET in Oracle registry (in case the firewall was interfering with listener ports)
10. setting TNS_ADMIN (not relevant since there is only one Oracle Home
11. made sure ORACLE_SID was set in Oracle registry
12. setting ORACLE_SID and ORACLE_HOME at the command line and restarting listener/database in command window
13. Turning on listner and client tracing to admin level
14. ad infinitem
Tracing didn't reveal anything meaningful. I was able to briefly get a connection working (connecting on the laptop via SQL*NET to the local database) using MTS for about 3 minutes then it started malfunctioning again.
WHEN USING MTS (SHARED SERVER) TRACE ERROR MSG
*** 2003-11-07 08:51:07.000
network error encountered setting up listening port
listening address for dispatcher is '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'
NS Primary Error: TNS-12532: TNS:invalid argument
NS Secondary Error: TNS-12560: TNS:protocol adapter error
NT Generic Error: TNS-00502: Invalid argument
32-bit Windows Error: 22: Invalid argument
SQLNET LOG ERROR
Fatal NI connect error 12560, connecting to:
(LOCAL=NO)
VERSION INFORMATION:
TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
Time: 09-NOV-2003 08:10:36
Tracing not turned on.
Tns error struct:
nr err code: 0
ns main err code: 12560
TNS-12560: TNS:protocol adapter error
ns secondary err code: 0
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
LISTNER.LOG
TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production on 09-NOV-2003 08:10:23
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
System parameter file is C:\oracle\ora92\network\admin\listener.ora
Log messages written to C:\oracle\ora92\network\log\listener.log
Trace information written to C:\oracle\ora92\network\trace\listener.trc
Trace level is currently 0
Started with pid=3512
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=SARATOGA1)(PORT=1521)))
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
09-NOV-2003 08:10:25 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Greg))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153092352)) * status * 0
09-NOV-2003 08:10:36 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=oemdb.saratoga1)(CID=(PROGRAM=C:\oracle\ora92\bin\sqlplus.exe)(HOST=SARATOGA1)(USER=Greg))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.1)(PORT=1384)) * establish * oemdb.saratoga1 * 12500
TNS-12500: TNS:listener failed to start a dedicated server process
TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
32-bit Windows Error: 109: Unknown error
WINDOWS EVENT VIEWER
The OracleOraHome92TNSListener service terminated unexpectedly. It has done this 2 time(s).

Just from startup after about 1 minute oracle.exe has 24,755 page faults. Is there an issue with virtual memory and Oracle 9.2 on Win XP Pro?
C:\DOCUME~1\GREG>lsnrctl start
LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 10-NOV-2003 14:18:
33
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
System parameter file is C:\oracle\ora92\network\admin\listener.ora
Log messages written to C:\oracle\ora92\network\log\listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=SARATOGA1)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Produc
tion
Start Date 10-NOV-2003 14:18:35
Uptime 0 days 0 hr. 0 min. 2 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File C:\oracle\ora92\network\admin\listener.ora
Listener Log File C:\oracle\ora92\network\log\listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=SARATOGA1)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "oemdb.saratoga1" has 1 instance(s).
Instance "oemdb", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully

Similar Messages

  • TNS listener problem when migrating access app to oracle

    I am migrating an access 2000 DB and application to oracle 8i. I have done this successfully on my test machine many times. I am working on the customers machine, and the problem is when I go to migrate the access application, it will not connect to oracle b/c of the TNS listener. The workbench tool ask for a username, pwd, and ODBC driver, but there is no place to put the oracle service name. I ran into this problem at home and I appended the service name onto the password with the '@' symbol, which works for oracle anyway. Like this, 'pwd@sname'. It worked at home, but I keep getting an error here that tns could not resolve service name. When migrating the data, there was a field to put the service name in, but not for migrating the application. I have tried variations in the ODBC driver also, but with no luck. Any other ideas?

    Hello,
    Is it possible that odbc driver is nor properly installed? If so you may have to re-instlal the odbc driver. If not try out the following steps:
    * Go to DataSources [On win2k: start -> settings ->control panel ->Adminsitrative tools -> Data Sources (ODBC)]
    * Click Add for the user DSN [say "testDSN"], and select oracle driver here [check if you have oracle 8 driver, if not you may want to install one]
    * In the "Oracle ODBC Driver Configuration" window, give you your oracle databse connection details, click the "Test Connection button", it will ask for username and password, give system's username and password
    * Use this DSN [testDSN] name in the migration work bench
    Thank you and kind regards,
    Srinivas Nandaanam

  • Oracle listener problem in 9204 rac

    Hi ,
    I have an oracle database running in rac .
    Platform - solaris 8
    RDBMS version - 9204
    I am two nodes on which the individual instances runs
    The dbname is PSFTP AND the node 1 is PSFTP1 AND node 2 is PSFTP2
    I am unable to connect to the first node
    /u00/app/oracle/product/92/network/log $ sqlplus <uid>/<passwd>@psftp
    SQL*Plus: Release 9.2.0.4.0 - Production on Thu Aug 19 15:41:51 2004
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
    descriptor
    Enter user-name:
    /u00/app/oracle/product/92/network/log $ sqlplus uid>/<passwd>@psftp1
    SQL*Plus: Release 9.2.0.4.0 - Production on Thu Aug 19 15:42:10 2004
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
    descriptor
    Init.ora parameter
    local_listener=LISTENER_PSFTP1
    service_names=PSFTP
    Tnsnames.ora
    LISTENER_PSFTP1=(address=(protocol=tcp)(host=10.176.247.230)(port=2521))
    PSFTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.176.247.230)(PORT = 2521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.176.247.244)(PORT = 2521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PSFTP)
    (failover_mode =
    (type = select)
    (method = basic)
    (retries = 20)
    (delay = 15)
    PSFTP1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.176.247.230)(PORT = 2521))
    (CONNECT_DATA =
    (SERVICE_NAME = PSFTP)
    (INSTANCE_NAME = PSFTP1)
    Listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.176.247.230)(PORT = 2521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u00/app/oracle/product/92)
    (SID_NAME = PSFTP1)
    Listener.log
    TNSLSNR for Solaris: Version 9.2.0.4.0 - Production on 17-AUG-2004 21:58:31
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    System parameter file is /u00/app/oracle/product/92/network/admin/listener.ora
    Log messages written to /u00/app/oracle/product/92/network/log/listener.log
    Trace information written to /u00/app/oracle/product/92/network/log/listener.trc
    Trace level is currently 16
    Started with pid=29809
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.176.247.230)(PORT=2521)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    17-AUG-2004 21:58:31 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=psfpdb01)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VE
    RSION=153093120)) * status * 0
    17-AUG-2004 21:58:39 * service_register * PSFTP1 * 0
    17-AUG-2004 21:58:39 * service_died * PSFTP1 * 12537
    17-AUG-2004 21:59:39 * service_register * PSFTP1 * 0
    17-AUG-2004 21:59:39 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:00:39 * service_register * PSFTP1 * 0
    17-AUG-2004 22:00:39 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:01:40 * service_register * PSFTP1 * 0
    17-AUG-2004 22:01:40 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:02:40 * service_register * PSFTP1 * 0
    17-AUG-2004 22:02:40 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:03:40 * service_register * PSFTP1 * 0
    17-AUG-2004 22:03:40 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:04:40 * service_register * PSFTP1 *
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.176.247.230)(PORT=2521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 9.2.0.4.0 - Production
    Start Date 17-AUG-2004 21:58:31
    Uptime 1 days 17 hr. 42 min. 55 sec
    Trace Level support
    Security OFF
    SNMP OFF
    Listener Parameter File /u00/app/oracle/product/92/network/admin/listener.ora
    Listener Log File /u00/app/oracle/product/92/network/log/listener.log
    Listener Trace File /u00/app/oracle/product/92/network/log/listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.176.247.230)(PORT=2521)))
    Services Summary...
    Service "PSFTP1" has 1 instance(s).
    Instance "PSFTP1", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    Thanks
    Prabhakar

    do sqlplus @LISTENER_PSFTP1
    your tns entry is misleading.

  • Oracle 8i on windows xp professional

    Hi all,
    I'm trying to install Oracle 8i on Windows-xp Professional. it gets installed but runs only once. that means its fails to run once I shut down the system and restart & shows the message-"oracle not found" or "tns server is not found". Can anybody please help me? Thanks in advance.
    Amol Raj Dhingra

    Hi all,
    I'm trying to install Oracle 8i on Windows-xp
    Professional. it gets installed but runs only once.
    that means its fails to run once I shut down the
    system and restart & shows the message-"oracle not
    found" or "tns server is not found". Can anybody
    please help me? Thanks in advance.When attempting to install obsolete software on modern operating systems, one must expect problems. I've found that Oracle tends to survive well when installed on a supported platform which is upgraded, but there are usually issues when attempting a fresh install on a newer platform.
    Your problem states "Oracle Not Found". Therefore your OS services know that they should be attempting to connect to an Oracle database but the database is 'not found'. Further, it says that the TNS Server is not found. TNS is Oracle's term for 'on the network'.
    Is there a business reason that requires you to run obsolete software? If the database software MUST be obsolete, what is the logic behind upgrading the operating system? (In other words - why only upgrade one?)
    You need to check the following things:
    1) You have a static IP address and host name, and are NOT using DHCP;
    (look at or post the result of command line "ipconfig /all")
    2) Check whether the Oracle database service and the listener service are running;
    (Under "Start > Settings > Control Panel > Administration Tools > Service" or command line services.msc)
    3) Tell us how well the listener is running;
    (Command line "lsnrctl status")

  • 8i Listener Problem with client

    Hi
    I'm having problems with our Linux 8i server.
    Software has been installed ok and I can get client connections with a
    freshly started listener (LSNRCTL start) using the DBA studio client.
    Once I disconnect and then attempt to reconnect I get a "Target not found"
    error. But, if I restart the listener on the server then try to connect
    again all is fine.telnet is ok the port is open and ready.
    I have some more information below that I think is causing my problem
    When I start the listener I get
    TNSLSNR for Linux: Version 8.1.6.0.0 - Production
    System parameter file is
    /u01/ora8/app/oracle/8i_8.1.6/network/admin/listener.ora
    Log messages written to
    /u01/ora8/app/oracle/8i_8.1.6/network/log/listener.log
    Listening on:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=holly.mv)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    Connecting to
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=holly.mv)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 8.1.6.0.0 - Production
    Start Date 23-AUG-2000 09:23:48
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security OFF
    SNMP ON
    Listener Parameter File
    /u01/ora8/app/oracle/8i_8.1.6/network/admin/listener.ora
    Listener Log File
    /u01/ora8/app/oracle/8i_8.1.6/network/log/listener.log
    Services Summary...
    PLSExtProc has 1 service handler(s)
    ora8 has 1 service handler(s)
    The command completed successfully
    ***EOF
    For around 50 -65 seconds after this I can connect and reconnect etc
    After this time if I do a lsnrctl status I get ( Note the 3 extra
    handlers
    on ora8 )
    LSNRCTL for Linux: Version 8.1.6.0.0 - Production on 23-AUG-2000 09:24:39
    (c) Copyright 1998, 1999, Oracle Corporation. All rights reserved.
    Connecting to
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=holly.mv)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 8.1.6.0.0 - Production
    Start Date 23-AUG-2000 09:23:48
    Uptime 0 days 0 hr. 0 min. 51 sec
    Trace Level off
    Security OFF
    SNMP ON
    Listener Parameter File
    /u01/ora8/app/oracle/8i_8.1.6/network/admin/listener.ora
    Listener Log File
    /u01/ora8/app/oracle/8i_8.1.6/network/log/listener.log
    Services Summary...
    PLSExtProc has 1 service handler(s)
    ora8 has 1 service handler(s)
    ora8 has 3 service handler(s)<======== ???????
    The command completed successfully
    ***EOF
    Once these extra handlers appear, I can no longer connect to the server.
    Here is my listener.ora file
    # LISTENER.ORA Configuration
    File:/u01/ora8/app/oracle/8i_8.1.6/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = holly.mv)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/ora8/app/oracle/8i_8.1.6)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ora8)
    (ORACLE_HOME = /u01/ora8/app/oracle/8i_8.1.6)
    (SID_NAME = ora8)
    ***EOF
    Any ideas on if this is related to my problem
    Regards
    Andrew
    null

    The client debug is a good place to start and here is a document explaining that process.
    http://www.cisco.com/en/US/products/hw/wireless/ps430/products_tech_note09186a008091b08b.shtml
    You many want to do dot11 debugs as well. But sniff the air first and see what activity you see... Also check your clients for a possible misconfig.

  • Oracle installtion on Windows 7 Professional

    Hi all,
    I just want to install oracle 10g on Windows 7 professional. But i am getting error during OUI installation after clickng on next on first screen there is a pop up message of unknown error
    can anyone help me out

    Pl post exact version of "10g" and whether Win 7 is 32-bit or 64-bit, along with the complete message from the install log file - the only certified version of "10g" on Win 7 is 10.2.0.5, and the install instructions are here -
    32-bit - http://docs.oracle.com/cd/B19306_01/relnotes.102/b14264/toc.htm#CIHCFAGA
    64-bit - http://docs.oracle.com/cd/B19306_01/relnotes.102/b15680/toc.htm#BABEBBJF
    Applying the 10.2.0.5 patch set is mandatory - this assumes you have access to the patch on My Oracle Support. If you do not, then you will need to install 11gR2.
    HTH
    Srini

  • Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.

    Hello guys,
                Problem has been solved -
    Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.
    1. If you install 64 bit oracle this is not an issue. Install 64 bit oracle.
    2. Download odp.net 32 bit  from below link:-
        ODP.NET Managed Driver Beta Download&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;ODP.NET Managed Driver B…
    3. installed the odp.net.
    4. open the visual studio 2010.
    5.Select new - project - asp.net web application - project name -ok
    6.select tools- > connect to database- then follow the following steps
                             i>  user name - your user name/client username (example -- hr)
                             ii> password -- enter your password/client password  (example- hr)
                            iii>select connection type -- if you want to connect client database then- select EZ connect other wise select tns
                            iv>test the connection- then you will get connection succeed.
                            v> then click ok
    Thanks
    Chandrashekhar

    You do not need to do anything in VS.  You do need to configure both tnsnames.ora files, because the drivers do not share any data.
    Please see:
    http://sqlblog.com/blogs/jorg_klein/archive/2011/06/09/ssis-connect-to-oracle-on-a-64-bit-machine.aspx

  • Oracle intelligent agent executable has encountered a problem and needs to

    Hi All,
    I am getting the following message after commence of OS (windows XP) on my LAPTOP.
    "Oracle Intelligent Agent Executable has Encountered a Problem and needs to close."
    due to the above problem it takes time to be fit to start working. that is; when i start my laptop then it gets ready very shortly but just later on it is seen that my laptop gets to be hanged. it seems that some background process runs and during this time nothing can be done on my laptop (even REFRESH - F5 doesn't respond). then after some time the above message comes. this process seems to be very much annoying.
    there is a small Oracle database (9i) in my laptop along with Oracle developer (10g).
    Thanks in advance.

    Hi Tapash,
    You probably don't want/need that service to run anyway. So go to your control panel/Adminstrative Tools/Services
    and set Start Type to Manual for Oracle<ORACLE_HOME_NAME>Agent service
    [OIA Users Guide|http://lbdwww.epfl.ch/f/teaching/courses/oracle9i/em.920/a96676/toc.htm]
    Regards
    Peter

  • D:\oracle\product\10.2.0-Console access problem-please help urgent.

    I have installed D:\oracle\product\10.2.0, each times i create a db on it the console work fine, but when I close my computer then restarts it I can get in to the console again.
    some people said that one shouldn't be on net while installing it, so I wasn't on net.
    Then I tried to start the service as windows service it can not start.
    where can I look in the oracle config ? to deal with the problem ?
    Thanks.

    Is your computer configured with DHCP? If so, did you configure the loopback adapter?
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABGCEAI
    Logs are written to ORACLE_HOME/<machine_name>.<dbsid>/sysman/log

  • Do I use same oracle account on 2 cluster nodes cause problem?

    Do I use same oracle account on 2 cluster nodes cause problem?
    If I use same oracle account on 2 cluster nodes running 2 database, when failover happens, 2 database will be running on one node, does 2 oracle account make SHM ... memory conflict?
    or do I have to use oracle01 account on node1, oracle02 account on node2? Can not use same name account?
    Thanks.

    I'm not 100% certain I understood the question, so I'll rephrase them and answer them.
    Q. If I have the same Oracle account on each cluster node, e.g. uid=100 (oracle) gid=100 (oinstall), groups dba=200, can I run two databases, one on each cluster node without problems?
    A. Yes. Having multiple DBs on one node is not a problem and doesn't cause shared memory problems. Obviously each database needs a different database name and thus different SID.
    Q. Can I have two different Oracle accounts on each cluster node e.g. uid=100 (oraclea) gid=100 (oinstall), groups dba=200 and e.g. uid=300 (oracleb) gid=100 (oinstall), groups dba=200, and run two databases, one for each Oracle user?
    A. Yes. The different Oracle user names would need to be associated with different Oracle installations, i.e. Oracle HOMEs. So you might have /oracle/oracle/product/10.2.0/db_1 (oraclea) and /oracle/oracle/product/11.0.1.0/db_1 (oracleb). The ORACLE_HOME is then used to determine the Oracle user name by checking the user of the Oracle binary in the ${ORACLE_HOME}/bin directory.
    Tim
    ---

  • Oracle 10gR2 Install RHEL4 compat-libstdc++-296 problem

    Trying to install Oracle 10gR2 on an Red Hat Enterprise 4 server and having an issue.
    [oracle@xxxxxxxx ~]$ uname -a
    Linux xxxxxxxx.xxxxxxxxxxxxxxxxx.xxx 2.6.9-42.0.3.ELsmp #1 SMP Mon Sep 25 17:28:02 EDT 2006 i686 i686 i386 GNU/Linux
    [oracle@xxxxxxxx ~]$
    The OUI, during Product-Specific Prerequisite Checks reports the following error:
    Checking for compat-libstdc++-296-2.96-132.7.2; found Not found.     Failed <<<<
    However, the rpm package is installed:
    [oracle@xxxxxxxx ~]$ rpm -q compat-libstdc++-296
    compat-libstdc++-296-2.96-132.7.2
    [oracle@xxxxxxxx ~]$
    The only thing I have been able to find so far is to make sure the package is installed.
    There is also another compat-libstdc++ installed:
    [oracle@xxxxxxxx ~]$ rpm -q compat-libstdc++-33
    compat-libstdc++-33-3.2.3-47.3
    [oracle@xxxxxxxx ~]$
    is that somehow causing a problem? How does the OUI actuall check for package dependancies?
    Any pointers or suggestions would be greatly appreciated.
    Jeff

    Hi Jeff, you will have to install other packages from the RHEL4 cd's. Here is a list of what I usually run. Some are in the oracle install docs and some are not. If you are using the CDs then first cd to the cdrom
    cd /media/cdrom
    rpm -ivh ncompress-4.2.4-40.i386.rpm
    rpm -ivh compat-libstdc++-296-2.96-132.7.2.i386.rpm
    rpm -ivh glibc-common-2.3.4-2.i386.rpm
    rpm -ivh gcc-3.4.3-9.EL4.i386.rpm --aid
    rpm -ivh gcc-c++-3.4.3-9.EL4.i386.rpm --aid
    rpm -ivh sysstat-5.0.5-1.i386.rpm
    rpm -ivh libaio-0.3.102-1.i386.rpm
    rpm -ivh compat-libstdc++-33-3.2.3-47.3.i386.rpm
    P.S. I usually copy all the files from the install media to a mounted share on my network and it makes this really easy.
    Michael Cunningham

  • HELP!!! Listener problem on AIX 4.1 with oracle 7.2.2.0

    When I try to do "lnsrctl start" (or stop) the server give to me the error below:
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=ora7))
    TNS-12224: TNS:no listener
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    IBM/AIX RISC System/6000 Error: 2: No such file or directory
    Connecting to (ADDRESS=(COMMUNITY=TCP.world)(PROTOCOL=TCP)(Host=BILANCIO)(Port=1521))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    IBM/AIX RISC System/6000 Error: 79: Connection refused
    Connecting to (ADDRESS=(COMMUNITY=TCP.world)(PROTOCOL=TCP)(Host=BILANCIO)(Port=1526))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    IBM/AIX RISC System/6000 Error: 79: Connection refused
    On metalink, solutions are client side, but I have this problem on server side.
    I try to change host name to ip add, but problem persist.
    I try to reboot server (because I think the problem was the oracle istance) but the db works correctly.
    What can I do?
    thank u so much!!!
    pedro

    Hello Pedro,
    Please can you tell me if you resolved this issue you were having and how did you resolve this. I am having the same issue now....
    We did a restore to a different box and now cannot connect to the database and having same issues you described.
    Your help will be appreciated,
    Regards
    Avishkar Bandu

  • Oracle Listener Problem

    I am having a problem starting the Oracle Listener after a system crash on Windows NT.
    However, if I first connect to the internet and then try to restart, everything works ok.
    Why should I have to connect to the internet with my laptop in order to start the Oracle Listener?
    The message I am getting is as follows.
    C:\WINNT\Profiles\timh\Desktop>net start OracleStartORCL
    The OracleStartORCL service is starting..........
    The OracleStartORCL service was started successfully.
    C:\WINNT\Profiles\timh\Desktop>net start OracleTNSListener80
    The OracleTNSListener80 service is starting.
    The OracleTNSListener80 service could not be started.
    A system error has occurred.
    System error 1067 has occurred.
    The process terminated unexpectedly.
    null

    some more info.
    Given below is the output of status. does anything look bad or am I doing something wrong?
    for the service"abcd" it says has two instances, one of the status is unknown. does that matter is it always like that or I am asking very dumb questions?
    Please excuse me if that is the case.
    C:\lsnrctl status
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 23-JUL-2007 14:54:28
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=servername)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Produc
    tion
    Start Date 23-JUL-2007 10:27:09
    Uptime 0 days 4 hr. 27 min. 19 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File D:\oracle\ora92\network\admin\listener.ora
    Listener Log File D:\oracle\ora92\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "abcd" has 2 instance(s).
    Instance "abcd", status UNKNOWN, has 1 handler(s) for this service...
    Instance "abcd", status READY, has 1 handler(s) for this service...
    Service "abcdXDB" has 1 instance(s).
    Instance "abcd", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Problem on Installing Oracle 10g on Windows XP Professional

    I'm getting the following error while I install Oracle 10g R1, on Windows XP Professional.
    The Path enviroment variable is bigger than 1023 characters. This value cannont be set.
    Has anyone seen this error before?

    Hi,
    you have two option to start your oracle service. your problem is your oracle serivce is not start.
    for that you can start manully....
    like
    on command prompt.
    cmd>net start oracleservice<sid>
    or
    you can set automatic for oracle service.
    go services window. start >>>> run >>>> services.msc <<<enter>>>
    check and select oracle services and right click and set automatic..
    every time your system is reboot then oracle service is automatically is start.
    regards
    Taj

  • Problem while installing oracle 9i on windows xp professional

    while installing oracle 9i iam getting strange error.
    the error is:
    Create process : null -new -sid oiddb -startmode m error=2.
    The problem what we figured out is ORADIM which should be under ORACLE_HOME\bin is not yet installed also some files are also missing under bin directory. Is there any one who can solve my problem
    its very urgent
    thanks in advance...

    The problem what we figured out is ORADIM which
    should be under ORACLE_HOME\bin is not yet installed
    also some files are also missing under bin directory.
    Is there any one who can solve my problemIs it enough disk space?
    Is it software installation successful before creating DB?
    Can you run : c:\oradim ?

Maybe you are looking for

  • Importing a class that is stored online

    I hope this is the right forum... appologies if not. I am wondering how to access classes that are stored on the internet. I own the domain www.l4eclan.com. I created a package (I think) of classes on it, but I can't figure out how to access the clas

  • SkinnableComponent does not react to state changes

    (Flex 4.5) I'm finding that SkinnableTextBase will change its styles according to the CSS file when it changes state, but SkinnableComponent won't. Why? Here's what I do. I create a class which extends SkinnableTextBase like this: public function MyS

  • QuickTime export/share fails to export video in Lion OS

    I have a 9 gb .mov file (that I created and exported from FCP 7). I can open this file in QT, it opens & plays fine. I am however not able to create a compressed m4v version of this file from QT. I need to do this to enable a download of this movie o

  • Business partner & customer link

    Hi experts I have created business partner from customer through BP & FLBPD1. Now I have to remove the link between BP & customer. Since any loan created with BP, the accounting entries are generated in the linked customer. Already loan is entered in

  • Photoshop CS5 file format.

    Im working on a big art project and have had to make a few modifications on a background picture I've been working on. I named the file its original name but added "v1.2" on the end of it. The problem is that it reads .2 and now it says its in the fi