Oracle 10g TNS listener service

Hi Friends,
I have installed Oracle 10g in my windows
vista. When i try to start TNS listener through services window
manually, it is giving the below error.
"windows could not start the OracleOraDb10g_home1TNSListener service
on Local Computer.
Error 3: The System cannot find the path specified"
If you have an idea about this please help me out. I need to solve it
immediately. Please respond for this as early as possible.
Thanks,
Surendra Kumar

sridhar yerram wrote:
My listner.ora contents are as follows :
# listener.ora Network Configuration File: D:\oracle\product\10.1.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\oracle\product\10.1.0\db_1)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
My tnsnames.ora file as follows ;
# tnsnames.ora Network Configuration File: D:\oracle\product\10.1.0\db_1\NETWORK\ADMIN\tnsnames.ora
# Generated by Oracle configuration tools.
ORCL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
I was getting the following error when iam connecting using my tns name : scott/tiger@ORCL
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
all services for oracle are started , in services.msc i started all the services of oracle.
May i know exactly what are the services necessary to run the oracle 10g
regards
sridharWhy are you reviving a thread that has been dormant for 18 months and had nothing that looked at all like your problem?
Anyway ...
First, Is your client (from which you are running sqlplus) on the same machine as the database? If not, it will never connect as 'localhost' is a non-routable address.
Second, which version of windows is your database on?
Third, we see what your listener and tnsnames files look like, but that's not the whole story. Show us the results of :
c:> lsnrctl status(Use copy and paste to show us the full command and response from a command prompt)
Fourth, read my standard explanation and see if it leads you to any clues.
=================================
A couple of important points.
First, the listener is a server side only process. It's entire purpose in life is to receive requests for connections to databases and set up those connections. Once the connection is established, the listener is out of the picture. It creates the connection. It doesn't sustain the connection. One listener, with the default name of LISTENER, running from one oracle home, listening on a single port, will serve multiple database instances of multiple versions running from multiple homes. It is an unnecessary complexity to try to have multiple listeners or to name the listener as if it belongs to a particular database. That would be like the telephone company building a separate switchboard for each customer.
Second, the tnsnames.ora file is a client side issue. It's purpose is for address resolution - the tns equivalent of the 'hosts' file further down the network stack. The only reason it exists on a host machine is because that machine can also run client processes.
Assume you have the following in your tnsnames.ora:
larry =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
    (CONNECT_DATA =
      (SERVICE_NAME = curley)
  )Now, when you issue a connect, say like this:
$> sqlplus scott/tiger@larrytns will look in your tnsnames.ora for an entry called 'larry'. Next, tns sends a request to (PORT = 1521) on (HOST = myhost) using (PROTOCOL = TCP), asking for a connection to (SERVICE_NAME = curley).
Where is (HOST = myhost) on the network? When the request gets passed from tns to the next layer in the network stack, the name 'myhost' will get resolved to an IP address, either via a local 'hosts' file, via DNS, or possibly other less used mechanisms. You can also hard-code the ip address (HOST = 123.456.789.101) in the tnsnames.ora.
Next, the request arrives at port 1521 on myhost. Hopefully, there is a listener on myhost configured to listen on port 1521, and that listener knows about SERVICE_NAME = curley. If so, you'll be connected.
What can go wrong?
First, there may not be an entry for 'larry' in your tnsnames. In that case you get "ORA-12154: TNS:could not resolve the connect identifier specified" No need to go looking for a problem on the host, with the listener, etc. If you can't place a telephone call because you don't know the number (can't find your telephone directory (tnsnames.ora) or can't find the party you are looking for listed in it (no entry for larry)) you don't look for problems at the telephone switchboard.
Maybe the entry for larry was found, but myhost couldn't be resolved to an IP address (say there was no entry for myhost in the local hosts file). This will result in "ORA-12545: Connect failed because target host or object does not exist"
Maybe there was an entry for myserver in the local hosts file, but it specified a bad IP address. This will result in "ORA-12545: Connect failed because target host or object does not exist"
Maybe the IP was good, but there is no listener running: "ORA-12541: TNS:no listener"
Maybe the IP was good, there is a listener at myhost, but it is listening on a different port. "ORA-12560: TNS:protocol adapter error"
Maybe the IP was good, there is a listener at myhost, it is listening on the specified port, but doesn't know about SERVICE_NAME = curley. "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
=====================================

