To restart listener in Redhat 5

Hi,
I have created a new listener in oralce 10g on Redhat 5 plateform, and created a service name. How can I can i restart the listener service to take changes effect. I did'nt find the oracle listener in services in Redhat 5 as we get in windows.
Thank you
Ravi.

805599 wrote:
Hi,
I have created a new service name at client, and thus created a new listener.Creating a new listener does not logically flow from creating something new at the client side. Would you expect the telephone company to build a new switchboard for every telephone handset on the network?
I did following entries.
In LISTENER.ORA
LISTENER2 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
Then connect to the DB as sys and registered the listener dynamically :
SQL> alter system set local_listener=listener2 scope=spfile;
SQL> alter system register;
and when I starter listener it is showing that the listener supports no services:
Several problems
1) you set local listener in the spfile only. It had no effect on the running listener
2) even if (1) had been correct, at this point you don't have the listener running for the system to register with it
and ....
LSNRCTL> start listener2
Starting /oracle/10.2.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /oracle/10.2.0/network/admin/listener.ora
Log messages written to /oracle/10.2.0/network/log/listener2.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
STATUS of the LISTENER
Alias listener2
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 28-OCT-2010 14:06:28
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /oracle/10.2.0/network/admin/listener.ora
Listener Log File /oracle/10.2.0/network/log/listener2.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
The listener supports no services
The command completed successfully
Why it is not registering the service with the listener2.
3) now that your listener is up, you'd need to wait a couple of minutes for the system to automaticaly register itself, OR go back and ALTER SYSTEM REGISTER again.
Plz help.
Ravi

Similar Messages

  • Starting listener in redhat 9.0

    Hello everybody,
         I think I can get help for my problem. I have installed Oracle 8.1.7 on RedHat Linux9.0. To
    run some applications listener should be started when I am running the command
    lsnrctl start listener
    the error shown is
    lsnrctl: erro while loading shared libraries: libclntsh.so.8.0: cannot open shared object file: No such
    file or directory
    Please help me out to over Come the Problem
    Anoop Singhal

    Hi,
    Chek did you set your LD_LIBRARY_PATH variable or not.
    set it correctly..i.e
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    where $ORACLE_HOME is also set to your oracle installation.
    mail me back in case problem persist..
    Yogi
    [email protected]

  • After restarting, listener can not start?

    [oracle@localhost admin]$ cat /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    04-JUN-2008 21:56:28 * ping * 0
    WARNING: Subscription for node down event still pending
    04-JUN-2008 21:56:28 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost.localdomain)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))(VERSION=169869568)) * status * 0
    04-JUN-2008 21:58:53 * (CONNECT_DATA=(SID=orcl5)(CID=(PROGRAM=perl)(HOST=localhost.localdomain)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1921)) * establish * orcl5 * 0
    04-JUN-2008 21:59:16 * service_update * orcl5 * 0
    04-JUN-2008 22:00:22 * service_update * orcl5 * 0
    04-JUN-2008 22:01:03 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost.localdomain)(USER=oracle))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521))))(VERSION=169869568)) * services * 0
    04-JUN-2008 23:02:05 * (CONNECT_DATA=(SID=orcl5)(CID=(PROGRAM=emagent)(HOST=localhost.localdomain)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=30189)) * establish * orcl5 * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production on 05-JUN-2008 09:29:06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Trace information written to /u01/app/oracle/product/10.2.0/db_1/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=5397
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    WARNING: Subscription for node down event still pending
    05-JUN-2008 09:29:07 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost.localdomain)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    WARNING: Subscription for node down event still pending
    05-JUN-2008 09:29:57 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost.localdomain)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    [oracle@localhost admin]$ cat /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    )

    [oracle@localhost admin]$ ls
    listener.ora samples shrept.lst sqlnet.ora tnsnames.ora
    [oracle@localhost admin]$ tnsping orcl5
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 05-JUN-2008 11:06:29
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl5)))
    OK (0 msec)
    [oracle@localhost admin]$ lsnrctl services
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 05-JUN-2008 11:09:06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl5" has 1 instance(s).
    Instance "orcl5", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "orcl5XDB" has 1 instance(s).
    Instance "orcl5", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: localhost.localdomain, pid: 5813>
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=54465))
    Service "orcl5_XPT" has 1 instance(s).
    Instance "orcl5", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully

  • Oracle 9i R2 EE XP Professional Listener Problem

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

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

  • TNS Listener Poison Attack - CVE-2012-1675

    I have few databases from Oracle 9i to Oracle 11g. Many are standalone instances,and few RAC instances.
    My questions are
    1) For standalone instances, will the following setting in listener.ora file and restarting listener addresses this vulnerability? Or is there any thing else we need to do? We want to avoid any patches now and see if we can resolve this quickly.
    DYNAMIC_REGISTRATION_LISTENER = off
    2) If we dont configure "remote_listener", is it applicable for us?
    3) For RAC instances, I can follow the steps mentioned in
    Using Class of Secure Transport (COST) to Restrict Instance Registration in Oracle RAC [ID 1340831.1]
    Regards,
    Sarayu

    Sarayu;
    1) For standalone instances, will the following setting in listener.ora file and restarting listener addresses this vulnerability? Or is there any thing else we need to do? We want to avoid any patches now and see if we can resolve this quickly.
    DYNAMIC_REGISTRATION_LISTENER = off
    A: No you need to add another setting : ( (ADDRESS = (PROTOCOL = IPC)(KEY = REGISTER)) )
    Example :
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = your hostname)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = REGISTER))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
      Plus for each database
    alter system set local_listener='(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=REGISTER)))' scope = both;
    stop and start the listener
    Read note 1453883.1
    Oracle 9 - No idea
    2) If we dont configure "remote_listener", is it applicable for us?
    A: Yes you should still fix your listener.ora
    3) For RAC instances, I can follow the steps mentioned in
    Using Class of Secure Transport (COST) to Restrict Instance Registration in Oracle RAC [ID 1340831.1]
    A: Yes.
    Best Regards
    mseberg
    Aman - Great memory!

  • Listener unable to start, TNS 01150

    HI ALL,
    I am using oracle 10g in RHEL, i am trying to start the listener, but its not starting.
    This is my listener.ora file:
    LISTENER =
         (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
         (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1\)
         (SID_NAME = primary)
    (SID_DESC =
         (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1\)
         (SID_NAME = pstandby)
    Kindly advice me. primary and pstandby both are connection string
    Senthil

    As per your information oracle 10g on RHEL this listener file does not seem to be generated on Linux, seems more like from windows installation.
    1) was the listener file modified or hostname changed or copied from other server?
    2) What does tnsping to your primary or pstandby show.
    3) try removing any space in the listener definition and then restart listener
    LISTENER =(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    SID_LIST_LISTENER =(SID_LIST=(SID_DESC=(ORACLE_HOME=D:\oracle\product\10.1.0\Db_1\)(SID_NAME=primary))
    (SID_DESC=(ORACLE_HOME=D:\oracle\product\10.1.0\Db_1\)(SID_NAME=pstandby)))
    *note* also try the actual ip address instead of localhostSanjay

  • Listener dies mysteriously

    Since yesterday the listener of a 10g Oracle db died mysteriously after few hours of service. Once I restart the computer, everythink works fine again. But few hours later, it died again. The listener log is as below:
    13-MAR-2007 23:32:14 * service_update * kentdb * 0
    13-MAR-2007 23:32:47 * service_died * kentdb * 12547
    TNS-12547: TNS:lost contactThere are a SQL Server links to it and people are doing testing with it. In the beginning, when the testing hangs, the person doing the testing sneaked into the server room and power off my oracle server and restart it. He has done that at least 10 times. He is not doing that anymore but the listener is messed up.
    The server is Windows 2003 and not DHCP enabled. I created new listener but it didn't help. Now I can't even restart listener service alone, I have to restart the computer to make it work. Can anyone suggest any solution?
    Any advise is appreciated.

    How heavily loaded is the server? When you look at the Windows CPU and Memory utlization what are the percentages in use?
    From the error message
    >>
    Investigate partner application for abnormal termination. On an Interchange, this can happen if the machine is overloaded.
    <<
    I searched on metalink but only found about 7 hits and none of them were for a version of Oracle as recent as 10g.
    Maybe someone else will know of an issue.
    HTH -- Mark D Powell --

  • SC3.2 oracle listener times out

    I have an issue where at random times, solaris cluster is restarting one groups listener resource. I can see in the log that the monitor is timing out after 180 seconds. After 3 times that the monitor probe times out, it cycles the listener. Can someone please explain what the monitor does or what it's trying to do that doesn't succeed after 180 seconds? Can I run the monitor by hand for testing purposes, or will that confuse the cluster?
    Also, when the monitor fails 3 times, and it tries to cycle the listener,the stop process is also failing. Does the stop process simply run "lsnrctl stop" for the SID in question, or are their additional steps performed for the shutdown?
    Oct 21 18:07:32 SC[SUNWscor.oracle_listener.monitor]:reportprd:reportprdls: Listener status probe timed out after 180 seconds.
    Oct 21 18:11:02 SC[SUNWscor.oracle_listener.monitor]:reportprd:reportprdls: Listener status probe timed out after 180 seconds.
    Oct 21 18:11:02 SC[SUNWscor.oracle_listener.monitor]:reportprd:reportprdls: Listener probe timed out two times consecutively.
    Oct 21 18:11:03 SC[SUNWscor.oracle_listener.monitor]:reportprd:reportprdls: Attempting to restart listener REPORTPRD.
    Oct 21 18:11:04 SC[SUNWscor.oracle_listener.monitor_stop]:reportprd:reportprdls: Stopping fault monitor using pmfadm tag ORALSNR_MON_reportprdls
    Oct 21 18:11:05 SC[SUNWscor.oracle_listener.stop]:reportprd:reportprdls: Stopping listener REPORTPRD.
    Oct 21 18:11:05 SC[SUNWscor.oracle_listener.stop]:reportprd:reportprdls: Using method 'run_setuid_prog' to execute shutdown commands
    Oct 21 18:15:58 SC[SUNWscor.oracle_listener.stop]:reportprd:reportprdls: Listener REPORTPRD did not stop.(99)
    Oct 21 18:15:58 SC[SUNWscor.oracle_listener.stop]:reportprd:reportprdls: Killing listener REPORTPRD
    Oct 21 18:15:58 SC[SUNWscor.oracle_listener.stop]:reportprd:reportprdls: Waiting for listener REPORTPRD to die...
    Oct 21 18:16:02 SC[SUNWscor.oracle_listener.start]:reportprd:reportprdls: Starting listener REPORTPRD.
    Oct 21 18:16:02 SC[SUNWscor.oracle_listener.start]:reportprd:reportprdls: Using method 'run_setuid_prog' to execute start commands

    Thanks Tim, I figured that is what the probe would do, I just didn't see it. I'm not sure I fully understand the monitor and monitor_check scripts. Does the monitor_check call on the monitor script based off the parameters provided? Is this interaction documented so I can RTFM instead, all info on the scripts I found on docs was very brief but maybe I need to keep looking. I currently have the resource unmonitored until we can figure out the issue with the delay, I understand I can simply run lsnrctl commands to test things, but I was hoping to simulate as close as possible what the cluster is doing if at all possible.
    Can I simply run the below script and get stats back on this:
    /opt/SUNWscor/oracle_listener/bin/oracle_listener_monitor_check -R reportprdls -T SUNW.oracle_listener -G reportprd

  • Need to Create a New Listener Log file 9i

    Hi, I have a issue with a oracle 9i database.
    First the listener.log file is 1.2G not good on a 25G server..
    How do you create and delete the listener file? Windows 2000 OS...
    Second I also have an issue with the archive log files... I have about 150 file 102M each...Again Not good...
    Need HELP drowning in a sea of oracle... Given the Shrink command....
    At least the Listener issue first then the archive log problem..
    Thank you...

    carlo_sc wrote:
    yes, we normally do a full daily backup and the archive logs are then deleted..But the Job didn't finish
    last night. Also we had big Network issue yesterday and I believe that caused the issue with this server
    causing an excessive amount of log files to be created...
    So with simply thing with lister is just too:
    1) stop listener service
    2) delete Log file.... (that won't mess anything up on restart ) I'm very skittish about manually deleting stuff from oracle..
    Got burned in Sept of last year big timeIt's just a log file. It's for your own use if needed. oracle doesn't use it or require it. You even have an option in the listener to not even write to it in the first place.
    3) restart listener service
    The archive logs : What if I move some of the files to another location then perform the a full daily backup will the that
    solve my archive log issues....
    Thanks for all the quick responses
    Edited by: carlo_sc on Jan 15, 2010 10:09 AMYou say you already have a backup job that gets the archivelogs and deletes them after backup? And the only real problem here is that it failed? Fix the failure and run it again. You can, in a pinch, manually move the archivelogs, but then YOU are responsible for keeping up with them.
    Edited by: EdStevens on Jan 15, 2010 9:32 AM

  • Oracle resource restart

    Could someone clarify my confusion with restarting resources.
    I have a 2 node SC 3.2 with a single oracle database.
    The customers requirement is that if there is a failure of oracle database or listener then the cluster tries to restated the resource, but doesnt initiate a failover.
    The Failover mode for the Oracle server and oracle listener resources are set to RESTART_ONLY.
    The Oracle server resource has a retry count= 1 and a retry interval = 300
    the listener resource retry count= 3 and a retry interval = 300
    What I have found during testing of the listener resource is that it works, as I expect, if I kill the listener process 3 times within 5 minutes then the cluster restarts the service. If I kill it once more the cluster then reports that it has exceeded retry count and doesnt initiate a failover ... All good.
    However, at what appears to be 5 minutes after the first restart, with no administrator intervention, the cluster restarts the resource. What is controlling this restart and how can I turn it off ?
    Thanks

    Hi Tim
    I have the same problem for both listener and oracle resources, ie if I repeatedly kill the process the cluster restarts the resource upto the retry count, which is as designed, but then at 5 minutes after first restart the resource is restarted.
    Following is the listener log and the listener resource configuration.
    I'll work on getting the messages file and setting debugging. Thanks
    cat /var/opt/SUNWscor/oracle_listener/message_log.omadb-listener
    Feb 27 12:30:59 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: Attempting to restart listener LISTENER_OmaT.
    Feb 27 12:31:00 SC[SUNWscor.oracle_listener.monitor_stop]:omadb-rg:omadb-listener: Stopping fault monitor using pmfadm tag ORALSNR_MON_omadb-listener
    Feb 27 12:31:01 SC[SUNWscor.oracle_listener.stop]:omadb-rg:omadb-listener: listener LISTENER_OmaT is not running.
    Feb 27 12:31:02 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Starting listener LISTENER_OmaT.
    Feb 27 12:31:02 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Using method 'run_setuid_prog' to execute start commands
    LSNRCTL for Solaris: Version 10.2.0.3.0 - Production on 27-FEB-2008 12:31:02
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Starting /appl/oma-dm/oracle/product/10.2.0.3.64/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    System parameter file is /var/opt/oracle/listener.ora
    Log messages written to /appl/oma-dm/oracle/product/10.2.0.3.64/network/log/listener_omat.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.118.52)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.193.21)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=omaT)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER_OmaT
    Version TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    Start Date 27-FEB-2008 12:31:03
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /var/opt/oracle/listener.ora
    Listener Log File /appl/oma-dm/oracle/product/10.2.0.3.64/network/log/listener_omat.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.118.52)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.193.21)(PORT=1521)))
    Services Summary...
    Service "OmaT" has 1 instance(s).
    Instance "OmaT", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Executing command: /opt/SUNWscor/oracle_listener/bin/oracle_listener_manage start
    Feb 27 12:31:06 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Listener LISTENER_OmaT started.
    Feb 27 12:31:07 SC[SUNWscor.oracle_listener.monitor_start]:omadb-rg:omadb-listener: Starting monitor
    Feb 27 12:31:39 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: listener LISTENER_OmaT probe successful.
    Feb 27 12:32:09 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: Attempting to restart listener LISTENER_OmaT.
    Feb 27 12:32:10 SC[SUNWscor.oracle_listener.monitor_stop]:omadb-rg:omadb-listener: Stopping fault monitor using pmfadm tag ORALSNR_MON_omadb-listener
    Feb 27 12:32:11 SC[SUNWscor.oracle_listener.stop]:omadb-rg:omadb-listener: listener LISTENER_OmaT is not running.
    Feb 27 12:32:12 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Starting listener LISTENER_OmaT.
    Feb 27 12:32:12 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Using method 'run_setuid_prog' to execute start commands
    LSNRCTL for Solaris: Version 10.2.0.3.0 - Production on 27-FEB-2008 12:32:12
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Starting /appl/oma-dm/oracle/product/10.2.0.3.64/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    System parameter file is /var/opt/oracle/listener.ora
    Log messages written to /appl/oma-dm/oracle/product/10.2.0.3.64/network/log/listener_omat.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.118.52)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.193.21)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=omaT)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER_OmaT
    Version TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    Start Date 27-FEB-2008 12:32:13
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /var/opt/oracle/listener.ora
    Listener Log File /appl/oma-dm/oracle/product/10.2.0.3.64/network/log/listener_omat.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.118.52)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.193.21)(PORT=1521)))
    Services Summary...
    Service "OmaT" has 1 instance(s).
    Instance "OmaT", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Executing command: /opt/SUNWscor/oracle_listener/bin/oracle_listener_manage start
    Feb 27 12:32:16 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Listener LISTENER_OmaT started.
    Feb 27 12:32:17 SC[SUNWscor.oracle_listener.monitor_start]:omadb-rg:omadb-listener: Starting monitor
    Feb 27 12:32:49 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: Attempting to restart listener LISTENER_OmaT.
    Feb 27 12:32:49 SC[SUNWscor.oracle_listener.monitor_stop]:omadb-rg:omadb-listener: Stopping fault monitor using pmfadm tag ORALSNR_MON_omadb-listener
    Feb 27 12:32:50 SC[SUNWscor.oracle_listener.stop]:omadb-rg:omadb-listener: listener LISTENER_OmaT is not running.
    Feb 27 12:32:51 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Starting listener LISTENER_OmaT.
    Feb 27 12:32:51 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Using method 'run_setuid_prog' to execute start commands
    LSNRCTL for Solaris: Version 10.2.0.3.0 - Production on 27-FEB-2008 12:32:52
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Starting /appl/oma-dm/oracle/product/10.2.0.3.64/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    System parameter file is /var/opt/oracle/listener.ora
    Log messages written to /appl/oma-dm/oracle/product/10.2.0.3.64/network/log/listener_omat.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.118.52)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.193.21)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=omaT)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER_OmaT
    Version TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    Start Date 27-FEB-2008 12:32:52
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /var/opt/oracle/listener.ora
    Listener Log File /appl/oma-dm/oracle/product/10.2.0.3.64/network/log/listener_omat.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.118.52)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.193.21)(PORT=1521)))
    Services Summary...
    Service "OmaT" has 1 instance(s).
    Instance "OmaT", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Executing command: /opt/SUNWscor/oracle_listener/bin/oracle_listener_manage start
    Feb 27 12:32:56 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Listener LISTENER_OmaT started.
    Feb 27 12:32:57 SC[SUNWscor.oracle_listener.monitor_start]:omadb-rg:omadb-listener: Starting monitor
    Feb 27 12:33:28 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: The listener LISTENER_OmaT is not running; retry_count <3> exceeded. Attempting to switchover resource group.
    Feb 27 12:33:28 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: retry_count <3> exceeded. NUM_RESOURCE_RESTART = 3
    Feb 27 12:33:28 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control GIVEOVER failed with error code: 16
    Feb 27 12:33:28 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: Attempting to restart listener LISTENER_OmaT.
    Feb 27 12:33:28 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control RESOURCE_RESTART failed with error code: 16
    Feb 27 12:33:58 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: The listener LISTENER_OmaT is not running; retry_count <3> exceeded. Attempting to switchover resource group.
    Feb 27 12:33:58 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: retry_count <3> exceeded. NUM_RESOURCE_RESTART = 3
    Feb 27 12:33:59 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control GIVEOVER failed with error code: 16
    Feb 27 12:33:59 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: Attempting to restart listener LISTENER_OmaT.
    Feb 27 12:33:59 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control RESOURCE_RESTART failed with error code: 16
    Feb 27 12:34:29 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: The listener LISTENER_OmaT is not running; retry_count <3> exceeded. Attempting to switchover resource group.
    Feb 27 12:34:29 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: retry_count <3> exceeded. NUM_RESOURCE_RESTART = 3
    Feb 27 12:34:29 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control GIVEOVER failed with error code: 16
    Feb 27 12:34:29 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: Attempting to restart listener LISTENER_OmaT.
    Feb 27 12:34:29 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control RESOURCE_RESTART failed with error code: 16
    Feb 27 12:35:00 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: The listener LISTENER_OmaT is not running; retry_count <3> exceeded. Attempting to switchover resource group.
    Feb 27 12:35:00 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: retry_count <3> exceeded. NUM_RESOURCE_RESTART = 3
    Feb 27 12:35:00 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control GIVEOVER failed with error code: 16
    Feb 27 12:35:00 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: Attempting to restart listener LISTENER_OmaT.
    Feb 27 12:35:00 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control RESOURCE_RESTART failed with error code: 16
    Feb 27 12:35:30 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: The listener LISTENER_OmaT is not running; retry_count <3> exceeded. Attempting to switchover resource group.
    Feb 27 12:35:30 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: retry_count <3> exceeded. NUM_RESOURCE_RESTART = 3
    Feb 27 12:35:30 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control GIVEOVER failed with error code: 16
    Feb 27 12:35:30 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: Attempting to restart listener LISTENER_OmaT.
    Feb 27 12:35:30 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: scha_control RESOURCE_RESTART failed with error code: 16
    Feb 27 12:36:01 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: Attempting to restart listener LISTENER_OmaT.
    Feb 27 12:36:01 SC[SUNWscor.oracle_listener.monitor_stop]:omadb-rg:omadb-listener: Stopping fault monitor using pmfadm tag ORALSNR_MON_omadb-listener
    Feb 27 12:36:03 SC[SUNWscor.oracle_listener.stop]:omadb-rg:omadb-listener: listener LISTENER_OmaT is not running.
    Feb 27 12:36:04 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Starting listener LISTENER_OmaT.
    Feb 27 12:36:04 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Using method 'run_setuid_prog' to execute start commands
    LSNRCTL for Solaris: Version 10.2.0.3.0 - Production on 27-FEB-2008 12:36:04
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Starting /appl/oma-dm/oracle/product/10.2.0.3.64/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    System parameter file is /var/opt/oracle/listener.ora
    Log messages written to /appl/oma-dm/oracle/product/10.2.0.3.64/network/log/listener_omat.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.118.52)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.193.21)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=omaT)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER_OmaT
    Version TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    Start Date 27-FEB-2008 12:36:04
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /var/opt/oracle/listener.ora
    Listener Log File /appl/oma-dm/oracle/product/10.2.0.3.64/network/log/listener_omat.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.118.52)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.23.193.21)(PORT=1521)))
    Services Summary...
    Service "OmaT" has 1 instance(s).
    Instance "OmaT", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Executing command: /opt/SUNWscor/oracle_listener/bin/oracle_listener_manage start
    Feb 27 12:36:08 SC[SUNWscor.oracle_listener.start]:omadb-rg:omadb-listener: Listener LISTENER_OmaT started.
    Feb 27 12:36:09 SC[SUNWscor.oracle_listener.monitor_start]:omadb-rg:omadb-listener: Starting monitor
    Feb 27 12:36:40 SC[SUNWscor.oracle_listener.monitor]:omadb-rg:omadb-listener: listener LISTENER_OmaT probe successful.
    clrs show -v omadb-listener
    === Resources ===
    Resource: omadb-listener
    Type: SUNW.oracle_listener:5
    Type_version: 5
    Group: omadb-rg
    R_description:
    Resource_project_name: default
    Enabled{sf2339}: True
    Enabled{sf2340}: True
    Monitored{sf2339}: True
    Monitored{sf2340}: True
    Resource_dependencies: omadb-stor
    Resource_dependencies_weak: <NULL>
    Resource_dependencies_restart: <NULL>
    Resource_dependencies_offline_restart: <NULL>
    --- Standard and extension properties ---
    Probe_timeout: 180
    Class: extension
    Description: Timeout value (in seconds) used by monitor to check listener status.
    Per-node: False
    Type: int
    User_env:
    Class: extension
    Description: File containing environment variables to be set before listener startup/shutdown
    Per-node: False
    Type: string
    Listener_name: LISTENER_OmaT
    Class: extension
    Description: Oracle listener name
    Per-node: False
    Type: string
    ORACLE_HOME: /appl/oma-dm/oracle/product/10.2.0.3.64
    Class: extension
    Description: Oracle Home diectory
    Per-node: False
    Type: string
    Thorough_probe_interval: 30
    Class: standard
    Description: Time between invocations of a high-overhead fault probe of the resource.
    Type: int
    MONITOR_CHECK_TIMEOUT: 3600
    Class: standard
    Description: Maximum execution time allowed for Monitor_Check method.
    Type: int
    MONITOR_STOP_TIMEOUT: 120
    Class: standard
    Description: Maximum execution time allowed for Monitor_Stop method.
    Type: int
    MONITOR_START_TIMEOUT: 180
    Class: standard
    Description: Maximum execution time allowed for Monitor_Start method.
    Type: int
    BOOT_TIMEOUT: 30
    Class: standard
    Description: Maximum execution time allowed for Boot method.
    Type: int
    FINI_TIMEOUT: 30
    Class: standard
    Description: Maximum execution time allowed for Fini method.
    Type: int
    INIT_TIMEOUT: 30
    Class: standard
    Description: Maximum execution time allowed for Init method.
    Type: int
    UPDATE_TIMEOUT: 300
    Class: standard
    Description: Maximum execution time allowed for Update method.
    Type: int
    VALIDATE_TIMEOUT: 120
    Class: standard
    Description: Maximum execution time allowed for Validate method.
    Type: int
    STOP_TIMEOUT: 300
    Class: standard
    Description: Maximum execution time allowed for Stop method.
    Type: int
    START_TIMEOUT: 300
    Class: standard
    Description: Maximum execution time allowed for Start method.
    Type: int
    Retry_count: 3
    Class: standard
    Description: Indicates the number of times a monitor restarts the resource if it fails.
    Type: int
    Retry_interval: 300
    Class: standard
    Description: Time in which monitor attempts to restart a failed resource Retry_count times.
    Type: int
    Failover_mode: RESTART_ONLY
    Class: standard
    Description: Modifies recovery actions taken when the resource fails.
    Type: enum

  • How do you change the port number for Apex Listener V2?

    I'm running Apex listener V2 in standalone mode on Linux.  I want to change the port number of the apex listener V2 (e.g 80 to 8080).  How do I do that without re-installing the whole listener again?
    thanks in advance
    PaulP

    Hi PPlatt,
    You can modify your_listener_home_directory/apex/apex.properties
    http.port=8080
    Stop & restart listener.
    HTH
    Zack

  • What is a BLOCKED Listener?

    Howdy. I just ran a status command on a Listener, and this was the output.
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "+ASM1", status BLOCKED, has 1 handler(s) for this service...
    Service "RACDB" has 2 instance(s).
    Instance "RACDB1", status READY, has 3 handler(s) for this service...
    Instance "RACDB2", status READY, has 3 handler(s) for this service...
    Service "RACDBXDB" has 2 instance(s).
    Instance "RACDB1", status READY, has 1 handler(s) for this service...
    Instance "RACDB2", status READY, has 1 handler(s) for this service...
    Service "RACDB_XPT" has 2 instance(s).
    Instance "RACDB1", status READY, has 3 handler(s) for this service...
    Instance "RACDB2", status READY, has 3 handler(s) for this service...
    What does BLOCKED mean? I can connect to the DB just fine.
    TIA, ChrisR

    Hi,
    In addition of others.
    1.It is known issue with Oracle 10g. even you change statis it will not resolve our porblem.>>>>ORA-12528.
    2.when we configure SHARED_SERVER and shared_server parameter value is "0".>>>>>ORA-12520
    C:\>sqlplus sys@test as sysdba
    SQL*Plus: Release 10.1.0.2.0 - Production on Sat Feb 24 11:46:56 2007
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> startup force
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    SQL> host lsnrctl services
    Service "test" has 1 instance(s).
      Instance "test", status BLOCKED, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    change listener.ora file configuration from dynamic to static( add sid in listener.ora file)
    and restart listener services.
    SQL>host lsnrctl stop
    SQL>host lsnrctl start
    C:\>sqlplus sys@test as sysdba
    SQL*Plus: Release 10.1.0.2.0 - Production on Sat Feb 24 11:54:27 2007
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connectionsregards
    Taj

  • Windows Vista No Disk Error

    Greetings,
    I have installed Oracle 10g Enterprise undee Windows Vista Home Edition using oracle proper installer for this OS. The installation went pretty well and so was the aftermath when I created a database and several schemas. A few days ago I have started getting a very strange and persistent error everytime Oracle's TNS and Listener are referred. The error comes fro Windows and states "Exception Processing Message 0xc0000013 Parameters 0x764F92A0 0x00000004 0x764F292A0 0x764F292A0" and the options I am prompted for are Cancell, Try Again and Continue. Whatever option I go to has to be hit over and over for about 7 times so that the message stops popping and I can continue. I say this error is reated to ORacle's TNS and Listener because when I try sqlplus /nolog I get no error, but if I enter the full connection string like slplus user/password@dbsid I get the error. The same error comes on TOAD when I first open it and it reads the TNSNAMES file to bring the TNS's within the file.
    Past this error by cancellin, trying again and again or continuing, all DB functionalities are just fine, no alerts, nor critical errors... Pretty weird hmm? Does anyone have any suggestion on what the issue is and what can be done to fix it?
    Appreciate all your inputs on this matter.
    Thiago Santana

    Actually there are no comments regarding Vista version under notes for 10.2.0.3.
    If You look at certify matrix under
    http://www.oracle.com/technology/support/metalink/index.html
    and search by Platform, then under Vista and 10gR2 You will see following notes:
    Oracle Database (EE, SE, PE and Client) are supported on these platforms:
    Business edition
    Enterprise Edition
    Ultimate Edition
    Home edition is not supported!
    But what I can suggest.
    Look into listner.log - are there any errors.
    Try to restart listener from the command line
    lsnrctl stop
    lsnrctl start
    Try to recreate listener service

  • Missing BOOTMGR Windows Vista No Disk

    Hello,
    I need some help.  After doing a "Factory Recovery," my laptop won't boot to windows vista.  After booting, it won't finish the "Factory Recovery" process, and it ends with a black screen with the words "Missing BOOT MGR Crtl+Alt+Esc."
    The laptop(G60-125NR) didn't come with anything.  I HAVE NO DISK OF WINDOWS VISTA.  It was only already installed in the laptop.  
    Can anyone help me with this? 
    Here are the details.
    I tried pressing F11 or F10 - the factory recovery screen - and used both the hard drive partition and then the recovery disks I created before the factory recovery-thing.  Hard drive ended with error 1005 and using the disk I got error 1002.  Both telling me to contact HP.
    Purchased a Boot Disk and it got me to System Recovery Options.  There, I could not select on any operating system.  I don't even know which Drives to add.  Plus, as I was trying to see in the folderfs, nothing was comming up. So I just clicked on Next and tried the Startup Repair option.  After a while it said that Startup Repair cannot repair this computer automatically.  It still says MissingBootManager on the details.
    At the Windows Boot Manager screen,
    Windows Setup [EMS Enabled]
    But on the tools;
    File \boot\memtest.exe
    Status: oxcoooooof
    Info: The selected entry could not be loaded because the application is missing or corrupted.
    I hope you can help me.  Thank you.

    Actually there are no comments regarding Vista version under notes for 10.2.0.3.
    If You look at certify matrix under
    http://www.oracle.com/technology/support/metalink/index.html
    and search by Platform, then under Vista and 10gR2 You will see following notes:
    Oracle Database (EE, SE, PE and Client) are supported on these platforms:
    Business edition
    Enterprise Edition
    Ultimate Edition
    Home edition is not supported!
    But what I can suggest.
    Look into listner.log - are there any errors.
    Try to restart listener from the command line
    lsnrctl stop
    lsnrctl start
    Try to recreate listener service

  • Excel integration with Entry and Approval for SSM not working

    Iu2019m having trouble getting excel integrated with E&A for being able to enter large number of historic data points into a cube-built model u2013 Iu2019ve gone through all the docs several times and there is no good concrete explanation on how to do this. I keep getting the following error message:
    Error opening Excel Automation server can't create object. This can be caused by:
    1. - The application is not installed on your machine
    2. - The browser security does not support ActiveX scripts.
    3. - Your were prompted to run ActiveX and you said No, if that is the cause close all browser instances and reopen.
    However, I've done the following:
    -          Iu2019ve installed the excel add-in on both the server and my local machine, and Iu2019ve enabled the add-in part in Excel on my local machine.
    -          The browser security is definitely set to accept all active X scripts
    -          I am never prompted to run activeX when I select u201CHistorical Datau201D within entry/approval. I just get the above error message.
    -          Iu2019ve flushed cache and restarted listener several times.
    What am I missing? I donu2019t see it in any of the docs.
    Thanks!

    Robb,
    Looking at what you've done, there doesn't seem to be an obvious answer. The best suggestion I can make is to fill out a support ticket on this. There must be other factors at work here that will require a deeper look.
    Regards,
    Bob

