请教启动Oracle9.2i的问题

请教启动Oracle9.2i的问题

sqlplus /nolog
SQL>conn h /as sysdba
Enter password:
Connected to an idle instance.
SQL>startup open oem
ORACLE instance started.
...
...
...
SQL>select * from test;
ORA-01219:database not open:queries allowed on fixed tables/views only
这是何原因?
还有当create table tt (id number(10),name char(10));时
ORA-01109:database not open
这两个问题是不是同一个问题?该如何解决呢?      
直接startup      
谢谢!解决了!是表空间的问题!