Re: database backup using commvault simpana
I have been doing some research on Commvault/Simpana and discovered this old post. I was just wondering if it was still true or has there been any advancements? I am currently running Informix IDS...
View ArticleRe: run shell script with in informix stored p....
Yes. Art Art S. Kagel, Principal Consultant ASK Database Management Blog: http://informix-myview.blogspot.com/ Disclaimer: Please keep in mind that my own opinions are my own opinions and do not...
View ArticleRe: informix.LO_hdr_partn
Hi Marcus, We had the same problem a few months ago with Informix 11.50.FC9 on HP-UX with 4 chunks in sbspace Ā 1TB of data. We did not have a time to open PMR(Case) because our system is 24x7. We find...
View ArticleFast Recovery (CKPT REQ)
Hi there, There was a electricity failure in my data center and my informix database server was also down. After restarting the DB server, we are facing following errors in the online.log file and...
View ArticleRe: Fast Recovery (CKPT REQ)
Naved, The online log points to an error in chunk 2. Are u able to view the file. What are the permission on that file. Any leads on the ad file in tmp directory. Lloyd From: "NAVAID...
View ArticleRe: informix.LO_hdr_partn
Hi, thank you for your input, sad that your problem has not really been solved yet. You are right, two of our chunks have the maximum pages used. And I suspect the answer lies there somewhere....
View ArticleInformix online index creation/deletion mechanism
Hello my friends. I“ve being searching for any documentation about the online index creation/deletion mechanism, but found nothing specific yet. I“d like to know if in any phase of online index...
View ArticleRe: Informix online index creation/deletion me....
There is a brief lock on systables and sysindices when the index is finally added to the system. Might affect clients that do not have SET LOCK MODE TO WAIT set. The locks are transient lasting only a...
View ArticleRe: Informix online index creation/deletion mechan
Ok Art, thanks a lot for your explaining. I am comparing with other engines mechanism, that“s why I“m asking, Art. PostgreSQL for example, waits for any transaction to complete, before the index...
View ArticleRe: Informix online index creation/deletion mechan
That is my understanding, yes. If you place a SET LOCK MODE TO WAIT 1; in the sysdbopen() function all sessions will be protected. The only issue would be if an app handles a lockout error but not a...
View ArticleRe: Informix online index creation/deletion mechan
Ok Art, thanks a lot! Regards. ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include...
View ArticleThe FAQ is back!
The FAQ is back..version 1.25 is out! http://www.smooth1.co.uk/ifaq/informix.htm More update to follow. David. ******************************************************************************* To post a...
View ArticleRe: can we have to hdr servers ?
hello i think that we need to do some things for the communication isn't it ? ..rhosts /etc/hosts INFORMIXSQLHOSTS ONCONFIG...
View ArticleRe: RE: IDS 11.50 (Linux + PAM with MS AD)
The following e-mail was sent to you via IDS Forum from Massimo Berarducci (maxberarducci@hotmail.com) at IP address 89.97.241.18 (http.vitrociset.it). Re: RE: IDS 11.50 (Linux + PAM with MS AD) Hi,...
View ArticlePage is corrupt during onbar
As i can find the table that with this corruption? 04/05/14 12:00:50 Level 0 Archive started on rootdbs, det_dbs, pro_dbs, bre_dbs, ann_dbs, bar_dbs, logdbs, physdbs 04/05/14 12:55:03 Assert Warning:...
View ArticleRE: Page is corrupt during onbar
Sorry I didn“t saw your link in 11.70. Well, in case that your mentioned table is online.log file is not corrected through oncheck utility, you must open a PMR, you must have some data inconsistency...
View ArticleIIUG2014 Schedule Now Available at iiug2014.org
Hey Everyone, The IIUG2014 Schedule for Sunday to Wednesday is now available online at iiug2014.org/schedule (Thursday Tutorials will be added to the schedule ASAP). There are still a couple of days...
View ArticleRe: Page is corrupt during onbar
select dbsname, tabname from sysextents where chunk = 5 and offset <= 45816160 and (offset + size) >= 45816160 ; Art Art S. Kagel, Principal Consultant ASK Database Management Blog:...
View ArticleRe: Page is corrupt during onbar
Alexandre and Art Kagel thanks for your support. ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to...
View Article