개발은 너무해

개발은 너무해

  • Total (377)
    • Introduction to the applica.. (7)
    • MySQL (53)
      • Class (43)
      • secret (0)
      • etc (10)
    • Oracle (98)
      • Oracle Study (43)
      • Oracle Error (19)
      • Oracle Meta (0)
      • Oracle Scrap (18)
      • Oracle Backup (0)
      • Oracle Recovery (5)
      • Oracle Tip (10)
      • Oracle Dictionary (3)
    • Unix & Linux (36)
    • Programming (133)
      • python (2)
      • PHP (10)
      • HTML (4)
      • JavaScript (4)
      • CSS (1)
      • Git (1)
      • Swift (94)
      • CodeIgniter (17)
    • BigData (4)
      • mongoDB (2)
      • kafka (0)
      • Hadoop (2)
    • Apple(iPhone|Mac) (21)
    • Windows (19)
    • 보지않는 막소스 (0)
    • etc (6)
  • Home
  • Write
  • Admin
  • 방명록
  • 개미의 주식 정보 공유
RSS 피드
로그인
로그아웃 글쓰기 관리

개발은 너무해

컨텐츠 검색

태그

jqplot CI Model 오블완 잠만보 IncompleteRecovery 티스토리챌린지 xcode M2 vmware 생활코딩짱 xtrabackup docker Swift oracle percona-toolkit 실패 linux MAC recovery mysql

최근글

댓글

공지사항

아카이브

ora-00059, db_files(1)

  • ORA-00059: maximum number of DB_FILES exceeded

    데이터파일 생성시 ORA-00059에 대한 오류가 나올 경우가 있다.데이터베이스의 데이터파일 개수를 제한하였기 때문에 나오는 에러이다. show parameter db_files SQL> show parameter db_files NAME TYPE VALUE---------------- --------- -----------db_files integer 200SQL> 데이터 파일의 limit 개수가 나온다. 이 값을 올려주면 된다. 참고로 최대 65334 까지 올려줄수 있다.(10g 기준) alter system set db_files = 10000 scope=spfile; shutdown immediate;startup;

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

티스토리툴바