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!

ora-02236 invalid file name

NickRobheartNov 22 2013 — edited Nov 23 2013

Hi ,

I was going to add a datafile to a tablespace in my local win764 bit machine and I have my directory as C:\temp\myOracle11g\oradata\orcl

The name of the datafile is infa_repo_tbspc_01.dbf.

So tried as

CREATE SMALLFILE TABLESPACE infa_repo

     DATAFILE C:/temp/myOracle11g/oradata/orcl/infa_repo_tbspc_01.dbf SIZE 50,

     DATAFILE C:/temp/myOracle11g/oradata/orcl/infa_repo_tbspc_01.dbf SIZE 50

AUTOEXTEND OFF

     BLOCKSIZE 8192

     FORCE LOGGING

     ONLINE

     FLASHBACK OFF;

But it gives error as ora-02236 invalid file name. Tell me where did i go wrong?...

This post has been answered by JohnWatson on Nov 22 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2013
Added on Nov 22 2013
9 comments
10,501 views