WAIT! do this in the sqlplus session (as sysdba) where you executed the shutdown command:

Code:
{Ctrl-C}
SHUTDOWN IMMEDIATE;
-- Or if the shutdown does not work:
SHUTDOWN ABORT;

Kiiling the Oracle process is not advisable and should be use as last resort.