페이지 이력
...
펼치기 | ||
---|---|---|
|
코드 블럭 |
---|
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; |
펼치기 | ||
---|---|---|
|