Oracleでユーザのアカウントのロックを解除、temp表領域を作成する方法

1.sysユーザとしてログイン
SQL> alter user mpcuser account unlock;

2.temp表領域を作成
create temporary tablespace kanhu_temp11 tempfile '/home/oracle/oradata/mpcsuat/kan_temp.dbf’ size 50M autoextend on next 150M

Oracle

Posted by arkgame