In article <44e6980e$0$5111$afc38c87@news.optusnet.com.au>,
tuong@somewhere.on.earth says...
> I have run the command
>
> db2 migrate database DATABASENAME
>
> Then I get this error message
>
> SQL1074N database migation failed. reason code "3"
>
> Question
> The above error code mean not enough log space
> But how do I increase the log space with without being able to connect to
> the database?
>
>
You don't need a connection to the database.
Using the command 'db2 update db cfg using <logfilsiz .. logprimary ..
logsecond ..> deferred' doesn't activate the db and when submitting the
'migrate db' after that the new values will be used.