![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
On Mar 16, 9:26*am, jrenaut <jpren... (AT) yahoo (DOT) com> wrote: Oh, I forgot to add in that the informix database is a read only DR server. So, we are not able to alter the table structure, create stored procedures/functions or temp tables... It's a pain in the neck dealing with the vendor and informix. *I wish there was an easy solution for replicating informix to MS SQL. As somewhat of a side note, if you have a temporary dbspace that was created with the -t option, then even on a read only server of a HDR pair, you can still create/use temporary tables. *You just need to ensure they are built with the "with no log" option and they should work fine. Hey Jacques, I tried this... CREATE TEMP TABLE tab2 (fname CHAR(15), lname CHAR(15)) * *WITH NO LOG and got the following error: *"Could not open or crate a temporary file. ISAM error: operation illegal on a DR Secondary" |
#12
| |||
| |||
|
|
On Mar 16, 9:26*am, jrenaut <jpren... (AT) yahoo (DOT) com> wrote: Oh, I forgot to add in that the informix database is a read only DR server. So, we are not able to alter the table structure, create stored procedures/functions or temp tables... It's a pain in the neck dealing with the vendor and informix. *I wish there was an easy solution for replicating informix to MS SQL. James As somewhat of a side note, if you have a temporary dbspace that was created with the -t option, then even on a read only server of a HDR pair, you can still create/use temporary tables. *You just need to ensure they are built with the "with no log" option and they should work fine. Jacques Renaut IBM Informix Advanced Support APD Team Hey Jacques, I tried this... CREATE TEMP TABLE tab2 (fname CHAR(15), lname CHAR(15)) * *WITH NO LOG and got the following error: *"Could not open or crate a temporary file. ISAM error: operation illegal on a DR Secondary" James |
![]() |
| Thread Tools | |
| Display Modes | |
| |