hello, we are doing a redirected restore from a prod db to a test db...the problem is the prod db server has 16gb RAM and the test server has 2gb RAM...
we want the 50gb prod db put on the 50gb test db...the test server will have only 1 or 2 users to investigate issues, so performance is not an issue...
the prod db used the 'config advisor' and is sized to use 10gb out of 16gb - this sets several parameters with very high numbers of pages...
when we do the redirected restore, we get this message -
[IBM][CLI Driver] SQL1084C Shared memory segments cannot be allocated. SQLSTATE=57019
1. how to configure the target db to use lower config values on redirected restore?
2. or, how to restore from LARGE db config values to smaller config values?
3. or, how to configure a target db that does not yet exist, but will once the redirected restore is completed?
thanks for any insight!