Ingres HVR version 4.3 contains many new features, such as;
• Support for Ingres VectorWise as replication target (not source).
• On-line refresh, so end-users can continue changing a database while
Ingres HVR refreshes it to another target
• Replication of Ingres sequence numbers
• Failover utility, for switching over end-users with a virtual IP
address to replicated standby
• XSLT transformation inside file replication
• Unicode support for XML file integrate
• An updated Ingres HVR User Manual (see hvr_home/www/docs/hvrum.pdf)
• Many GUI improvements
• Support for Oracle 11 and SQL Server 2008
• Limited Oracle RAC support (active/passive and unsynchronized active/
active)
10 isn't quite ready yet, but it's very close. At least internally; I'm not
qualified to comment on the external release schedule of the
fully tested Enterprise version.
I'm a wild-eyed optimist, so I'd say use 10. There's tons of great new stuff
in 10, along with significant internal improvements in a number of areas.
On the other hand, 9.2 with the latest service pack (whatever it might
be called) is in production use at many many sites, and may well
be the safe choice. Either choice has its advantages and dangers.
Karl
10.0 is not GA yet so yes 9.2 is still the recommended version. Depending on how close the upgrade is you might want to start testing with the 10.0 beta.
HTH
Paul
From:
info-ingr...@kettleriverconsulting.com
[mailto:info-ingr...@kettleriverconsulting.com] On Behalf Of Andy
Sent: 02 September 2010 00:36
To: info-...@kettleriverconsulting.com
Subject: [Info-Ingres] Which version
Hi All,
It was suggested awhile ago that I upgrade some of my clients versions of
Ingres to 9.2 (linux)...
That was awhile ago.
Should I still go to 9.2 or 10.? ?
Regards,
Andy.
The book of the day (in PDF/ebook format) is $9.99 . I think the offer
will be available all weekend.
Might interest someone here!
Paul
Where it is possible to download the HVR docs from?
Thank you
Charles
--
sop...@mrinformatica.es
------------------------------------------------------------------------
sop...@mrinformatica.es's Profile: http://community.ingres.com/forum/member.php?userid=1174
View this thread: http://community.ingres.com/forum/showthread.php?t=12491
I am checking if there is any other means of accessing the full
documentation set.
Sincerely,
Pamela Fowler
VP of WW Support
Ingres Corporation
--
fowpa01
------------------------------------------------------------------------
fowpa01's Profile: http://community.ingres.com/forum/member.php?userid=1145
If you send me your email address I can send you, personally, the
latest documentation for review.
Email me at; pamela...@Ingres.com
Sincerely,
Pamela Fowler
VP of WW Support
_______________________________________________ Info-Ingres mailing list Info-...@kettleriverconsulting.com http://ext-cando.kettleriverconsulting.com/mailman/listinfo/info-ingres
Assuming that you have a support contract (using II 9.2.1 with patch 13876 implies that you have), raise an issue with support.
Be ready to let them have output from running the inglogs script a couple of time while the system is in the state where it has ‘ground to a halt’.
Inglogs can hang, as it uses iimonitor, which may hang if Ingres is locked up.
If it does, then just abort it and provide the data that has been produced. (A couple of times)
I routinely run both 32bit and 64bit II 9.2.1, as well as many other versions, in SuSE 11.2.
It runs sweet and as fast as my hardware can be expected.
Michael
#!/bin/sh
sql -s imadb <<EOF
select client_info, db_name
from ima_server_sessions
where client_info != ''
and db_name != 'imadb'
order by 1, 2
; \g
EOF
Hi Andy,
That SQL will work but will only return sessions in the DBMS you’re connected to. If you have more than 1 DBMS then you need to add
Execute procedure ima_set_vnode_domain;
Before the select. This will expand the “horizon” of what you can “see” to all servers in the current instance of Ingres.
Regards
_______________________________________________ Info-Ingres mailing list Info-...@kettleriverconsulting.com http://ext-cando.kettleriverconsulting.com/mailman/listinfo/info-ingres