<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Backing up your applications</title>
	<atom:link href="http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/</link>
	<description>My meandering thoughts about Oracle, Application Express and life in general</description>
	<pubDate>Wed, 07 Jan 2009 11:42:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: smallkoala</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-313655</link>
		<dc:creator>smallkoala</dc:creator>
		<pubDate>Wed, 26 Nov 2008 09:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-313655</guid>
		<description>Hi John
Thanks for your introduction.I am trying this solution.I believe my CLASSPATH is correct.But sometimes(not always) when I run java oracle.apex.APEXExport -db APEXSERVER:1521:apexdb -user apexusr -password apexpwd -applicationid 1111,I get the following error:
Exception in thread "main" java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:254)
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:386)
        at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:419)
        at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:164)
        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:752)
        at java.sql.DriverManager.getConnection(DriverManager.java:525)
        at java.sql.DriverManager.getConnection(DriverManager.java:171)
        at oracle.apex.APEXExport.main(APEXExport.java:304)


I know the error happens when programa connect database using jdbc .It is not happened all the time,sometimes I got this error and sometimes it runs very well.I know there must be some issues.Could you give me some advices to fix this problems? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi John<br />
Thanks for your introduction.I am trying this solution.I believe my CLASSPATH is correct.But sometimes(not always) when I run java oracle.apex.APEXExport -db APEXSERVER:1521:apexdb -user apexusr -password apexpwd -applicationid 1111,I get the following error:<br />
Exception in thread &#8220;main&#8221; java.sql.SQLException: Io exception: The Network Adapter could not establish the connection<br />
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)<br />
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)<br />
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:254)<br />
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:386)<br />
        at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:419)<br />
        at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:164)<br />
        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)<br />
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:752)<br />
        at java.sql.DriverManager.getConnection(DriverManager.java:525)<br />
        at java.sql.DriverManager.getConnection(DriverManager.java:171)<br />
        at oracle.apex.APEXExport.main(APEXExport.java:304)</p>
<p>I know the error happens when programa connect database using jdbc .It is not happened all the time,sometimes I got this error and sometimes it runs very well.I know there must be some issues.Could you give me some advices to fix this problems? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Johnson</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-266053</link>
		<dc:creator>Bill Johnson</dc:creator>
		<pubDate>Thu, 02 Oct 2008 15:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-266053</guid>
		<description>OK - forget that last post.  Discovered I was not using Sun JDK, but rather the open java equivalent. Switched to Sun's java and I'm getting farther.</description>
		<content:encoded><![CDATA[<p>OK - forget that last post.  Discovered I was not using Sun JDK, but rather the open java equivalent. Switched to Sun&#8217;s java and I&#8217;m getting farther.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Johnson</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-266044</link>
		<dc:creator>Bill Johnson</dc:creator>
		<pubDate>Thu, 02 Oct 2008 14:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-266044</guid>
		<description>I'm trying to run APEXExport on RHEL4. I have the $CLASSPATH set:
.:/home/oracle/oracle/product/10.2.0/db_1/jdbc/lib/classes12.zip

I can run java oracle/apex/APEXExport just fine, and it displays the usage info.  If I try to run:
java oracle/apex/APEXExport -db host:port:SID -user apex -password apex -instance (or any other flag), I get:

Exception in thread "main" java.lang.AbstractMethodError
   at _Jv_MakeVTable(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
   at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
   at _Jv_WaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
   at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
   at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
   at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
   at oracle.jdbc.driver.T4CDriverExtension.getConnection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Properties) (Unknown Source)
   at oracle.jdbc.driver.OracleDriver.connect(java.lang.String, java.util.Properties) (Unknown Source)
   at java.sql.DriverManager.getConnection(java.lang.String, java.util.Properties) (/usr/lib/libgcj.so.5.0.0)
   at java.sql.DriverManager.getConnection(java.lang.String, java.lang.String, java.lang.String) (/usr/lib/libgcj.so.5.0.0)
   at oracle.apex.APEXExport.main(java.lang.String[]) (Unknown Source)

What am I missing?

Thanks for this excellent tutorial BTW.  I hope I can make it work for us, for it will really solve a big problem.

Bill</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to run APEXExport on RHEL4. I have the $CLASSPATH set:<br />
.:/home/oracle/oracle/product/10.2.0/db_1/jdbc/lib/classes12.zip</p>
<p>I can run java oracle/apex/APEXExport just fine, and it displays the usage info.  If I try to run:<br />
java oracle/apex/APEXExport -db host:port:SID -user apex -password apex -instance (or any other flag), I get:</p>
<p>Exception in thread &#8220;main&#8221; java.lang.AbstractMethodError<br />
   at _Jv_MakeVTable(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />
   at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />
   at _Jv_WaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)<br />
   at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />
   at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)<br />
   at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)<br />
   at oracle.jdbc.driver.T4CDriverExtension.getConnection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Properties) (Unknown Source)<br />
   at oracle.jdbc.driver.OracleDriver.connect(java.lang.String, java.util.Properties) (Unknown Source)<br />
   at java.sql.DriverManager.getConnection(java.lang.String, java.util.Properties) (/usr/lib/libgcj.so.5.0.0)<br />
   at java.sql.DriverManager.getConnection(java.lang.String, java.lang.String, java.lang.String) (/usr/lib/libgcj.so.5.0.0)<br />
   at oracle.apex.APEXExport.main(java.lang.String[]) (Unknown Source)</p>
