Stop start listener RAC

Hi,
DB : 10.2.0.4
OS: AIX 5.3 L
This is 2 node RAC on ASM with single standby on ASM.
To stop listener in all RAC nodes , are the below steps correct?.
crs_stop ora.rac1.LISTENER_rac1.lsnr
crs_stop ora.rac2.LISTENER_rac2.lsnr
OR
srvctl stop listener -n rac1 -l ora.rac1.LISTENER_rac1.lsnr
srvctl stop listener -n rac2 -l ora.rac2.LISTENER_rac2.lsnr
Node1: rac1
Node2: rac2
Same i have to follow to start listener , start word in place of stop , right?.
Please confirm me on this.
Thanks,
Sunand

This is 2 node RAC on ASM with single standby on ASM.
To stop listener in all RAC nodes , are the below steps correct?.
crs_stop ora.rac1.LISTENER_rac1.lsnr
crs_stop ora.rac2.LISTENER_rac2.lsnr
OR
srvctl stop listener -n rac1 -l ora.rac1.LISTENER_rac1.lsnr
srvctl stop listener -n rac2 -l ora.rac2.LISTENER_rac2.lsnr
Node1: rac1
Node2: rac2
Same i have to follow to start listener , start word in place of stop , right?.
You should use the second option using srvctl.
Because srvctl is meant for starting/stopping resources.
Even using first command also you can achieve this and also using lsnrctl also. But I would prefer srvctl.
Regards
Rajesh

