标签: ruby oracle sequel
是否可以使用bin/sequel -d转储oracle实例中存在的单个模式。 转储Postgresql模式看起来像这样 sequel -d postgres://user:password@host/database 并且工作正常。使用oracle实例时,命令如下所示 sequel -d oracle://user:password@host/instance。 这将转储oracle实例内部现有的所有模式。我在这里丢失了什么吗,还是真的没有办法指定创建转储的架构?
bin/sequel -d
sequel -d postgres://user:password@host/database
sequel -d oracle://user:password@host/instance