If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Geting to Access table data From Oracle

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-03, 11:55
roe roe is offline
Registered User
 
Join Date: Jan 2003
Location: Santee, CA
Posts: 2
Geting to Access table data From Oracle

I want to use Oracle 9i to get information from an Access database on another machine in the enterprise. I was thinking I could use ODBC and SQL*Plus ion a stored procedure but it isn't real clear from the documention how this is done. Any ideas?
Reply With Quote
  #2 (permalink)  
Old 01-21-03, 14:53
Ad Dieleman Ad Dieleman is offline
Registered User
 
Join Date: Jan 2003
Location: Dordrecht, The Netherlands
Posts: 95
Re: Geting to Access table data From Oracle

You could use the following procedure:

- Create the table tblOracle in the Oracle9i database
- In Access, make a linked table tblOracleAccess, linking to tblOracle via ODBC
- Make an insert query in Access, inserting records from the original Access-table into tblOracleAccess

Ad Dieleman.
Reply With Quote
  #3 (permalink)  
Old 01-21-03, 15:05
roe roe is offline
Registered User
 
Join Date: Jan 2003
Location: Santee, CA
Posts: 2
OK I can see that pushing it in from Access would work but What I want to do is pull it in from Oracle then do another read to check that the data has been read successfully then I want to delete the records from Access because Access can become unstable after it gets too many record. Access is just going to be used as a temporary repository for Data until it can be written and verified into Oracle.
Reply With Quote
  #4 (permalink)  
Old 01-21-03, 15:12
Ad Dieleman Ad Dieleman is offline
Registered User
 
Join Date: Jan 2003
Location: Dordrecht, The Netherlands
Posts: 95
I'm not so familiar with what Oracle tools can do. You could check on otn.oracle.com through all the products and see if there's something you can use.

Another method, if you have the possibility of installing Microsoft SQL Server on some PC: use its DTS tool, it can transfer data from Access to Oracle (and a whole lot of other source and target databases). I use this tool for ad-hoc data transfers because it's so convenient.

Ad Dieleman.
Reply With Quote
  #5 (permalink)  
Old 01-21-03, 15:35
marist89 marist89 is offline
Registered User
 
Join Date: Oct 2002
Location: greenwich.ct.us
Posts: 279
Oracle 9i has a feature where you can work with external tables. I know it works with ASCII csv files, but I am not sure if it works with ODBC data sources. Search for External Tables at tahiti.oracle.com
__________________
Jeff Hunter
http://marist89.*************
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On