| Thread | Last Post | Replies |
|
| [Info-Ingres] E_DM000F: access mode on STAR databases | 31 Jan 2008 15:07 GMT | 2 |
I'm in the process of transferring a lot of STAR databases from an II2.6 platform on a physical host to an Ingres2006 platform on a virtual host. Everything seemed to go very well but at the last hurdle my backup and optimize scripts went nuts...A typical example being:
|
| Visual SQL statistics bar | 31 Jan 2008 09:25 GMT | 2 |
Does anyone know what the Relative Cost field in the statistics bar in Visual SQL (Version 9.1.0) is reporting? It doesn't seem to be the server-side disk I/O cost because it doesn't agree with dbmsinfo('_dio_cnt'). The on-line help leaves me none the wiser.
|
| Methods for JDBC tracing? | 30 Jan 2008 15:15 GMT | 3 |
from OpenRoad applications, I know the possibility of running ingsetenv II_EMBED_SET printqry to have all SQLs be written into a log file. Now I'm searching for a similar method for JAVA/JDBC applications.
|
| How can I know, who all are connected to the database? | 30 Jan 2008 14:12 GMT | 3 |
How can I find the details of the connections to the database? I've a server running and several users get connected through programming... How can I know the IP address/host name of the client machine connected to the server.
|
| [Info-Ingres] unexpected Ambiguous Replace | 29 Jan 2008 10:58 GMT | 6 |
We have an intermittent problem in an overnight batch process, whereby we can see an AMBIGUOUS REPLACE failure in a module that doesn't use UPDATE FROM (or any aggregates). It's an ABF procedure performing a SELECT LOOP around a Session Temporary table, updating a different row
|
| ModPerl and Ingres | 25 Jan 2008 16:28 GMT | 2 |
I was wondering if somebody had tried using ModPerl and IngresDBD or Apache and IngresDBD in a Perl script. I keep getting this error in my Apache error_log: FEadfcb: II_SYSTEM IS NOT SET
|
| [Info-Ingres] E_UG0009 Fatal memory allocation error in routine 'IIUGhiHtabInit'. | 24 Jan 2008 09:30 GMT | 1 |
I'm running a set of copydb commands to transfer databases from an old installation to a new installation on a virtual host. Generally this works perfectly fine. However, there is a small set of databases which consistently refuse to copydb. A typical example is:
|
| db jobs vacancies | 22 Jan 2008 21:17 GMT | 1 |
take 3 from www.jobserve.com, contract/perm, last 7 days (from 20/10/2007) oracle 3202 "sql server" 3191
|
| compress BEFORE tar | 22 Jan 2008 19:11 GMT | 4 |
in the chktmp.def - the "universe" of values that can be substituted for %B - how can it be known? in the chktmpl.def (inherited) we have: PSDD: /bin/echo executing checkpoint to disk
|
| SET NOLOGGING in JDBC url? | 21 Jan 2008 08:54 GMT | 9 |
is there any way to SET NOLOGGING; in a JDBC url like I can do in an isql session? Regards
|
| checkpoint 8GB limit (HP-UX) | 19 Jan 2008 10:36 GMT | 12 |
Is anyone familar with the 8GB limit of the checkpoint process? Is this limited to HPUX? is it limited to Ingres II (and corrected in Ingres 2006)? in the event the checkpoint fails due to 8GB database limit/tar issue,
|
| Making a nullable column not-nullable with ALTER TABLE? | 18 Jan 2008 19:11 GMT | 2 |
is it possible to change a nullable column to not-nullable with Ingres 2006's ALTER TABLE... ALTER COLUMN... command? If yes, how would this look like? Regards
|
| [Info-Ingres] Sun buys MySQL | 17 Jan 2008 20:52 GMT | 1 |
Seen on Slashdot: http://blogs.mysql.com/kaj/sun-acquires-mysql.html/ That one, I didn't expect. Dunno that it really matters to the Ingres world, but it's interesting.
|
| [Info-Ingres] Wednesday morning fun | 17 Jan 2008 05:40 GMT | 4 |
Today is a good day to remind yourself about your disaster recovery procedures. - where's last nights backup - do the backup messages get checked every day
|
| Re: [Info-Ingres] checkpoint 8GB limit (HP-UX) | 16 Jan 2008 11:20 GMT | 1 |
There is no problem with tar on solaris. Problem lies in tar file specification, which ends on 8GB file. You have to give additional flag to tar on solaris ('E') that makes it write "extended headers" without size limit.
|