wanyue,

Recovery of the "system.dbf" without a backup is doubtful... However, attempt of "Force" open the database (This works with bad datafiles, system is questionable...)

sqlplus internal/password
STARTUP FORCE;

good luck....