<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JDBC - ORACLE ERROR in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767175#M895221</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Also.check if the network configuration is ok for that machine, maybe there are problems in resolving the host name&lt;BR /&gt;&lt;BR /&gt;                  steve Steel</description>
    <pubDate>Thu, 18 Jul 2002 13:04:49 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-07-18T13:04:49Z</dc:date>
    <item>
      <title>JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767171#M895217</link>
      <description>Hi,&lt;BR /&gt;I am new to this discussion and new to oracle as such. I downloaded the oracle9i (trial version) from the oracle website. And after a little struggle, I got oracle running and I was able to query through sqlPlus and JDBC program.&lt;BR /&gt;For some reason, oracle did not work suddenly, so i re-installed it and again it works. But now my JDBC is not able to connect to the database.&lt;BR /&gt;I am able to connect to the database using sqlplus username developer1 and password developer1. but when i try the following using java:&lt;BR /&gt;connection = DriverManager.getConnection&lt;BR /&gt;  ("jdbc:oracle:thin:@marcanthony:1521:dev1","developer1","developer1");&lt;BR /&gt;&lt;BR /&gt;and compile it, i get the following error:&lt;BR /&gt;java.sql.SQLException: Io exception: The Network Adapter could not establish the connection&lt;BR /&gt;        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)&lt;BR /&gt;        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)&lt;BR /&gt;        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:333)&lt;BR /&gt;        at oracle.jdbc.driver.OracleConnection.&lt;INIT&gt;(OracleConnection.java:404)&lt;BR /&gt;        at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)&lt;BR /&gt;        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)&lt;BR /&gt;        at java.sql.DriverManager.getConnection(DriverManager.java:512)&lt;BR /&gt;        at java.sql.DriverManager.getConnection(DriverManager.java:171)&lt;BR /&gt;        at Jdbctest1.main(Jdbctest1.java:21)&lt;BR /&gt;&lt;BR /&gt;Any help?&lt;BR /&gt;Thanks.&lt;BR /&gt;p&lt;BR /&gt;&lt;/INIT&gt;</description>
      <pubDate>Thu, 18 Jul 2002 12:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767171#M895217</guid>
      <dc:creator>Priya A</dc:creator>
      <dc:date>2002-07-18T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767172#M895218</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;make sure listener.ora hostname is the &lt;BR /&gt;same as defined for  db connector config &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                 Steve Steel</description>
      <pubDate>Thu, 18 Jul 2002 12:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767172#M895218</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-18T12:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767173#M895219</link>
      <description>where can I find listener.ora?&lt;BR /&gt;and db connector config? It may be very trivial, but I am very new to this. Also, I have atatched my very simple java program that uses JDBC to connect to oracle. I am able to connect to the database and query using sqlplus but not through my program which was working earlier.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;-p</description>
      <pubDate>Thu, 18 Jul 2002 12:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767173#M895219</guid>
      <dc:creator>Priya A</dc:creator>
      <dc:date>2002-07-18T12:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767174#M895220</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;cd $ORACLE_HOME&lt;BR /&gt;find . -name listener.ora&lt;BR /&gt;&lt;BR /&gt;Use same method and documentation to find&lt;BR /&gt;other file in ORA and JAVA dir.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;              Steve Steel</description>
      <pubDate>Thu, 18 Jul 2002 12:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767174#M895220</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-18T12:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767175#M895221</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Also.check if the network configuration is ok for that machine, maybe there are problems in resolving the host name&lt;BR /&gt;&lt;BR /&gt;                  steve Steel</description>
      <pubDate>Thu, 18 Jul 2002 13:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767175#M895221</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-18T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767176#M895222</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you are new&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ifs.uni-linz.ac.at/ifs/teaching/java/sqlj/doc/faq.html" target="_blank"&gt;http://www.ifs.uni-linz.ac.at/ifs/teaching/java/sqlj/doc/faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Step By Step trouble shooting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                steve Steel</description>
      <pubDate>Thu, 18 Jul 2002 13:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767176#M895222</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-18T13:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767177#M895223</link>
      <description>I looked at the listener.ora and I have attached the file. I dont see anything wrong.&lt;BR /&gt;&lt;BR /&gt;Thanks for the continuos help&lt;BR /&gt;-p</description>
      <pubDate>Thu, 18 Jul 2002 13:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767177#M895223</guid>
      <dc:creator>Priya A</dc:creator>
      <dc:date>2002-07-18T13:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767178#M895224</link>
      <description>The link is exactly what i wanted.. the error:&lt;BR /&gt;SQLException: The network adapter could not establish the connection" &lt;BR /&gt;&lt;BR /&gt;is what I am getting and its there in the link. Thanks a million. I shall try as per provided and shall see.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;-p</description>
      <pubDate>Thu, 18 Jul 2002 13:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767178#M895224</guid>
      <dc:creator>Priya A</dc:creator>
      <dc:date>2002-07-18T13:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767179#M895225</link>
      <description>I also often get the message&lt;BR /&gt;Enter user-name: developer1&lt;BR /&gt;Enter password:&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;Linux Error: 2: No such file or directory&lt;BR /&gt;&lt;BR /&gt;when i connect to sqlplus</description>
      <pubDate>Thu, 18 Jul 2002 13:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767179#M895225</guid>
      <dc:creator>Priya A</dc:creator>
      <dc:date>2002-07-18T13:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767180#M895226</link>
      <description>THANKS A MILLION Steve.. I got it working. Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;-p</description>
      <pubDate>Thu, 18 Jul 2002 13:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767180#M895226</guid>
      <dc:creator>Priya A</dc:creator>
      <dc:date>2002-07-18T13:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC - ORACLE ERROR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767181#M895227</link>
      <description>Points are always nice</description>
      <pubDate>Thu, 18 Jul 2002 14:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-oracle-error/m-p/2767181#M895227</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-18T14:18:21Z</dc:date>
    </item>
  </channel>
</rss>

