创建用户时的默认表空间(default tablespace)就是:用户以后创建的数据库对象将存放在此表空间内,创建用户的时候还必须使用quota子句为用户在默认表空间中分配空间配额,如果...
基于36个网页-相关网页
特地多说几句,当你创立用户时,应该定义它的表空间(default tablespace)。否则,它会运用零碎表空间(system tablespace)。
基于32个网页-相关网页
...间(例如:system等)即可有系统使用,也可以有由用户使用。如果你在创建新用户时不指明该用户的缺省表空间(default tablespace)和临时表空间( temporary tablespace),oracle就会将system作为该用户的缺省表空间和临时表空间。
基于30个网页-相关网页
DEFAULT TABLESPACE uses 指定改用户所用的表空间名字
Default Temporary Tablespace 默认的临时表空间 ; 缺省临时表空间
DEFAULT TABLESPACE tablespace 默认的表空间
DEFAULT T TABLESPACE 默认表空间名
If no tablespace is defined, the default tablespace is used for the new tables.
如果定义表空间,那么将对新的表使用默认的表空间。
In this example, all the tables are created under the default tablespace, USERSPACE1.
本例中,所有的表都是在默认的表空间userspace1中创建的。
In addition, the user can specify specific mappings for some tablespaces, and the default tablespace selection algorithm for the remaining.
另外,用户可以为某些表空间指定特定的映射,而对其他表空间使用默认的表空间选择算法。
应用推荐