You’ve Recently Viewed

{{ badge.badge_name }}
{{ item.brand_name }} {{ item.group_num + __(" Options") }}
{{ item.item_title }}
{{ item.rank.category_name }} {{ $isZh ? ' ' + item.rank.rank_name +' No.'+ item.rank.rank_num : '#'+item.rank.rank_num + ' ' + item.rank.rank_name }} {{ item.rank.category_name }}
{{ formatNumber(visualViewRate(item)) }} ({{ item.comment.comment_count > 0 ? item.comment.comment_count : __("Be the first!") }})
· {{ viewedItemSaleInfo(item) }}

{{ currency }}{{ priceFormat(item.price.shop_price) }} {{ currency }}{{ priceFormat(item.price.del_price) }}

{{ item.bundle }}
Added to cart

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 11g R2 DBA操作指南

{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ item.valid_price }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Details
Full product details
Editer Recommend

·全面讲解Oracle 11g R2数据库操作
·通过示例说明概念和基本操作,方便读者把握相应的内容
·内容体系涵盖Oracle DBA应该掌握的各方面知识
·结合笔者Oracle数据库管理和维护经验,使读者入门更容易
·可作为Oracle 11g R2数据库管理操作手册
·一册在手,管理无忧
Content Description

Oracle数据库是一款优秀且应用广泛的关系数据库管理系统。
《Oracle 11g R2 DBA操作指南》全面、详细地讲解了OraclellgR2数据库管理技术,是学习Oracle数据库管理的实用教材和参考书。
《Oracle 11g R2 DBA操作指南》共分26章,通过几百个范例详尽讲解了OraclellgR2数据库安装与卸载、SQL语言、各种数据库对象、数据库备份与恢复、用户与系统管理、企业管理器(EM),以及数据库性能优化等技术。书中每章的内容不仅概念清晰、操作步骤明了、示例丰富,而且更侧重于满足实际工作的需要。
《Oracle 11g R2 DBA操作指南》适合Oracle数据库系统管理的初学者以及OraclellgR2DBA参考。书中的内容覆盖了OCA考试的所有知识点,同样适合参加OCA考试的读者。
Author Description

林树泽,软件工程硕士,资深DBA,数据库技术顾问。其著作有《Oracle DBA教程——从基础到实践》、《Oracle数据库进阶——高可用性、性能优化和备份恢复》、《Oracle数据库管理之道》和《OraclePL/SQL DBA编程入门》。拥有Oracle授予的OCA、OCP及OCM证书。
Catalogue

第1章 Oracle数据库基础
1.1 什么是关系数据库
1.1.1 关系数据库模型
1.1.2 关系数据模型的创始人
1.2 0racle数据库发展简史
1.2.1 公司之初
1.2.2 0racle数据库的发展历程
1.3 数据库RDBMS
1.4 SQL语言简介
1.4.1 SQL语言概述
1.4.2 SQL语句的操作
1.5 本章小结

第2章 Oracle 11g数据库初体验
2.1 安装数据库的环境要求
2.2 Windows环境下Oracle llg的安装步骤
2.3 SQL Plus工具以及scott用户
2.4 Linux环境下Oracle llg的安装步骤
2.4.1 安装前的配置任务
2.4.2 安装数据库软件
2.4.3 启动监听
2.4.4 使用DBCA图形化工具建库
2.5 测试到数据库的连接
2.6 删除数据库软件
2.7 本章小结

第3章 数据库的启动与关闭
3.1 启动数据库
3.1.1 数据库启动过程
3.1.2 数据库启动到NOMOUNT状态
3.1.3 数据库启动到MOUNT状态
3.1.4 数据库启动到OPEN状态
3.2 关闭数据库
3.2.1 数据库关闭过程
3.2.2 数据库关闭的几个参数及其含义
3.3 本章小结

第4章 Oracle数据库体系结构
4.1 0racle体系结构概述
4.2 0racle数据库体系结构
4.2.1 0racle服务器和实例
4.2.2 0racle数据库物理结构(文件组成)
4.2.3 参数文件、密码文件和归档日志文件
4.3 数据库连接(connection)与会话(session)
4.3.1 数据库连接(connection)
4.3.2 会话(session)
4.4 0racle数据库内存结构
4.4.1 共享池(Sharedpool)
4.4.2 数据库高速缓冲区(Database buffer cache)
4.4.3 重做日志高速缓冲区(Redo buffer cache)
4.4.4 大池(Large pool)和Java池(Java pool)
4.4.5 流池(Streaming pool)
4.4.6 PGA(进程全局区)和UGA(用户全局区)
4.4.7 如何获得内存缓冲区的信息
4.5 0racle服务器进程和用户进程
4.6 0racle数据库后台进程
4.6.1 系统监控进程(SMON)
4.6.2 进程监控进程(PMON)
4.6.3 数据库写进程(DBWR)
4.6.4 重做日志写进程(LGWR)
4.6.5 归档日志进程(ARCH)
4.6.6 校验点进程(Checkpointprocess)
4.7 本章小结

