> I can attach to the instance. Then when I try to run the update db cfg
> statement, the response is that a database connection does not exist.
> Not sure what else to try.
> > I can attach to the instance. Then when I try to run the update db cfg
> > statement, the response is that a database connection does not exist.
> > Not sure what else to try.
>
> You need to specify the DEFERRED option to prevent DB2 from automatic
> connecting to the database, check the docs at http://tinyurl.com/h4jby
I am not sure your udb version and not knowing your exact "memory"
error during restore, see if this works:
db2set DB2_OVERRIDE_BPF=1000 (and bounce the instance)
If your database gets restored successfully, then you can adjust
bufferpool sizes.
Keith Ponnapalli
IBM Certified Database Administrator - DB2 UDB V8.1 for Linux, UNIX and
Windows
IBM Certified Solutions Expert - DB2 UDB V7.1 Database Administration
for UNIX, Linux, Windows and OS/2
INFORMIX Certified 9.2 Database Administrator/4GL Developer
ShengTC@gmail.com - 30 Mar 2006 06:18 GMT
Did you try this?
db2 update db cfg for dbname using xxxx xxxx
To change db cfg, you don't need to connect to a database, you can use
the "for" option.