Newbie ORA-12500  Connection Error

I am attempting to connect to the Oracle 10g database with JDeveloper, and whenever I attempt to connect, I receive this message:
Listener refused the connection with the following error:
ORA-12500, TNS:listener failed to start a dedicated server process
The Connection descriptor used by the client was:
192.168.0.101:1521:ORCL
I have tried using the computer name, localhost, 127.0.0.1, I get either an error saying that the network adapter can not resolve the connection, or the error message above. When connecting, I use Net Manager to configure the addresses. Any help would be greatly appreciated since I am a complete newbie to Oracle tecnologies.
Thank you in advance
Ryan

I am logged into SQLPLUS with no problem as the SYSTEM account, (I only receive the problem when trying to log in through JDeveloper) and I altered the spfile processes to 200, however...
bounce the database.I do not know how to do this, what command do you use to bounce the database and what does it do, also...
Then just restart the Listener from the command prompt
lsnrctl stop
lsnrctl startWhen I attempt to do any lsnrctl functions, including help, I receive this error in SQLPLUS: SP2-0734: "unknown command beginning "lsnrctrl s..." - rest of line ignored."
Any suggestions?
Check if the problem is solved.The problem is still the same after altering the spfile, hopefully after I bounce the database and reset the Listener, this will be fixed.
Thank you for all your help so far
Ryan

