보고 있 는 ORACLE 튜 토리 얼 은 ORACLE 에서 흔히 볼 수 있 는 오류 코드 에 대한 분석 과 해결 세 가지 입 니 다. -------------------------------------------------------------------------------- p align="JUSTIFY">ORA-00600:internal error code,arguments:[num],[?],[?],[?],[?] 발생 원인:이러한 오 류 는 보통 ORACLE 의 내부 오류 로 OSS 와 ORACLE 개발 에 만 유용 합 니 다.ORA-600 의 오 류 는 항상 추적 파일 의 상태 저장(시스템 상태 와 프로 세 스 상태)과 수반 되 며,시스템 상태 저장 소 는 ORACLE 를 포함 합 니 다. RDBMS 가 가지 고 있 는 현재 대상 의 정 보 는 프로 세 스 상태 덤 프 는 특수 프로 세 스 가 가지 고 있 는 대상 을 표시 합 니 다.프로 세 스 가 특정한 오류 조건 에 부합 할 때 일부 정 보 는 가지 고 있 는 블록 에서 추출 되 기 때 문 입 니 다.만약 에 우리 가 이 오류 프로 세 스 가 가지 고 있 는 블록 을 알 면 문제 의 출처 를 추적 하기 쉽 습 니 다.해결 방법:일반적으로 이 오류 가 발생 하면 우리 자체 가 해결 할 수 없 는 것 이다.시스템 자체 의 여러 측면 에서 이 내부 문 제 를 해결 해 야 한다.예 를 들 어 하드웨어 설 비 를 증가 하고 시스템 성능 을 조정 하 며 OPS 를 사용 하 는 것(물론 OPS 는 특정한 의미 에서 좋 은 해결 방식 이 아니다)등 이다.ORA-600 오류 의 첫 번 째 변 수 는 코드 의 잘못된 위 치 를 표시 하 는 데 사 용 됩 니 다(코드 의 각 부분의 첫 번 째 변 수 는 다 릅 니 다).두 번 째 변수 부터 다섯 번 째 변수 까지 추가 정 보 를 표시 하고 OSS 코드 가 어디에서 오류 가 발생 했 는 지 알려 줍 니 다.하나의 오류 예 는 다음 과 같다.ORA-00600: internal error code, arguments: [1237], [], [], [], [], [], [], [] 해당 영 어 는 다음 과 같다.Cause:This is a catchall internal error message for Oracle program exceptions.It indicates that a process has met a low-level,unexpected condition.Various causes of this message include:시간 초과(시간 초과)파일 부패(파일 이 너무 오래 됨)실패 data checks in 메모리(메모리 검색 실패)하드웨어,메모리 또는 I/O 오류(하드웨어,메모리 또는 디스크 오류) restored files(잘못된 재 구성 파일)ORA-03113:end-of-file on communication channel 발생 원인:통신 이 정상적으로 끝나 지 않 아 통신 채널 이 종료 되 는 해결 방법:1$\#62;.서버 프로 세 스 가 비정상적 으로 다운 되 었 는 지 확인 하면 alert.log 에서 2$\#62 를 알 수 있 습 니 다.sql*Net 검사 Driver 가 ORACLE 실행 가능 한 프로그램 에 연결 할 지 여부 3$\#62;.네트워크 가 통 하지 않 거나 불안정 하 다 는 등 서버 네트워크 가 정상 인지 확인 합 니 다.4$\#62;.인터넷 신 초 는 37950 개의 이름 을 가 진 절 입 니까?5$#@62;.같은 인터넷 에 중복 되 는 IP 주소 가 있 는 지 확인 하려 면 다음 과 같 습 니 다.Cause:An unexpected end-of-file was processed on the communication channel.The problem could not be handled by the Net8,two task,software.This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally,or if there is a physical failure of the interprocess communication vehicle,that is,the network or server machine went down. Action:If this message occurs during a commection attempt,check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server.If the message occurs after a connection is well established,and the error is not due to a physical failure,check if a trace file was generated on the server at failure time.Existence of a trace file may suggest an Oracle internal error that requires the assistance of customer support. ORA-00942:table or view does not exist 발생 원인:불 러 온 표 나 보기 가 존재 하지 않 기 때 문 입 니 다.대부분 CATEXP.SQL 이 실행 되 지 않 아 Export 보 기 를 실행 할 수 없습니다.CATEXP.SQL 이 실행 되 었 다 면 버 전 오류 일 수 있 습 니 다.해결 방법:Import 와 Export 가 공유 하 는 일부 보 기 는 CATEXP.SQL 을 실행 하여 불 러 옵 니 다.(같은 보 기 를 가지 고 있 습 니 다)별도의 CATEXP.SQL 을 만 들 지 않 기 때문에 보기 와 Export 코드 가 일치 하지 않 고 서로 간 의 호환성 을 유지 하기 어렵 기 때문에 사용 자 는 자신의 Export 응용 을 만들어 ORA-00942 의 오 류 를 피해 야 합 니 다.해당 영 어 는 다음 과 같다.Cause:The table or view entered does not exist,a synonym that is jnot allowed here was used,or a view was referenced where a table is required.Existing user tables and views can be listed by querying the data dictionary.Certain privileges may required to access the table.If an application retur[1] [2][3]다음 페이지보고 있 는 ORACLE 튜 토리 얼 은 ORACLE 에서 흔히 볼 수 있 는 오류 코드 에 대한 분석 과 해결 세 가지 입 니 다.ned this message,the table the application tried to access does not exist in the database,or the application does not have access to it. Action:Check each of the following: The spelling of the table or view name. That a view is not specified where a table is required That an existing table or view name exists. Contact the database administrator if the table needs to be created or if user or application priviledes are required to access the table. Also, if attempting to access a table or view in another schema,make certain thecorrect schema is referenced and that access to the object is granted. ORA-01598:rollback segment “name” is not online Cause:The rollback segment was taken offline either manually or by SMON. Action:Check the status of the rollback segment in DBA_ROLLBACK_SEGS. ORA-1636: rollback segment “name” is already online Cause:A rollback segment can only be used by one instance and an instance is trying to bring a rollback segment online that is already in use. Action:Check that the values set in the initialization parameter file for parameters ROLLBACK_SEGMENTS,ROLLBACK_SEGMENT_INITIAL,and ROLLBACK_SEGMENT_COUNT are correctly set for the instance whiththe problem,Also check that the instance is using the correct initialization parameter file.Make sure you are not confused about the difference between private and public rollback segments.See the Oracle8 Server Administrator's Guide for more information about using rollback segments in paraller mode.상기 오 류 는 모두 우리 가 스크롤 백 을 사용 할 때 흔히 볼 수 있 는 문제 입 니 다.ORA-01598 은 현재 사용 하고 있 는 스크롤 백 의 상 태 를'not'라 고 가 리 킵 니 다. online'은 사용 할 수 없습니다.이 를'online'상태 로 바 꾸 면 사용 할 수 있 습 니 다.ORA-01636 은 현재 스크롤 백 이'online'상태 로 직접 사용 할 수 있 으 며 더 이상 집합 하지 않 아 도 된다 고 밝 혔 다.ORA-1636 signalled during: alter rollback segment rb00 온라인 에서 우 리 는 통 계 를 할 때 다음 과 같은 문제 에 직면 할 수 있다.rollback segment 의 상 태 는"Needs"입 니 다. Recovery'의 현상 은 ORACLE 가 하나의 사물 표 에 제출 되 지 않 은 것 을 되 돌 릴 때 실패 하기 때 문 입 니 다.일반적인 원인 은 datafile 이나 tablespace 가 오프라인 상태 나 undo 의 목표 가 파괴 되 거나 rollback 입 니 다. segment 파괴.해결 방법 은 모든 tablespace 와 datafile 을 온라인 상태 로 설정 하고 해결 하지 못 하면 다음 작업 을 하 는 것 입 니 다:1$\#62;.initsid.ora 에 이벤트="10015 추가 trace name context forever lever 10”;2$#@62;.shutdown 데이터 베 이 스 를 다시 시작 합 니 다.3$#@62;.$ORACLEHOME/rdbms/log 에서 startup 을 찾 을 때 생 성 되 는 trace file;4$#@62;.trace 파일 에서 다음 정 보 를 찾 습 니 다."error" recovery tx(#,#) object #”;5$#@62;.object\#(sys.dbaobjects 표 의 objectid 동일)sys.dbaobjects 표 에서 이 object 의 이름 을 찾 습 니 다.6$#@62;.이 object 떨어뜨리다7$#@62;.init.ora 파일 에서 이 rollback 을 segment rollback 다시 넣 기segments 매개 변수 에서 이벤트 삭제;8$#@62;.shutdown 데이터 베 이 스 를 다시 시작 합 니 다.이때 Recovery 의 문 제 는 완전히 해결 되 었 을 것 이다.그렇지 않 으 면 rollback 이다. segment 가 파괴 되 었 습 니 다.ORA-01688:unable to extend table name.name partition NAME by NUM in tablespace NAME 발생 원인:지정 한 tablespace 공간 이 가득 차 서 확장 할 수 없습니다.해결 방법:"ALTER"사용 TABLESPACE ADD DATAFILE 명령 은 파일 시스템 파일 과 원본 파 티 션 을 추가 하거나 INITIAL 크기 를 증가 시 킵 니 다(예:alter). tablespace CDRS101 de 이전 페이지[1] [2] [3]다음 페이지보고 있 는 ORACLE 튜 토리 얼 은 ORACLE 에서 흔히 볼 수 있 는 오류 코드 에 대한 분석 과 해결 세 가지 입 니 다.fault storage(next 500M pctincrease 1))해결 할 수 있어 야 합 니 다.그렇지 않 으 면 누군가가 당신 의 시계 공간 에 비교적 큰 데이터 파일 을 만들어 서 당신 의 시계 공간 이 부족 합 니 다.잘못된 예 는 다음 과 같다.ORA-1688: unable to extend table RMMCDR.LOCAL_CDR partition LOCAL_CDR101 by 460800 in tablespace CDRS 101 에 해당 하 는 영 어 는 다음 과 같다.Cause:An extent could not be allocated for a table segment in tablespace Action:Use the ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the specified tablespace -------------------------------------------------------------------------------- 이전 페이지[1][2] [3]
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다: