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

Similar Messages

  • TNS-12546: TNS:permission denied  TNS-12560: TNS:protocol adapter error

    Dear Sir,
    Please some can help. I have in stall in Ubuntu Oracle 10 g 64 bit
    While running the listener.ora this gives following error
    please help
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    thanks regards
    sanat

    user591475 wrote:
    Dear Sir,
    Please some can help. I have in stall in Ubuntu Oracle 10 g 64 bit
    While running the listener.ora this gives following error
    please help
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    thanks regards
    sanatcopy the following commands, and paste them into a shell prompt:
    ifconfig
    env|grep ORA|sort
    cat $ORACLE_HOME/network/admin/sqlnet.oracopy the entire session and paste back to your next post.

  • TNS-12546 TNS:permission denied

    I get the following error msgs when starting the listener with
    the "lsnrctl start" command.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=Fhm))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    Connecting to ADDRESS=(PROTOCOL=TCP)(Host=localhost)(Port=1521))
    STATUS of the LISTENER
    I'm using RH 5.2 and Oracle8.0.5 standard.
    Does anyone know what what it needs to be done to correct the
    problem?
    Thanks
    null

    I had this problem too.
    There is a patch script which apparently corrects this problem
    and others, at <a
    href=http://technet.oracle.com/>http://technet.oracle.com/</a>.
    I have not run it yet as I need a spare hour to check out
    exactly what the script will do.
    I changed the owner and permitions on tnslsnr, as described
    below, and that worked for me too.
    Derek Stevenson (guest) wrote:
    : This is a great, great tip. With a default install, the owner
    : on tnslsnr is set incorrectly (to root, not to oracle), and
    you
    : keep getting the permission denied problems. Once the owner
    is
    : set correctly, though, the sqlplus user/passwd@dbname test
    works
    : just fine.
    : Someone should publish this in the install directions!!!
    : --Derek
    : Harvey Berenberg (guest) wrote:
    : : Andre Maasikas (guest) wrote:
    : : : Jan Pfeiffer (guest) wrote:
    : : : : Harvey Berenberg (guest) wrote:
    : : : : : I get the following error msgs when starting the
    : listener
    : : : : : I'm using RH 5.2 and Oracle8.0.5 standard.
    : : : : : Does anyone know what what it needs to be done to
    : correct
    : : the
    : : : : : problem?
    : : : : : Thanks
    : : : : Check your permissions on the tnslsnr (suid - bit)
    : : : I don't think the listener needs to be setuid, probably the
    : : : owner is wrong, (root? I'v seen it sometimes) it should be
    : the
    : : : the owner/group of the oracle sofware owner.
    : : I resolved the problem by changing permissions on the
    tnslsnr
    : to:
    : : -rwxr-x--x 1 oracle dba 3636562 May 26 15:14
    : tnslsnr
    : : and on the directory $ORACLE_HOME/network/log to:
    : : drwxrwxr-x 2 oracle dba 1024 May 17 16:55
    : log
    : : and on listener.log to:
    : : -rw-rw-r-- 1 root dba 14291 May 26 17:19
    : : listener.log
    : : Thanks for the hints.
    null

  • How To Fix --- TNS-12546: TNS:permission denied

    Following is what I see..
    [gcars0j2:/oracled] lsnrctl start
    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 03-JAN-2007 13:05:13
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /oracled/product/10.2.0/Db_3/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System parameter file is /oracled/product/10.2.0/Db_3/network/admin/listener.ora
    Log messages written to /oracled/product/10.2.0/Db_3/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Solaris Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...

    Thank you thank you thank you.... It worked.
    I thought I had taken care of /var/tmp, but I had messed/missed something. See below, there was a small issue, I had "t" and not "x" for all users (see in bold below. Now it works after I used "chmod 777 .oracle".
    Thanks a lot.
    # cd /var/tmp
    # ls -la
    total 14
    drwxrwxrwx 6 root sys 512 Jan 3 17:05 .
    drwxrwxrwx 44 root sys 1024 Dec 12 08:35 ..
    drwxrwxrwt 2 root dba 1024 Jan 3 16:52 .oracle
    prw------- 1 root root 0 Nov 7 19:22 .sysidtool_in
    prw------- 1 root root 0 Nov 7 19:22 .sysidtool_out
    -rw-r--r-- 1 root root 3 Nov 7 19:19 .sysidtool_pid
    -rw-rw-rw- 1 oracle dbad 0 Jan 2 16:02 EM_TARGET_INSTALLER.lk
    drwxr-xr-x 2 root root 512 Nov 14 22:10 dstreAAANWaWRj
    drwxr-xr-x 3 root root 512 Dec 11 17:36 dstreAAATGa4sb
    drwxr-xr-x 2 root root 512 Nov 5 14:01 dstreAAAnLaiid
    # chmod 777 .oracle
    # ls -la
    total 14
    drwxrwxrwx 6 root sys 512 Jan 3 17:05 .
    drwxrwxrwx 44 root sys 1024 Dec 12 08:35 ..
    drwxrwxrwx 2 root dba 1024 Jan 3 16:52 .oracle
    prw------- 1 root root 0 Nov 7 19:22 .sysidtool_in
    prw------- 1 root root 0 Nov 7 19:22 .sysidtool_out
    -rw-r--r-- 1 root root 3 Nov 7 19:19 .sysidtool_pid
    -rw-rw-rw- 1 oracle dbad 0 Jan 2 16:02 EM_TARGET_INSTALLER.lk
    drwxr-xr-x 2 root root 512 Nov 14 22:10 dstreAAANWaWRj
    drwxr-xr-x 3 root root 512 Dec 11 17:36 dstreAAATGa4sb
    drwxr-xr-x 2 root root 512 Nov 5 14:01 dstreAAAnLaiid

  • Gives  ORA-12560: TNS: protocol adapter error when installing oracle 10g

    I tried to install oracle 10g r2 in server 2008. but it gives ORA-12560: TNS: protocol adapter error when installing. how I can fix this issue??? please help me ASAP. because its urgent.
    thanks in advance.
    chamara

    Welcome to the forums !
    Pl indicate which version of 10g you are installing and on which version of Win 2008. Neither 10gR1 nor 10gR2 are certified to be installed on Win 2008 R1, AFAIK.
    For 10gR2, only 10.2.0.5 is certified for Win 2008 R2 - see MOS Doc 1173433.1 (How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2)
    Also see MOS Doc 740926.1 (Where can I find the Database / Client software to download for Microsoft Vista, or Windows 2008R1?).
    Both 10gR1 and 10gR2 are now in extended support - is there a reason you are not using 11gR2 ?
    HTH
    Srini

  • Return 1 record oracle 10g windows 64

    I install oracle 10g to windows server 2003 64 bit.
    When i run asp app, connect to oracle 10g.
    It returned only 1 record?
    What is the problem?
    What can I do anything?
    Please help me!!! How can i download this bug?

    I've naver develop system in 64 bit platform,
    but giving some more details like
    - how many record did you get when using the same query in sqlplus,
    - code snippet, or
    - whether this problem is gone when using Microsoft OLDB for Oracle
    will be helpful.

  • Oracle upgrade from 32-bit Oracle 9i to 64-bit Oracle 10g (Windows 2003 R2)

    Hello Gurus,
    Existing I have SAP R/3 4.7 200 Oracle 9i Windows 2003 32bit
    I want to upgrade Hardware to x86 EMT64bit 
    I would like to upgrade to 64-bit Oracle 10G from 32-bit Oracle 9i. runs on Windows 2003 32bit. Target DB is Oracle 10G on x64 Windows (EMT64 hardware) on Windwos 2003R2 64bit. & Add Solution manager to new System
    Please give me any advise which is the better way of upgrading Oracle 10g. Or better yet, please advise a safe way of upgrading to Oracle 10g from 9i
    Please guide me about request shipping DVD For This Solution to my site
    Many thank in advance
    Kuekul

    Hi
    You can download Oracle 10g from service market place www.service.sap.com>downlaods>Installations and Upgrades-->
    Installations and Upgrades - Entry by Application Group>SAP NetWeaver>SAP NetWeaver7.0>Installation and upgrade>windows server-->oracle check for below software and download it
      EXE 51031678_1 ORACLE RDBMS 10.2 Windows 1 of 5 
      RAR 51031678_2 ORACLE RDBMS 10.2 Windows 2 of 5 
      RAR 51031678_3 ORACLE RDBMS 10.2 Windows 3 of 5 
      RAR 51031678_4 ORACLE RDBMS 10.2 Windows 4 of 5  
      RAR 51031678_5 ORACLE RDBMS 10.2 Windows 5 of 5
      ZIP 51033272 ORACLE 10.2 Client  
    ZIP 51036971_2 ORACLE RDBMS Patch 10.2.0.4 Windows Server on IA32 32bit 
    ZIP 51036971_3 ORACLE RDBMS Patch 10.2.0.4 Windows Server on IA64 64bit 
    ZIP 51036971_4 ORACLE RDBMS Patch 10.2.0.4 Windows Server on x64 64bit 
    Regards
    Uday

  • Version compatibility - oracle 10g - window 2008 terminal services

    Hi,
    Anyone knows if following is compatiable with window 2008 terminal services?
    Oracle 10g
    Oracle ADI (7.1)
    Oracle Financial analyzer 6.4
    Oracle Express Client 6.3.4
    Discoverer 4

    Answers should be in Metalink --> Certify tab --> View Certifications By Platform
    HTH
    Srini

  • Oracle 10g, Windows 2000, Enterprise Manager configuration failed due to...

    I can not install EM, all installed fine except Enterprise Manager.
    Any idea??
    Thanks..

    Hi,
    I can not install EM, all installed fine except Enterprise Manager
    Are you check install.log file any error reported.
    or are you try to configure OEM after Oracle installation.
    use DBCA and configure your database for OEM. dbconsole.
    regards
    Taj

  • Oracle 10g Windows  + CF8  Windows doesn't make the insert

    Hi!
    I have this simple query that is not inserting new values :
    <cfquery datasource="THEDATASOURCE">
    INSERT INTO SCHEMA.TABLE (ID_COLUMN, SECOND_COLUMN)
    VALUES
    (AUTOINCREMENT_TABLE.NEXTVAL,'<cfoutput>#form.FIELD#</cfoutput>');commit;
    </cfquery>
    where AUTOINCREMENT_TABLE.NEXTVAL is a sequence made for the
    ID column of the table.
    what can be?

    it's not inserting the text from the web form.
    I enclosed the code with a <cftry> but it's not
    throwing any error.

  • TNS-00516: Permission denied

    Hi,
    on 9 on a Vmware virtual machine ( Win 2003), I'm logged as administrator but can not start listener :
    TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
    Le fichier de paramÞtres systÞme est E:\oracle\ora92\network\admin\listener.ora
    Messages de journalisation Úcrits dans E:\oracle\ora92\network\log\listener.log
    Attempted to listen on: : (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=optim65-
    win)(PORT=1521)))
    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...As I saw on Web , it is a permission problem and I gave full autorisation to everyone on Oracle home directory. Administrator is the member of ORA_DBA group.
    Here is listener.ora :
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = optim65-win)(PORT = 1521))
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = E:\oracle\ora92)
          (PROGRAM = extproc)
      )And sqlnet.ora :
    # SQLNET.ORA Network Configuration File: E:\oracle\ora92\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    NAMES.DIRECTORY_PATH= (TNSNAMES)Thank you.

    9iR2 is desupported more than 3 years. As far as I remember the .1 release was not certified on Win2003. Usually this results in the type of error you have.
    I recommend upgrading to 11gR2.
    Sybrand Bakker
    Senior Oracle DBA

  • TNS-12546

    HI All,
    This is a Prod Environment
    I am trying to embedd the parameter tcp.invited_nodes and assign the respective IP's in the sqlnet.ora and restart the listener services.
    But it is failing with the below error
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    16-JUN-2010 12:09:19 * 12546
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Version : ORacle 10 g
    Platform : HP-UX
    PLs help

    HI,
    Please find the contents of the sqlnet.ora and listner.ora
    SID_LIST_NIBCOREBCV =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = NIBCORE)
    (ORACLE_HOME = /oracle/product/10.2.0/db_2)
    (SID_NAME = NIBCORE)
    NIBCOREBCV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.11.7.165)(PORT = 2891))
    SID_LIST_NIBPRODBCV =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = NIBCORE)
    (ORACLE_HOME = /oracle/product/10.2.0/db_2)
    (SID_NAME = NIBCORE)
    NIBPRODBCV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.11.7.165)(PORT = 2892))
    =========
    # Generated by Oracle configuration tools.
    #SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    SQLNET.INBOUND_CONNECT_TIMEOUT = 0
    tcp.validnode_checking = yes
    tcp.invited_nodes =(localhost,10.10.199.141,10.11.0.18,10.11.0.19,10.11.0.20,10.11.7.139,10.11.7.140,10.11.7.141,10.11.7.146,1
    0.11.7.147,10.11.7.148,10.11.0.100,10.11.0.101,10.11.0.102,10.11.0.21,10.11.0.22,10.11.0.23,10.11.0.24,10.11.0.25,10.11.0.26,1
    0.11.0.27,10.11.0.28,10.11.0.29,10.11.0.30,10.11.0.31,10.11.0.34,10.11.0.32,10.11.0.33,10.11.0.35,10.11.0.36,10.11.0.196,10.11
    .0.197,10.11.0.216,10.20.102.18,192.168.163.163,10.11.5.149,10.11.7.152,10.11.7.153,10.11.7.154,10.10.134.181,10.10.134.165,10
    .11.0.40,10.11.0.50,10.11.7.168,10.11.7.169,10.11.7.170,10.11.7.128,10.11.7.180,10.11.7.12,10.11.7.182,10.11.7.160,10.11.7.173
    ,10.11.7.177,10.11.17.4,10.11.16.4,10.10.192.15,10.11.14.30,10.11.0.52,192.168.180.39,10.10.199.144)

  • Linux error :13 permission denied.

    Hi ,
    When I am trying to create a database I am getting the following errors.
    ORA - 01501 Create database failed.
    ORA-00200 Control file couldn't be created.
    ORA -00202 Control file :'/disk1/oradata/DEMO/CONTROL1.ctl'
    ORA-27040 skgfrcre: create error, unable to create file.
    Linux error 13: Permission denied.
    Here I could see the directory exists.
    I have changed the permissions to chmod 6751 $ORACLE_HOME/bin/oracle.
    What else could be the possible error am I making?
    Thanks,
    Radhika.

    Hi ,
    When I am trying to create a database (change default password), using sapinst, I am getting the following errors.
    27-OCT-2006 16:16:50 * (CONNECT_DATA=(SID=SSM)(GLOBAL_NAME=SSM.WORLD)(CID=(PROGRAM=sqlplus@spank)(HOST=spank)(USER=ssmadm))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.23.9)(PORT=12960)) * establish * SSM * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    What else could be the possible error am I making?
    Thanks,
    Edoardo Carletti

  • DB 9i - TNS-12500: TNS:listener failed to start a dedicated server process

    hi all,
    I have a problem with the following configuration oracle 9.2.0.1 (32bits) on Win server 2003 - enterprise x64 edition - 10GM of RAM.
    I installed DB without problem, run server, started listener - seems all is fine. But when trying a remote connection, "listener failed to start a dedicated server process"
    log listener -------
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NpressOracle9.replynet.prv)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NpressOracle9.replynet.prv)(PORT=2100))(Presentation=FTP)(Session=RAW))
    04-MAR-2010 05:31:04 * service_register * PRESS * 0
    04-MAR-2010 05:31:08 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153092352)) * status * 0
    04-MAR-2010 05:31:36 * ping * 0
    04-MAR-2010 05:31:39 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=PRESS)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\sqlplus.exe)(HOST=MMARFELLA-NB)(USER=mmarfella))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.21.103.28)(PORT=2838)) * establish * PRESS * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    32-bit Windows Error: 5: Input/output error
    I ask You, because I am not too familiar with Windows environment and very likely I forget/miss something obvious (in this env).
    Thanks in advance
    Marfy

    I solved installing upgrade to 9.2.0.8.
    Now It's all OK.
    Regards
    Marfy

  • Can not access web interface: Linux: permission denied

    When starting my oracle-xe on centos5 it works but i can not open the web interface. During install i have configured it on port 81 and this is the error i get when starting the db:
    30-MAY-2010 19:17:54 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost.localdomain)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    Error listening on: (Description=(Address=(Protocol=tcp)(Port=81)(Host=localhost))(Presentation=HTTP)(Session=RAW))
    30-MAY-2010 19:17:57 * service_update * XE * 12546
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
      TNS-00516: Permission denied
       Linux Error: 13: Permission deniedFirewall and seLinux are disbled.
    I have installed oracle-xe as root and added root to the dba-group
    What could be the issue for this?
    Edited by: Yannick.O on May 30, 2010 10:35 AM

    You have to use some port higher then 1024. Ports below 1024 are reserved for root user only.

Maybe you are looking for