This illustration shows the relationship between a parent server session's shared object cache and its child isolated client sessions. The client sessions access the parent's shared object cache. The isolated client session provides its own isolated object cache. Isolated objects can reference objects in the parent server session's shared object cache, but shared objects cannot reference isolated objects. The client sessions access the data source using a connection pool. The isolated client session can access the data source using a connection pool or using an exclusive connection.