Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE:
Joni,
I don't think this is an error. If the tables are identically named, you'll have to use the schema as a qualifier. The reason is because Oracle looks for the table you have named locally first, then looks for the @link if it can't find it.
David A. Barbour
Oracle DBA - ConnectSouth
512-681-9438
dbarbour_at_connectsouth.com
-----Original Message-----
From: Johnson Poovathummoottil [mailto:joni_65_at_yahoo.com]
Sent: Thursday, January 11, 2001 10:29 AM
To: Multiple recipients of list ORACLE-L
Subject:
Hi,
I am in Oracle 8.1.6. The Describe command seems to work a little funny.If I use describe in the following way
Desc schema.tab_name_at_link;
I get the structure of table in the link database. But if I use it without the schema
Desc tab_name_at_link;
I get the structure of a table named the same in the current schema.
I think there is more to it.
Has anyone experienced this?
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jan 11 2001 - 15:47:09 CST
![]() |
![]() |