Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Failed to commit: ORA-00928: missing SELECT keyword table creation

1006781May 3 2013 — edited May 4 2013
Hello guys.
i tried to create the table with web interface on oracle 11g.

i just follow this path on interface: Schema ---> table ---> create ---> Standard (Heap Organized)---> Select SQl on (define Using) --->
and i just use this scripts to create the table:

CREATE TABLE suppliers
( supplier_id number(10) not null,
supplier_name varchar2(50) not null,
contact_name varchar2(50)
);

but this error happened: Failed to commit: ORA-00928: missing SELECT keyword!
please lock at this photo for more information: http://s17.postimg.org/kgoumzmvz/attachment.jpg

would you please help me?
and i couldnt find any manual for working with web interface in oracle 11g.
please give me somesources for starters.
Thanks.
This post has been answered by EdStevens on May 3 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2013
Added on May 3 2013
4 comments
3,227 views