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)

Similar Messages

  • 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

  • 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

  • TNS:protocol adapter error - Password problem?

    When orainst Custom Install asked me for a password for the
    TNS listener, I typed one in.
    Now I find I cannot connect with the listener.
    If the password is the problem I cannot find out where the
    password has to be given in the listener configuration.
    Has anybody got the clue to help me along with?
    - Soeren
    Here comes the listing.
    [oracle@db2 orainst]$ lsnrctl start listener
    LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 07-DEC-98
    15:53:37
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Starting /u01/app/oracle/products/8.0.5/bin/tnslsnr: please
    wait...
    TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    System parameter file is
    /u01/app/oracle/products/8.0.5/network/admin/listener.ora
    Log messages written to
    /u01/app/oracle/products/8.0.5/network/log/listener.log
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=6)(KEY=MNET))
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=10)(KEY=PNPKEY))
    Listening on:
    (ADDRESS=(PROTOCOL=tcp)(DEV=11)(HOST=192.168.0.12)(PORT=1521))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=MNET))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PNPKEY))
    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=192.168.0.12)(Port=1521))
    STATUS of the LISTENER
    Alias listener
    Version TNSLSNR for Linux: Version 8.0.5.0.0 -
    Production
    Start Date 07-DEC-98 15:53:40
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File
    /u01/app/oracle/products/8.0.5/network/admin/listener.ora
    Listener Log File
    /u01/app/oracle/products/8.0.5/network/log/listener.log
    Services Summary...
    MNET has 1 service handler(s)
    extproc has 1 service handler(s)
    The command completed successfully
    [oracle@db2 orainst]$
    null

    Check the ownership of $ORACLE_HOME/bin/tnslsnr
    I had the same error messages, and found a posting by Kevin Chen
    that said to change the ownership from root to oracle. I did so
    and now everything works. Well, at least the error messages went
    away, and so did my PRO/C problems.
    Soeren M Soerries (guest) wrote:
    : When orainst Custom Install asked me for a password for the
    : TNS listener, I typed one in.
    : Now I find I cannot connect with the listener.
    : If the password is the problem I cannot find out where the
    : password has to be given in the listener configuration.
    : Has anybody got the clue to help me along with?
    : - Soeren
    : Here comes the listing.
    : [oracle@db2 orainst]$ lsnrctl start listener
    : LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 07-DEC-98
    : 15:53:37
    : (c) Copyright 1997 Oracle Corporation. All rights reserved.
    : Starting /u01/app/oracle/products/8.0.5/bin/tnslsnr: please
    : wait...
    : TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    : System parameter file is
    : /u01/app/oracle/products/8.0.5/network/admin/listener.ora
    : Log messages written to
    : /u01/app/oracle/products/8.0.5/network/log/listener.log
    : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=6)(KEY=MNET))
    : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=10)(KEY=PNPKEY))
    : Listening on:
    : (ADDRESS=(PROTOCOL=tcp)(DEV=11)(HOST=192.168.0.12)(PORT=1521))
    : Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=MNET))
    : TNS-12546: TNS:permission denied
    : TNS-12560: TNS:protocol adapter error
    : TNS-00516: Permission denied
    : Linux Error: 13: Permission denied
    : Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PNPKEY))
    : 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=192.168.0.12)(Port=1521))
    : STATUS of the LISTENER
    : Alias listener
    : Version TNSLSNR for Linux: Version 8.0.5.0.0
    : Production
    : Start Date 07-DEC-98 15:53:40
    : Uptime 0 days 0 hr. 0 min. 0 sec
    : Trace Level off
    : Security OFF
    : SNMP OFF
    : Listener Parameter File
    : /u01/app/oracle/products/8.0.5/network/admin/listener.ora
    : Listener Log File
    : /u01/app/oracle/products/8.0.5/network/log/listener.log
    : Services Summary...
    : MNET has 1 service handler(s)
    : extproc has 1 service handler(s)
    : The command completed successfully
    : [oracle@db2 orainst]$
    null

  • 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

  • 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

  • How can I enable embedded pl/sql gateway to run on port 80

    I have a new 11G install on OEL 4.0, database created. I would like to be
    able to access the instance using the pl/sql gateway. Works fine with
    port 8080, the default. How to I enable it to run on port 80?
    I found this statement in the following docuementation:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb22pro.htm#ADXDB2500
    Using HTTP(S) on Nonstandard Ports
    By default, HTTP listens on a nonstandard, unprotected port: 8080. To use HTTP(S) on
    the standard port, such as 80, your DBA must chown the TNS listener to setuid ROOT
    rather than setuid ORACLE, and configure the port number in the Oracle XML DB
    configuration file /xdbconfig.xml.I have root priviledges on the box.
    I've tried setting the listener file permissions:
    chown root:dba /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    chmod 6775 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    Also put root in the dba group.
    The permissions turn out like this:
    -rwsr-sr-x 1 root dba 830854 Jun 17 21:04 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    I stopped the listener, bounced the database, and started the listener again.
    But it still shows the process being owned by oracle:
    oracle 29682 1 0 21:08 ? 00:00:00 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr LISTENER -inherit
    Changing the port is easy:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    8080 2100
    At this point, I can access the apex home page with the following url:
    http://hostname:8080/apex/f?p=4550:10:1454849288245548
    I can than change it to port 80:
    SYS>begin
    dbms_xdb.sethttpport('80');
    dbms_xdb.setftpport('2100');
    end;
    2 3 4 5
    PL/SQL procedure successfully completed.
    SYS>SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    80 2100
    When I try to access apex with the following url:
    http://rmdcopslnx1.us.oracle.com/apex/f?p=4550:10:1454849288245548
    I get the following:
    Failed to Connect
    Firefox can't establish a connection to the server at hostname.com.
    Though the site seems valid, the browser was unable to establish a connection.
    * Could the site be temporarily unavailable? Try again later.
    * Are you unable to browse other sites? Check the computer's network connection.
    * Is your computer or network protected by a firewall or proxy? Incorrect settings
    * can interfere with Web browsing.I can set the port. Just can't talk to it.
    This is the entry from the listener log:
    <msg time='2008-07-03T15:40:09.741-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='hostname'
    host_addr='xxx.xxx.xxx.xxx'>
    <txt>TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    </txt>
    </msg>
    So this looks like an permissions problem. But where? I posted
    this on the apex forum here:
    Re: How can I enable embedded pl/sql gateway to run on port 80
    They suggested asking here.

    No, that thread did not provide the information that I need. Some more data:
    I have the port set to 8080:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    8080 2100
    At this point, I can access the apex home page with the following url:
    http://hostname:8080/apex/f?p=4550:10:1454849288245548
    I can than change it to port 80:
    SYS>begin
    dbms_xdb.sethttpport('80');
    dbms_xdb.setftpport('2100');
    end;
    2 3 4 5
    PL/SQL procedure successfully completed.
    SYS>SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    80 2100
    When I try to access apex with the following url:
    http://rmdcopslnx1.us.oracle.com/apex/f?p=4550:10:1454849288245548
    I get the following:
    Failed to Connect
    Firefox can't establish a connection to the server at hostname.com.
    Though the site seems valid, the browser was unable to establish a connection.
    * Could the site be temporarily unavailable? Try again later.
    * Are you unable to browse other sites? Check the computer's network connection.
    * Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    I can set the port. Just can't talk to it.

  • Error while creating a database

    Hi.
    I am using the Oracle Database Configuration Assistant to create a database.
    It gives me an error Listener start failed, maybe already running.
    Later gives a message Listener configuration complete.
    The listener if it was running also it automatically goes down after this.
    I can see the database but not able to enter it or use it.
    The following is an extract from my Listener.log file.
    TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production on 29-JAN-2010 19:51:12
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    System parameter file is D:\oracle\NTAMLT99\network\admin\listener.ora
    Log messages written to D:\oracle\NTAMLT99\network\log\listener.log
    Trace information written to D:\oracle\NTAMLT99\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=2140
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=NTAMLT99)(PORT=1521)))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    *32-bit Windows Error: 13: Permission denied*
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    I am new to Oracle and not sure on what to interpret from this.
    Please help me to resolve this.
    Regards,
    AP

    Hi, The user has insufficient privileges to perform the requested operation.So acquire necessary privileges and try again.
    Hope it works
    Shafiulla Syed

  • Oracle 9i on Windows 7(64 Bit)

    Hi,
    To set up DB environment similar to my Office, I installed Oracle 9i on my Windows 7(64 Bit) in my laptop...But in office we have Windows XP..
    For DB creation, I gave the SID as "primsri" and I was not prompted for any sys/system password while installation as Administrator. I find only empty folders pfile/udump/bdump etc in C:\oracle\ora92\admin\ora9i\. I see the PRIMSRI folder icon with a lock symbol on it...
    I used the Oracle 9i(32 Bit) s/w installation kit having 3 CDs..
    I was able to create a new SID ora9i as administrator and tnsping was successfull. When I tried to connect sqlpls "/as sysdba", it was futile..TNS-00516 Permission Denied error was thrown.
    when I gave sys@sun9 as sysdba it prompts for password, irrespective whatever password typed right or wrong, the TNS-12500:TNS:Listener failed to start a dedicated server proces..
    In listener log i can see the TNS-12500-> TNS-12546->TNS-12560->TNS-00516 Errors.
    Also in C:\oracle\ora\92\database the sqlnet log also has the TNS Permission denied error.
    Kindly assist ..
    Regards
    Sri

    Hi Sri;
    You can go with
    1. Download OEL 5.x version from e-delivery.
    2. Create VM machine(make googling you can find many good site)
    3. Use your OEL software and create Vm linux machine on your win7 laptop
    4. Install 11g and use it for your purpose
    Pelase review:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    How to Install Oracle 10gR2 on MS Windows 7 / Windows 2008R2 [ID 1173433.1]
    Is Microsoft Windows 7 certified to install/run Oracle Database Server/Client ? [ID 952302.1]
    Statement of Direction: Oracle Database 11g Release 2 - Microsoft Windows 7 and Windows Server 2008 R2 [ID 867040.1]
    Regard
    Helios

  • Error: When starting the listener

    Hiii..,
    I cannot start my listener, when trying to stat the following error comes,
    *[oracle@msftrac2 ABC_msftrac2]$ lsnrctl start ABC*
    LSNRCTL for Linux: Version 10.2.0.3.0 - Production on 17-OCT-2011 11:35:16
    Copyright (c) 1991, 2006, Oracle.  All rights reserved.
    Starting /u02/oracle/ABC/db/tech_st/10.2.0/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.3.0 - Production
    System parameter file is /u02/oracle/ABC/db/tech_st/10.2.0/network/admin/ABC_msftrac2/listener.ora
    Log messages written to /u02/oracle/ABC/db/tech_st/10.2.0/network/admin/abc.log
    Error listening on: (ADDRESS=(PROTOCOL=ipc)(PARTIAL=yes)(QUEUESIZE=1))
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=msftrac2.msftpnq.com)(PORT=1521)))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...
    Can anyone help me on this issue to be resolved..
    Thanks in advance..

    haloo..
    the user has the permission, you can chech below for the same,
    *[oracle@msftrac2 ABC_msftrac2]$ cd /u02/oracle/ABC/db/tech_st/10.2.0/network/admin/ABC_msftrac2/*
    *[oracle@msftrac2 ABC_msftrac2]$ ls -lrt*
    total 40
    -rwxrwxrwx  1 oracle dba    2 Sep 20 16:12 listener_ifile.ora
    -rwxrwxrwx  1 oracle dba    2 Sep 20 16:12 sqlnet_ifile.ora
    -rwxrwxrwx  1 oracle dba  620 Sep 26 16:28 sqlnet.ora
    -rwxrwxrwx  1 oracle dba 1273 Oct 17 12:06 tnsnames.ora
    -rwxrwxrwx  1 oracle dba 1184 Oct 17 12:06 listener.ora
    *[oracle@msftrac2 ABC_msftrac2]$*
    Any issues with the o/p..?,,Plz help me.
    Thanks..

  • [b]Error in installation database in Windows 2003 server[/b]

    Hi, I have a problem. I am trying to install a database Oracle Enterprise Edition 10.1.0.2.0 in a machine that has Windows 2003 Server. On having finished the installation and begin the Database Configuration Assistant appears the error ora-12546 TNS permission denied. In the file listener.log
    the following messages appear:
    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
    In the alert.log appear:
    OER 7451 in Load Indicator : Error Code = OSD-04500: illegal option specified O/S-Error: (OS 1) Incorrect function. !
    I install in local mode, not remote and using Administrator user.
    Help me, please!
    Regards
    Carlos

    Hello,
    There is a note in SAP that indicates that EMT64/x64 is not compatible with Oracle 9.2 (nota 12546) There is Oracle's FAQ that indicates Oracle's versions and Windows that he(she) supports EMT64.
    http://www.oracle.com/technology/tech/windows/faq.html#x86-64
    Since you can see it(he,she) indicates that Oracle 9.2 is supported in Windows 32 bits with technology EMT64
    And that alone the version 10g 2 be reread it(he,she) is compatible with Windows 2003 SEVER 64 bits with technology EMT64
    I hope that this costs(suits) us to solve our problems
    A greeting

  • [long] Permission problem in sqlplus

    I have posted about this before - to summarize:
    1. I have installed Oracle without problems
    2. I can start the database and listern without problems
    3. I can log in with sqlplus when I am the oracle dba user
    - but when I try to log in from sqlplus as eg. root I get an
    ORA-12546. I can start sqlplus, but when I give the user-name,
    I get this error immediately.
    Following below are a sqlnet.log and the output from strace on
    sqlplus. Does anybody understand what they say? I notice that
    it says '(PROGRAM=)' in the sqlnet.log, and that seems odd -
    but I don't know if it is an error.
    In the strace file, it seems to run fine until it forks - then
    apparently the child exits (badly?) - at any rate "NTP13 0\n"
    is read from handle 11 (the read handle of a pipe) - and sqlplus
    starts looking for the message 'TNS-12546 ...', which is output.
    Is this because of the missing '(PROGRAM=)'?
    [sqlnet.log - my indentation of (DESCRIPTION... ]
    Fatal NI connect error 12546, connecting to:
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=beq)
    (PROGRAM=/usr/local/oracle/bin/oracle)
    (ARGV0=oracleORCL)
    (ARGS=
    '(DESCRIPTION=
    (LOCAL=YES)
    (ADDRESS=
    (PROTOCOL=beq)
    (DETACH=NO)
    (CONNECT_DATA=
    (CID=
    (PROGRAM=)
    (HOST=janpla)
    (USER=root)
    VERSION INFORMATION:
    TNS for Linux: Version 8.0.5.0.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version
    8.0.5.0.0 - Production
    Time: 10-APR-99 15:27:27
    Tracing not turned on.
    Tns error struct:
    nr err code: 12206
    TNS-12206: TNS:received a TNS error during navigation
    ns main err code: 12546
    TNS-12546: TNS:permission denied
    ns secondary err code: 12560
    nt main err code: 516
    TNS-00516: Permission denied
    nt secondary err code: 13
    nt OS err code: 0
    [strace output]
    read(0, "system\n", 4096) = 7
    brk(0x8123000) = 0x8123000
    brk(0x8124000) = 0x8124000
    brk(0x8128000) = 0x8128000
    brk(0x812e000) = 0x812e000
    lstat(".", {st_mode=0, st_size=0, ...}) = 0
    lstat("/", {st_mode=0, st_size=0, ...}) = 0
    lstat("..", {st_mode=0, st_size=0, ...}) = 0
    stat("..", {st_mode=0, st_size=0, ...}) = 0
    open("..", O_RDONLY|O_NONBLOCK) = 9
    fcntl(9, F_SETFD, FD_CLOEXEC) = 0
    lseek(9, 0, SEEK_CUR) = 0
    getdents(9, 0 328
    12 328
    28 328
    52 328
    68 328
    84 328
    100 328
    116 328
    132 328
    148 328
    164 328
    180 328
    196 328
    212 328
    228 328
    244 328
    260 328
    276 328
    292 328
    308 328
    /* 20 entries */, 3933) = 328
    lstat("../root", {st_mode=0, st_size=0, ...}) = 0
    close(9) = 0
    brk(0x8131000) = 0x8131000
    access("/usr/local/oracle/network/admin/sqlnet.ora", F_OK) = 0
    open("/usr/local/oracle/network/admin/sqlnet.ora", O_RDONLY) = 9
    fcntl(9, F_SETFD, FD_CLOEXEC) = 0
    fstat(9, {st_mode=0, st_size=0, ...}) = 0
    mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0x4038b000
    read(9, "TRACE_LEVEL_CLIENT = OFF\r\n#sql"..., 4096) = 191
    brk(0x8132000) = 0x8132000
    read(9, "", 4096) = 0
    close(9) = 0
    munmap(0x4038b000, 4096) = 0
    access("/root/.sqlnet.ora", F_OK) = -1 ENOENT (No such file
    or directory)
    access("/etc/intchg.ora", F_OK) = -1 ENOENT (No such file
    or directory)
    access("/usr/local/oracle/network/admin/intchg.ora", F_OK) = -1
    ENOENT (No such file or directory)
    access("/etc/tnsnav.ora", F_OK) = -1 ENOENT (No such file
    or directory)
    access("/usr/local/oracle/network/admin/tnsnav.ora", F_OK) = -1
    ENOENT (No such file or directory)
    lstat(".", {st_mode=0, st_size=0, ...}) = 0
    lstat("/", {st_mode=0, st_size=0, ...}) = 0
    lstat("..", {st_mode=0, st_size=0, ...}) = 0
    stat("..", {st_mode=0, st_size=0, ...}) = 0
    open("..", O_RDONLY|O_NONBLOCK) = 9
    fcntl(9, F_SETFD, FD_CLOEXEC) = 0
    lseek(9, 0, SEEK_CUR) = 0
    getdents(9, 0 328
    12 328
    28 328
    52 328
    68 328
    84 328
    100 328
    116 328
    132 328
    148 328
    164 328
    180 328
    196 328
    212 328
    228 328
    244 328
    260 328
    276 328
    292 328
    308 328
    /* 20 entries */, 3933) = 328
    lstat("../root", {st_mode=0, st_size=0, ...}) = 0
    close(9) = 0
    uname({sys="Linux", node="janpla", ...}) = 0
    getuid() = 0
    open("/etc/nsswitch.conf", O_RDONLY) = 9
    fstat(9, {st_mode=0, st_size=0, ...}) = 0
    mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0x4038b000
    read(9, "#\n# /etc/nsswitch.conf\n#\n# An"..., 4096) = 1208
    read(9, "", 4096) = 0
    close(9) = 0
    munmap(0x4038b000, 4096) = 0
    open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
    ENOENT (No such file or directory)
    open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
    ENOENT (No such file or directory)
    open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
    ENOENT (No such file or directory)
    open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
    ENOENT (No such file or directory)
    open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
    ENOENT (No such file or directory)
    open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
    ENOENT (No such file or directory)
    open("libnss_files.so.1", O_RDONLY) = -1 ENOENT (No such file
    or directory)
    open("/etc/ld.so.cache", O_RDONLY) = 9
    fstat(9, {st_mode=0, st_size=0, ...}) = 0
    mmap(0, 15867, PROT_READ, MAP_PRIVATE, 9, 0) = 0x4049d000
    close(9) = 0
    open("/lib/libnss_files.so.1", O_RDONLY) = 9
    mmap(0, 4096, PROT_READ, MAP_PRIVATE, 9, 0) = 0x4038b000
    munmap(0x4038b000, 4096) = 0
    mmap(0, 32784, PROT_READ|PROT_EXEC, MAP_PRIVATE, 9, 0) =
    0x404a1000
    mprotect(0x404a8000, 4112, PROT_NONE) = 0
    mmap(0x404a8000, 4096, PROT_READ|PROT_WRITE,
    MAP_PRIVATE|MAP_FIXED, 9, 0x6000) = 0x404a8000
    mmap(0x404a9000, 16, PROT_READ|PROT_WRITE,
    MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x404a9000
    close(9) = 0
    munmap(0x4049d000, 15867) = 0
    open("/etc/passwd", O_RDONLY) = 9
    fcntl(9, F_GETFD) = 0
    fcntl(9, F_SETFD, FD_CLOEXEC) = 0
    fstat(9, {st_mode=0, st_size=0, ...}) = 0
    mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0x4038b000
    read(9, "root:NAihe8YfHFB7Y:0:0:root:/roo"..., 4096) = 690
    close(9) = 0
    munmap(0x4038b000, 4096) = 0
    brk(0x8134000) = 0x8134000
    brk(0x8135000) = 0x8135000
    gettimeofday({923750812, 340810}, NULL) = 0
    gettimeofday({923750812, 341529}, NULL) = 0
    open("/var/run/hostid", O_RDONLY) = -1 ENOENT (No such file
    or directory)
    uname({sys="Linux", node="janpla", ...}) = 0
    gettimeofday({923750812, 346477}, NULL) = 0
    getpid() = 546
    open("/etc/resolv.conf", O_RDONLY) = 9
    fstat(9, {st_mode=0, st_size=0, ...}) = 0
    mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0x4038b000
    read(9, "search dk \nnameserver 131.166.1"..., 4096) = 35
    read(9, "", 4096) = 0
    close(9) = 0
    munmap(0x4038b000, 4096) = 0
    open("/etc/hosts", O_RDONLY) = 9
    fcntl(9, F_GETFD) = 0
    fcntl(9, F_SETFD, FD_CLOEXEC) = 0
    fstat(9, {st_mode=0, st_size=0, ...}) = 0
    mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0x4038b000
    read(9, "127.0.0.1\tjanpla\tjanpla.locald"..., 4096) = 36
    close(9) = 0
    munmap(0x4038b000, 4096) = 0
    getpid() = 546
    open("/var/run/hostid", O_RDONLY) = -1 ENOENT (No such file
    or directory)
    uname({sys="Linux", node="janpla", ...}) = 0
    open("/etc/hosts", O_RDONLY) = 9
    fcntl(9, F_GETFD) = 0
    fcntl(9, F_SETFD, FD_CLOEXEC) = 0
    fstat(9, {st_mode=0, st_size=0, ...}) = 0
    mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0x4038b000
    read(9, "127.0.0.1\tjanpla\tjanpla.locald"..., 4096) = 36
    close(9) = 0
    munmap(0x4038b000, 4096) = 0
    getpid() = 546
    brk(0x8136000) = 0x8136000
    brk(0x8137000) = 0x8137000
    gettimeofday({923750812, 375759}, NULL) = 0
    gettimeofday({923750812, 377630}, NULL) = 0
    brk(0x8138000) = 0x8138000
    pipe([9, 10]) = 0
    pipe([11, 12]) = 0
    fork() = 550
    --- SIGCHLD (Child exited) ---
    sigprocmask(SIG_BLOCK, [PIPE], NULL) = 0
    sigaction(SIGPIPE, {0x402d6734, ~[ILL ABRT BUS FPE SEGV XCPU XFSZ
    UNUSED], 0}, {SIG_DFL}) = 0
    sigprocmask(SIG_UNBLOCK, [PIPE], NULL) = 0
    sigprocmask(SIG_BLOCK, [CHLD], NULL) = 0
    sigaction(SIGCHLD, {0x402d6734, ~[ILL ABRT BUS FPE SEGV XCPU XFSZ
    UNUSED], 0}, {SIG_DFL}) = 0
    sigprocmask(SIG_UNBLOCK, [CHLD], NULL) = 0
    close(9) = 0
    close(12) = 0
    read(11, "NTP13 0\n", 64) = 8
    close(10) = 0
    close(11) = 0
    open("/root/sqlnet.log", O_WRONLY|O_APPEND|O_CREAT, 0666) = 9
    fstat(9, {st_mode=0, st_size=0, ...}) = 0
    mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0x4038b000
    fstat(9, {st_mode=0, st_size=0, ...}) = 0
    lseek(9, 50800, SEEK_SET) = 50800
    fcntl(9, F_SETFD, FD_CLOEXEC) = 0
    write(9, "\n\n****************************"..., 73) = 73
    lseek(9, 0, SEEK_CUR) = 50873
    write(9, "\nFatal NI connect error 12546, "..., 266) = 266
    lseek(9, 0, SEEK_CUR) = 51139
    gettimeofday({923750812, 415483}, NULL) = 0
    write(9, "\n VERSION INFORMATION:\n\tTNS "..., 150) = 150
    lseek(9, 0, SEEK_CUR) = 51289
    write(9, " Time: 10-APR-99 15:26:52\n", 27) = 27
    lseek(9, 0, SEEK_CUR) = 51316
    write(9, " Tracing not turned on.\n", 25) = 25
    lseek(9, 0, SEEK_CUR) = 51341
    write(9, " Tns error struct:\n", 20) = 20
    lseek(9, 0, SEEK_CUR) = 51361
    write(9, " nr err code: 12206\n", 23) = 23
    lseek(9, 0, SEEK_CUR) = 51384
    open("/usr/local/oracle/network/mesg/tnsus.msb", O_RDONLY) = 10
    fcntl(10, F_SETFD, FD_CLOEXEC) = 0
    lseek(10, 0, SEEK_SET) = 0
    read(10, "\25\23\"\1\23\3\t\t\0\0\0\0\0\0\0"..., 256) = 256
    lseek(10, 512, SEEK_SET) = 512
    read(10, "\2331\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
    lseek(10, 1024, SEEK_SET) = 1024
    read(10, "\t\0\22\0\32\0&\0-\0F\0N\0U\0\\\0"..., 142) = 142
    lseek(10, 30208, SEEK_SET) = 30208
    read(10, "\n\0\253/\0\0D\0\254/\0\0h\0\255"..., 512) = 512
    write(9, " ", 4) = 4
    lseek(9, 0, SEEK_CUR) = 51388
    write(9, "TNS-12206: TNS:received a TNS er"..., 54) = 54
    lseek(9, 0, SEEK_CUR) = 51442
    write(9, " ns main err code: 12546\n", 28) = 28
    lseek(9, 0, SEEK_CUR) = 51470
    lseek(10, 32768, SEEK_SET) = 32768
    read(10, "\16\0\3660\0\0\\\0\3670\0\0w\0\370"..., 512) = 512
    write(9, " ", 4) = 4
    lseek(9, 0, SEEK_CUR) = 51474
    write(9, "TNS-12546: TNS:permission denied"..., 33) = 33
    lseek(9, 0, SEEK_CUR) = 51507
    write(9, " ns secondary err code: 12560"..., 33) = 33
    lseek(9, 0, SEEK_CUR) = 51540
    write(9, " nt main err code: 516\n", 26) = 26
    lseek(9, 0, SEEK_CUR) = 51566
    lseek(10, 14848, SEEK_SET) = 14848
    read(10, "\16\0\1\2\0\0\\\0\2\2\0\0x\0\3\2"..., 512) = 512
    write(9, " ", 4) = 4
    lseek(9, 0, SEEK_CUR) = 51570
    write(9, "TNS-00516: Permission denied\n", 29) = 29
    lseek(9, 0, SEEK_CUR) = 51599
    write(9, " nt secondary err code: 13\n", 30) = 30
    lseek(9, 0, SEEK_CUR) = 51629
    open("/usr/local/oracle/rdbms/mesg/oraus.msb", O_RDONLY) = 11
    fcntl(11, F_SETFD, FD_CLOEXEC) = 0
    lseek(11, 0, SEEK_SET) = 0
    read(11, "\25\23\"\1\23\3\t\t\0\0\0\0\0\0\0"..., 256) = 256
    lseek(11, 512, SEEK_SET) = 512
    read(11, "\303\35op\32t\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
    lseek(11, 1536, SEEK_SET) = 1536
    read(11, "\323\35\337\35\0\36\31\36%\36I\36"..., 512) = 512
    lseek(11, 187904, SEEK_SET) = 187904
    read(11, "\16\0\3670\0\0\\\0\3700\0\0s\0\371"..., 512) = 512
    close(11) = 0
    lseek(4, 512, SEEK_SET) = 512
    read(4, "\264\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
    lseek(4, 1024, SEEK_SET) = 1024
    read(4, "\23\0\'\0005\0M\0]\0l\0\177\0\216"..., 512) = 512
    lseek(4, 6656, SEEK_SET) = 6656
    read(4, "\16\0\351\0\0\0\\\0\352\0\0\0\226"..., 512) = 512
    write(1, "ERROR:\n", 7) = 7
    write(1, "ORA-12546: TNS:permission denied"..., 33) = 33
    write(1, "\n\n", 2) = 2
    lseek(4, 512, SEEK_SET) = 512
    read(4, "\264\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
    lseek(4, 1024, SEEK_SET) = 1024
    read(4, "\23\0\'\0005\0M\0]\0l\0\177\0\216"..., 512) = 512
    lseek(4, 5632, SEEK_SET) = 5632
    read(4, "\16\0\217\0\0\0\\\0\220\0\0\0w\0"..., 512) = 512
    lseek(4, 512, SEEK_SET) = 512
    read(4, "\264\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
    lseek(4, 1024, SEEK_SET) = 1024
    read(4, "\23\0\'\0005\0M\0]\0l\0\177\0\216"..., 512) = 512
    lseek(4, 6144, SEEK_SET) = 6144
    read(4, "\21\0\241\0\0\0n\0\242\0\0\0\201"..., 512) = 512
    write(1, "Enter user-name: ", 17) = 17
    read(0, <unfinished ...>
    null

    Hi Jan,
    as far as I can see, it's the child having problems somewhere,
    so as root do a strace -f sqlplus (which means follow, and you
    have to be root because else you cannot follow setuid-programs
    (sqlplus does a fork()-exec())).
    you might compare the output with the output from oracle doing
    an strace -f sqlplus (which is also allowed because the real
    uid already is oracle).
    I think (but I can't be sure) you have problems with an s-bit
    somewhere.
    you can send me the results if you want me to look at it.
    (if you need it fast, send it at [email protected] or in this
    forum)
    Ronald
    Jan (guest) wrote:
    : I have posted about this before - to summarize:
    : 1. I have installed Oracle without problems
    : 2. I can start the database and listern without problems
    : 3. I can log in with sqlplus when I am the oracle dba user
    : fork() = 550
    : --- SIGCHLD (Child exited) ---
    : sigprocmask(SIG_BLOCK, [PIPE], NULL) = 0
    null

  • 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

Maybe you are looking for