Sep 16, 2003 #1 beksalur Technical User Joined Jan 2, 2003 Messages 74 Location TR i want to add a raw datafile to a tablespace in Oracle 9i. can i do it when the database is online? Regards.
i want to add a raw datafile to a tablespace in Oracle 9i. can i do it when the database is online? Regards.
Sep 17, 2003 #2 sybaseguru Instructor Joined Feb 20, 2003 Messages 324 Location GB Yes of course, that is the whole idea. Just do alter tablespace <tablespace_name> add datafile '<datafile_name>' ... Upvote 0 Downvote
Yes of course, that is the whole idea. Just do alter tablespace <tablespace_name> add datafile '<datafile_name>' ...