Link to home
Start Free TrialLog in
Avatar of PsychoDazey
PsychoDazey

asked on

reuse existing command when adding a datafile

I am running oracle 10g on windows server 2003.  When you are adding a new datafile, what does the command "reuse existing" do?  
ASKER CERTIFIED SOLUTION
Avatar of mohammadzahid
mohammadzahid
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PsychoDazey
PsychoDazey

ASKER

Im not sure I follow...what would the command:
ALTER TABLESPACE users
    ADD DATAFILE '/u02/oracle/rbdb1/users03.dbf' SIZE 10M reuse existing
do?
Here is a site that can help you with an example and explanation.

http://www.psoug.org/reference/datafiles.html
I see...so basically I would have to first drop that file then add it using the reuse command?  Thanks for your help again.