I'm trying to create a simple table in SQLFiddle for Oracle database and keep getting the cryptic error:
Create script error.
Here is a simple script it failed on:
create table t1 (f1 number, f2 number, f3 number);
Could anyone can help with that?
UPDATE: All seems to be working again. See the answer from Jake Feasel (the creator of SQL Fiddle).
To summarise info from the comments as an answer and bring up to date as of writing:(Please comment if any of the above changes and I'll update the answer accordingly).
SQLFiddle Alternatives
if you are still interested in using SQL Fiddle I have some good news. Today I have gone live with a new version of the site which aims to improve both performance and reliability. If you are still having trouble, please let me know. Thanks