1 / 7

面向 Web 的 Oracle 应用

面向 Web 的 Oracle 应用. 第九章 操纵数据库数据. 本章主要内容 . 在 SQL 中使用 select 、 insert 、 update 和 delete 操纵数据 使用数据转储导出数据 使用数据转储导入数据 创建目录对象. 1 、 数据库事务. 原子性 一个事情要不一点不做,要不全做。 一致性 查到的结果跟开始查询时的状态一致。 隔离性 其他用户不能看到可能回滚的变化。 持久性 改了就是改了。. 2 、 执行 SQL 语句. 执行 select 执行 update 执行 insert 和 delete 执行 rollback

irish
Download Presentation

面向 Web 的 Oracle 应用

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 面向Web的Oracle应用 第九章 操纵数据库数据

  2. 本章主要内容 • 在SQL中使用select、insert、update和delete操纵数据 • 使用数据转储导出数据 • 使用数据转储导入数据 • 创建目录对象

  3. 1、数据库事务 • 原子性 一个事情要不一点不做,要不全做。 • 一致性 查到的结果跟开始查询时的状态一致。 • 隔离性 其他用户不能看到可能回滚的变化。 • 持久性 改了就是改了。

  4. 2、执行SQL语句 • 执行select • 执行update • 执行insert和delete • 执行rollback • 执行commit

  5. 3、DML与约束完整性

  6. 4、Data Pump • 体系结构 • 目录 • 需要授权创建目录 • 直接路径与外部表路径 • 不能由DBA决定,产生的转储文件相同 • 在网络模式中使用data pump • 网络连接词指定转储的数据库。 • Impdp和expdp

  7. Thank You! 钱剑飞

More Related