Maybe you are looking for

  • Adobe Acrobat Reader XI v11.0.07 shows grey boxes

    Having downloaded the Free reader on a new install of Windows 7 Pro I am finding that most of the PDF's that I have and could view before are now showing as grey boxes.These are PDF's that I have saved on my PC and they are viewed on my PC. I do not

  • TS4002 Can't get mail cos forgotten iCloud password, it offers to email me but I can't get mail?

    Foolishly have forgotten cloud password and security questions. It offers to email the password but as there is no password on the iCloud it won't let email thru, which creates a perpetual circle of no emails. Help please

  • Variable No. of Arguments

    How we can pass variable no. of arguments in JAVA (like in C/C++) where arguments are different type? To pass similar data type, we declare function as follows:- <type_specifier> function_name(Object vna...) { <function_body>; }

  • What is the best upgrade can I get??

    When I bought my iBook I initially installed OS X 10.3.4. I was then given an upgrade CD a year or so later as part of a deal to buy my partner an iBook. I have since lost the upgrade CD but still have the original startup disk, which I have recently

  • Photos app stucks on downloading state

    Hello! I upgraded to iphone 4s and entered my apple id. In the original photos application it started downloading photos, thenit got stuck on downloading for ever. now it shows "downloading x of y" and never changes. tried hard reset and it did not h