LISTENER GOING DOWN

Hi,
Iam running oracle 10gR2 on hp. My listener is keeping going down. when i start it, it goes down.I have uninstall it on intall back on the default port 1521. stiil the same error.This is my listener.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /usr/oracle/ora10g_home)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = FCCUEMOA)
(ORACLE_HOME = /usr/oracle/ora10g_home)
(SID_NAME = FCCUEMOA)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = ETGHDB01)(PORT = 1521))
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
THis is the log file:
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ETGHDB01)(PORT=1521)))
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
WARNING: Subscription for node down event still pending
24-JUL-2009 18:05:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=ETGHDB01)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=listener1)(VERSION=169870336)) * status * 0
24-JUL-2009 18:05:40 * ping * 0
Can somebody help?

configure listener.ora as
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = /usr/oracle/ora10g_home)
      (PROGRAM = extproc)
(SID_DESC =
      (SID_NAME = FCCUEMOA)
      (ORACLE_HOME = /usr/oracle/ora10g_home)
      (PROGRAM = FCCUEMOA)
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      (ADDRESS = (PROTOCOL = TCP)(HOST = ETGHDB01)(PORT = 1521))
  )or
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = /usr/oracle/ora10g_home)
      (PROGRAM = extproc)
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      (ADDRESS = (PROTOCOL = TCP)(HOST = ETGHDB01)(PORT = 1521))
  )start listener as
lsnrctl start listener

