![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| I've been following the debate on whether or not rollforwarddb should check that the database name matches the database name in the configuration file before proceeding. FWIW, rollforwarddb is usually quite picky about when it runs, so if the config file is fundamentally wrong it should not carry on like the Light Brigade! CA should be kind enough make a change in the form of a bug fix IMO. If enough people make a big enough noise, things will happen. Here's one example of an SQL bug that CA initially said needed to be an "enhancement", but decided to fix after I stood my ground! :- create table test as select * from iitables where 1=2; insert into test select * from iitables where table_owner = '$ingres' union select * from iitables where table_owner != '$ingres'; Rollback; NOTE: You should not be seeing E_US09C7 |
#3
| |||
| |||
|
| I've been following the debate on whether or not rollforwarddb should check that the database name matches the database name in the configuration file before proceeding. FWIW, rollforwarddb is usually quite picky about when it runs, so if the config file is fundamentally wrong it should not carry on like the Light Brigade! CA should be kind enough make a change in the form of a bug fix IMO. If enough people make a big enough noise, things will happen. Here's one example of an SQL bug that CA initially said needed to be an "enhancement", but decided to fix after I stood my ground! :- create table test as select * from iitables where 1=2; insert into test select * from iitables where table_owner = '$ingres' union select * from iitables where table_owner != '$ingres'; Rollback; NOTE: You should not be seeing E_US09C7 |
#4
| |||
| |||
|
|
... I also liked the suggestion of a source and destination option for the rollforwarddb but I guess that's quite a bit more work but could benefit a lot of people. |
|
To clarify things a little. We were effectively if a full disaster recovery situation as the server was being completely rebuilt from scratch with new disks. Having restored the ckp, jnl and dump locations from tape, we were under the impression that it was "good practice" to then copy the config file from dmp to data prior to restoring the databases (NOTE we don't recover the data files, just the directories to save a little time, although the data files are backed up to tape as a last ditch safety measure). In this scenario, do we need to copy the dmp config file to data or will the rollforwarddb handle everything ok? |
#5
| |||
| |||
|
|
Hi, I've copied some ingres database objects from unix to windows XP. from Ingres SPARC SOLARIS Version II 2.6/0305 (su4.us5/00) to Microsoft Windows 32-bit Version II 2.6/0305 (int.w32/00) After testing stuffs out in windows, I dont know why but when executing the INSERT with a sub-SELECT + UNION [ALL], it throws E_US09C7 error. This does not happen to my unix DB any one knows how to fix this?? ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |