That's, pretty strange question. What's common between the error and the internal password?
The ora-600 is internal oracle error and should be reported to Oracle support.
About the INTERNAL... it is desupported as of 9i. Although you run 8.1.7, it is better to start using
connect sys/password as sysdba
instead of
connect internal

Regards