Hi!
Is there any method of adding a new datafile to a tablespace when a existing datafile is full? I know there is a mehtod to auto incrementing or resizing the Datafiles, but the problem is very large file size can pose a problem at OS level.
Not AFAIK, there is no Oracle provided method. This is where the "A" in DBA comes from.
My suggestion would be setup some monitoring scripts to tell you when you are almost full on a data file and then send yourself an email every morning indicating which tablespaces may be running out. If you want to get fancy, when your script recognizes you need a new datafile, you can automatically add it to your tablespace via some code.
Personally, I like the human intervention so I can alleviate any problem before it gets out of hand, but I'm also AR...
Not until u migrate to 9i, which has this feature.
Till 8i, what u can do is , create a number of datafiles of minimum size say 10MB and set autoextend.
And setup some warning procedure when u r left with last two datafiles .
Originally posted by pando what a danger, adding files automatically. itīs only good ONLY if you can drop a datafile from a tablespace which I have my doubts even in 9i
Bookmarks