insert into persons values ('1','Adams','John','Oxford Street','London')
            *第 1 行出现错误:
ORA-00942: 表或视图不存在insert into persons values ('2','Bush','Geoge','Fith Avenue','New York')
            *第 1 行出现错误:
ORA-00942: 表或视图不存在insert into persons values ('3','Carter','Thomas','Changan Street','BeiJing')
            *第 1 行出现错误:
ORA-00942: 表或视图不存在
已经创建了persons表的啊