Similar Messages

  • How can a JMS Listener Notified get when a Topic Server Goes Down?

    I'm in the process of looking into pub/sub model for a centeralized data source where vertical applications subscribe to a topic to get updates on person demographic information.
              I was playing with the JMS topic examples and noticed that when I have a Durable Subscriber listener (java main) and the topic Server goes down. It never gets notified. When I restart the Topic server and send msgs to the topic, the Durable Listener doesn't get them.
              Once I restart the Durable Listener (java main), it receives all the messages that were pending.
              I implemented the ExceptionListener and it never gets a shutdown msg either. I shutdown the Topic server via Ctrl-C, Graceful Shutdown and Forced Shutdown.
              Is there a way for the client listener to determine when the Topic Server went down, came backup, and restore the connection to it automatically? Or do we have to implement some type of ping mechanism on the client listener and re-create the connection ourselves?
              Thanks. Later...
              - Wayne
              Edited by wlau1000 at 03/07/2007 8:34 AM

    Hi Wayne,
              I think the exception listener should have fired. Some comments/questions:
              - Does your app call "connection.setExceptionListener" in addition to implementing ExceptionListener?
              - Which version and maintenance/service pack are you using?
              - Is the client using the wl* "thin" client jars or the "thick" client jar?
              - Version 9.2 provides an automatic reconnection capability for consumers. This behavior isn't enabled by default due to natural side effects that some apps might not be prepared to handle (needles to say, I recommend reading the doc thoroughly).
              http://edocs.bea.com/wls/docs92/jms/recover.html#wp1320125
              Tom

  • Ok so I have a iPod classic and I have had 1 before and I charge it fully then when I'm scrolling or listening to music the battery goes down then if I just leave it it goes up this has happend with bouth of my classics it is also brand new what does this

    My iPod classic battery goes down when I'm listing to music and when I don't touch it it goes back up again what does this mean this is also brand new

    AND yea i afraid to sync my iphone and lose everything ;( i had everything perfect sync ing perfect ical,contacts,mail,apps and now sence new library I dont wana lose everything.....my hole life runs on my fone i need help bad

  • MDM 7.1 SP05 server is going down all of a sudden : Any Inputs?

    Hi All,
    I am working on SAP MDM 7.1 SP05 and my repository is going down all of a sudden and when I get in to Log I see the following message :
    The specified value for the Server Listening Port (0) is outside the range of available listening ports for system use. Please use only values between 49152 and 65535.
    I went through the SAP Note and we upgraded all the components as per the guidlines... Does any one been through this issue, please share how to get rid of it.
    Thanks
    Rajeev.

    HI,
    we have MDM server port, MDS Port, MDSS Port, MDIS port..
    all these ports are differnet... as we are integrated with other applicaitons.. other applicaitons are accessing MDM using MDM server port....
    Apart from this wondering need to dig down .... we are not sure where the issue is... why MDM server getting restarted...
    Your inputs are appreciated.
    Regards,
    Rajeev.

  • JMS Exception when server goes down (Urgent) ?

    Hi All,
    I have three topics in the JMS Server which is on the top of Web logic server 8.1.
    On the client side I have Swing thick cleint.For each topic I have a listener.
    When the web logic server goes down ( I shut down manually ) Only one listener is recieving the Exception and the Swing client reacts accordingly.
    After this ,
    Client continousoly checks whether the server is up or not. Once the server is up again the Exception is thrown that server is down ( I guess now the second listener is recieving the message).
    After some time again the third listener recives the message.....
    and the client reacts on that exception 3 times.
    How can I get rid of this ?
    thanks in advance.
    san

    Hi,
    this is probably a very good question to ask support. 'Logical' deployment sequence
    was added to the WebLogic only recently (6.1sp?) ('logical' means that first datasources
    are deployed, then EJB's and then web-apps, deployment-order parameter was added etc).
    So, for applications where shutdown sequence is important there must be a document which
    describes how server shutdown works.
    On the other hand, this may not be as important as deployment sequence, because running
    instance can crash at any time and it should not affect anything.
    Jen <[email protected]> wrote:
    Repost
    Hi,
    Most of my ejbs use connection from the connection pool. At the weblogic server shut
    down time (heavy load), I can see the jsps call the ejb, sometime jsp can't find
    the bean because it's removed from jndi. sometime jsp found the bean but when the
    bean try to talk to database, ejb can't use the connection because the datasource
    is removed from jndi. Also my shutdown class waits for the threads finish up, and
    the threads calls the ejb and do the db operation, and the conn is cut when the db
    operation is half way. So, the order of events when server shut down is important
    to me. I am wondering how other people deal with it. Thanks --
    Dimitri

  • Listeners are going down frequently..

    Hi,
    I have two node cluster databases.in that cluster 5 databases are running. We have configuared 2 listeners for each database and registered in OCR.But frequently some listeners are going down or UNKNOWN state from first node only. everything is running fine from second node. How to troubleshoot this?
    Thanks in advance

    user2017273 wrote:
    I have two node cluster databases.in that cluster 5 databases are running. We have configuared 2 listeners for each database and registered in OCR.As I understand, you are running 5 RAC databases on the same cluster (meaning 5 RAC instances per node), with each instance having 2 listeners, resulting in 10 listeners per node?
    What on earth for? Why? What problem/issue are you trying to address that way?
    But frequently some listeners are going down or UNKNOWN state from first node only. everything is running fine from second node. How to troubleshoot this? RAC is only as robust as
    a) the architecture it is implemented on (server h/w, Interconnect, etc)
    b) how well it adheres to Oracle concepts and fundamentals
    5 RAC instances on the same 2 nodes, using 10 listeners per node? That is anything but adhering to Oracle fundamentals. More like total madness IMO.
    Cannot recall ever having a listener (stand-alone or on any of our RACs) simply going down and not working as designed. So I doubt strongly that your are dealing with an Oracle issue here. Seems to be a case of an unnecessary self inflicted wound.

  • One of ESSBASE services is going down continuosly

    HI,
    One of my ESSBASE services is going down continuosly, even if i restart the service its going down when i refresh the services list.
    Any help.
    Thanks,
    RRB.
    Edited by: 813627 on 29-Jun-2011 07:36

    HI These are the warnings in the log
    <30-Jun-2011 08:32:33 o'clock BST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <30-Jun-2011 08:32:33 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <30-Jun-2011 08:32:33 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <30-Jun-2011 08:32:34 o'clock BST> <Warning> <Server> <BEA-002611> <Hostname "127.0.0.1", maps to multiple IP addresses: 10.148.128.29, 127.0.0.1>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.148.128.29:13080 for protocols iiop, t3, ldap, http.>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:13080 for protocols iiop, t3, ldap, http.>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <WebLogicServer> <BEA-000357> <Started WebLogic Independent Managed Server "aps" for domain "WebLogic9" running in Development Mode>
    <30-Jun-2011 08:32:34 o'clock BST> <Warning> <Server> <BEA-002611> <Hostname "bsfhhdtpt5", maps to multiple IP addresses: 10.148.128.29, 127.0.0.1>
    <30-Jun-2011 08:32:34 o'clock BST> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at <JMXServiceURL:null>.>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <30-Jun-2011 08:32:34 o'clock BST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    Thanks,
    RRB.

  • EBS 11i - Concurrent Manager goes down due to network failure.

    Hi,
    We have a Single Node Oracle EBS 11i (11.5.10) [upgraded from 11.0.3] Production Instance on a Windows 2003 (32-Bit) server.
    We have UPS support for the Server but the Netwok Switch is not on UPS. Due to this whenever there is a power trip the network goes down and due to this the Concurrent Manager (only)goes down. All other Apps Tier and DB Tier services are up inlcluding the 806 Listener (APPS_SID).
    Is this how it is designed to work? Is there anyway to ensure that the Conc. Manager does not go down due to network failure.
    Rgds,
    Thiru

    Here it is
    Process monitor session ended : 02-OCT-2009 07:30:04
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 02-OCT-2009 07:43:16 -
    Shutting down Internal Concurrent Manager : 02-OCT-2009 07:45:56
    Reviver is not enabled, not spawning a reviver process.
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01041: internal error.
    hostdef extension doesn't exist
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPSMG encountered an ORACLE error. ORA-03114: not connected
    to ORACLE
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 3 _
    Routine FDPCRQ encountered an ORACLE error. ORA-03113: end-of-file on
    communication channel
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01564: ORACLE error 1041 in fdudat
    Cause: fdudat failed due to ORA-01041: internal error. hostdef extension doesn't exist.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The PROPTRN_1002@PROPTRN internal concurrent manager has terminated with status 1 - giving up.

  • Workflow Mailer goes down

    We have configured workflow , its keeps on going down.
    EBS: 11i
    OS: SUSE 10
    DB: 10g R2

    Please check the $APPLCSF/$APPLLOG/FNDCPGSC*.txt for any errors,
    and refer metalink notes and we have discussed many times in this forums, please search in forums.
    Control - Workflow: Setup Doc ID: 113664.1
    Configuring the Oracle Workflow 2.6 Java-based Notification Mailer with Oracle Applications 11i [ID 231286.1]
    Re: Workflow setup Questions
    Note: 548918.1 - How to start the Workflow Deferred Agent Listener andWorkflow Java Deferred Agent Listener?
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=548918.1
    Note: 452354.1 - How To Start or Stop The Workflow Mailer Or Defered Agent Listener From The Command Line, Not From OAM
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=452354.1

  • I have a iPhone 3GS but the volume keeps going down till its off when playing songs. Help!, I have a iPhone 3GS but the volume keeps going down till its off when playing songs. Help!

    I have a iPhone 3GS but the volume keeps going down till its off when playing songs. Help!, I have a iPhone 3GS but the volume keeps going down till its off when playing songs. Help! I didn't have this problem before. I am listening via the speakers of my stereo. I have done that before but never had a problem like this before.

    Thought it had worked but soon found out it had not.
    after further days of trying finally, solved it for me Yesterday.
    turned off notifications when locked, and bingo, wow.
    i have not turned off iCloud but location services are also off.
    best thing to do I found was keep checking your usage, settings, general, usage, and flip down to bottom, if the standby and usage are similar there is a problem, if there is a big difference then all is ok. Just keep turning things off and on until the difference is very apparent.
    something on my phone was keeping the phone alive even when turned off, and I think this was the phone repeatedly trying to update continually.
    to me this is definitely down to the iOS, my wife has exactly same phone and iOS but hers doesn't have any problem and the battery lasts for days.
    the guy at the Genius Bar told me to restore the phone via iTunes, not iCloud. This is because iCloud remembers the exact info from your phone and simply reinstates it when you restore, and this includes the iOS too.
    when I get home from holidays that's what I'll do, or wait for iOS 8 in few weeks. But I'm so pleased I finally made it work, I was beginning to think ditch the phone and buy Samsung.
    anyway anyone out there please try my final solution and let me know if it works for you?

  • Down the listener and Down the nodes

    Dear All
    I am beginner to use Oracle 11g.
    At all nodes, vital for the listener to create a report,
    I want to create an SQL statement to output the following items.
    • Down the listeners
    Apart from the above SQL and,
    all nodes in order to create a life and death report database,
    I want to create an SQL statement to output the following items.
    • Down the nodes
    I will grad to send coomment.
    Thanks you.

    Dear sb92075, Dear All
    Thank you for sending reply.
    I have a question about your reply.
    Dear All
    I am beginner to use Oracle 11g.
    At all nodes, vital for the listener to create a report,
    I want to create an SQL statement to output the following items.
    • Down the listeners
    Oracle RDBMS does not require any listener & has NO knowledge whether any listener exists or not.So,I want to explain the reasons mentioned above to a third party,
    If points are documented in Oracle, Would you please tell me?
    Apart from the above SQL and,
    all nodes in order to create a life and death report database,
    I want to create an SQL statement to output the following items.
    • Down the nodes
    ********************************************when you pull the plug on a DB Server, no record exists; but the node goes DOWN.in the same way,
    If points are documented in Oracle, Would you please tell me?
    I will grad to reply coomment.Thanks and regards.
    Edited by: Michel on 2011/12/20 5:23

  • OBIEE 11g environment going down.

    Hi Experts,
    Our OBIEE 11g Production environment goes down every now and then.
    I want to enable some scripts wherein i can get a notification on the pager or email that my obiee environment is down.
    So far we have no mechanism to know when is our environment down...
    Any pointers in this regard will be highly appreciated.
    Our servers are setup in Linux environment.
    Thanks
    Ashish

    Ashish,
    you have different 3rd party applications like sitescope, HP Open View etc. You might need to check with your company/alerts team who will setup these alerts for you.
    you can go through this to have a clear view of it. http://www.rittmanmead.com/2012/09/automated-monitoring-of-obiee-in-the-enterprise-an-overview/
    we use HP Openview and sitescope for these down alerts
    mark if it helps

  • HT201412 did a software update and now the only thing I get is the itunes logo and arrow pointing up and a lock symbol with a line going down toward the screen button.  Any suggestions to get this to open?

    Trying to get the ipad to open after doing a software update.  I only get the itunes logo with an arrow pointing toward it and a lock symbol with a line going down towards the screen button.  Any suggestions to get this to open?

    You are in Recovery Mode. Follow the instructions below to recover your iPad.
    http://support.apple.com/kb/ht4097

  • After upgrading to Mavericks, the free space on my SSD keeps going down for no apparent reason

    I downloaded Mavericks and installed it on my macbookpro ( with Crucial M4 SSD) and the free space on my ssd keeps going down for no reason. I reinstalled it from a bootable flashdrive, and the free space went from 20G to 60. Since then it keeps going down and I am now on 48G. I cannot find the source of the drain. Anyone else with the same problem?

    http://reviews.cnet.com/8301-13727_7-20025542-263.html
    I have not tested the solution suggested in the article linked above.
    But hope it helps.

  • Planning server goes down when I try to delete a member in Planning Web

    Hi,
    Planning server goes down when I try to delete a member in Planning Web. I am using Hyperion Planning 4 with Tomcat 4.1.30 and Windows Server 2003.
    I am not sure whats happening. This is the exception log I am looking at:
    2009-07-24 18:19:22 ApplicationDispatcher[HyperionPlanning] Servlet.service() for servlet jsp threw exception
    javax.servlet.ServletException
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
         at org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcherValve.java:420)
         at org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:327)
         at org.apache.catalina.valves.ErrorDispatcherValve.throwable(ErrorDispatcherValve.java:277)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:179)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    ----- Root Cause -----
    java.lang.OutOfMemoryError
    2009-07-24 18:19:22 ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[errorCode=500, location=/Error.jsp]
    javax.servlet.ServletException
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
         at org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcherValve.java:420)
         at org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:327)
         at org.apache.catalina.valves.ErrorDispatcherValve.throwable(ErrorDispatcherValve.java:277)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:179)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    ----- Root Cause -----
    java.lang.OutOfMemoryError
    Please do help me........ how to resolve this.
    Thanks.

    Hi,
    You could try increasing the java heap size, though sometimes an issue can occur if you are trying to delete a member when a workflow process has started, do you have one running?
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Text  in the first column

    1st requirement: Output of my report having two columns: First column's display will be like below: 2nd cell of first column  will display the text: 'Total' 4th cell of first column will display the text: 'City Office' 6th cell of first column will d

  • Problem with Body of the main window

    Hi friends, While Printing the smart form the main window body is not reaching to the end of the main window dimensions.(There is no footer for the main window). Its Printing all the records and at the end its giving one line gap. My problem is the v

  • HT5654 please I need help, I have not been able to upgrade my iOS from 6.1.2 to 6.1.3?

    please I need help, I have not been able to upgrade my iOS from 6.1.2 to 6.1.3?

  • Plant Maintenance report

    Hello Guru's I am new to plant maintenace, I need to create reports for equipment log. fields in the report are Notification#, order#, Notification type, TechId#, functional location, event description, Equipment Number, Description,date due (basic f

  • Specified workbook not found (Discoverer 4i with Ora Apps)

    I am using Discoverer 4i with Oracle 11i. When I try to open any workbook via any responsibility (of Oracle Apps) I get Error ‘Specified workbook not found: <workbook name>’ When I click OK on error, all my work books are listed. I have made sure use