You can change the boot password for the current database.
CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'bootPassword', 'oldbpw , newbpw');
where oldbpw is the current boot password and newbpw is the new boot password. This call commits immediately; it is not transactional.