Database not open
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 5 20:47:58 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name: system/oracle as sysdba
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> create user fusion identified by fusion;
create user fusion identified by fusion
*
ERROR at line 1:
ORA-01109: database not open
How do i make database to be in open?
Please let me know any if you have any idea.
Thanks in advance.
-Suresh