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 -> Re: Select all tables from schema

Re: Select all tables from schema

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Fri, 12 Mar 2004 09:51:49 +0000
Message-ID: <TWPU9LB1gYUARxwH@peterfinnigan.demon.co.uk>


hi,

OK, i have done something similar in the past. I just created views in MS Access that just selected the data from Oracle. This was OK as there it was always possible to do an ODBC connection from access to Oracle. If you are off line with access then you could do select into in Access from Oracle and the data would then be available off line. From the simple tests we did at the time though the performance was better when selecting data live from Oracle rather than locally. Access didn't scale well when reasonable amounts of data were held in it.

hth

Kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Fri Mar 12 2004 - 03:51:49 CST

Original text of this message

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