BULLETIN CATEGORY BULLETIN TOPIC |
: RDBMS : ORA-54 조치 방법 |
TABLE 을 DROP 하려고 할때 그 TABLE에 TRANSACTION이 종료되지 않아 ORA-54 ERROR 가 나오는 경우가 있다. DB를 RESTART하면 되지만 더 효율적인 해결 방법은 다음과 같이 할수 있다. * 참고 : Serial Number 가 Negative 인 경우 그 값에 65536 을 더해야 함. rem sqlplus system/manager rem rem prompt Enter table name accept tname CHAR col type format a6 col object_name format a20 select a.sid,a.serial#,b.type,c.object_name Prompt Enter session ID(SID) ? |
Oracle Korea Customer Support Technical Bulletins |
'오라클' 카테고리의 다른 글
ORA-604 조치 방법 (0) | 2006.10.30 |
---|---|
BLOCK 손상 해결 방법(ORA-600[3339], 3398, 4519 1578 (0) | 2006.10.30 |
FREE LISTS와 FREE SPACE 관리 (0) | 2006.10.30 |
DATABASE CHARACTER SET을 변경하는 방법 (0) | 2006.10.30 |
ORACLE HOME DIRECTORY 변경 방법 (0) | 2006.10.30 |