我把SQL打到控制台上面,然后COPY到SQL PULS中是可以插入数据的,
但是在ECLIPSE中执行就报ORA-00911: 无效字符的错误,
我查了一下,
我的是类似这种的insert into tablea(aaa) values(‘111‘);
把最后面的;去掉,修改为
insert into tablea(aaa) values(‘111‘)就可以执行了。
我的数据库是oracle10g的。
标签:log insert eclips div ble value post oracle oracl
我把SQL打到控制台上面,然后COPY到SQL PULS中是可以插入数据的,
但是在ECLIPSE中执行就报ORA-00911: 无效字符的错误,
我查了一下,
我的是类似这种的insert into tablea(aaa) values(‘111‘);
把最后面的;去掉,修改为
insert into tablea(aaa) values(‘111‘)就可以执行了。
我的数据库是oracle10g的。
标签:log insert eclips div ble value post oracle oracl
原文地址:https://www.cnblogs.com/CrisZjie180228/p/8622555.html