Home » RDBMS Server » Server Utilities » How to Know corresponding .dbf file to the related database?
How to Know corresponding .dbf file to the related database? [message #72261] Sun, 27 April 2003 23:34 Go to next message
sachin kumar gupta
Messages: 157
Registered: March 2003
Senior Member
Hi,
I have one big database which is used from so long long ago. The Oracle was installed on my UNIX server by some another person. Now when i am importing the tables into my database, it is showing insufficient table space.
Can anyone suggest how to know the corresponding .dbf file to my database?? So that I can increase the tablespace in that .dbf file.

Sachin Kumar Gupta
Re: How to Know corresponding .dbf file to the related database? [message #72289 is a reply to message #72261] Fri, 02 May 2003 03:34 Go to previous messageGo to next message
Uwe
Messages: 260
Registered: February 2003
Location: Zürich, Switzerland
Senior Member
Hi,

pls try
select table_name, tablespace_name from dba_tables
where table_name = '<your table_name>';

regards
Uwe
Re: How to Know corresponding .dbf file to the related database? [message #72290 is a reply to message #72261] Fri, 02 May 2003 03:34 Go to previous messageGo to next message
Uwe
Messages: 260
Registered: February 2003
Location: Zürich, Switzerland
Senior Member
Hi,

pls try
select table_name, tablespace_name from dba_tables
where table_name = 'your table_name';

regards
Uwe
Re: How to Know corresponding .dbf file to the related database? [message #72323 is a reply to message #72261] Fri, 16 May 2003 06:28 Go to previous message
BIRENDER KUMAR
Messages: 18
Registered: May 2003
Junior Member
connect as sys.
select * from v_$datafile;
There u will get lot of information regarding ur db.
or u can export database form old one and import it to new.
Previous Topic: ora-01034 oracle not available
Next Topic: Help..! Inter Instance IPC Error
Goto Forum:
  


Current Time: Sun Jun 30 10:12:45 CDT 2024