免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1128 | 回复: 0
打印 上一主题 下一主题

[归档与迁移] 异构数据库的数据迁移 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-07-31 19:40 |只看该作者 |倒序浏览

Microsoft Access(.mdb)数据库的数据迁移:
Microsoft Access Architecture:
Forms
Reports
Basic
Jet DBMS Engine

.mdb file
Microsoft Jet database engine handles updates by multiple users by using optimistic and pessimistic locks.
Using pessimistic locking,Microsoft Jet database engine places a hard lock on the data page that contains the row being edited. Other users cannot start editing the lock row until the lock is abandoned or the changes are written to disk.
Microsoft Jet database engine employs an optimistic locking scheme when working with Oracle. An optimistic locking scheme does not place a hard lock on the source tables.Instead,when you want to commit a change,Microsoft Jet database engine checks to make sure that another user has not modified the data before it posts the change.
Oracle databases are powerful,flexible,and scalable relational database management system(RDBMS) servers that run on a ranger of computer system,from personal computers to largest mainframes.Oracle is designed to run effectively in a client/server enviroment and supports hundreds to thousand of users.
The Oracle architecture supports advanced server features,such as record locking with version references,(not page lockingas provided by Microsoft Access),advanced query optimization,the PL/SQL programming language,data replication,distributed database management,and other important features.
Triggers and Stored Procedures:
Oracle allows you to wrte and store code in the DBMS along with data.You can associate trigger code with an Update,Insert,or Delete event for each row or for an entire table.You can also set a trigger to run before an event or after an event.For example,you can set a trigger to run after a row is updated.
A stored procedure is a general routine,either function or subroutine,that is stored in pre-compiled form on the server.A trigger may call stored procedures,but triggers are only activated by specific database activity,such as the insertion of a row in a table.
Forms
Reports
Basic

Jet DBMS Engine
Oracle Database

ODBC

.mdb file



本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/74483/showart_1098362.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP