GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Oracle  >  PL/SQL
Go To First  |  Previous Question  |  Next Question 
 PL/SQL  |  Question 128 of 225    Print  
Suppose, I've created a new database DB1 n i've created a table DB1.T1.

Now, DESC T1 --> desplaying the table structure but
select * from DB1.T1 ---->giving--> table or view does not exist..
Can any one explain possible reason behind this.

  
Total Answers and Comments: 3 Last Update: May 20, 2008     Asked by: shamim909 
  
 Sponsored Links



 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 19, 2006 07:46:06   #1  
rampratap409 Member Since: September 2006   Contribution: 111    

RE: Suppose, I've created a new database DB1 n i've cr...
use only:  select * from t1;
 
Is this answer useful? Yes | No
November 01, 2006 01:51:38   #2  
dyaneshwaran        

RE: Suppose, I've created a new database DB1 n i've cr...

bcos Owner names is missing in the select

use

Select * from DB1.dbo.T1


 
Is this answer useful? Yes | No
May 20, 2008 09:35:54   #3  
Srinatha Reddy Member Since: May 2008   Contribution: 2    

RE: Suppose, I've created a new database DB1 n i've created a table DB1.T1.Now, DESC T1 --> desplaying the table structure butselect * from DB1.T1 ---->giving--> table or view does not exist.. Can any one explain possible reason behind this.
Select * from DB1.dbo.T1  is not working .... i tried it

select * from T1 is working.....

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links



 
Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape