• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

create mdb file from oracle table (automated process)

Monika08

Junior Member
Hello,
I need to create an mdb file from oracle data and I need to automate this process. I. there any way to code it through ?unix or pl/sql
 
Good for a one shot deal:
Link

2 seconds to google :colbert:

Otherwise you will have to find another tool and activate it from a script.
Again, there are tools out there that will handle the export

Example:
Excel-DB supports interfaces with Oracle and Access
 
1. Create empty mdb with access.
2. Store empty mdb file somewhere oracle can access
3. oracle creates copy of mdb.
4. oracle loads copy of mdb.
 
Back
Top