Skip to Main Content

Oracle Database Discussions

Announcement

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.

Tablespace not able to create datafile in mounted windows folder

773595May 18 2010 — edited May 19 2010
Hi all,

I am using Linux RHEL , I have mount a Windows shared folder under /mnt/ntserver.
I have read/write permissions to this mounted shared folder .

When i login to SQLPLUS and tries to create a tablespace with a datafile pointing to that mounted folder i get the below error

Line: -----

[oracle@localhost ntserver]$ sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 18 18:21:17 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> conn / as sysdba;
Connected.
SQL> create tablespace vv datafile '/mnt/ntserver/vv.dbf' size 100M;
create tablespace vv datafile '/mnt/ntserver/vv.dbf' size 100M
*
ERROR at line 1:
ORA-19510: failed to set size of 12800 blocks for file "/mnt/ntserver/vv.dbf"
(blocksize=8192)
ORA-27045: unable to close the file
Linux-x86_64 Error: 5: Input/output error
Additional information: 4

Line: -----

I have looked up both the error code but am unable to find the solution...

Thanks in advance,
Vanlal
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2010
Added on May 18 2010
12 comments
2,195 views