ORA-29283: invalid file operation

Source: Internet
Author: User

Recently, due to the need to migrate the Oracle database, UTL_FILE_DIR settings (oracle11g, linux) are involved ). It is mainly used to output logs for executing stored procedures.

At that time, the following operations were done:

Create directory PROC_LOG_DIR as '/ispay/ispay_dblog ';
Grant read, write on directory PROC_LOG_DIR to public;

However, when executing the stored procedure, the following error is reported:

ORA-29283: invalid file operation
ORA-06512: In "SYS. UTL_FILE", line 41
ORA-06512: In "SYS. UTL_FILE", line 512
ORA-29283: invalid file operation
ORA-06512: In "ISPAY. PROC_TICKET_INVALID", line 47
ORA-06512: In line 1

If the specified path is already created, make sure that there is no misspelling. Oracle users do not have read and write permissions on ispay/ispay_dblog. After the root user of the company modifies the permission, the operation is normal.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.