How to know tcp/ip listener is running?

my oracle server need to remote access, how can i know the
tcp/ip listener is running. any command can doing this?
Kelvin.
null

Did (lsnrctl status) return anything else?
The subagent is (or was) Oracle lingo for the intelligent agent.
I wouldn't worry about the subagent unless you want to use some
of the advanced features of OEM.
simon (guest) wrote:
: Bill Anglea (guest) wrote:
: : Kelvin Liu (guest) wrote:
: : : my oracle server need to remote access, how can i know
the
: : : tcp/ip listener is running. any command can doing this?
: : : Kelvin.
: : lsnrctl status
: Hi all,
: I got the same problem, when I type lsnrctl status showed :
: The db subagent is not started.
: I don't know what the meaning?
: Please e-mail to me for help!
: Thank You !
: Best of Regards,
: Simon Ma
null

Similar Messages

  • How to know what applications are currently running !!

    how to know what applications are currently running !!

    if it is in linux use "ps(Process Status)" command to know what is running currently.... for more see this link
    http://www.computerhope.com/unix/ups.htm

  • RMI :- how to know that rmi registry is running or not using java code

    hi
    I want to know that how to check wather rmi registry is running or not by program in java
    plz any one reply

    Simple method - try to connect to it and see if you get an exception.
    Since the registry can be running on a remote machine, the only simple way
    is to try connecting.
    If the registry is running on a local machine you can also use OS tools (like "ps" on unix) to check whether the process is running, or network tools (e.g. netstat) to check whether it's listening on its TCP/IP port.
    Genady

  • How to kill TCP-IP Listen or Open Connection while they are waiting to connect?

    We have an application that acts as a control panel for a customer's device.
    It connects to the device using TCP-IP.
    It can be configured to connect as a server (listener) or as a client.
    The user of this applicaiton must have the ability to disconnect from the device and point and connect to a different device at a different IP and port.
    When the user tries to connect to a device but can not (the device is not ready or the IP address is wrong) he wants to abort the connection, change the settings then restart the attempt to connect.  
    How do I stop the TCP-IP Listen or TCP-IP Open Connection VIs?  We typically use a timeout of a couple seconds and this is a long delay for a respond to the operator when he wants to abort the connection attempt.

    Thanks for the quick response. 
    I was hoping there was a more elegant Labview solution that may work for both the wait on listen and the connect VI.
    I tried to close the wait on listener by closing the ref from the create listener.
    That works.  See attached picture. I use a queue to send the abort message.  The wait on listen state will be blocked until either a connection is made or an abort message is sent via the queue.  If a message is sent, the dequeue vi unblocks and causes the listener reference to close which will kill the wait on listen VI.  If a TCP-IP connection is made it will close the queue reference which will kill the dequeue vi.
    I guess for the TCP-IP connect VI I can:
    A. Use a couple second time out that is tolerable to the operator if then abort the connection attempt. (like you suggested)
    or
    B. Create a VI with the TCP-IP Open Connection VI in it.  I can launch that VI dynamically and wait until done (invoke node Run VI with Wait Until Done set to true).  If a connection is made it will finish and I will read the outputs using an invoke node (Ctrl Val.Get).  If it needs to be aborted, I will abort the VI using an invoke node (VI Abort).
    Attachments:
    Wait on listener with Abort example..JPG ‏265 KB

  • How to know the timings of the run time of thr report

    Hi,
    Can you please tell me how to know the run time of the query , i mean how much time it took for the query to dispaly the results .
    Also we have these queries in the workbook. How to refresh the work book . is it enough if i refresh the query.
    Thanks
    Sruthi

    Hi
    How can we check in RSRT tcode?
    And how can we do i RSRTRACE?
    Can  I know the procedure.

  • How to know that a form is running in query-only mode

    I have a form that can run in query-only mode or non-query-only mode depending on the current user who logs in, and I want to change its apprearance dynamically when it's in different modes (for example, enable or disable buttons). Is there a built-in or system variable from which I know that the form is running in query-only mode or not?
    Thanks,
    Shu

    The global variable solution is what we are using now. I thought there are some unpublished built-in or system variables. In my application, there is a public "menu" form from where hundreds of forms are CALLed with some in query-only mode and some in non-query-only mode depending on the current user role. :PARAMETER.QUERY_ONLY will always be 'NO' because the "menu" form is started in non-query-only mode. But it's good to know about it.
    Thank you very much for your replies,
    Shu

  • How to know the stage where a running report is? - in Reports 3.0

    Hi!
    Thanks for paying attention.
    I have a problem with running the reports. When I call a report from the forms using the built-in, RUN_PRODUCT, the report is running. The problem is, some times, it may take few min and some times more than 10 min and some times, it stops responding. So, how do I know at what stage the report is in.
    For ex, if the report is run in Reports Designer, it shows a screen with client and server activity. Can I get the same effect by using the RUN_PRODUCT built-in.
    Please help me or suggest me with some solution
    Thank you
    regards
    RHR PRASAD

    Hello rhr_pras
    this is quotation form Report 3.0 manual:
    Description PRINTJOB specifies whether the Print Job dialog box should be displayed before running a report.
    Syntax
    [PRINTJOB]YES
    Values
    YES or NO
    Default
    YES
    Usage Notes
    n When a report is run as a spawned process (i.e., one executable, such as R30RUN, is called from within another executable, such as R30DES), the Print Job dialog box will not appear, regardless of PRINTJOB.
    n When DESTYPE=MAIL, the Print Job dialog box will not appear, regardless of PRINTJOB.
    Also look for other parameters in paramlist for Run_Product (maybe BATCH) and maybe report mode (SYNCHR/ASYNCHR)
    Hope this helps

  • How to know when a function is running in TRFC mode

    Hi,
    I have an RFC function and i would like the program to behave differently when called as a TRFC.
    The question is how to identify when it is being executed asynchronously rather than synchronously.
    Did I miss something obvious?
    Any suggestions?

    Actually I think this is probably solved by calling FM TRFC_RECEIVER_INFO.

  • How to know if a program is running through a Web Service?

    Hello,
    I have some FM's published as WS, and they are working fine. These FM's may be called either through Web Services or through ABAP. I need a consistent way to know when the FM is called via the WS or via ABAP - I notice that sy-tcode is empty when the FM is called via WS, but:
    - Is it safe to test sy-tcode = INITIAL to conclude that the FM was called via WS?
    - Is there another way to distinguish the two situations? (Please do not suggest different users)
    - Can I force a "custom" sy-tcode content in the WS parameters that will allow me to detect the WS calls?
    Regards,
    Joã

    A colleague of mine had a similar problem a year or two ago, and I suggested to him the use of the SYSTEM_CALLSTACK function module... the results of that should tell you what caused your function to be invoked e.g. you'll probably see an entry for SAPLHTTP_RUNTIME / FUNC / HTTP_DISPATCH_REQUEST in the call stack (in ECC5 at least) when invoked from a web service.  There may be a more elegant way, but it seemed to work reliably.
    Jonathan

  • How to know a configuration template was run already?

    We have a dozen of NW04s (JAVA+ABAP).
    We want to find out if each of the template was run already
    for each NW04s or not.
    What is the easy way to find out?
    Thanks!

    My major concern is the configuration template.
    If you can address all other templates such as NWDI template, etc., you are helping a lot.
    Thanks!!

  • How to know if system is running in 40W low performance mode ?

    I experienced the same problem than described in this topic: lower performance with charger than with battery!
    (But I had set everything on Maximum Performance both in BIOS and in Windows's Power settings, so I think everything was done on software-side).
    How to know if the system runs with lower performance (is it a 40W max mode? btw how did you know it is called "40W mode" ? I saw this figure nowhere else than in the mentioned-above topic) , except using a soft to do some benchmarking? Is there a place in BIOS (I didn't find!) ?

    Benoit34 wrote:
    Hi,
    I have a mac book pro & a friend has an Imac, how to know if we are both running Leopard under 32 or 64 bit.
    I see that Leopard support 64, but didn't find if it was actually running in 64.
    Regards,
    Benoit
    Welcome to Apple Discussions:
    if your computer is 64-bit, Leopard is running in the 64-bit mode. There are a few caveats about this but basically this is the case.

  • How to know if Leopard is running in 32 or 64 bit ?

    Hi,
    I have a mac book pro & a friend has an Imac, how to know if we are both running Leopard under 32 or 64 bit.
    I see that Leopard support 64, but didn't find if it was actually running in 64.
    Regards,
    Benoit

    Benoit34 wrote:
    Hi,
    I have a mac book pro & a friend has an Imac, how to know if we are both running Leopard under 32 or 64 bit.
    I see that Leopard support 64, but didn't find if it was actually running in 64.
    Regards,
    Benoit
    Welcome to Apple Discussions:
    if your computer is 64-bit, Leopard is running in the 64-bit mode. There are a few caveats about this but basically this is the case.

  • How to know listener name in unix

    Hi Expert,
    I'm working in solaris 5.9 and oracle 9i, i wanted to know the listener names. since there are some SID running on different port. How do i list the names of listeners.
    Thanks

    Actually i suspect some other listener name exit
    Whats the basis of this suspicion?Whats the threat/problem if there are multiple listeners running?
    There is no other file which lists the listeners excep the listener.ora.If that is not what you want to look for than look for the os/ ps command to show the listener process running as already postd.
    Aman....

  • How to know the run time of a program..?

    Hi Gurus,
    How to know the exact run time of a program....?
    Suppose i've a program....I've changed the code to improve the performance.
    Now i want to compare run time of older and new one...How to do this...?
    Pls help me ....
    Thanks and Regards,
    Nagarjuna

    Hi,
    go thru the below mentioned code............
    data:   start TYPE i,
              end TYPE i,
              dif TYPE i.
    GET RUN TIME FIELD start.
    SELECT SINGLE bukrs belnr gjahr blart budat
    FROM bkpf
    INTO (cc, doc, fy, doc_ty, pst_dt)
    WHERE bukrs = p_bukrs
    AND belnr = p_belnr
    AND gjahr = p_gjahr.
    GET RUN TIME FIELD end.
    dif = end - start.
    WRITE: /001 'Time for select',
    067 ':', dif, 'microseconds'.
    Reward all helpful answers.
    Thanks

  • I keep getting this message:DEBUG flag to true in config.php when I try to copy/paste to Pages on my iMac or upload a picture to a website chat forum. I don't know what it means or how to correct it. I am running an iMac desktop with Lion 10.7.3 with 2 GB

    I keep getting this message the past week when I try to copy/paste text to Pages or upload a picture to a website chat forum. I don't know what it means, or how to correct it. I'm running a 2009 iMac desktop with OSX Lion 10.7.3  with 2 GB  Any help appreciated.
    Angie

    Running the Lion Os requires a MINIMUM of 2 GB of RAM, as you have.  However, with that little RAM the computer will have trouble with many memory based tasks, such as copying and pasting.  You really need to increase the amount of RAM your computer has in order to increase its speed and performance.  Now, when a task requires more RAM than your system has available then the OS will use some harddrive space temporarily instead.  This is called "Virtual Memory."  Is it possible that at this time that your harddrive is very full relative to its stated capacity, so that even "virtual memory" is not really available?  If that is the case, you really need to cleanup your harddrive by deleting a fair number of less used files.
    Hope this helps

Maybe you are looking for

  • Code To Update the Table in ECC from Webdynpro

    Hi All, I want to know, the table is dispalyed in the webdynpro browser when we calls the Adaptive RFC Model. after i want to add one more row in the webdynpro and just clicking on add button the row will be updated in the ECC server(backend) for tha

  • How to restore photo previews

    When I upgraded to iLife11, my photo previews disappeared.  How do I restore them?

  • How do I apply an electronic signature?

    How the hell do I see if there is an answer to my quesstion

  • Cl_wd_transparent_container & row_layout

    Hi, I'm just working with one WD4A appl, where I create a view dynamically, but I found one problem when I combine transparent_container and row_layout. I have a tray which layout is set to row_layout. Under this tray, there are several containers wi

  • HT5957 Why isn't my phone updated yet??

    Hello everyone, well everyone has the new iPhone iOS 7.0.2 and I feel left out because my phone won't let me update mine. There's not even a place for me to update it!