Kamsi's Blog

Kamsi's Blog

  • 분류 전체보기 (161)
    • Database (25)
      • 공통 (2)
      • Oracle (14)
      • MySQL (2)
      • Tibero (1)
      • MSSql (0)
      • PostgreSQL (5)
    • JAVA (65)
      • Spring(eGovFrame) (25)
      • Spring Security (6)
      • Spring Boot (13)
      • iBatis(MyBatis) (0)
      • JSTL (1)
      • Tiles (1)
      • Webservice(REST) (8)
      • Common (5)
    • Eclipse (5)
    • Python (6)
    • JavaScript (23)
      • NodeJS (13)
      • React (1)
    • PHP (1)
    • HTML5 (4)
    • CSS (7)
    • Kubernetes (3)
    • 정규식 (1)
    • 폐쇄망 LLM (0)
    • 소스형상화 (7)
      • MAVEN (2)
      • ANT (1)
      • Gradle (2)
    • 기타 (3)
      • VirtualBox (1)
      • Excel (1)
  • HOME
  • TAG
  • MEDIA LOG
  • LOCATION LOG
  • GUEST BOOK
  • WRITE
RSS 피드
로그인
로그아웃 글쓰기 관리

Kamsi's Blog

컨텐츠 검색

태그

nodejs webservice JWT spring 웹소켓 REACT webflux java config 노드js oracle schedule 채팅 websocket SPRING4 chat gradle SpringBoot restful security Spring Boot

최근글

댓글

공지사항

아카이브

용량(1)

  • [Oracle] Tablespace 확인 및 늘리기

    Tablespace 용량 확인select substr(a.tablespace_name,1,30) tablespace, round(sum(a.total1)/1024/1024,1) "TotalMB", round(sum(a.total1)/1024/1024,1)-round(sum(a.sum1)/1024/1024,1) "UsedMB", round(sum(a.sum1)/1024/1024,1) "FreeMB", round((round(sum(a.total1)/1024/1024,1)-round(sum(a.sum1)/1024/1024,1))/round(sum(a.total1)/1024/1024,1)*100,2) "Used%"from (select tablespace_name,0 total1,sum(bytes) sum1,..

    2018.11.08
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바