How to clear IOException ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jerald m
    New Member
    • Dec 2010
    • 28

    How to clear IOException ?

    Hi,

    i have created Jsp form to save the data into the database.
    it is entering for two time in thrid time it is throwing an erro

    Io exception: Connection refused(DESCRIP TION=(TMP=)(VSN NUM=169869568)( ERR=12519)(ERRO R_STACK=(ERROR= (CODE=12519)(EM FI=4))))

    what i need to do to fix this error.?
    please Help me...
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    I'm not sure if this 12519 is ORA number but if so see here

    Comment

    • bina mishra
      New Member
      • Oct 2012
      • 1

      #3
      Hi,

      Fix is pretty straightforward :

      •execute:
      Code:
      ALTER SYSTEM SET PROCESSES=150 SCOPE=SPFILE;
      •stop db: /etc/init.d/oracle-xe stop

      •start it again: /etc/init.d/oracle-xe start

      Regards,

      Bina Mishra
      Last edited by zmbd; Oct 20 '12, 11:18 PM. Reason: please format posted code using the <CODE/> button.

      Comment

      • Raghu85
        New Member
        • May 2013
        • 1

        #4
        I also got the same error and it got solved thanks to you bina mishra.

        could you please explain how did that command solve my problem?
        thanks in advance.

        Comment

        Working...