Oracle 临时表空间
我想将数据库导入到新的表空间。
所以我正在使用 CREATE USER 设置用户。 但是,如果我不知道现有数据库使用的临时表空间,如何设置临时表空间呢?
I want to import a database to a new tablespace.
So I;m setting up a user using CREATE USER. But how do I set up the TEMPORARY TABLESPACE if I don't know the temporary tablespace the existing database uses?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您正在创建用户并且未指定临时表空间,则应将其设置为默认值。 这可以通过以下方式找到:
如果您想在数据库中查找其他临时表空间,您可以执行以下操作:
If you are creating a user and don't specify a temporary tablespace, it should get set to the default. This can be found by:
If you want to find other TEMPORARY tablespaces within the database you can do: