:: Home     :: Add Questions
Register   |   Login
 

Question :: How can you tell if a database object is invalid?

Post Answer

Tags

Answers to ""

 

Expected answer: You need to check that the user has specified the full name of the object (select empid from scott.emp; instead of select empid from emp;) or has a synonym that points to the object (create synonym emp for scott.emp;)

Related Questions

::Top Tags::
 
 
Copyright 2007, Megasolutions Ltd