<p>What am I missing?</p>
<p>Thanks for this excellent tutorial BTW.  I hope I can make it work for us, for it will really solve a big problem.</p>
<p>Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Scott</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-222952</link>
		<dc:creator>John Scott</dc:creator>
		<pubDate>Tue, 19 Aug 2008 14:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-222952</guid>
		<description>Cazzonio,

Did you remember to do the CLASSPATH part?

John.</description>
		<content:encoded><![CDATA[<p>Cazzonio,</p>
<p>Did you remember to do the CLASSPATH part?</p>
<p>John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cazzonio</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-205312</link>
		<dc:creator>Cazzonio</dc:creator>
		<pubDate>Thu, 31 Jul 2008 10:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-205312</guid>
		<description>I put APEXExport.class in the working directory, but when i command "java oracle.apex.APEXExport" i get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/apex/APEXExpor
t
Caused by: java.lang.ClassNotFoundException: oracle.apex.APEXExport
        at java.net.URLClassLoader$1.run(Unknown Source)
        at ......</description>
		<content:encoded><![CDATA[<p>I put APEXExport.class in the working directory, but when i command &#8220;java oracle.apex.APEXExport&#8221; i get the following error:<br />
Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: oracle/apex/APEXExpor<br />
t<br />
Caused by: java.lang.ClassNotFoundException: oracle.apex.APEXExport<br />
        at java.net.URLClassLoader$1.run(Unknown Source)<br />
        at &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Scott</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-190317</link>
		<dc:creator>John Scott</dc:creator>
		<pubDate>Wed, 16 Jul 2008 08:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-190317</guid>
		<description>Thanks Geert!

John.</description>
		<content:encoded><![CDATA[<p>Thanks Geert!</p>
<p>John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Joosten</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-190315</link>
		<dc:creator>Geert Joosten</dc:creator>
		<pubDate>Wed, 16 Jul 2008 07:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-190315</guid>
		<description>Hi John,

This is the proof that's worth to keep old posts available: what a nice tool and clear written explanation. 
Thanks,
Geert.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>This is the proof that&#8217;s worth to keep old posts available: what a nice tool and clear written explanation.<br />
Thanks,<br />
Geert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floris Vermeir</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-17686</link>
		<dc:creator>Floris Vermeir</dc:creator>
		<pubDate>Mon, 14 May 2007 12:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-17686</guid>
		<description>Its quite intresting. I have exported an application, well sort of, just to try out the export function in apex. It does so quite well, yet the location it exports to is a mistery. So with these tools, I could specify that location. Its good to know they exist.</description>
		<content:encoded><![CDATA[<p>Its quite intresting. I have exported an application, well sort of, just to try out the export function in apex. It does so quite well, yet the location it exports to is a mistery. So with these tools, I could specify that location. Its good to know they exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Scott</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-1394</link>
		<dc:creator>John Scott</dc:creator>
		<pubDate>Wed, 13 Dec 2006 08:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-1394</guid>
		<description>Jan,

Excellent solution, thanks for that.

John.</description>
		<content:encoded><![CDATA[<p>Jan,</p>
<p>Excellent solution, thanks for that.</p>
<p>John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Huyzentruyt</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-1393</link>
		<dc:creator>Jan Huyzentruyt</dc:creator>
		<pubDate>Wed, 13 Dec 2006 08:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-1393</guid>
		<description>For the unlucky people who have to work in a windows environment, you can find  
an example of a .bat file that exports a given ApEx application on following URL:
http://iadvise.blogspot.com/2006/11/automatically-backing-up-your-apex.html</description>
		<content:encoded><![CDATA[<p>For the unlucky people who have to work in a windows environment, you can find<br />
an example of a .bat file that exports a given ApEx application on following URL:<br />
<a href="http://iadvise.blogspot.com/2006/11/automatically-backing-up-your-apex.html" rel="nofollow">http://iadvise.blogspot.com/2006/11/automatically-backing-up-your-apex.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Scott</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-1380</link>
		<dc:creator>John Scott</dc:creator>
		<pubDate>Tue, 12 Dec 2006 22:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-1380</guid>
		<description>Hi Patrick,

Thanks for spotting that, I've changed the link colours in the CSS now so that links should be slightly easier to spot.

Thanks,

John.</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>Thanks for spotting that, I&#8217;ve changed the link colours in the CSS now so that links should be slightly easier to spot.</p>
<p>Thanks,</p>
<p>John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-1379</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Tue, 12 Dec 2006 22:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/#comment-1379</guid>
		<description>Hi John,

good intruduction to the export utility. I think there a lot of people who don't know about that.

BTW, I noticed in your posting that you have several links in your posting, but they don't render as links as long as you don't move the mouse over them. So you really have to be lucky to find this links :-)

Greetings from Vienna
Patrick
-----------------------------------------------------------
Check out my APEX-Blog: http://inside-apex.blogspot.com</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>good intruduction to the export utility. I think there a lot of people who don&#8217;t know about that.</p>
<p>BTW, I noticed in your posting that you have several links in your posting, but they don&#8217;t render as links as long as you don&#8217;t move the mouse over them. So you really have to be lucky to find this links :-)</p>
<p>Greetings from Vienna<br />
Patrick<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Check out my APEX-Blog: <a href="http://inside-apex.blogspot.com" rel="nofollow">http://inside-apex.blogspot.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
