Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
-none-

-none-

2005-03-10       - By -not available-
Reply:     <<     271     272     273     274     275     276     277     278     279     280     >>  

Will perform much better.

Tom

-- --Original Message-- --
From: Scott Hutchinson [mailto:scott.hutchinson@(protected)]
Sent: Thursday, March 10, 2005 3:35 PM
To: aleon68@(protected)
Cc: oracle-l@(protected)
Subject: RE: server is joining remote tables locally

Alfonso,

Have you tried to DRIVING_SITE hint?

select /*+ DRIVING_SITE(b) */ *=20
from a, b@(protected) b c@(protected) c
where a.col1=3Db.col2 and
b.col3 =3D c.col4

This will send a copy of "a " across to "site1 " then do the joins there.

Scott Hutchinson
Interact Analysis Ltd

-- --Original Message-- --
From: oracle-l-bounce@(protected) =
[mailto:oracle-l-bounce@(protected)]
On Behalf Of Alfonso Le=F3n
Sent: 10 March 2005 20:26
To: davewendelken@(protected)
Cc: oracle-l@(protected)
Subject: Re: server is joining remote tables locally

been there, done that, didn 't work



On Thu, 10 Mar 2005 15:37:30 -0500, David Wendelken
<davewendelken@(protected) > wrote:
>=20
> I would try this to see if you get a quick fix:
>=20
> select *
> from a
> ,(select * from b@(protected) b, c@(protected) c
> where b.col3 =3D c.col4
> ) bc
> where a.col1 =3D bc.col2
>=20
> >select *
> >from a, b@(protected) b c@(protected) c
> >where a.col1=3Db.col2 and
> >b.col3 =3D c.col4
> >
>=20
> That might cause the join in the remote database.
>=20
> --
> http://www.freelists.org/webpage/oracle-l
>=20


--=20
Alfonso Leon
--
http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l