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?