Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> DB Links/Cursors

DB Links/Cursors

From: Chakravarthy KM Nalamotu <kittu_at_Hawaii.Edu>
Date: 1 Apr 1999 22:03:50 GMT
Message-ID: <7e0qg6$75j@news.Hawaii.Edu>


Dear Oracle Users,
I have a cursor inside a stored procedure which selects records from a remote database using database links.
My question, is the result set stored in the local database or when I ever do a fetch does it go to the remote database to fetch the record? I was hoping it builds the temporary table on the local database, if that is the case can someone explain why I am having this huge network traffic between the local and remote databases. Thank you for your responses.
  Kittu. Received on Thu Apr 01 1999 - 16:03:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US