Similar Messages

  • Oracle 10g tns listener

    i have installed 10g database on the same server on which 9i already exists. i did it on two machines and on comp1 everything is going well, but on comp2 (which is main server in our company) i can't connect to database i created during the 10g installation. when i try to run enterprise manager console, i'm asked for host and/or database username and password, and when i enter these things i still can not run EM. after few attempts i figure it out that there might be a problem with listeners (i found it on net) and i found out that on comp1, with which i have no problem, oracle 10g listener is running (control panel->admin tools->services), but on comp2 9i listener is running, and there is no 10g listener listed in services at all, so this could be the problem which i don't know how to solve. what should i do to register or do anything else, to have 10g listener listed in services to make it run???? if i'm wrong about listeners, tell me some other ideas and solutions to work it out.
    thanks a lot to anyone willing to help !

    Hi
    Stop and disable the 9i listener service and to create a 10g listener with the Net Configuration Assistant (Start -> Programs -> Oracle 10 Home -> Configuration and Migration Tools -> Net Configuration Assistant). As you saw on the other macine, the 10g listener will register the 9i and the 10g databases.

  • Oracle 10g DB listener does not work.

    I am in a terrible situation.
    My oracle 10g db listener often hang without any sign.
    For example , sometimes user sql select one minute ago , then the database could't be conected next minute .
    Even i command lsnrctl stop and start , the listener is over .
    I have to kill process then start listener.
    I try to find out what for , but i am don't know how to do .
    May any one tell my why or how ?
    Thank you .

    Thank you .
    I find how to happen the problem . It should be bug 4518443 .
    Now i have another question .
    I want to apply patch ,but fails.
    following is my command line :
    [oracle@localhost ~]$ opatch lsinventory
    -bash: opatch: command not found
    When I cd $oracle_home/OPatch , i find opatch file.
    Iam not sure why i can't apply patch .
    Thak you .

  • Oracle 10g database listener port range?

    Hi there
    Can you share me oracle 10g database listener port range (start port to end port No). default port is 1521
    Regards
    Jewel
    Edited by: user623166 on Jul 31, 2012 10:41 PM

    I think you will find your answer in below thread :
    listener port number
    Osama ..

  • Oracle 8 tns-listener security

    Hi list,
    premise that an upgrade to a newer Oracle version is recommended... I noticed setting a tns-listener password in Oracle 8.1.7* ("SECURITY=ON"), the SIDs are anyway enumerable (via "Command=status").
    According to you, is firewall filtering the only possible solution?
    As for "Oracle8 tns security" I did not find information on google. For Oracle 9 is different.
    Thanks in advance,
    Al

    user8798619 wrote:
    Using metasploit modules tnscmd and sid_enum (http://www.metasploit.com) or tnscmd (www.jammed.com/~jwa/hacks/security/tnscmd/tnscmd). The request to Oracle 8.1.7.0.0 tns-listener: (COMMAND=STATUS).
    The result (* obscured):
    (DESCRIPTION=(TMP=)(VSNNUM=*********)(ERR=0)(ALIAS=LISTENER)(SECURITY=ON)(VERSION=TNSLSNR for Solaris: Version 8.1.7.0.0 - Production)(START_DATE=********)(SIDNUM=1)(LOGFILE=***********)(PRMFILE=************)(TRACING=off)(UPTIME=321588456)(SNMP=OFF))(ENDPOINT=(HANDLER=(STA=ready)(HANDLER_MAXLOAD=0)(HANDLER_LOAD=0)(ESTABLISHED=0)(REFUSED=0)(HANDLER_ID=**************)(PRE=ttc)(SESSION=NS)(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=TEST123))))),,(ENDPOINT=(HANDLER=(STA=ready)(HANDLER_MAXLOAD=0)(HANDLER_LOAD=0)(ESTABLISHED=0)(REFUSED=0)(HANDLER_ID=**************)(PRE=ttc)(SESSION=NS)(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))))),,(ENDPOINT=(HANDLER=(STA=ready)(HANDLER_MAXLOAD=0)(HANDLER_LOAD=0)(ESTABLISHED=0)(REFUSED=0)(HANDLER_ID=*********************)(PRE=ttc)(SESSION=NS)(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testlab)(PORT=1521))))),,(SERVICE=(SERVICE_NAME=TEST123)(INSTANCE=(INSTANCE_NAME=TEST123)(NUM=1)(INSTANCE_CLASS=ORACLE)(NUMREL=1))),,
    Without credentials but with "SECURITY=ON" are obtained:
    Version: TNSLSNR for Solaris: Version 8.1.7.0.0 - Production
    Logfile: *********
    Sid: TEST123
    Hostname: testlab
    Uptime: 321588456
    According to "documentation in internet", with "SECURITY=ON", the password is configured (for example http://www.integrigy.com/files/Integrigy_Oracle_Listener_TNS_Security.pdf).
    I hope I am wrong :)Having no knowledge of how the cited tools work, I'll have to defer ...

  • TNS Listener Service won't start after upgrading server from NT to 2000

    I am new to Oracle and have worked my way through downloading and installing Oracle Enterprise Edition on an NT 4.0 SP6a server and I believe the installation was successful--I was able to run the Oracle Enterprise Manager successfully and I browsed the Oracle services in NT and they all appeared to be working.
    I upgraded NT to Windows 2000 Server and Service Pack 2 yesterday and after that I am unable to run Oracle Enterprise Manager and have noticed that the TNS Listener will not start. Actually it starts and immediately stops. It does not cause any messages in the Event Viewer.
    Any help on how to proceed would be very gratefully received.
    I am a database administrator with a school district and are evaluating/comparing Oracle vs. SQL Server 2000 for creating a data warehouse.
    Thanks!

    Srinivasa and Allen,
    Thank you very much for your replies. I tried the lsnrctl show connect_timeout command and got a message that connect_timeout was an invalid parameter. Is that true of 9i? However, I used the help show command and tried some of the other parameters and the error messages said something about not being able to locate the host. At that point I recalled that at the same time I was upgrading the server to Windows 2000 I also changed the name of the server from MISNT to just MIS.
    At that point I renamed the server back to MISNT and after rebooting, the TNS listener works fine. I do want to change the server name back to MIS. It appears there is a configuration file somewhere that has the host name in it that I will need to change. It makes me wonder if there are any other places where I am going to need to change this before I'm done. Will I be better off to just completely uninstall Oracle, change the server name and then reinstall?
    Thanks!
    Rick

  • Oracle 8i TNS Listener crashes

    After a fresh install of Oracle 8i on a NT4 Server SP5, when I
    got to to test the net names server the Oracle TNS Listener
    crashes. Anyone experience similar problems? Is there a
    solution? Is there a place on OTN where bugs can be reported
    and solutions provided?
    I will certainly not use Oracle 8i if there are errors such as
    these.
    null

    Thanks for the reply. I figured that since nobody else has said
    something similar in these threads that it must be something I
    was doing wrong. I notice that SP5 is not in MS Technet packs
    sent out monthly, it has been available for download for 3
    months or so now, obviously something is wrong with it.
    Thanks for the tip.
    Praying that I did backup my files...
    Efran S_nchez (guest) wrote:
    : Hi Stephen, I had some problems with SP5 and I opted to
    : deinstall SP5 to SP4 and Y2K update why don't you try it.
    : If you didn't made a backup of your previous service pack you
    : won3t be able to de-install SP5 and you will have to make an
    NT
    : fresh install.
    null

  • Cannot start Oracle 10g database console service

    Hello,
    I was given a machine with Oracle 10g standard edition already installed.
    I had problem with starting both the TNS and OrclDBConsole services.
    After modifying the HOST Name in both the tnsnames.ora file and the listner.ora file i was able to start the TNS service. But I am still having problem with starting the OrclDBConsole service.
    Any idea or suggestion what's wrong?
    Thanks for the help!
    Mitra

    The DBConsole may also be started as a service.
    The service for DBConsole is
    Oracle<oracle_home><SID>DBConsole

  • Differences between Oracle SID / Instance/ Listener / Service or Service_Na

    Hi guys, i am confuse about the following terms above and how they relate to one another when connecting to a database..
    This is what i know
    - SID is the identifier of an Oracle Instance.
    - An Oracle Instance is a group of programs and memory allocated for accessing the database.
    - A database is a group of data files, control files etc.
    - A database can be accessed by different instances at the same time.
    - A instance can only access 1 database at a time.
    From what i know, this are my questions below
    1) An instance can only access 1 database(9i) at a time, but does that mean an instance can also access another database of different version(10g) at another time ? If it is possible, what parameter file should i look into ?
    2) Can i run two or more instances in the same computer if each instance is assign to access different database of the same version or different version?
    3) let say i have 2 instance each accessing a database of its own, how many listener do i need ?
    4) when i look into tnsnames.ora, some of the connect_data contains SID, whereas some only contains service_name.
    Can I know what is Service_Name ?
    What is the difference between SID and service_name when use in accessing the database?
    Care to advice? Thanks gurus. Deeply appreciated.

    Hi guys, i am confuse about the following terms above
    and how they relate to one another when connecting to
    a database..
    This is what i know
    - SID is the identifier of an Oracle Instance.
    - An Oracle Instance is a group of programs and
    memory allocated for accessing the database.
    - A database is a group of data files, control files
    etc.
    - A database can be accessed by different instances
    at the same time.
    - A instance can only access 1 database at a time.
    From what i know, this are my questions below
    1) An instance can only access 1 database(9i) at a
    time, but does that mean an instance can also access
    another database of different version(10g) at another
    time ? If it is possible, what parameter file should
    i look into ?No it is not possible, the instance is associated to only one database. The oracle instance is created based on the rdbms installed version, and the rdbms version (including patchset) should match the database version, otherwise, the operation dba should perform is the upgrade process.
    2) Can i run two or more instances in the same
    computer if each instance is assign to access
    different database of the same version or different
    version?Yes, you can first have as much installed RDBMS as your computer can have, obviously each rdbms installed on different Oracle Homes (restriction started since 8.1.5), and you can start as many instances as the host is able to handle depending on the resources and kernel parameter the host is configured with.
    3) let say i have 2 instance each accessing a
    database of its own, how many listener do i need ?The minimum number of listeners is 1, this is enough to handle all connections, if you are planning to setup more than two listeneres, it is up to you, each listener must have its own port and you should beware of the self-instance registration issues at the default 1521 port.
    4) when i look into tnsnames.ora, some of the
    connect_data contains SID, whereas some only contains
    service_name.
    Can I know what is Service_Name ?
    What is the difference between SID and service_name
    when use in accessing the database?SID is the way Oracle used to configure tns connect alias up to version 8.0 it is just considered for backward compatibility, but its use should be deprecated. Using services is the way to configure tns connect alias starting from 8i. A service is a way to refer to an instance. Administering by means of services is a helpful topic when administering RAC environments. You can declare certain instances to belong to a service and other to another service name, this way you can better distribuite workloads during peak hours and off time, you can better schedule tasks and avoid bottlenecks by redirecting jobs to specific services and using features such as resource manager.
    ~ Madrid

  • Oracle 10g database listener won't start now that I have VPN for work

    Hi,
    I recently had VPN installed for work on my laptop so I could work from home. Work has a variety of oracle stuff installed and now available to me. However now the listener for my 10g database local on my laptop is unable to start - I start it and it just stops. Does anyone know what I can do about this?
    thx
    Adam

    lol, it's ok - i forgot to configure listener.ora
    cheers
    adam

  • "table type" result from stored procedure (Oracle 10g) for physical service

    Hello,
    I'm trying to create a physical service based on a stored procedure which returns a table type like this:
    SQL
    -- create table
    create table myTable ( "col1" VARCHAR2(250) not null enable, "filtercol1" VARCHAR2(250), "filtercol2" VARCHAR2(250), "sortcol1" VARCHAR2(250), "sortcol2" VARCHAR2(250), "sortcol3" VARCHAR2(250))
    -- create return type
    create or replace type myResultType as table of varchar2(250);
    -- create function
    create or replace function getResult(param1 in varchar2, param2 in varchar2, orderby in varchar2) return myResultType as
    query_str VARCHAR2(1000);
    myResult myResultType;
    begin
    query_str := 'select m.col1 from myTable m where m.filtercol1 like :param1 and m.filtercol2 like :param2 order by ' || orderby;
    execute immediate query_str bulk collect into myResult using param1, param2;
    return myResult;
    end getResult;
    The wizard for creating the physical service complains that it can't find the return type and I have to create a schema by myself. How should it look like? I can't find a sample in the documentation.
    Thanks for any help,
    Guido

    Ok, now the wizard produces something like this:
    (::pragma function <f:function xmlns:f="urn:annotations.ld.bea.com" visibility="protected" kind="library" isPrimary="false" nativeName="GETRESULT" nativeLevel2Container="MY_SCHEMA" style="storedProcedure">
    <nonCacheable/>
    <params xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdt="http://www.w3.org/2004/07/xpath-datatypes" xmlns:pn1="ld:physical/SQLServices/MY_TMP_TABLE" >
    <param name="RETURN_VALUE" kind="return" xqueryType="pn1:MY_TMP_TABLE" nativeTypeCode="0" nativeType="RowSet"/>
    <param name="RETURN_VALUE" kind="out" xqueryType="pn1:MY_TMP_TABLE" nativeTypeCode="0" nativeType="RowSet"/>
    <param name="PARAM1" kind="in" xqueryType="xs:string" nativeTypeCode="12" nativeType="VARCHAR2"/>
    <param name="PARAM2" kind="in" xqueryType="xs:string" nativeTypeCode="12" nativeType="VARCHAR2"/>
    <param name="ORDERBY" kind="in" xqueryType="xs:string" nativeTypeCode="12" nativeType="VARCHAR2"/>
    </params>
    </f:function>::)
    declare procedure f1:GETRESULT($PARAM1 as xs:string, $PARAM2 as xs:string, $ORDERBY as xs:string) as schema-element(t1:GETRESULT) external;
    Then WorkSpace Studio complains about: "... error: cos-element-consistent: Type of 'RETURN_VALUE' is inconsistent with another element with the same name in this content model. "
    If I rename one RETURN_VALUE to RETURN_VALUE1 (the param name and in the schema file) the error is gone, but if I try to test the method I get:
    com.bea.dsp.das.exception.DASException: weblogic.xml.query.exceptions.XQuerySagaException: {bea-err}UPD003: Update failure: mixed outcome, update error dispatched (updateid=SAGA_596ba32b1ff8d8a4:181f0b20:11f92ed2529:-7fe2): java.lang.RuntimeException: Konflikt bei Parametertyp
         at com.bea.dsp.das.ejb.EJBClient.invokeOperation(EJBClient.java:160)
         at com.bea.dsp.das.DataAccessServiceImpl.invokeOperation(DataAccessServiceImpl.java:171)
         at com.bea.dsp.das.DataAccessServiceImpl.invoke(DataAccessServiceImpl.java:122)
         at com.bea.dsp.ide.xquery.views.test.QueryExecutor.invokeFunctionOrProcedure(QueryExecutor.java:121)
         at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.getFunctionExecutionResult(XQueryTestView.java:1006)
         at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.executeFunction(XQueryTestView.java:1134)
         at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.widgetSelectedImpl(XQueryTestView.java:1807)
         at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.access$300(XQueryTestView.java:159)
         at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent$3.run(XQueryTestView.java:1535)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
         at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.widgetSelectedBusy(XQueryTestView.java:1538)
         at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.widgetSelected(XQueryTestView.java:1500)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:339)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:283)
         at org.eclipse.core.launcher.Main.run(Main.java:984)
         at org.eclipse.core.launcher.Main.eclipse_main(Main.java:959)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:39)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    "Konflikt bei Parametertyp" means something like: parameter type conflict
    Best regards,
    Guido

  • Can't login after installing Oracle 10g on XP Service Pack 1

    Hi, I am completely new to using oracle and cannot login after completing the install process. I followed the article:
    http://www.suite101.com/article.cfm/oracle/115320/3
    in order to install and unlock the relevant accounts (such as "SCOTT"). But I keep getting the following error message when attempting to login (at both the "http://myservername/em" and "http://myservername/isqlplus" urls):
    ORA-01017: invalid username/password; logon denied
    After a few of those errors I also get an understandable "account locked" error message.
    Can anyone suggest fields for "username", "password" and "contact identifier" that might enable me to login?! And why can't I use the "Global Database Name" and password that I supplied during the installation process?
    oh, and does it make a difference that I'm using "Parallels Desktop" to run windows from my mac?
    Thanks very much for any help, because I really need to get this running quickly!

    Open SQL*Plus ... all learning of Oracle should start at the SQL*Plus command line.
    Assuming you are logged in to the operating system as the same user that installed the Oracle software on SQL*Plus in the Start -> Programs menu.
    Under username type "/ as sysdba" without the double-quotes and leave the other two dialog box fields empty.
    Now enter:
    SQL> alter user scott account unlock identified by tiger;
    SQL conn scott/tigerIf this works you need to proceed by getting a beginning Oracle book. The one's offered by Oracle Press are among the best for your level or preferably find a class personal mentor in your area.
    Bookmark:
    http://asktom.oracle.com
    http://tahiti.oracle.com
    http://www.psoug.org/library.html
    But XP SP1? Why? SP2 is the minimum for a system with some level of security.
    In the future always post a complete version number (3 decimal places) as well as, as you did, complete error messages. That will help you get good answers.

  • TNS-12546: TNS:permission denied in Oracle 10g  windows XP

    Hi I have windows xp installed in my pc. After installing 1og, th.e TNS listener service is not starting automatically.
    While starting the service manually from command prompt I am getting the following error.
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAY-2009 11:01
    :44
    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 G:\oracle\product\10.2.0\db_1\network\admin\listener.or
    a
    Log messages written to G:\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=localhost)(PORT=15
    21)))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    32-bit Windows Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...
    However the problem is when i connect to the internet and then try to start the listener it starts up and everything works fine after that even after disconnecting from the net. Please help me in solving this. Thank you
    Edited by: [email protected] on May 15, 2009 11:24 PM

    YOU need to verify the host name or the ip address for your pc
    1 you said when connect to the internet is working cause when you create the database the lsnrctl get the internet ip address
    2 you can create new lsnrctl with new ip address and i will work

  • Oracle Listener service not starting.

    Hi,
    Windows 2003 Oracle 10.2. and ECC 6.0
    TNS Listener service is not starting and giving below Error
    "The OracleTST102TNSListener service on Local Computer started and then stoped. Some services stop automatically if they have no work to do, for example, the performance logs and Alerts service.
    Please help me.
    Thanks

    Thanks warren
    This is not a new installation. I was running SGEN Tcode. I stopped the transaction and wanted to start it again, it gave an ABAP DUMP error. After that i had restarted the Server at OS level. From then onwards the TNS Listener service was not starting.
    But the problem is resolved. The problem was with the IP Address. It was changed and the entry was not present in the Host file. So i have made an entry in the hostfile and started the TNS Listener service, it worked.

  • Oracle TNS Listener password

    Where do I specify the tns listener password in CF MX. I have
    added a password to the oracle TNS listener service. I need to get
    MX to pass this password to the oracle server. Is there a place to
    do this.
    cfk

    Here is what I was given from our security group here at
    USDOJ:
    We are using 9i,
    Server Product ColdFusion MX
    Version 7,0,2,142559
    Edition Enterprise
    Serial Number
    Operating System Windows 2003
    OS Version 5.2
    Description:
    A Oracle TNS Listener has been detected on the host with
    login security disabled (SECURITY=OFF).
    Observation:
    Oracle is an enterprise level database which is available on
    many different platforms.
    A configuration vulnerability exists within the Oracle TNS
    Listener which allows remote unauthenticated access. The TNS
    Listener accepts a clients request and establishes a TNS
    (Transparent Network Substrate) data connection between the client
    and the service. A TNS connection allows clients and servers to
    communicate over a network via a common API, regardless of the
    network protocol used on either end (TCP/IP, IPX, etc). A default
    installation of the TNS listens on TCP port 1521.
    Vulnerable Systems:
    Oracle 8i
    Oracle 9i
    Recommendation:
    It is recommended to only allow certain IP's or subnet ranges
    to access the TNS listener. This can be done by adding a rule in
    the firewall. We also recommend that you enable a password for the
    TNS listener within Oracle

