페이지 이력
...
| 펼치기 | ||
|---|---|---|
| 
 | 
결과 확인
| 코드 블럭 | ||||
|---|---|---|---|---|
| 
 | ||||
| select version_full from v$instance; | 
| 펼치기 | ||
|---|---|---|
| 
 | 
| 코드 블럭 | ||||
|---|---|---|---|---|
| 
 | ||||
| select action_time, action, namespace, version from dba_registry_history order by action_time nulls first; | 
| 펼치기 | ||
|---|---|---|
| 
 | 
| 코드 블럭 | ||||
|---|---|---|---|---|
| 
 | ||||
| select install_id, patch_id, patch_uid, patch_type, action, status, action_time from dba_registry_sqlpatch order by action_time; | 
...
