오류메세지
- ORA-39002: invalid operation
- ORA-39070: Unable to open the log file.
- ORA-29283: invalid file operation
- ORA-06512: at "SYS.UTL_FILE", line 488
- ORA-29283: invalid file operation
상황설명
- 디렉토리 권한 부여했는데도, ORA-39002: invalid operation 오류메세지가 발생함
해결방법
- os 위치로 가서 ls -l 명령어 입력
- 폴더 및 파일의 소유권인 oracle:dba 로 되어있는지 확인
- 만약 root 와 같이 다른 소유자로 설정되어있을 경우 아래 명령어로 소유자 변경
- Chown oracle:db {폴더경로}
- Chown oracle:db {파일경로}
반응형
'DB' 카테고리의 다른 글
Mysql 백업/복구하는 방법 (2) | 2023.10.09 |
---|---|
ORA-01653: unable to extend table SYS.AUD$ 오류 해결방법 (0) | 2023.10.06 |
간단하게 오라클 백업하는 방법 (import & export) (0) | 2023.10.04 |
tmux 로 jupyter notebook 끄지 않고, 다른 작업 동시에 실행하는 방법! (0) | 2020.07.09 |