| Thread | Last Post | Replies |
|
| Related to Replication from multiple remotes to one Master | 31 Aug 2005 23:40 GMT | 2 |
In my replication setup I want to do the replication from multiple remotes to one master node. I have defined all the remote’s target type as "peer-topeer" because each one of them will be the source of replication.
|
| [Info-ingres] case statement in where clause | 31 Aug 2005 16:35 GMT | 4 |
Ingres SPARC SOLARIS Version II 2.6/0305 (su9.us5/00) Anyone ever tried putting a case statement into a where clause e.g. s.date_of_arrival = case when w.start_date = ' ' then
|
| RE: [Info-ingres] Tar does not look like a tar archive | 31 Aug 2005 16:23 GMT | 1 |
Is it possible that it's compressed ? File extensions are not always what they seem. Try '$file ingres-3.0.2-105-pc-linux-i386.tar' Andre
|
| Still having trouble my LIKE comparable in DBP | 31 Aug 2005 08:50 GMT | 1 |
Thanks to all who replied to my request. Unfortunately, I still cant the blasted thing to return a results set. I have tried variations of both Peter and Karl & Betty's suggestions with no luck.
|
| Still having trouble my LIKE comparable in DBP | 31 Aug 2005 07:44 GMT | 1 |
Thanks to all who replied to my request. Unfortunately, I still cant the blasted thing to return a results set. I have tried variations of both Peter and Karl & Betty's suggestions with no luck.
|
| The use of LIKE in a DB Procedure | 31 Aug 2005 07:25 GMT | 2 |
In a DBP I am trying to use the comparitor 'like' after declaring the local variables as : select col_nam1 into loc_var1 from table ;
|
| DBMS Server problems / Optimizer memory | 30 Aug 2005 21:56 GMT | 1 |
Ingres 2.6 03/05 9889 (rs4.us5/00) Aix 5.2 Environment is Multi (5) dbms servers, OS threads, shared cache. We had a problem today with a one of the dbms servers, it appears that the server had problems dealing with a large SQL query the following
|
| [Info-ingres] Eclipse Data Tools Platform Project | 30 Aug 2005 15:56 GMT | 1 |
FYI. Eclipse Foundation and Sybase Announce Approval of Eclipse Data Tools Platform Project http://www.eclipse.org/org/press-release/20050829dtp.htm
|
| [Info-ingres] Database security - best practices | 28 Aug 2005 21:00 GMT | 1 |
I would like to hear some comments from other ingres administrators about best practices on user authentication and access control when connecting to ingres databases from: -Intranet applications (openroad images as clients)
|
| Help with DB Procedure syntax | 26 Aug 2005 09:30 GMT | 1 |
Hoping someone can help? I am trying to pass a global temporary table AND several variables to a DB Procedure. I can happily pass a table on its own and as many variables as I like on their own but NOT together. Im sure this is just
|
| Ingres data locations | 25 Aug 2005 08:21 GMT | 2 |
Is there a limit to the number of data locations for Ingres 2.0? I currently have an installation that has 15 data locations. I would like to add 8 additional locations to this installation. I have managed to procure 2 additional RAID sets and want to get my DB spread
|
| RE: [Info-ingres] Re: Checkpoint Fail: tar: The file aaajpnid.t00 is to large | 24 Aug 2005 14:24 GMT | 3 |
I have this... any use? WSDD: cd %D; /bin/tar cf - . | /bin/compress > %A and then for rollforwards... WRDD: cd %D; if [ -n "`/bin/file %A | fgrep compressed`" ] ; then
|
| RE: [Info-ingres] can stored procs be called without naming the parameters ? | 24 Aug 2005 12:03 GMT | 1 |
> Just a quickie - > > Anyone know if there's a syntax for calling a stored proc without having
|
| can stored procs be called without naming the parameters ? | 23 Aug 2005 13:31 GMT | 1 |
Just a quickie - Anyone know if there's a syntax for calling a stored proc without having to name the individual parameters ? i.e. exeStr = "execute procedure someUserCreatedMethod(4,'frog',23,234)"
|
| Having problem with simple "NOT IN" query | 20 Aug 2005 21:17 GMT | 1 |
I have two tables tab_a id(int) tab_b id(int) and I try the following select which returns an error:
|