您好,我是独立部署版本的,我连接11810后,如何使用shell来操作数据,比如创建表空间我是用以下步骤么?
db/sdb: No such file or directory
root@sdbserver1:~# /opt/sequoiadb/bin/sdb
Welcome to SequoiaDB shell!
help() for help, Ctrl+c or quit to exit
> var oma = new Oma("localhost", 11790)
Takes 1.684s.
> oma.createData(11810, "/opt/sequoiadb/database/standalone/11810")
(nofile):0 uncaught exception: -145
Node already exists
Takes 1.379327s.
oma.我自己要建的建的表空间
db.dropCS(< name >) 还是用
oma.dropCS(emalSpace)呢