| Thread | Last Post | Replies |
|
| [Info-Ingres] ingres hp 11.11 | 30 Mar 2007 16:55 GMT | 2 |
One of the colleagues tried reinstalling a part of ingres from this point installing fails with standard message .... Ingres/ingstart Checking host "furious" for system resources required to run Ingres...
|
| Non-DBA able to switch off rules? | 30 Mar 2007 11:30 GMT | 2 |
Hi, Is it possible for a non-dba user to be allowed to be able to switch off rule processing? e.g. Is there an equivalent trace point that has the same affect? When we try at the moment we get this error:
|
| [Info-Ingres] Rounding in Ingres | 30 Mar 2007 06:52 GMT | 1 |
We're on Ingres 2.6, where, as far as I know, a round() type function does not exist. I'm not aware of a sign() type function, either. Is anyone aware of such functions in 2.6? Also in the current version of Ingres, do such functions exist?
|
| Insert | 27 Mar 2007 05:09 GMT | 6 |
I am seeing some strange behavior by the Insert statement. It seems that it is removing all curly braces from the data values before storing them in the database. So, for example, when you do insert into mytable (mysymbols) values('{}{}{}')
|
| [Info-Ingres] Ingres 2.6 and solaris 10 | 26 Mar 2007 09:08 GMT | 2 |
Hi gurus , i have that install ingres database server for critical produccion service ,ill like robust and performance Somebody know (24x7) instalations ingres2.6 over solaris 10? , its need patchs of solaris or ingres?...
|
| [Info-Ingres] How to view the list's archives | 23 Mar 2007 18:14 GMT | 1 |
Gang, Several folks have struggled with accessing the archives. I would suggest going to http://groups.google.com
|
| iicrash.log | 23 Mar 2007 15:58 GMT | 2 |
Which information consist the file iicrash.log and how can I using this information.(ingres2006) Thanks
|
| GRANT SELECT FOR DELETE | 23 Mar 2007 15:51 GMT | 1 |
I've a question about grants... I've a group that have only grant for DELETE any table, and when the user execute the comand SQL DELETE the ingres show this message "E_US0DAE SELECT on table: no GRANT or GRANT compatible permit
|
| JDBC driver for Ingres 2.5 | 23 Mar 2007 13:12 GMT | 12 |
Do we have any JDBC driver available for Ingres 2.5. If yes, can anybody please post me the sample code for connecting to Ingres database using this driver. Thanks
|
| Re: [Info-Ingres] Embedded SQL | 23 Mar 2007 06:10 GMT | 1 |
Hi Mohan, Try this... cc your.c -o your_executable -L${II_SYSTEM}/ingres/lib Then if there are still errors can you please cut and paste your attempts
|
| Embedded SQL | 22 Mar 2007 14:44 GMT | 23 |
I am trying to use embedded SQL to work with the Ingres database. Following is the simple program I have written: EXEC SQL INCLUDE SQLCA; EXEC SQL WHENEVER SQLERROR STOP;
|
| Embedded SQL programming | 22 Mar 2007 11:50 GMT | 1 |
I am trying to pre-compile the following embedded SQl program: #include <stdio.h> void main() { EXEC SQL INCLUDE SQLCA;
|
| [Info-Ingres] unicode enabled database | 22 Mar 2007 11:05 GMT | 5 |
Is there some simple query I can run which can tell me which databases are unicode enabled, What normalisation form and what the collation names are? I'm trying to track this down in the Opensource but I'm not getting
|
| Openroad workbench after losing Ingres Net connection | 21 Mar 2007 15:29 GMT | 3 |
My developper colleagues are sometimes faced with this problem. In the Openroad workbench they do a certain amount of work, e.g. 1 hour of development. Suddenly the Ingres Net connection is lost .. and guess what ..yes 1
|
| CREATE INDEX parallel vs CREATE INDEX in sequence | 21 Mar 2007 11:03 GMT | 1 |
I have a table with 6 382 316 tuples and 7 indexes, 2 K pages. Table is Heap. Ingres version is II 9.0.4 (a64.lnx/105)NPTL on RedHat. To rebuild indexes, I try two method :
|