|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
when a user in oracle, say user Db100, issues
"select * from tblAbc", how does the oracle engine figures out which "tblABC" to read from? thnks mrk |
|
#2
|
|||
|
|||
|
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 |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > schema |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|