For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Env: Oracle 11g SE on Windows Server. We dropped a number of views in a specific schema: drop view schema_name.view_name; So far, so good. We noticed that the views were dropped in another schema as well. How could this have happened?
Are you naming your controlfile ctl2.dat ?
Are you using the Oracle linux account, or the root account?
Hi
7144389e-3944-4d5c-830e-46539d2d9971 wrote: I got following error while creating database via script in linux. does anyone have any idea about this error. ERROR at line 1:ORA-01501: CREATE DATABASE failedORA-00200: control file could not be createdORA-00202: control file: '/home/core/Databases/ControlFile/ctl2.dat'ORA-27040: file create error, unable to create fileLinux-x86_64 Error: 13: Permission denied
7144389e-3944-4d5c-830e-46539d2d9971 wrote:
I got following error while creating database via script in linux. does anyone have any idea about this error.
ERROR at line 1:ORA-01501: CREATE DATABASE failedORA-00200: control file could not be createdORA-00202: control file: '/home/core/Databases/ControlFile/ctl2.dat'ORA-27040: file create error, unable to create fileLinux-x86_64 Error: 13: Permission denied
Check the permissions on the directory for the user that is creating the database. That should solve your issue.
Regards
Adnan
Check with you directory permission