티스토리

DropTable
검색하기내 프로필
DB/Oracle

Oracle 테이블 스페이스 생성일자 조회

기타 치는 개발자 2016. 8. 3. 14:27
select tablespace_name
          ,creation_time

from v$datafile_header;


저작자표시 비영리 변경금지 (새창열림)