here is the solution:
create an empty "all_objects" table in the same schema as the geoserver to
Oracle db connection; this table will become a facade table for the
nonsensical call, bypassing the actual "all_objects" system view
e.g.:
create table <your geoserver login user>.all_objects
as
SELECT
         o.owner,
         o.object_name,
         o.object_type
    FROM all_objects o
   WHERE     
1 = 0
;




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/geoserver-WMS-performance-issue-tp5270153p5309930.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to