Database Tuning (MOSC)

MOSC Banner

Database links, tables and sessions

edited Jul 30, 2010 3:03AM in Database Tuning (MOSC) 4 commentsAnswered
hi,

trying to figure out an issue with reaching maximum sessions.  If a select looks like this:

select a.col, b.col, c.col

from

   table1@db a,

   table2@db b,

   table3@db c

where

   a.col=b.col and

   b.col=c.col 

How many sessions does this create?  is it one per table?

any info appreciated.  thanks in advance...ron

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center