sqlplus / as sysdba is waitinf on something
I'm sure this is something small, but I can't see what it is. I have a 10.2.0.3 database. When I enter sqlplus / as sysdba, I dont get to a prompt until I hit enter 2 times like so:
rwxd51l7:ora10:/opt/oracle/common/createdb$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.3.0 - Production on Wed Aug 11 14:13:27 2010
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to an idle instance.
enter
enter
enter enter> startup
ORACLE instance started.
Total System Global Area 314572800 bytes
Fixed Size 2072552 bytes
Variable Size 264241176 bytes
Database Buffers 41943040 bytes
Redo Buffers 6316032 bytes
Database mounted.
Database opened.
It looks like oracle is waiting for me to enter some value, but I don't know why it is happening. Does anyone have a suggestion what could cause it?