Link to home
Start Free TrialLog in
Avatar of plennon
plennon

asked on

location dbf files

i have found out where my .dbf files are by using

select * name from v$datafile;
 
/x/y/z/data.dbf

what file determines where the .dbf files are written too.

how do i find out what file writes the .dbf files to the location /x/y/z


thanks
Avatar of catchmeifuwant
catchmeifuwant

????
Avatar of Helena Marková
It seems to be Visual Foxpro ...
The locations are specified during database creation by the DBA.       
Avatar of plennon

ASKER

what i mean is. when the database is created where do you specify where theses files are written to?
Avatar of plennon

ASKER

what i meant to say was

when the database is being created what decides where the .dbf files go. is this up to the user?

also

if my database crashed how would i find out where these files are. is there a file that contains the location of the .dbf files or do i just need to keep a note of the location

the .ctl file location  are specified in the init.ora file, is there a file that contains the location of the .dbf files

hope this is clearer now!
ASKER CERTIFIED SOLUTION
Avatar of go2guy
go2guy

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