
December 10th, 2003, 12:37 PM
|
|
Contributing User
|
|
Join Date: Sep 2003
Posts: 68
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
|
The book: "OCA/OCP Introduction to Oracle 9i SQL, Study Guide", says:
When your code references an unqualified table, view, procedure, function or package, there are three places that Oracle will look for the referenced object, in this order:
1. An object owned by the current user
2. A private synonym owned by the current user
3. A public synonym
Regards,
Dan
|