{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

图灵程序设计丛书:深入理解Oracle 12c数据库管理(第2版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

图灵程序设计丛书:深入理解Oracle 12c数据库管理(第2版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

Oracle DBA的工作复杂,数据迁移、复制、SQL编码、调试等样样涉及,极具挑战性。那么,如何轻松应对日常工作,达到专业级DBA的水平呢?

资深DBA Darl Kuhn在这本书里总结了自己十余年的Oracle实践经验,透彻展示了DBA管理多面数据库环境的方法。书中没有介绍最复杂最尖端的数据库管理技术,而是争取在足以解决任何等级的混乱和复杂问题的前提下,使技术尽可能简单。

点击进入品牌店:

Content Description

《图灵程序设计丛书:深入理解Oracle 12c数据库管理(第2版)》全面覆盖DBA行业知识,深入细致地介绍了Oracle 12c数据库管理工作,并将理论与实践相结合,旨在提供高效运行数据库所需的方方面面的知识,适合各个层次的Oracle数据库应用开发人员或DBA。

Author Description

Darl Kuhn,Oracle公司DBA,资深数据库专家,兼职在瑞吉斯大学教授Oracle课程。曾著有多本IT技术图书,包括《Oracle Database 11g性能优化攻略》(升级版《Oracle Database 12c性能优化攻略》也即将推出中文版)、《Oracle索引技术》等。

Catalogue

第1章安装Oracle

1.1了解OFA

1.1.1Oracle清单目录

1.1.2Oracle基础目录

1.1.3Oracle主目录

1.1.4Oracle网络文件目录

1.1.5自动诊断信息库

1.2安装Oracle

1.2.1步骤1:创建OS组和用户

1.2.2步骤2:确保充分配置了OS

1.2.3步骤3:获取Oracle安装软件

1.2.4步骤4:解压缩文件

1.2.5步骤5:创建oraInst.loc文件

1.2.6步骤6:配置应答文件,然后运行安装程序

1.2.7步骤7:解决任何疑难问题

1.3使用已安装程序的副本安装Oracle

1.3.1步骤1:使用OS实用程序复制已安装的程序

1.3.2步骤2:附加Oracle主目录

1.4升级Oracle软件

1.5安装失败后的重新安装

1.6安装临时补丁

1.7使用图形界面的安装程序执行远程安装

1.7.1步骤1:在本地计算机上安装X Window系统和网络实用程序

1.7.2步骤2:在本地计算机上启动X Window系统会话

1.7.3步骤3:将Oracle安装文件复制到远程服务器上

1.7.4步骤4:运行xhost命令

1.7.5步骤5:通过X Window系统登录远程计算机

1.7.6步骤6:确保在远程计算机上正确设置DISPLAY变量

1.7.7步骤7:运行runInstaller实用程序

1.7.8步骤8:解决问题

1.8小结


第2章实现数据库

2.1设置OS变量

2.1.1手动加强方法

2.1.2使用Oracle的方法设置OS变量

2.1.3我最喜欢的设置OS变量的方法

2.2创建数据库

2.2.1步骤1:设置OS变量

2.2.2步骤2:配置初始化文件

2.2.3步骤3:创建必需的目录

2.2.4步骤4:创建数据库

2.2.5步骤5:创建数据目录

2.3配置和实现监听器

2.3.1手动配置监听器

2.3.2使用Net Configuration Assistant实现监听器

2.3.3通过网络连接数据库

2.4创建密码文件

2.5启动和停止数据库

2.5.1了解OS认证

2.5.2启动数据库

2.5.3停止数据库

2.6使用dbca创建数据库

2.7删除数据库

2.8一台服务器上运行多少个数据库

2.9了解Oracle体系结构

2.10小结


第3章配置高效环境

3.1自定义OS命令提示符

3.2自定义SQL提示符

3.3为常用命令创建快捷方式

3.3.1使用别名

3.3.2使用函数

3.4快速再次运行命令

3.4.1使用向上箭头键和向下箭头键滚动

3.4.2使用Ctrl+P和Ctrl+N组合键

3.4.3列出命令的历史记录

3.4.4反向搜索

3.4.5设置命令编辑器

3.5开发标准脚本

3.5.1dba_setup

3.5.2dba_fcns

3.5.3tbsp_chk.bsh

3.5.4conn.bsh

3.5.5filesp.bsh

3.5.6login.sql

3.5.7top.sql

3.5.8lock.sql

3.5.9users.sql

3.6组织脚本

3.6.1步骤1:创建目录

3.6.2步骤2:将文件复制到目录

3.6.3步骤3:配置启动文件

3.7小结


第4章表空间和数据文件

4.1最初创建的5个表空间

4.2了解更多需求

4.3创建表空间

4.4重命名表空间

4.5控制重做日志

4.6更改表空间的写入模式

4.7删除表空间

4.8使用Oracle管理的文件

4.9创建大文件表空间

4.10在表空间中启用默认的表压缩

4.11显示表空间的尺寸

4.12更改表空间尺寸

4.13切换数据文件的联机状态

4.14重命名和移动数据文件

4.14.1执行数据文件联机操作

4.14.2执行数据文件脱机操作

4.15小结


第5章管理控制文件、联机重做日志和归档

5.1管理控制文件

5.1.1查看控制文件的名称和位置

5.1.2增加控制文件

5.1.3移动控制文件

5.1.4删除控制文件

5.2管理联机重做日志

5.2.1显示联机重做日志信息

5.2.2确定联机重做日志组的最优尺寸

5.2.3确定重做日志组的最优数量

5.2.4增加联机重做日志组

5.2.5调整联机重做日志组的尺寸和删除联机重做日志组

5.2.6向日志组增加联机重做日志文件

5.2.7从日志组删除联机重做日志文件

5.2.8移动或重命名重做日志文件

5.3实现归档模式

5.3.1体系结构决策

5.3.2设置归档重做日志文件的存储位置

5.3.3 "非Oracle模式"的FRA思想

5.3.4启用归档日志模式

5.3.5禁用归档日志模式

5.3.6归档日志的存储位置缺少可用空间时的应对方法

5.3.7备份归档重做日志文件

5.4小结


第6章用户账号和基本安全

6.1管理默认用户

6.1.1锁定账号和密码过期

6.1.2区分DBA创建的账号

6.1.3检查默认密码

6.2创建用户账号

6.2.1选择用户名和验证方式

6.2.2分配默认的永久和临时表空间

6.3修改密码

6.4使用其他用户账号登录

6.5修改用户

6.6删除用户

6.7提高密码安全性和资源使用限制

6.7.1密码的基本安全性

6.7.2密码长度

6.7.3限制数据库资源的使用

6.8管理权限

6.8.1分配数据库系统权限

6.8.2分配数据库对象权限

6.8.3以集中方式分配权限

6.9小结


第7章表和约束

7.1表的类型

7.2数据类型

7.2.1字符型

7.2.2数值型

7.2.3日期型

7.2.4RAW

7.2.5ROWID

7.2.6大对象

7.2.7可扩展的字符类型

7.3创建表

7.3.1创建堆组织表

7.3.2实现虚拟列

7.3.3实现隐藏列

7.3.4创建只读表

7.3.5创建延迟段

7.3.6创建含有自动增长(标识)列的表

7.3.7默认的SQL并行执行方式

7.3.8压缩表数据

7.3.9减少重做日志

7.3.10通过查询结果创建表

7.4修改表

7.4.1获得必需的锁机制

7.4.2重命名表

7.4.3增加列

7.4.4更改列

7.4.5重命名列

7.4.6删除列

7.5显示表的DDL代码

7.6删除表

7.7恢复已删除的表

7.8删除表中的数据

7.8.1使用DELETE语句

7.8.2使用TRUNCATE语句

7.9查看和调整高水位线标记

7.10与高水位线有关的性能问题

7.10.1跟踪检测高水位线标记下方的空间

7.10.2使用DBMS_SPACE软件包检查高水位线标记下方的空间

7.10.3查看数据字典的分区视图

7.10.4降低高水位线标记

7.11创建临时表

7.12创建索引组织表

7.13管理约束

7.13.1创建主键约束

7.13.2强制应用唯一键

7.13.3创建外键约束

7.13.4检查特定的数据条件

7.13.5强制应用NOT NULL约束

7.13.6禁用约束

7.13.7启用约束

7.14小结

……

第8章索引

第9章视图、同义词和序列

第10章数据字典的基础结构

第11章大对象

第12章分区:分而治之

第13章数据泵

第14章外部表

第15章物化视图

第16章用户管理的备份与恢复

第17章配置RMAN

第18章RMAN备份和报告

第19章RMAN恢复操作

第20章Oracle安全备份

第21章作业自动化

第22章数据库疑难解答

第23章可插拔数据库

Introduction

诸多大大小小的公司都使用Oracle产品。Oracle技术的核心是Oracle数据库。公司使用该技术可以存储和管理关键任务数据。这些信息是进行智能商务决策的基础。能够将数据有效地转换为商务情报的公司,会在市场中迅速获得竞争优势。
Oracle数据库管理员(DBA)在实现和利用Oracle数据库技术的过程中扮演着极重要的角色。DBA能够以高效方式创建数据库,并使之得到最佳维护,从而增加数据的价值。DBA经常需要提供体系结构建议,如功能、实施 、数据迁移、复制、SQL编码、调优等方面的建议。DBA负责解答所有与Oracle技术有关的问题。
Oracle DBA的工作通常很复杂而且具有挑战性。本书重点介绍可提供平稳数据库操作环境的实践案例和技术。本书内容提取自多年的Oracle技术实践经验,透彻地展示了资深DBA管理多面数据库环境的方法。我的主要目的是演示如何以可伸缩性和可维护性为前提,正确实现各种功能。
我希望本书提供的材料对你有用。我的目标是帮助你达到专业DBA的水平。DBA不必一直处于水深火热之中,其中的关键是在第一次创建时正确地实现技术,并抓住管理周围事物的主动权,而不要被以糟糕方式实现的功能拖入泥潭。
《图灵程序设计丛书:深入理解Oracle 12c数据库管理(第2版)》没有介绍最复杂和最尖端的数据库管理技术。我的目标是在足以解决任何等级的混乱和复杂问题的前提下,使技术尽可能简单。希望你能够接受本书阐述的概念,并以它们为基础,管理各种类型的数据库环境。
《图灵程序设计丛书:深入理解Oracle 12c数据库管理(第2版)》面向的读者
《图灵程序设计丛书:深入理解Oracle 12c数据库管理(第2版)》面向渴望获得关于高效配置和维护复杂数据库环境的DBA。不论你是初学者还是专家,都可以从书中实现Oracle数据库技术的实践案例中获益。本书还面向想听真正的DBA讲授如何高效实现和维护Oracle数据库技术的读者。
《图灵程序设计丛书:深入理解Oracle 12c数据库管理(第2版)》的结构
《图灵程序设计丛书:深入理解Oracle 12c数据库管理(第2版)》由多个部分组成,每个部分都讨论数据库管理的一组相关主题。
第一部分主要介绍创建工作环境的方法。其中包括安装Oracle软件和创建数据库的方法。
第二部分介绍管理关键数据库文件的方法。其中包括表空间、数据文件、控制文件和联机重做日志文件。
第三部分介绍配置用户和数据库对象的方法,如表、约束、索引、视图、同义词、序列等。
第四部分详细介绍创建和维护大型数据库对象、分区表和索引的方法。
第五部分介绍DBA使用工具(如数据泵、外部表和物化视图)管理和分发大量数据的方法。
第六部分详细介绍备份与恢复的概念。其中包括用户管理的备份和Oracle Recovery Manager(RMAN)B&R。
第七部分重点介绍用于数据库作业自动化的技术和常见问题的解决方法。
第八部分介绍实现和管理容器和可插入数据库的方法。
《图灵程序设计丛书:深入理解Oracle 12c数据库管理(第2版)》约定
下面列出本书的排版约定。
$表示可以由Oracle所在操作系统(OS)的所有者(该用户通常命名为oracle)运行的Linux/UNIX命令。
#表示应该由OS管理员运行的Linux/UNIX命令。
SQL >表示一行SQL*Plus语句。
等宽字体表示代码范例、实用程序名称和目录路径。
楷体字表示新概念或术语。
大写字母表示数据库对象的名称,如视图、表和对应的列名。
< >表示需要提供输入的地方,如文件名或密码。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book