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