Every time I'm trying start a database instance and I'm not connected to my home wireless network or wireless is disabled, this is what happens:
[mati@Mati-PC ~]$ sqlplus sys as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 17 21:07:39 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter password:
Connected to an idle instance.
SQL> startup
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
SQL>
I have googled the issue, checked /etc/hosts - everything seems OK, including permissions. I'm using Fedora 15.
Why is this happening?