- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- CONNX For DBMS ?
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
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
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
03-30-2015 12:33 PM
03-30-2015 12:33 PM
CONNX For DBMS ?
Hello all,
We are considering to use CONNX to mirror our VMS-DBMS on a Windows-SQL.
I wonder if someone can share his/her experience regarding using CONNX with DBMS ?
Regards /Ofer
CONNX:
"The CONNX Codasyl DBMS Module provides secure, realtime, read/write, SQL access to Codasyl DBMS data-bases running on VAX and Alpha OpenVMS platforms, with connectivity through TCP/IP or Pathworks"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2015 09:35 AM - edited 03-31-2015 09:40 AM
03-31-2015 09:35 AM - edited 03-31-2015 09:40 AM
Re: CONNX For DBMS ?
Typically, CONNX is used to provide a “relational-like” front end to DBMS, but not to “mirror” (make/maintain a relational copy) -- and because you don’t’ have a relational “mirror” database, you are still accessing the DBMS database. Creating a true “mirror” within CONNX would be challenging.
Would it work better for you to actually replicate your DBMS database to a relational database (SQL Server, Oracle or Rdb)? This way, you would be accessing a real relational database that would be a copy (mirror) and you can take advantage of all power and features of relational databases.
If a copy or mirror is really what you want, our firm has a product called SCI TranSSend, that allows you to create relational databases from a DBMS database backup and then continually keep the relational database up-to-date using only the after image journals (AIJs). This is extremely efficient – and because there is no DML access to the production database, there is no impact on your production DBMS environment.
With CONNX:
- The queries still run against the production DBMS database – thus impact the performance/locking on your production system/database.
- You can’t create indexes needed for reporting to improve performance.
- You can’t create views that can simplify the queries to the end users.
- Tools are limited to the types of connections supported by CONNEX.
With SCI TranSSend:
- Queries run against a native relational database
- You can create indexes, triggers, views, stored procedures, etc. to support your business requirements.
- You can use all of the tools/access methods supported by the native relational database (Oracle, SQL Server, Rdb…)
If our TranSSend product might be of interest, please contact me at mccusker@sciinc.com. We will be happy to tell you more about SCI TranSSend and even arrange a demonstration if interested.
Brad McCusker
Software Concepts International
Software Concepts International
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2015 10:47 AM - edited 03-31-2015 11:29 AM
03-31-2015 10:47 AM - edited 03-31-2015 11:29 AM
Re: CONNX For DBMS ?
Hello,
The SCI TranSSend sounds interesting !
What I really need is to keep an up-to-date SQL from the production DBMS all day. Means when a user update the DBMS, the SQL will be updated immediately or after few seconds.
Will SCI TranSSend work both ways (from DBMS to SQL & from SQL to DBMS) ?
Will SCI TranSSend support RMS files as well (from VMS to Windows) ?
How SCI TranSSend handles other than English data (like Hebrew) from DBMS to SQL ?
Regards /Ofer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2015 01:14 PM
03-31-2015 01:14 PM
Re: CONNX For DBMS ?
Any reason not to use ODBC or JDBC for remote access, and remote access into the database? It's feasible to perform distributed transactions, after all.
FWIW, most of this question does look to be a question of interfacing Oracle DBMS and Microsoft SQL Server environments, which — Brad's expertise aside — really isn't the most common topic here in the HP OpenVMS forum. Put another way, you might want to try the Oracle discussion forums, as they've almost certainly encountered similar questions over there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2015 05:19 PM
03-31-2015 05:19 PM
Re: CONNX For DBMS ?
Solid reply Brad. Thanks.
Ofer> Will SCI TranSSend support RMS files as well (from VMS to Windows) ?
Hi Ofer, Not tranSSend, but Connx can and Attunity also.
Connx uses a repeating data level file scan, looking for changes in bucket CRC values to detect changes after the fact.
The Attuniry RMS-Logger product uses an intercept to record changes to a change log.
Those changes can be presented in basic change tables, for an (SSIS? Java?) application to pick up and process.
With the help of the Attunity Replicate product they can be applied to just about any target DB desider (SQLserver, Oracle, MySQL, Vertica, PDW, Netezza,...) to keep an target DB in sync in near real time without programming.
Regards,
Hein van den Heuvel
(Yes, I work for Attunity and helped implement the RMS-Logger)