GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
GeekInterview.com
>
Interview Questions
>
Oracle
>
Database Administration
Go To First
|
Previous Question
|
Next Question
Database Administration
| Question 136 of 231
Print
how to find which tablespace belongs to which datafile ?
Total Answers and Comments:
3
Last Update: September 02, 2009 Asked by:
sushil k
Sponsored Links
Best Rated Answer
—
No best answer available. Please pick the good answer available or
submit
your answer.
October 30, 2007 18:38:51
#1
chintu414
RE: how to find which tablespace belongs to which da...
select d.name t.name from v$datafile d v$tablespace t where d.ts# t.ts#;
Is this answer useful?
Yes
|
No
November 16, 2007 02:15:57
#2
ravichandiran
RE: how to find which tablespace belongs to which da...
run this query in the sql prompt
sql> select tablespace_name file_name from dba_data_files;
Is this answer useful?
Yes
|
No
September 02, 2009 17:21:18
#3
cmanne
Member Since: January 2006 Contribution: 49
RE: how to find which tablespace belongs to which datafile ?
select file_name tablespace_name
from
dba_data_files;
Is this answer useful?
Yes
|
No
Go To Top
Sponsored Links
Related Categories
—
Oracle Backup and Recovery Interview Questions
Oracle Basics Interview Questions
Oracle Architecture Interview Questions
D2K Interview Questions
Data Access Interview Questions
Oracle DBA Interview Questions
Oracle security Interview Questions
Database Tuning Questions
Oracle Distributed Processing Interview Questions
Oracle Interview Questions
Oracle Memory Management Interview Questions
Oracle Forms Interview Questions
Oracle Forms Interview Questions
PL/SQL Interview Questions
Programmatic Constructs Interview Questions
RMAN Interview Questions
Real time Oracle Interview Questions
SQL Interview Questions
SQL and SQL Plus Interview Questions
Oracle System Architecture Interview Questions
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved