You can ignore that message in most cases. Essentially it indicates one or more of the following conditions -
- an active transaction going on
- changes that took place in the database which have not been committed completely (active transaction!)
- changes that took place in the database which have been committed, but not flushed to the tablespace (i.e. flushed to logs only)