首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
社区首页 >问答首页 >MS访问Oracle easy Conversion / Migration

MS访问Oracle easy Conversion / Migration
EN

Stack Overflow用户
提问于 2010-01-11 09:09:24
回答 1查看 7.1K关注 0票数 6

有没有简单易用的软件可以将Access数据库文件导出到Oracle 11g数据库?

我知道这可能不是最常见的情况,但应用程序会增长,特别是使用旧技术的旧应用程序,例如Access需要在某个时候进行升级。

最好是有关Access 2003和2007迁移的教程和文章。

有一个名为mdbtools的工具,它可以通过执行以下操作来提供帮助:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
for i in *.mdb;do mdb-schema $i oracle > $i.schema.sql;done

但是,我使用的是Windows环境,mdbtools似乎是Linux专用的工具。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2010-01-11 10:13:30

迁移工作台随Oracle(免费) SQL开发人员工具一起提供,支持从MS Access进行迁移。Find out more

编辑

因为我自己不使用MS Access,所以我忽略了一个重要的问题: SQL Developer不支持从Access 2007迁移。然而,根据to this thread在OTN SQL Developer论坛上的说法,它可以与最新版本的SQL Developer (即2.1)一起使用。

票数 5
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/2040781

复制
相关文章
Sample Rate Conversion
See the Wikipedia article Resampling (audio) for a generic definition of sample rate conversion, also known as “resampling.” The remainder of this article describes resampling within Android. See Sample Rate Conversion for related terminology.
全栈程序员站长
2022/11/03
4310
openstack Migration[通俗易懂]
Migration allows an administrator to move a virtual machine instance from one compute host to another. 迁移允许管理员能够将虚拟机实例从一台计算主机移动到另一台。 This feature is useful when a compute host requires maintenance. 当一台计算主机需要维护时此功能非常有用。 Migration can also be useful to redistribute the load when many VM instances are running on a specific physical machine. 当为运行着多个虚拟机实例的物理机重新分配负载时迁移也是有用的。 There are two types of migration: 有两种类型的迁移 Migration (or non-live migration): In this case the instance will be shut down (and the instance will know that it has been rebooted) for a period of time in order to be moved to another hypervisor. 迁移(或非实时迁移):在这种情况下,该虚拟机实例将会在一段时间内被关闭,移到另一台机器上后再重启 Live migration (or true live migration): Almost no instance downtime, it is useful when the instances must be kept running during the migration. 实时迁移:几乎没有实例宕机,当实例必须保持在迁移过程中处于运行状态时它是有用的。 There are two types of live migration: 有两种类型的实时迁移 Shared storage based live migration: In this case both hypervisors have access to a shared storage. 基于共享存储的实时迁移:在这种情况下,两个虚拟机管理程序可以访问共享存储。 Block live migration: for this type of migration, no shared storage is required. 块实时迁移:对于这种类型的迁移,无共享存储是必需的。 The following sections describe how to configure your hosts and compute nodes for migrations using the KVM and XenServer hypervisors. 以下描述如何在主机节点和计算节点上配置KVM和XenServer虚拟机管理程序的迁移。 KVM-Libvirt Prerequisites 先决条件 Hypervisor: KVM with libvirt
全栈程序员站长
2022/11/10
1.5K0
Debian 安装Cos migration
https://cloud.tencent.com/document/product/436/10865#linux
215431047
2020/03/12
1.9K0
Flyway Validate failed: Migration checksum mismatch for migration version 1.0.0.
在运行系统的时候出现错误: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flywayInitializer' defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Invoc
HoneyMoose
2019/06/07
2.3K0
Flyway Validate failed: Migration checksum mismatch for migration version 1.0.0.
.NET Migration工具
Migration是一种分布环境下的数据库同步工具,出现在Ruby on Rail框架里,MigratorDotNet是一个.NET类似于Ruby on Rail的Migrations的数据库版本系统。支持的数据库有MySQL (5.0, 5.1) ,PostgreSQL ,SQLite ,SQL Server (2000, 2005),Oracle (没有经过很好测试),可以通过NantTask,MSBuildTarget, Console Application三种方式来使用。 Migrations的
张善友
2018/01/19
1.4K1
Oracle通过HSODBC访问mysql
用户1148526
2018/01/03
1.8K0
Leetcode ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)
2018/09/03
3470
image-conversion
https://github.com/WangYuLue/image-conversion
阿超
2023/06/23
3900
image-conversion
Flask 系列之 Migration
我们每一次的 Migration 都会有对应的编号,这个编号会同样记录到我们的数据库中的 alembic_version 表中。
py3study
2020/01/16
6370
Flask 系列之 Migration
PROC访问Oracle崩溃,出core
通过在过程化编程语言C/C++中嵌入SQL语句而开发出的应用程序。在通用编程语言中使用的SQL称为嵌入式SQL。 在SQL标准中定义了多种语言的嵌入式SQL ,各个厂商对嵌入式SQL的具体实现不同。 在C/C++语言中嵌入SQL语句而开发出的应用程序称为Pro*C/C++程序。
震八方紫面昆仑侠
2020/07/23
5470
Leetcode: ZigZag Conversion
这道题目做完貌似所有的Easy级别的题目就做完了,开始Medium的题目!加油吧!
卡尔曼和玻尔兹曼谁曼
2019/01/22
4970
【leetcode】Zigzag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)
阳光岛主
2019/02/19
3590
qemu live migration代码分析
研究热迁移了是为了解决热迁移慢和迁移经常失败的问题,物理机升级内核时需要把上面的虚拟机一台台迁移走,很慢很耗时,有时还提示迁移失败。
惠伟
2021/02/24
3.9K0
DAY90:阅读Data Migration and Coherency
我们正带领大家开始阅读英文的《CUDA C Programming Guide》,今天是第90天,我们正在讲解Unified Memory Programming,希望在接下来的10天里,您可以学习到原汁原味的CUDA,同时能养成英文阅读的习惯。
GPUS Lady
2018/12/14
6570
No.006 ZigZag Conversion
6. ZigZag Conversion Total Accepted: 98584 Total Submissions: 398018 Difficulty: Easy   The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibil
mukekeheart
2018/02/27
5350
No.006  ZigZag Conversion
LeetCode 0006 - ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)
Reck Zhang
2021/08/11
2240
leetcode 6 ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A H N A P L S I I G Y I R And then read line by line: "PAHNAPLSIIGYIR
triplebee
2018/01/12
4700
LeetCode 6 ZigZag Conversion
题目 算模拟题吧 class Solution { public: char a[1000][1000]; int tag[1000][1000]; string convert(string s, int numRows) { if(numRows==0||numRows==1) return s; string ans=""; int j=0; int k=0;
ShenduCC
2019/06/02
3090
点击加载更多

相似问题

ORACLE“conversion by”到POSTGRESQL转换

11

从Oracle到MS-访问Mysql

22

插入从ms到oracle db的访问

14

对Oracle数据库的MS访问

32

MS-访问Oracle链接-表主键错误

12
添加站长 进交流群

领取专属 10元无门槛券

AI混元助手 在线答疑

扫码加入开发者社群
关注 腾讯云开发者公众号

洞察 腾讯核心技术

剖析业界实践案例

扫码关注腾讯云开发者公众号
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
查看详情【社区公告】 技术创作特训营有奖征文