第5章 SQL语言概述
5.1 SQL语句分类
5.2 SQL的查询语句
5.2.1 SELECT语句的语法及书写要求
5.2.2 简单查询
……

第6章 数据字典
第7章 网络配置管理
第8章 内存管理
第9章 用户管理和资源文件
第10章 控制文件和数据库启动
第11章 重做日志管理
第12章 管理归档日志
第13章 表空间与数据文件管理
第14章 UNDO表空间管理
第15章 事务(Transaction)
第16章 角色管理
第17章 管理和维护表
第18章 索引
第19章 系统和对象权限管理
第20章 视图
第21章 序列号和同义词
第22章 RMAN备份与恢复数据库
第23章 Oracle闪回技术
第24章 手工管理的备份恢复
第25章 OEM管理与使用
第26章 Oracle数据库实例优化
Introduction

本书是一本介绍如何学习OraclellgR2数据库的入门书籍。Oracle数据库已经成为当今市场的主流数据库产品。目前Oracle家族中已经不仅仅限于数据库这一产品,还包括操作系统、中间件等,Oracle已经收购了MySQL、SUN等,其市场份额远远超过其他任何数据库产品,国内几乎所有大型企业,以及政府部门、军方都在使用Oracle数据库。
此领域市场职位缺口巨大,尤其是中高端人才更是紧缺。众多初学者都想掌握Oracle数据库技术,并迈入Oracle高端人才行列,这就产生了对入门技术的庞大需求,而Oracle也顺应此潮流推出了OCA认证体制,本书覆盖OCA考试的绝大部分知识点,也是初学者必须掌握的基础知识。本书结合笔者多年的Oracle数据库学习和维护经验,希望它可以成为Oracle数据库初学者的必备书籍,也希望准备OCA考试的人员把它作为一本很好的参考教材,同时书中对于知识点的介绍更多的是站在系统的全局角度考虑,读者可以从中获得全新的认识和实践体验。本书内容本书是一本全面讲述OraclellgR2数据库系统管理的图书,之所以选择OraclellgR2这个版本是因为Oracle已经不再提供对OraclelOg的技术支持,OraclellgR2版本是其目前支持的版本,这个版本的技术支持延续到2017年。本书开篇针对初学者非常详细地介绍了如何安装和配置Oracle数据库,这样读者能快速配置一个学习环境。通过本书的学习,读者能够全面地掌握Oracle数据库的体系架构,以及数据库管理、数据库安全、数据库优化和高可用等DBA所需要掌握的知识和技能。通过本书的学习和实践,相信读者能够完成基本的数据库管理工作,成为一名合格的Oracle数据库初级管理员。
全书共分26章,包括Oracle数据库基础、数据库启动与关闭、Oracle数据库体系结构、SQL语言概述、数据字典、网络连接管理、内存管理、用户管理和资源文件、管理控制文件、重做日志管理、管理归档日志、表空间和数据文件、UNDO表空间管理、事务管理、角色管理、表管理、索引管理、系统和对象权限管理、视图、序列号和同义词、RMAN备份与恢复数据库、闪回技术、手工管理的备份恢复、企业管理器(EM)、数据库优化等内容。

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 {{ itemAct.title || '' }}

Bundle & Combo

Similar Items

Related Search

{{ item.userActionNumberDesc }}
Yami wechat-share qr code

Scan to Share

Oracle 11g R2 DBA操作指南

{{ 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 }}
Price:
{{ itemCurrency }}{{ priceFormat(item.member_price) }}
Buy at VVIP Price
Learn more
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
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}

Currently unavailable.

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

Unavailable in your area.
Sold Out
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee
{{ quantity }} {{ instockMsg }} {{ limitText }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Best before

Frequently Bought Together

Total ${{ priceFormat(totalPrice) }}

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;

Yami reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free shipping from the US over $49
Yami Easy Returns

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 Yami.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 from the US over $49
Yami Easy Returns

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 Yami.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.

Gifts Included with Purchase

Recommended for You

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

Reviews

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

Write a review
No reviews for this product. Showing reviews from other options.
Sort by
Default

Community photos

View All
Current Item
User Avatar VIP
:

{{ strLimit(comment, 200) }}

{{ comment.content }}

Review Image

{{ comment.imageList.length }} photos

Show Original

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

{{ brandInfo.title }}

View All

About the brand

{{ brandInfo.descView }} ...View All

{{ isZh ? album.topic_name : album.topic_ename }}

Items

{{ album.goods_count_info }}

Purchased

{{ album.bought_count_info }}

View All

{{ story.page_title }}

{{ story.page_desc }}

View the Story
Customers Also Viewed
About the brand

{{ brandInfo.title }}

{{ brandInfo.desc }}
Yami

Download the Yami App