Similar Messages

  • Script to automate stop/start listener on aix

    Hello everyone,
    We have a database on oracle 8i on aix platform and we have a scheduled restart on the db everyday. But we have been facing problem with the db restart and it gets hanged.
    As a solution, i wanted to develop a shell script that will stop the listener first before the db shut down.
    Can anyone help me please?

    If I remember correctly, example scripts to automate db and listener startup and shutdown are in the oracle 8i installation guide for your platform.
    The following should work:
    vi /etc/init.d/oracle
    ORACLE_HOME=your path to oracle home directory
    case "$1" in
        'start') 
             su - oracle -c "$ORACLE_HOME/bin/lsnrctl start"
             su - oracle -c "$ORACLE_HOME/bin/dbstart"
        'stop')  
             su - oracle -c "$ORACLE_HOME/bin/dbshut"
             su - oracle -c "$ORACLE_HOME/bin/lsnrctl stop"
    esacThen set execute privileges on the above file:
    chmod 750 oracle
    Next add the appropriate symbolic links:
    ln -s /etc/init.d/oracle /etc/rc.d/rc3.d/K01oracle
    ln -s /etc/init.d/oracle /etc/rc.d/rc3.d/S99oracle
    ln -s /etc/init.d/oracle /etc/rc.d/rc5.d/K01oracle
    ln -s /etc/init.d/oracle /etc/rc.d/rc5.d/S99oracle
    The oracle dbstart and dbshut scripts rely on entries in */etc/oratab*, so make sure you have a "Y" in the file for yes to autostart and auto shutdown.

  • How to stop/start listener

    Hi Everyone,
    I am new in Oracle!
    I have oracle 11g installed on my windows system. I am trying to start/stop listener from em web console but it is not working.
    The system is asking for username and password, I am typing my own (which is DBA) or even SYS .... and it still unsuccessful...it is saying :
    Error: Invalid username and/or password
    Please, help!
    How can I do that from em console
    P.S. Before I was using 10g version and it was OK, I was able to start/stop listener from em web console using SYS or my username.
    Thanks

    If you want to perform OS related tasks from the enterprise manager, such as starting/stopping services or performing backup/recover, export/import, sqlldr, etc. you are required to provide an OS username and password, this password should be stored at the preferred credentials, and this user must have the 'log on as a batch job' , otherwise Enterprise Manager will keep on asking for a username/password.
    This is also a symptom of a missconfigured Enterprise manager, but before diagnosing this situation, verify at the preferred credentials section that your user's credentials are properly tested, validated and stored, if this is the case, then look for the logs found at the ORACLE_HOME\hostname_sid\log directory and find out if another error message is displayed there.
    ~ Madrid

  • Stop and then start Listener from OEM

    Hi,
    I am new to Oracle. I notice after stopping listener using OEM on Windows XP, the TNSLNR.exe is terminated as I expected. At that point, all connections include OEM, iSQL*PLUS and SQL*PLUS should close connection.
    If this is right, how can one start listener from OEM? One needs listener work before using OEM to config something else. What is the purpose of Start button for listener on OEM? Even more perplexing me is that iSQL*PLUS is still works! Does iSQL*PLUS not use listener for connection?
    Your help will be appreciated,
    -Hong

    Hi
    i think its not possible to start the listener from oem, because the oem use the listener to communicate to the db.
    Regards
    Mirko

  • Steps to stop / start CRS & ASM in RAC 11gr2

    Hello Gurus,
    Environment is as below:
    RAC 2 nodes
    Oracle RAC 11gr2
    Enterprise Linux Server release 5.5 (Carthage)
    I am new to Oracle RAC 11gr2 and facing some issues while stop / start crs & asm.
    We want to reboot both nodes and for that I have done following steps.
    1. srvctl stop database -d <db name> -- from one node
    Databse is down now.2. srvctl stop nodeapps -n <hostname> -- from both nodes
    services are down now.3. Now I want to stop asm
    $ export ORACLE_HOME=/u01/app/11.2.0/grid ( Grid Home)
    $ srvctl stop asm - This is not stopping ASM instance.
    4. crsctl stop crs -- this is also not working.
    I would appreciate if you please give me full steps.
    Thanks and Regards,

    In 11gr2, gsd remains offline. When I had checked with metalink, they said that it is fine.
    In 11gr2 you can stop all resouces as below
    <CRS_HOME>/bin/crsctl stop has
    or you can stop in the following sequence
    stop or relocate service using srvctl
    stop instnace using srvctl
    stop asm using srvctl
    stop nodeapps using srvctl
    stop cluster resources as root - <CRS_HOME>/bin/crsctl stop has
    To start
    <CRS_HOME>/bin/crsctl start has - it should bring all resources automatically
    verify the services status and start or relocate it back.

  • Srvctl start listener -n rac1 gives CRS-1028 and CRS-0223

    Boot up 2 linux 10.2.0.1.0 RAC nodes.
    everything starts except listeners
    srvctl start listener -n rac1
    or
    srvctl start listener -n rac2
    gives
    CRS-1028
    CRS-0223
    However, if you start listeners manually, using
    lsnrctl start listener_rac1
    or
    lsnrctl start listener_rac2
    they start right up. Moreover, once you have started them manually, the srvctl start listener commands now work, both stopping and starting the listeners with srvctl now works. However, when reboot systems, again srvctl must be "primed" for starting listener by doing one "manual" startup of listener.
    Any thoughts on what is causing this behavior?
    Thanks!

    Alan, thanks - excellent advice. However, I just ended up redoing the entire install and this of course fixed the problem :-)
    Thanks for your reply, Gil
    PS also, btw I use the crsstat script instead of the crs_stat for better formatting, i.e. this script (which I named crsstat) lives in $ORA_CRS_HOME/bin. Also, note I am not the author of this script, I downloaded it from Metalink:
    #!/usr/bin/ksh
    # Sample 10g CRS resource status query script
    # Description:
    # - Returns formatted version of crs_stat -t, in tabular
    # format, with the complete rsc names and filtering keywords
    # - The argument, $RSC_KEY, is optional and if passed to the script, will
    # limit the output to HA resources whose names match $RSC_KEY.
    # Requirements:
    # - $ORA_CRS_HOME should be set in your environment
    RSC_KEY=$1
    QSTAT=-u
    AWK=/usr/bin/awk # if not available use /usr/bin/awk
    # Table header:echo ""
    $AWK \
    'BEGIN {printf "%-45s %-10s %-18s\n", "HA Resource", "Target", "State";
              printf "%-45s %-10s %-18s\n", "-----------", "------", "-----";}'
    # Table body:
    $ORA_CRS_HOME/bin/crs_stat $QSTAT | $AWK \
    'BEGIN { FS="="; state = 0; }
    $1~/NAME/ && $2~/'$RSC_KEY'/ {appname = $2; state=1};
    state == 0 {next;}
    $1~/TARGET/ && state == 1 {apptarget = $2; state=2;}
    $1~/STATE/ && state == 2 {appstate = $2; state=3;}
    state == 3 {printf "%-45s %-10s %-18s\n", appname, apptarget, appstate; state=0;}'

  • Problem With Listener Service: Long Delay Starting Listener, Intermittent Connections

    I am having trouble connecting to my Oracle database.  I'm not sure what the cause was, but now when I connect to a database that has been working fine for the past two years, I usually get a ORA-12541 error.
    I run lsnrctl status on the server and get a prinout like this:
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dqaswn02)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    I've also tried manually stopping the service via services.msc and then restarting via lsnrctl start, but when I do this I get a really long delay (10+ minutes) before it returns with something like:
    TNS-01153: Failed to process string: 0í≈♥
    I'm pretty lost as to what is wrong.  I've been messing around with listener.ora, but I don't see anything problematic in there.  Here's a copy:
    # listener.ora Network Configuration File: E:\app\myc0714\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = E:\app\myc0714\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:E:\app\myc0714\product\11.2.0\dbhome_1\BIN\OraClr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = dqaswn02)(PORT = 1521))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    # ADR_BASE_LISTENER = E:\app\myc0714
    LOG_FILE_LISTENER = LISTENER
    TRACE_LEVEL_LISTENER = SUPPORT
    TRACE_FILE_LISTENER = LISTENER
    However, a few times during this I've been able to connect to the server, via sqlplus, but it has taken 10 minutes before the connection comes online.  Once I'm connected, I can query my tables as expected, but I need an application to connect.
    If anyone has any ideas on what could be wrong, please let me know.

    When I opened up netca, I didn't have any listeners configured, which seems very strange.  When adding it, I get this message in the cmd window:
    Oracle Net Services Configuration:
    Configuring Listener:LISTENER
    ServiceAliasException: Could not save Service Alias: TNS-04406: Object already e
    xists
    Default local naming configuration complete.
    Listener configuration complete.
    Oracle Net Listener Startup:
        Running Listener Control:
          E:\app\myc0714\product\11.2.0\dbhome_1\bin\lsnrctl start LISTENER
        Listener Control complete.
        Listener start failed.
    I killed the service via services.msc again and tried starting the lsnrctl.  This time I've got a new listening service going:
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    System parameter file is E:\app\myc0714\product\11.2.0\dbhome_1\network\admin\li
    stener.ora
    Log messages written to e:\app\myc0714\diag\tnslsnr\DQASWN02\listener\alert\log.
    xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DQASWN02.petroleumplace.
    com)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521
    ipc)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DQASWN02.petroleumplace.
    com)(PORT=1521)))
    TNS-01153: Failed to process string: X☺∙♥
    I just tried starting the trace.  I'm waiting for it to connect, I guess.  I'll post anything I get out of it when it returns.

  • I can't start listener in the Control Painel/Admin Tools/ Services

    Windows XP - Home Edition (I know it´s not the better but came with my laptop)
    I installed the Oracle 10g and I don't know why I have 3 listener as services. Its services showed me different messages when I tried start it:
    1. OracleOraDb10g_home1TNSListener: Could not start the 2. OracleOraDb10g_home1TNSListener service on Local Computer
    2. OracleOraDb10g_home1TNSListenerORCL: The OracleOraDb10g_home1TNSListenerORCL service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service
    3. OracleOraDb10g_home1TNSListenerSID_LIST_LISTENER: The OracleOraDb10g_home1TNSListenerSID_LIST_LISTENER service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service
    ====PATH======
    Path=C:\oracle\product\10.1.0\Db_3\bin;C:\Program Files\oracle 8i\bin;C:\oracle\
    product\10.1.0\Db_3\jdk\jre\bin;C:\oracle\product\10.1.0\Db_3\jdk\jre\bin\classi
    c;C:\oracle\product\10.1.0\Db_3\jdk\jre\bin\classic;C:\oracle\product\10.1.0\Db_
    3\jlib;C:\oracle\product\10.1.0\Db_3\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C
    :\oracle\product\10.1.0\Db_3\jre\1.4.2\bin\client;C:\oracle\product\10.1.0\Db_3\
    jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
    Files\ATI Technologies\ATI Control Panel;%java_home%\bin;C:\Program Files\Commo
    n Files\Ulead Systems\MPEG;C:\WINDOWS\system32\gs\gs8.13\bin
    ====REGISTRY======
    TNS_ADMIN I set as Binary Data in the HKEY_CURRENT_USER\Environment with the path C:\oracle\product\10.1.0\Db_3\NETWORK\ADMIN
    ====LISTENER.ORA======
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.1.0\Db_3)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.17)(PORT = 1521))
    ====TNSNAMES.ORA========
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.17)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ====SQL.ORA========
    NAMES.DEFAULT_DOMAIN = 192.168.0.17
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    =======OS CONFIGURATION================
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 23-MAR-2006 08:23
    :44
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.17)(PORT=1521)
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\>ipconfig
    Windows IP Configuration
    Ethernet adapter Local Area Connection:
    Media State . . . . . . . . . . . : Media disconnected
    Ethernet adapter Wireless Network Connection 2:
    Connection-specific DNS Suffix . : myhome.westell.com
    IP Address. . . . . . . . . . . . : 192.168.0.17
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.0.1
    C:\>
    Please, if somebody knows this problem I need a very urgent help. Thank you very much.

    Thanks ALL, I GOT IT, but I used other solution.
    Since I installed and uninstalled the Oracle several times, it keeps also many different Services for the listener. I don't know why, it didn't create a Service for my actual instalation with its path. In other words, all the services remained in the services.msc panel, had the path that was already removed from the Windows folder.
    Then what I did, was that I picked one service, took its name (OracleOraDb10g_home1TNSListener), went to regedit to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OracleOraDb10g_home1TNSListener] and simply changed the image path that was setted for the one that was removed (C:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR ) for mine that is installed right now
    (C:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR). Nothing more and finally works.
    I have tried something in the services.msc panel before, as you can see in this forum at the thread "I can't start listener in the Control Painel/Admin Tools/ Services", but I never got
    success.
    Appreciate your time!!

  • Problem in starting listener Service

    hello
    we have Hp-UX, Oracle 10g.
    My Database on one my Boxes has stopped. I checked the log file, it says cannot conect to the listner.
    I am pasting the output for lnsrctl stop command
    LSNRCTL> stop                                                                  
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=IEP.WORLD))                          
    The command completed successfully                                             
    LSNRCTL> stop                                                                  
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=IEP.WORLD))                          
    TNS-12541: TNS:no listener                                                     
    TNS-12560: TNS:protocol adapter error                                         
      TNS-00511: No listener                                                       
       HPUX Error: 2: No such file or directory                                    
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=IEP))                                
    TNS-12541: TNS:no listener                                                     
    TNS-12560: TNS:protocol adapter error                                         
      TNS-00511: No listener                                                       
       HPUX Error: 2: No such file or directory                                    
    Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=usstubw02)(PORT)
    TNS-12541: TNS:no listener                                                     
    TNS-12560: TNS:protocol adapter error                                         
      TNS-00511: No listener                                                       
       HPUX Error: 239: Connection refused                                         
    kindly help me , in resolving this
    Points will be awarded.
    -Thanks
    Sam

    Hello Sam,
    the problem seems to be clear.
    - At first you have stopped the listener twice. The first time it was i     successful and the second stop command failed which is correct.
    - You have to start the listener now -> command "lsnrctl start"
    The only thing that looks a little bit strange is:
    > Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=usstubw02)(PORT)
    There is no port specified. Have you changed the listener.ora file?
    If the "lsnrctl start" command fails, please post the listener.ora file and the error at startup.
    Regards
    Stefan

  • Reply to : TNS:protocol adapter error while starting Listener created by Oracle SES11.1.2.2 Setup

    To answer the post from Manwendra Jun 20, 2013 7:17 AM
    " TNS:protocol adapter error while starting Listener created by Oracle SES11.1.2.2 Setup "
    https://community.oracle.com/message/11077982#11077982
    Hello,
    Probably that you already have the listener up and running from your installation of SES.
    Also, you could check in your Windows Services (from the Control Panel), you'll see that
    there is a service like OraclesesTNSListener up and running.
    If it is the case, then it's probably why it is telling you the message below when trying to start it again:
    TNS-01106: Listener using listener name LISTENER has already been started
    Then, before trying to start the listener, you can check if it is already up by running the command : lsnrctl status
    If you need to shut it down, then you can run the command : lsnrctl stop
    for example, from the command line:
    > set ORACLE_SID=ASUSES
    > set ORACLE_BASE=D:\ses\
    > set ORACLE_HOME=D:\ses\seshome
    > cd %ORACLE_HOME%/bin
    > lsnrctl status            <== this will give you the status of your listener
    > lsnrctl stop              <== this will stop your listener
    > lsnrctl start             <== this will start your listener
    Hope this can help you and others.
    Regards,
    -Stephan

    i have done that. i copied the tnsnames.ora, sqlnet.ora, listener.ora files from the c:>oracle-home\network\admin folder into oracle_devhome\network\admin folder. i have also set the environment variable oracle_sid=skoolman. skoolman is my sid as you can see on the tnsnames.ora. but the error massage still comes up as soon as i run forms from the forms builder environment.
    but as i said i am able to connect to the database with my user name and pass word from within the forms builder environment to access my tables and create data blocks etc but as soon as i run the form through internet explorer the forms servlet boots up and the error massage ora-12560 tns protocol adapter error pops up.
    thanks guys for your heip. please i need more solutions

  • Steps to stop & Start servicesservices

    Hi ,
    we r doing SAN migration next week,
    i'll giv u a brief about my setup. It is 2 node RAC connected to a SAN storage and size of DB is 500GB on Windows 2003. So now they r asking me to move this database to a new SAN storage box with 3TB and they asked to migrate this entire setup to new one. So please provide me the steps with scripts to full fill this.
    So please provide me the steps(commands on windows cmd prompt) to stop & start services like cluster,asm and instances....etc what are the services to stop and copy database to new one and how to start the services with scripts to complete this task.
    Actually some of our frns told me that there is no much downtime required but my comp asked me to do like stop services and shut down down DB and migrate then start services.
    Pls help me out on this. i am very new t pls pls pls pls.. help me out
    Regards
    Poorna

    Pls help me out on this. i am very new t pls pls pls pls.. help me outthen maybe someone else should do it
    sorry but providing scripts for this task is just impossible, there are too many factors
    its all written in the documentation
    one possible scenario, that we did last week on a 11gR2 OEL5 RAC:
    1. attach the new storage, create disks/volumes, make the hosts recognize them
    2. add the new disks to the ASM diskgroup, and drop the old disks from the ASM diskgroup - this will cause a rebalance, that will take some time depending on the rebalance power and the size of the database
    [3. you can do the same with OCR/votedisk, with the proper commands, if they are located in ASM]
    4. remove the old storage
    zero downtime needed

  • How to connect to PC-ORACLE8.0.4 & Forms 5.0 without Starting Listener?

    i have installed pco8.0.4 and d2k(form5,rep3) , i couldn't connect to pco without starting listener, this gives me after some time , unable to attach or connect oracle error, how to connect pco8.0.4 from form5.0 without starting listener?
    thanks

    dj143 wrote:
    I developed an application and then built it and deployed to a cRIO processor.  It runs correctly on start up.[...]
    This sounds like you have created a startup-exe for your cRIO. So this is what you do if you want the cRIO to run independently from your host. This is what you do if you want the cRIO to start working as soon as you power it.
    Running a VI from your LV project on the cRIO is for debugging. So if an executable is running on the cRIO, it will have to terminate before you can run the debugging version of the VI.
    So regarding what you want to have, you either have not to run the application as startup-exe at all or you must not connect to the cRIO using your LV project.
    If you choose to keep the rtexe, you will have to implement an interface to it in order to exchange data with your host. You should take a look into the cRIO reference architectures for ideas for possible solutions. This reference architecture shows a quite good solution....
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Why does my iphone 5 automatically revert to shuffle when I start listening to music after sitting overnight?

    I am playing through my music collection alphabetically at work. But, when I stop listening at the end of the day and then start listening at the beginning of the next day, my iPhone starts shuffling instead of continuing alphabetically. Anyone else having that problem? Any ideas why it is doing that?

    My new iphone 5 shuffles all the time even when the shuffle icon isn't selected.  It's driving me crazy I can never listen to the song I want to hear.  On my created playlist it won't play any song it just shuffles through all of them list wise then goes back to the main menu having not played even one song.  I'm so frustrated I could scream.  Something is worng some sort of software glitch.  I never had this problem until I got this new phone two weeks ago.

  • Can not start listener

    error while starting the listener and db is 9.2.0
    The tns listener service started and then stopped.Some services stop automatically if they have no work to do for example the performance log and alert servicess
    any help how to start it now

    Mushy wrote:
    i am unable to start listener thats why the connectivity problem so jst suggest me brother wat to do to start listener
    thanks a lotFirst Carefully do it.
    Step 1:
    Go to network configuration assistant.
    Delete existing listener and then after deletion
    Go to add new listener and after listener added
    Go to Local net service configration assistant and add and give service name (your oracle sid) and give your host name (host name should be your computer name or ip address of your computer ) and after add it you should test it whether you can connect your database or not.
    If you cann't connect,
    Go to
    Copy of your database tnsnames string ORCL Ex:\D:\oracle\ora92\network\admin\tnsnames.ora and
    past it to tnsnames of devsuite ex:\c:\devsuite\network\admin\tnsnames.ora
    Copy of
    %oracle_home%\network\admin\tnsnames.ora open it and copy your database string.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = mazar)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    and then paste it to %dev_home%/network/admin/tnsnames.ora
    after paste it
    go to ping tnsping orcl. You can sure your oracle service is started here
    if its ping , you should check listener also .lsnrctl>status
    I'm sure ,if you're do properly follow above steps, you can connect easily.

  • Orarun rpm, stop/start scripts for tiers

    Is anyone using the orarun rpm? If so, how do you startup your tiers? I have the metalink note 211497.1, an oracle sales person gave me it since I am evaluating OCS and can't have a metalink account. I was able to successfully install all 3 tiers finally and I had to powerdown because electricians were coming in. Now I can't even bring up the ifrastructure tier using the commands. Someone help please. Thanks for any input.

    here u r the note
    How to start/stop components of Collaboration Suite
    PURPOSE
    Helping to start and stop all components of Collaboration Suite
    SCOPE & APPLICATION
    All administrators and consultants working with Collaboration Suite
    HOW TO START/STOP COLLABORATION SUITE
    There are several steps for starting and stopping Collaboration Suite
    components.
    Here you can find examples how to start and stop infrastructure,
    database and middletier components seperately
    1) INFRASTRUCTURE
    Please check first, which of the components you have configured
    ----infraenv begin----
    export ORACLE_BASE=<your ORACLE_BASE, e.g: /u01/oracle>
    export ORACLE_HOME=<your ORACLE_HOME, e.g: /u01/oracle/product/infra>
    export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin:/usr/local/bin:$PATH
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/ctx/lib:$LD_LIBRARY_PATH
    export NLS_LANG=<your NLS setting, e.g: american_america.UTF8>
    export ORACLE_SID=iasdb
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    ----infraenv end------
    ----infrastart begin----
    # starting infrastructure components:
    # get env
    . ./infraenv
    ALTDISP=$DISPLAY
    export DISPLAY=localhost:0.0
    # listener starting
    lsnrctl start
    # listener checking
    lsnrctl status
    # database starting (refers to ORACLE_SID setting in infraenv)
    sqlplus "/ as sysdba" <<!
    startup
    # OID starting
    oidmon connect=iasdb start
    sleep 5
    oidctl connect=iasdb server=oidldapd instance=1 start
    # HTTP and OC4J starting
    dcmctl shell <<!
    getState -v
    start -v -ct ohs
    start -v -co OC4J_DAS
    getState -v
    # Webcache start (only necessary for portal)
    webcachectl start
    # OPMN start (sometimes necessary, please try first without it)
    opmnctl startall
    # EMD starting (not needed for OID, only for web administration)
    emctl start
    export DISPLAY=$ALTDISP
    ----infrastart end------
    ----infrastop begin----
    # stopping infrastructure components
    # get env
    . ./infraenv
    ALTDISP=$DISPLAY
    export DISPLAY=localhost:0.0
    # EMD stopping (not needed for OID, only for web administration)
    # setting pw variable to avoid emctl asking for pw
    export EM_ADMIN_PWD=<ias_admin_password>
    emctl stop
    # Webcache stop
    webcachectl stop
    # HTTP and OC4J stopping
    dcmctl shell <<!
    getState -v
    stop -v -ct ohs
    stop -v -co OC4J_DAS
    getState -v
    # OPMN stop (to stop opmn and his shadow process)
    opmnctl stopall
    # OID stopping
    oidctl connect=iasdb server=oidldapd instance=1 stop
    sleep 5
    oidmon connect=iasdb stop
    # listener stopping
    lsnrctl stop
    # database stopping
    sqlplus "/ as sysdba" <<!
    shutdown immediate
    export DISPLAY=$ALTDISP
    ----infrastop end------
    2) STORAGE
    If there are different databases for mailstore and Files, then each of them
    needs these scripts
    ----dbenv begin------
    export ORACLE_BASE=<your ORACLE_BASE, e.g. /u01/oracle>
    export ORACLE_HOME=<your ORACLE_HOME, e.g. /u01/oracle/product/storage>
    export PATH=$ORACLE_HOME/bin:/usr/local/bin:$PATH
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/ctx/lib:$LD_LIBRARY_PATH
    export NLS_LANG=<your NLS setting, e.g. american_america.UTF8>
    export ORACLE_SID=<your SID, e.g. OCS>
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    ----dbenv end--------
    ----dbstart begin------
    # starting storage components
    # get env
    . ./dbenv
    # listener starting
    lsnrctl start
    # listener checking
    lsnrctl status
    # database starting
    sqlplus "/ as sysdba" <<!
    startup
    ----dbstart end--------
    ----dbstop begin------
    # stopping storage components
    # get env
    . ./dbenv
    # listener stopping
    lsnrctl stop
    # database stopping
    sqlplus "/ as sysdba" <<!
    shutdown immediate
    ----dbstop end--------
    3) MIDTIER COMPONENTS
    first of all start Calendar and Files before the other components always
    (both of them as root !)
    switch from oracle with environment set (see below) to root with 'su'
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    cd /users/unison/bin
    ./unistart
    cd $ORACLE_HOME/ifs/files/bin
    ./ifsctl start
    check <Note.205298.1> Considerations how to start UM listener as oracle
    to see, if you can start listener_es as oracle (as desribed below) or not
    ----midenv begin------
    export ORACLE_BASE=<your ORACLE_BASE, e.g. /u01/oracle>
    export ORACLE_HOME=<your ORACLE_HOME, e.g. /u01/oracle/product/midtier>
    export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin:/usr/local/bin:$PATH
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/ctx/lib:$LD_LIBRARY_PATH
    export NLS_LANG=<your NLS setting, e.g. american_america.UTF8>
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    ----midenv end--------
    ----midstart begin------
    # starting midtier components
    # get env
    . ./midenv
    # UM listener_es start
    lsnrctl start listener_es
    dcmctl shell <<!
    getState -v
    start -v -ct ohs
    start -v -co OC4J_Portal
    start -v -co OC4J_UM
    start -v -co OC4J_iFS_files
    getState -v
    # Webcache start (if configured, but not started, OC4J may fail)
    webcachectl start
    # EMD (if installed and enabled)
    emctl start
    # UM processes
    oesctl startup midtierhost:um_system:smtp_in
    oesctl startup midtierhost:um_system:smtp_out
    oesctl startup midtierhost:um_system:imap
    oesctl startup midtierhost:um_system:gc
    oesctl startup midtierhost:um_system:list
    oesctl startup midtierhost:um_system:pop
    ----midstart end--------
    ----midstop begin------
    # stopping midtier components
    # get env
    . ./midenv
    export password=oracle1
    export myprompt=false
    export prompt=false
    ifsctl stop
    oesctl shutdown sniprim2:um_system:smtp_in
    oesctl shutdown sniprim2:um_system:smtp_out
    oesctl shutdown sniprim2:um_system:imap
    oesctl shutdown sniprim2:um_system:gc
    oesctl shutdown sniprim2:um_system:list
    oesctl shutdown sniprim2:um_system:pop
    lsnrctl stop listener_es
    # Webcache stop
    webcachectl stop
    dcmctl shell <<!
    getState -v
    stop -v -ct ohs
    stop -v -co OC4J_Portal
    stop -v -co OC4J_UM
    stop -v -co OC4J_iFS_files
    getState -v
    opmnctl stopall
    ----midstop end--------

Maybe you are looking for

  • SAP certification error

    hi I am getting the following error whwnever i try to log on to SDN There is a problem with this website's security certificate. The security certificate presented by this website was issued for a different website's address. Security certificate pro

  • Question about how XI process files in FTP

    Hi experts, I have a file-FTP to JDBC scenario. XI scans a folder every minute to see if any file has appear. My question is, does XI process the files in their order of creation, or randomly ? If not, is there a way to make XI process them in order

  • Adobe dynamic link - ACROSS multiple boxes on one LAN?

    Looking for help using ADOBE DYNAMIC LINK - But not one machine but between 2 different machines on one network - one AE, one Premiere CC: We need to be able to at least move between different motion graphics and editing machines. I want the animator

  • My skype contacts is all gone!

    Yesterday I went on my skype to see that my contacts vanished! I'm still have them and they're as conacts on my recents. Is this a glich that can't be fixed?

  • Is there no upgrade path to Photoshop CS6 from Creative Suite 5 Design Premium?

    Is there no upgrade path to Photoshop CS6 from Creative Suite 5 Design Premium?