- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Oracle RDB JDBC server
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
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
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
тАО10-18-2010 07:34 AM
тАО10-18-2010 07:34 AM
Oracle RDB JDBC server
IA64 OpenVMS 8.3
Java RTE version 1.5
Oracle RDB version 7.2-2
SQL/services version 7.3
JDBC server for RDB version 7.3
JDBC-Thin driver version 7.3
The problem:
we have a JDBC dispatcher with 20 executor processes.
We have a client application that performs connect/disconnect to the database before/after each sql select statement.
Sometimes the JDBC executor processes disappear without any log (or maybe the log is somewhere and I don't know where to find it :-).
I would like to have ANY suggestion to try to monitor and solve this problem (suggestions that I'm requesting for include also OpenVMS basic suggestions to monitor a process and discover why it crashes, but of course I'm interested also in any suggestion related to an environment with Oracle/JDBC on IA64-OpenVMS ).
Thank you
:)
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2010 07:41 AM
тАО10-18-2010 07:41 AM
Re: Oracle RDB JDBC server
If
$ SHOW ACCOUNTING
shows PROCESS or DETACHED then
$ ACCOUNTING
should show you the termination record for the process.
Using Availability Manager and looking at the process quotas may be informative.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2010 01:18 PM
тАО10-18-2010 01:18 PM
Re: Oracle RDB JDBC server
You can find the logs in RDB$JDBC_LOGS: directory.
$ dir RDB$JDBC_LOGS:
You can also set a tracelevel when starting the starting the exceutors using: -tl -1.
See: http://www.oracle.com/technetwork/database/rdb/rdbjdbc-faq-087113.html
/Toine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2010 02:44 AM
тАО10-21-2010 02:44 AM
Re: Oracle RDB JDBC server
thank you for your suggestions I have been able to trace the JDBC activity.
Not sure that this is problem that I'm searching for, but surely it is a problem:
I get the following error:
>> RDB$CLIENT_ID_0000038D C00000000*T 201010-21 12:19:13.409 : srv.DBActionHandler@1414306.FlushErr msg : INIT_V713 send>>>>>>>>>>>>> System Error : Insufficient global memory
any help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2010 01:06 AM
тАО10-22-2010 01:06 AM