SQL小提琴坏了吗? Oracle 错误,SQL 服务器,...?

Is SQLFiddle broken? Errors for Oracle, SQL Server, ...?

我正在尝试在 SQLFiddle 中为 Oracle 数据库创建一个简单的 table 并不断收到神秘错误:

Create script error.

这是一个失败的简单脚本:

create table t1 (f1 number, f2 number, f3 number);

有人可以帮忙吗?

更新:一切似乎都恢复正常了。参见 (SQL Fiddle 的创建者)。

总结评论中的信息作为答案并在撰写本文时更新:

  1. SQLFiddle 被破坏了大约一年,但截至 2017-07-07 它正在为 Oracle 11g R2.
  2. 工作
  3. 它似乎也坏了,因为 MS SQL Server 2008, MS SQL Server 2014 and MySQL 5.5 but MySQL 5.6 正在工作。

(如果以上有任何变化,请发表评论,我会相应地更新答案)。

SQLFiddle 备选方案

  1. http://rextester.com 在 "Language" 下拉列表中有 MySQL、Oracle、PostgreSQL 和 SQL 服务器的选项(以及保存的能力以类似于 SQLFiddle).
  2. 的方式在线工作
  3. http://db-fiddle.com 有 MySQL 5.5 / 5.6 / 5.7 / 8.0、PostgreSQL 9.4 / 9.5 / 9.6 / 10.0 和 SQLite 3.16 / 3.17 / 的选项3.18.
  4. https://dbfiddle.uk has options for MariaDB 10.2 / 10.3, MySQL 8.0, Oracle 11g Release 2, Postgres 8.4 / 9.4 / 9.5 / 9.6 / 10 / 11, SQL Server 2012 / 2014 / 2016 / 2017 / 2017 (Linux) and SQLite 3.8 / 3.16 (as well as the ability to save work online in a similar way to SQLFiddle). See further discussion here.
  5. 建议的 Oracle 替代品是 Oracle Application Express and Oracle Live SQL
  6. 功能更有限的 MySQL 替代方案是 sqlize.com
  7. 一个笨拙的 MySQL 替代方案是 sqltest.net(如果您能找到绕过广告的方法)。
  8. 作为最后的手段,我偶尔会看到使用 Stack Exchange Data Explorer 创建不基于内置表的自定义查询(在 SQL Server 2016 中)的答案。 [免责声明:我不确定它真的应该用于这种目的。]

如果您仍然对使用感兴趣 SQL Fiddle 我有一些好消息。今天,我上线了该站点的新版本,旨在提高性能和可靠性。如果您仍然遇到问题,请告诉我。谢谢