Similar Messages

  • ORA-28500: connection Error

    I am using Oracle gateway for sqlserver 11.2 on Oracle 11.2 database on Linux.
    When i run the following query:
    select * from prc.PrcIsr@sqlserver;
    then after displaying about 10,000 rows, i get the following error message:
    ERROR:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    ORA-02063: preceding line from SQLSERVERThis error comes for all the tables except for minor tables having less than 1000 rows.
    Followings are the contents from the trace file:
    hgopoer, line 233: got native error 5701 and sqlstate 01000; message follows...
    [Oracle][ODBC SQL Server Driver][SQL Server]Changed database context to 'qai'. {01000,NativeErr = 5701}[Oracle][ODBC SQL Server Driver][SQL Server]Changed language setting to us_english. {01000,NativeErr = 5703}[Oracle][ODBC SQL Server Driver]Invalid connection string attribute {01S00}
    Exiting hgopoer, rc=0 at 2011/10/12-07:01:30
    hgocont, line 2685: calling SqlDriverConnect got sqlstate 01000
    Entered hgolosf at 2011/10/12-07:01:30
    Exiting hgolosf, rc=0 at 2011/10/12-07:01:30
    DriverName:HGmsss23.so, DriverVer:06.00.0056 (b0041, U0039)
    DBMS Name:Microsoft SQL Server, DBMS Version:09.00.4060
    Exiting hgocont, rc=0 at 2011/10/12-07:01:30 with error ptr FILE:hgocont.c LINE:2685 FUNCTION:hgocont() ID:SQLDriverConnect
    SQLGetInfo returns Y for SQL_CATALOG_NAME
    hgopoer, line 233: got native error 104 and sqlstate 01000; message follows...
    [Oracle][ODBC SQL Server Driver][libssclient24]ConnectionRead (recv()). {01000,NativeErr = 104}[Oracle][ODBC SQL Server Driver][libssclient24]General network error. Check your network documentation. {08S01,NativeErr = 11}
    Exiting hgopoer, rc=0 at 2011/10/12-07:03:27
    hgoftch, line 730: calling SQLFetch got sqlstate 01000
    0 rows fetched
    Exiting hgoftch, rc=28500 at 2011/10/12-07:03:27 with error ptr FILE:hgoftch.c LINE:730 FUNCTION:hgoftch() ID:Fetch resultset data
    Listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 172.18.2.134)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = dg4msql)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
          (PROGRAM = dg4msql)
    sqlnet.ora
    # sqlnet.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    ADR_BASE = /u01/app/oracle
    initdg4msql.ora
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Microsoft SQL Server
    # HS init parameters
    HS_FDS_CONNECT_INFO=[zeus.lhr.com]:1433//qai
    # alternate connect format is hostname/serverinstance/databasename
    HS_FDS_TRACE_LEVEL=DEBUG
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    # custom init parameters
    HS_KEEP_REMOTE_COLUMN_SIZE=LOCAL
    HS_NLS_LENGTH_SEMANTICS=CHAR
    HS_LANGUAGE=AMERICAN_AMERICA.WE8MSWIN1252
    HS_NLS_NCHAR=UCS2

    the provided trace file doesn't even show the read error.
    It suddenly ends in the middle of a fetch:
    SQLFetch: row: 27, column 4, bflsz: 16, bflar: -1
    SQLFetch: row: 27, column 4, bflsz: 16, bflar: SQL_NULL_DATA
    SQLFetch: row: 27, column 5, bflsz: 16, bflar: 16
    SQLFetch: row: 27, column 5, bflsz: 16, bflar: 16, (bfl: 16, mbl: 16)
    00: B80B0200 1C000000 00000000 00000000 [................]
    SQLFetch: row: 27, column 6, bflsz: 4, bflar: 2
    SQLFetch: row: 27, column 6, bflsz: 4, bflar: 2
    Just to clarify - did you abort the fetch?
    What about your network environment - are all machines located in the same network or is for example the SQL Server located outside of your network?
    Is there an rdbms/log directory in your OH /u01/app/oracle/product/11.2.0/db_1?
    If yes, does it contain a dump file dated with 2011/10/12-08:04:54?
    If there is no rdbms/log directory, please create it and retry the select.
    BTW, there's already dg4msql 11.2.0.2 and for some platforms also 11.2.0.3 available. Could you also please make sure you use the latest release?

  • ORA-12154 Connection error from HFM to Oracle Database

    Hi,
    I am trying to configure Hyperion HFM but can write to HFM database.
    The implementation architecture:
    Hyperion 11.1.2.2 (with all the requiered patches for HFM, FDM, Shared Services, Workspace and Oracle Application Development)
    Server 1:
    Windows Server 2008 x64
    Installed products: Foundation (EPMA, CalcManager), BI, HFM web components and ADM driver
    Configured products: Foundation(EPMA, CalcManager), BI.
    Database Client: 11gR2 x64
    Server 2:
    Windows Server 2008 x64
    Installed products: HFM, FDQM
    Configured Products: FDQM, HFM
    Database Client: 11gR2 x32, 11gR2 x64 (x32 version installed first)
    Server 3:
    Database: Oracle 11.2.0.2
    All the products from server 1 are working fine, FDQM (server 2) is also working fine, but, when I try to do any action related with HFM database the system fails.
    I have tested the connection is these scenarios:
    1. SQLdeveloper: successfull!, I can create tables, views, etc. Double checking the user privileges it has all the required.
    2. tnsping: successfull!
    3. HFMApplicationCopy utility: Successfull using UDL file and writing the connection parameters.
    4. EPM System Configurator: the configurator successfully validates the database connection information, but does not create the tables on the database. No errors in the configtool log.
    5. EPM Diagnostic Tool: fails with this error message:
    ------------STARTING VALIDATION SCRIPTS----------
    LOGGING IN HFM....
    CREATING APPLICATION....
    ERROR: Unable to CreateApplicationCAS
    Number (dec) : -2147215936
    Number (hex) : &H800415C0
    Description  : <?xml version="1.0"?>
    +<EStr><Ref>{DC34A1FD-EE02-4BA6-86C6-6AEB8EF5E5A3}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147467259</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>HfmADOConnection.cpp</File><Line>511</Line><Ver>11.1.2.2.300.3774</Ver><DStr>ORA-12154: TNS:could not resolve the connect identifier specified</DStr></ESec><ESec><Num>-2147215616</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxSQLConnectionPool.cpp</File><Line>585</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServerImpl.cpp</File><Line>8792</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServer.cpp</File><Line>90</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxClient.cpp</File><Line>1356</Line><Ver>11.1.2.2.300.3774</Ver><PSec><Param><server_name></Param></PSec></ESec><ESec><Num>-2147215936</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxClient.cpp</File><Line>936</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxClient.cpp</File><Line>4096</Line><Ver>11.1.2.2.300.3774</Ver></ESec></EStr>+
    Source       : Hyperion.HFMErrorHandler.1
    ERROR: while Application created
    7. HFM Classic application creation: fails with the following error:
    Error*11*<user_name+>*10/19/2012 08:30:52*CHsxServer.cpp*Line 90*<?xml version="1.0"?>+
    +<EStr><Ref>{DC34A1FD-EE02-4BA6-86C6-6AEB8EF5E5A3}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147467259</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>HfmADOConnection.cpp</File><Line>511</Line><Ver>11.1.2.2.300.3774</Ver><DStr>ORA-12154: TNS:could not resolve the connect identifier specified</DStr></ESec><ESec><Num>-2147215616</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxSQLConnectionPool.cpp</File><Line>585</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServerImpl.cpp</File><Line>8792</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServer.cpp</File><Line>90</Line><Ver>11.1.2.2.300.3774</Ver></ESec></EStr>+
    8. EPMA Application deployment: fails with same message.
    Please help me with some insights on this problem, I have tried everything but nothing works.
    Regards
    Edited by: Otein on 19-oct-2012 14:04

    Hi,
    I Have solved one of my problems, the one that keep HFM from connecting to the Oracle database.
    I just change the TNSNAMES.ORA, like this:
    Initial tnsnames.ora
    PRUEBA.WORLD=
    +(DESCRIPTION_LIST =+
    +(DESCRIPTION =+
    +(LOAD_BALANACE = ON)+
    +(FAILOVER = ON)+
    +(ADDRESS_LIST =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = <server_name>)(PORT = <port>))+
    +)+
    +(CONNECT_DATA =+
    +(SERVICE_NAME = <service_name>)+
    +)+
    +)+
    +)+
    Modified tnsnames.ora
    PRUEBA.WORLD=
    +(DESCRIPTION =+
    +(LOAD_BALANACE = ON)+
    +(FAILOVER = ON)+
    +(ADDRESS_LIST =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = <server_name>)(PORT = <port>))+
    +)+
    +(CONNECT_DATA =+
    +(SERVICE_NAME = <service_name>)+
    +)+
    +)+
    I Just delete the line "+(DESCRIPTION_LIST =+" and its corresponding closing parenthesis, I did this cause in the configuration utility log I saw this line:
    +TNS parsing: Entry: DESCRIPTION_LIST [[Address: Protocol:(TCP) Host:(<server_name>) Port:(1521) SID:(<service_name>)]]+
    So, if the applications were trying to connect to connection descriptor DESCRIPTION_LIST, the driver could not recognize DESCRIPTION_LIST as a valid one.
    There is a lot going on behind the scenes when you work with Oracle Database as the repository, maybe there is some other way to address this issue, but it worked for me, hope it can help you too.

  • ORA-12154 connection error???

    Hi
    I have a "ORA-12154 TNS cannot resolve service name" error message. This occurs when i try to connect from a data connection wizard in MSWord for the purpose of a mail merge. I have checked the tnsnames.ora file and the SERVICE_NAME is the default XE, i type this as the server name into the connection wizard and receive the error message. Could the sqlnet.ora file have something to do with it? Is it actually technically possible to connect to XE from this wizard?
    Thanks for any feedback
    GC

    In XE, I think that heterogenous services are not supported!

  • WRT54Gs newbie: no internet connection error message

    Greetings,
    I picked up a used WRT54Gs v7 and am tying to install it in my network.  I'm wanting to have another wireless access point other than our iMac.
    After looking through the "Guide Me" here on this site, I was able to get the ethernet connection working so the iMac connects to the internet.  Although I can connect my laptop via the iMac's wireless point, I haven't been able to connect wirelessly to the WRT54Gs with either the laptop or my cell phone.  On the laptop, the error is "No Interntet Connection.".
    It also feels like my internet connection is slower through the Linksys than it was through a "generic" switch.
    So, since I'm a newbie, what should my troubleshooting look like in order determine if there are settings that need to be adjusted or if it's simply a bum unit?
    Thanks

    Hi, how did you connect the WRT54GS router? Did you connect that router to a modem or to another router? How was that router configured? Is it acting as a DHCP server or just a plain switch? I would suggest that you upgrade the router’s firmware and to reset the router in order for the router to have a stable performance. You can then check on the link below for different ways on how you can configure your router.
    Different ways in setting up your Linksys wireless router

  • Get error ORA-12500 : TNS Listener

    I keep getting this ORA-12500 ODBC error, TNS listener could not be resolved.
    What does it mean?
    What is causing it?
    The error comes and goes by itself within a few seconds.
    Any help is appreciated.
    Thanks.

    I'm using Oracle 8i (8.1.6)

  • Listener refused the connection with the following error: ORA-12500

    Hi,
    We had had some difficulties with our portal lately. All of a sudden portlets failed and started givin error messages all over our webpages.
    I tried to login to EM Console to try and restart Portal OC4J and got this error
    An error was encountered while loading page. An error occurred when attempting to connect to the Database.
    Resolution:
    Make sure that the database and listener are up.
    If the database is up, make sure that the OracleAS Repository API files ias.properties and iasschema.xml are correctly configured.
    If necessary, use the EM Console to reconfigure the host, user name and password associated with the database
    Base Exception:
    java.sql.SQLException
    Listener refused the connection with the following error:
    ORA-12500, TNS:listener failed to start a dedicated server process
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PORTAL.MSS.EDUS.SI)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ASDB.MSS.EDUS.SI)))
    . Listener refused the connection with the following error:
    ORA-12500, TNS:listener failed to start a dedicated server process
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PORTAL.MSS.EDUS.SI)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ASDB.MSS.EDUS.SI)))
    In ..INF/network/sqlnet.log
    Fatal NI connect error 12500, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=portal.mss.edus.si)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=asdb.mss.edus.si)(CID=(PROGRAM=I:\Oracle\INF\Apache\Apache\Apache.exe)(HOST=CLUSTER1)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.1.0.4.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 10.1.0.4.0 - Production
    Time: 11-JUN-2007 13:00:24
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    After restart everything works as normal. Any ideas what went wrong, or where to look for some additional answers?

    Ora12500 means your OS has run out of resources, so you cannot start a process on the Server Side. Post the complete error stack, the last lines show further information to troubleshoot this error.

  • Listener refused the connection with the following error: ORA-12500, TNS:li

    I got this error when I use EM, or sqlplus:
    Listener refused the connection with the following error: ORA-12500, TNS:listener failed to start a dedicated server process
    when I do
    $lsnrctl status:
    here is the result
    Service "abc.def.com" has 3 instance(s).
    Instance "dbtest", status UNKNOWN, has 1 handler(s) for this service...
    Instance "dbtest", status BLOCKED, has 1 handler(s) for this service...
    Instance "dbtest", status READY, has 1 handler(s) for this service...
    please help. Thanks.

    Ora12500 means your OS has run out of resources, so you cannot start a process on the Server Side. Post the complete error stack, the last lines show further information to troubleshoot this error.

  • ORA-12500 error while refreshing webi report

    Hi All,
    The problem looks simple, but i am struck with this. I am trying to refresh a webi report in BO XI R3.1, it throws the error "DBD: ORA-12500: TNS:listener failed to start a dedicated server process". It looks like there is no issue with the tnsnames.ora and sqlnet.ora.whar could be the other cause for this issue ? Any input will be appreciated.  Thanks in advance.
    Thanks
    Raj

    Hi,
       You need to fix up the issue on the Oracle D/B side first prior to testing on WebI.
       Try this link, it explains the error encountered in more details.
                 http://ora-12500.ora-code.com/
       Simply put, can you use client tool (e.g. TOAD) to log into Oracle D/B using the same machine?
       Fix up the connection then WebI will work.
    Regards,
    Ken

  • Error Ora-12500 when using dblink

    Hi all,
    I have a database that I can connect directly with no problem, but there's error when I try to connect to that db from another db by using dblink
    (Select * from someTab@link_name)
    The error is Ora-12500
    (Sure that tnsname.ora file is OK, I meant SID that using in dblink)
    What can I do to deal with this prob?
    Thank you!

    Mr_what wrote:
    Thank you guys! Of course I've known what Ora-12500 means, google is always the first thing I do when have to deal with any prob.Then you should have run across the cause of the problem..?
    The client (in this case, the PL/SQL code using the db-link) uses a TNS alias to connect to an Oracle Listener. Part of the TNS alias is specifying the database the client wants to connect to (e.g. using SID or SERVICE_NAME).
    The Listener confirms that it services this SID or service (it needs to be registered with the Listener). It then "+hands off+" the connection to that database. It can do this either as a dedicated or shared server process.
    In your case, your TNS connection does not request a shared server connection. So the Listener needs to provide a dedicated server to service your client connection. It does so by executing +$ORACLE_HOME/bin/oracle+ - using the settings for that registered database (which includes the +$ORACLE_HOME+ dir). It passes command line parameters to this process (typically +(LOCAL=NO)+ ), and other data via the call (such as the socket handle this oracle executable needs to use to communicate with your client session).
    This is the step that fails. The Listener fails to create this dedicated process. It uses a specific kernel call (differs from o/s to o/s) to create this dedicated server (a process on Linux/Unix, or thread on Windows). This call is usually what fails and results in the error you see on the client side.
    There can be a number of reasons why this failed. The usual two suspects are:
    - the kernel not allowing the Oracle o/s user to create more processes as it has reached it resource quota
    - invalid +$ORACLE_HOME+ and the call fails to load the bin/oracle executable process
    I would first eliminate these two as the cause of the problem. If it is not caused by these, then I would enable listener tracing and troubleshoot a connection that results in this error. There are various levels of diagnostics that can be enabled for tracing. At the lowest level one can trace the actual calls made by the listener, including the parameters values passed.

  • Frustrating ORA-12500 error

    Hi all,
    HELP!!!
    I'm using Oracle7.3 database server on Windows NT4.0 and workstation is Chinese Windows98. My PB6.5 application make two connections whenever login. The first connection always success (retrieve application general data) and the second connection (retrieve specific data) always have the ORA-12500 error msg after ~1min24s waiting. However the 2nd connection always success on second/third attempt.
    Anybody know why???
    I've already checked the server's listener.ora and workstations's tnsnames.ora files, they seems normal to me.
    When I run OEM, I got the ORA-12500 error msg also no matter how many times I try. But it is very normal when I use INSTANCE manager, SCHEMA manager, SECURITY manager, STORAGE manager.
    Please help!!!

    Generally speaking one only sets the processes parameter, the sessions parameter will be automatically derive from the processes parameter.
    However: each process constitutes a Windows thread.
    You may be hitting the maximum number of threads for a Windows process (There is one Oracle process, and each dedicated server process is a thread).
    What the maximum number of threads is I don't know, but I have never managed to have more than 200 processes.
    You should investigate to convert to shared server.
    Open_cursors refers to the number of SQL statements which can be opened by an individual session.
    Sybrand Bakker
    Senior Oracle DBA

  • ORA-12500 error message, help me

    Oracel 8.1.7 on Windows 2k server
    run:
    connect system/manager
    in SQLPLUS, ok
    but run:
    connect system/[email protected]
    in SQLPLUS,got
    ORA-12500 TNS: listener failed to start a dedicated server
    process
    oradb1 is the SID of the only one database.
    cosp.local is domain name.
    oradb1.cosp.local is the service name.
    all required services have been started already.
    Please help to fix it.
    Thanks a lot

    It is a 3 party proprietary programming language, SQL-like in nature.
    I used a Oracle driver replacing the Microsoft driver. This time I did not get any error but no values were inserted in the table for CLOB. But if I change the datatype to LONG, values are getting inserted.
    Thanks!

  • Error: ORCL-002: CreateConnInternal olog(): ORA-12500:

    Hello,
    I'm sometimes getting this error error: ORCL-002: CreateConnInternal olog(): ORA-12500:
    TNS:listener failed to start a dedicated server process
    in the nas logs after which the NAS server hangs.
    I'm using NAS 4.0 sp5 on HPUX and connecting to an Oracle 8 database using ORACLE_OCI. Anybody has
    come across this error. What could be the possible
    solution ?
    Thanks for your help,
    Amit

    I guess this problem is from the Oracle Server,
    One of these steps might work,
    1. Stop and start the listener. (May be not a good idea.)
    2. May be you are not using the same user/password to start the listener as the database instance.
    You may use, system/manager.
    Please get back for any further assistance.
    Thanks,
    Rakesh,
    Developer-Support Team,
    Sun ONE Application Server.

  • ERROR ORA-12500

    Hi everybody,
    To run WebDB2.0.5.6.1/oracle 8.0.5 on Linux/RH6.0
    I obtain the following error message. This, results when
    I prompted: $ sqlplus WEBDB@ORCL (ORCL is my database).
    "ERROR:
    ORA-12500: TNS:listener failed to start a dedicated server
    process"
    HELP: when I type : $ oerr ora 12500, I obtain the
    following:
    12500, 00000, "TNS:listener failed to start a dedicated
    server process"
    // *Cause: The process of starting up a dedicated server
    process failed.
    // The executable could not be found or the environment may
    be set up
    // incorrectly.
    // *Action: Turn on tracing at the ADMIN level and
    reexecute the operation.
    // Verify that the ORACLE Server executable is present and
    has execute
    // permissions enabled. Ensure that the ORACLE environment
    is specified
    // correctly in LISTENER.ORA. The Oracle Protocol Adapter
    that is being
    // called may not be installed on the local hard drive.
    Please check that
    // the correct Protocol Adapter are successfully linked.
    // If error persists, contact Oracle Customer Support.
    Please help to solve this problem.
    Regards,
    Mohamed
    null

    Hi Rob,
    Thank you for your reply.
    I follow your step
    1. LSRNR STOP
    message : "Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1))) The command completed successfully
    2. LSRNR STOP
    message : "Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1))) The command completed successfully
    3. LSRNR EXIT
    4. TNSPING TEGUH
    message : "Attemping to contact (ADDRESS=(PROTOCOL=TCP)(HOST=teguhs_nt)(PORT=1521)) OK (220 msec)"
    I do all your suggestion but error still exist.
    I still need help. thank you.
    regards
    teguh

  • ASM instance crash due  to error ORA-27506: IPC error connecting to a port

    Hi All,
    Today the ASM instance goes down.
    When i checked the alert log I found the below error.
    ORA-27506: IPC error connecting to a port
    ORA-27300: OS system dependent operation:sendmsg failed with status: 22
    ORA-27301: OS failure message: Invalid argument
    ORA-27302: failure occurred at: sskgxpsnd1
    Please find the environment details.
    OS : RHEL-5
    DB: 11.1.0.7 2-node RAC
    I want to know the root cause of this issue.
    Please suggest.
    Thanks and Regards,

    Hi,
    Could you please upload cluster alert log and cssd.log?
    regards,
    Kishore

Maybe you are looking for

  • Yosemite Mail displays image attachments as question marks if attachments also contain a pdf

    We have 11 macs running Yosemity in our company and I have the following problem with Mail since upgrading. If an email is created in Mail and both images (jpg) and pdf's are attached to that mail, the recipient will see the images displayed as quest

  • IPhone 4 broken / shattered screen (UK)

    I have recently droppped my iPhone 4 from a ridiculously low height and shattered the screen.  I've read that people have taken it to the genius bar and got a replacement / repaired for free.  My phone is only 4 months old and I'm gutted that its sha

  • Audigy and AL

    Anyone been able to get the audigy drivers from opensource.creative.com to work? I try to compile them but I get errors for the kernel source not being in the right place....speaking of which, where do I get the kernel source for the stock kernel in

  • SAP std pgm to re-trigger selected output types associated with sales order

    Hi, Can anyone help me providing the standard SAP Program which will do repeat output action for different output types associated to the sales order. Output Type ZA00 ZA01 ZA10 ZA11 ZML0 ZRN0 ZSA0 ZSA1. Thanks, Ramya Sanjana

  • Is it possible to change my username?

    That is the question. Thanks in advance.