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
Coding Changes the World
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