sqlplus里
SQL>Insert into tb1 values('aaaa','4')
SQL>run
SQL>Select * from tb1
SQL>runUSERNAME  AGE
aaaa       4但在enterprise manager中找不到这条记录但是在sqlplus中输入
SQL>exit
这样在enterprise manager中就能找到这条记录
这是为什么啊?难道只有每次都exit sqlplus才能在控制台上看到数据吗?