SQL> alter tablespace abramson read only;
Tablespace altered.
SQL> create table test
2 (col1 number)
3 Tablespace abramson;
Create table test
*
ERROR at line 1;
ORA-01647: tablespace '; ABRAMSON '; is read only , cannot allocate space in it
SQL> alter tablespace abramson read write;
Tablespace altered.
欢迎光临 黑色海岸线论坛 (http://bbs.thysea.com/) | Powered by Discuz! 7.2 |