Maybe you are looking for

  • MB5B-Retrive Closing Stock into our General Report

    this is parameswar,    > Using MB5B tcode how to import the Closing Stock value in our General report.    > In which table the closing stock value is saved this is value should be equal to the MB5B    > is there any way to import the that value in ou

  • Source of grumbling noise?

    I have a Mid 2010 27" iMac, i3 3.2 GHz, Western Digital 1 TB (WDC WD1001FALS-40Y6A0). I have been trying to get some information on the source of grumbling noises that seem to be eminating from the hard drive. Every time I open an application the sou

  • Full Optimize

    Hi I can´t do a Full Optimize on one of our cubes. The Optimize takes 3 hours then I get the following error: Error message:Exception has been thrown by the target of an invocation. Error message:This SqlTransaction has completed; it is no longer usa

  • Reviewer receives same item multiple times

    Hi Experts, I am using SRM 7.0 system with application controlled workflow. For one particular user who is assigned as a reviewer for the SC receives the same item for review multiple times. Suppose the SC has 1 line item  then the work item email th

  • How do I delete an image on dreamweaver?

    Hi, I bought a template online. I have been adding to the template using dreamweaver. There is an image on the website that says: Your Slogan Here. I want to get rid of that. How do I delete it? I have been searching for a delete button, but can't fi