- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: jakarta-tomcat-4.1.24 from oracle 817 to 9205
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 06:07 AM
тАО02-09-2006 06:07 AM
jakarta-tomcat-4.1.24 from oracle 817 to 9205
So I have a repository_database.xml with
...
default-connection="true"
platform="Oracle"
jdbc-level="2.0"
driver="oracle.jdbc.driver.OracleDriver"
protocol="jdbc"
subprotocol="oracle"
dbalias="thin:@eytdb02:1521:xx"
username="yy"
password="zz"
batch-mode="false"
useAutoCommit="1"
ignoreAutoCommitExceptions="false"
>
...
Now Oracle server 817 has to migrate to 9205,
what should I change on jakarta-tomcat side?
10x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 09:11 AM
тАО02-09-2006 09:11 AM
Re: jakarta-tomcat-4.1.24 from oracle 817 to 9205
I think you'll be surprisingly happy to find that you won't need to change a thing.
If you were on a pre 8.1.x version (like 8.0) you might have a problem (and then again maybe not with jdbc), but what you've got already for a client connection should be fine.
I've use that same jdbc level code on both 8.1.x and 9.x databases before.
Of course, test before go-live!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 10:12 AM
тАО02-09-2006 10:12 AM
Re: jakarta-tomcat-4.1.24 from oracle 817 to 9205
The oracle support matrix, available on http://metalink.oracle.com and perhaps http://technet.oracle.com says version 9 supports java 1.4.
10g requires 1.4 or above if I'm not mistaken, so you are good for a while.
Testing is a must.
The migration procedure for your data is complex and requires you be very precise in following all instructions.
Patching your system in advance of the install is key as well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 07:55 PM
тАО02-09-2006 07:55 PM
Re: jakarta-tomcat-4.1.24 from oracle 817 to 9205
I'll follow your suggestions,
can you help me as well about an error I got about this in:
.../webapps/integration/WEB-INF/log/awaLog.log
Caused by: org.apache.torque.TorqueException: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1],
[0], [], [], [], [], [], []
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2006 10:20 PM
тАО02-13-2006 10:20 PM
Re: jakarta-tomcat-4.1.24 from oracle 817 to 9205
I copied
$ORACLE_HOME/jdbc/classes12.jar
to
$TOMCAT_HOME/webapps/
and it works,
Pablo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2006 10:25 PM
тАО02-13-2006 10:25 PM