iis服务器助手广告广告
返回顶部
首页 > 资讯 > 后端开发 > Python >oracle 12c ocp - 3
  • 581
分享到

oracle 12c ocp - 3

oracleocp 2023-01-31 02:01:02 581人浏览 八月长安

Python 官方文档:入门教程 => 点击学习

摘要

Examine the following query output:You issue the following command to import tables into the hr schema:$ > impdp hr/h

Examine the following query output:

blob.png

You issue the following command to import tables into the hr schema:

$ > impdp hr/hr directory = dumpdir dumpfile = hr_new.dmp schemas=hr TRANSFORM=DISABLE_ARCHive_LOGGING: Y

Which statement is true?

A. All database operations performed by the impdp command are logged.

B. Only CREATE INDEX and CREATE TABLE statements generated by the import are logged.

C. Only CREATE TABLE and ALTER TABLE statements generated by the import are logged.

D. None of the operations against the master table used by oracle Data Pump to coordinate its activities are logged.



Explanation:

2.4.4.6 Oracle Data Pump No Logging Option for Import

The new TRANSFORM option, DISABLE_ARCHIVE_LOGGING, to the impdp command line causes Oracle Data Pump to disable redo logging when loading data into tables and when creating indexes. It also adds the same option as part of the PL/sql DBMS_DATAPUMP package. With redo logging disabled, the disk space required for redo logs during an Oracle Data Pump import is smaller. However, to ensure recovery from media failure, the DBA should do an RMAN backup after the import completes.

Even with this parameter specified, there is still redo logging for other operations of Oracle Data Pump. This includes all CREATE and ALTER statements, except CREATE INDEX, and all operations against the master table used by Oracle Data Pump during the import.


https://docs.oracle.com/database/121/NEWFT/chapter12101.htm#NEWFT107

--结束END--

本文标题: oracle 12c ocp - 3

本文链接: https://www.lsjlt.com/news/186246.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • oracle 12c ocp - 3
    Examine the following query output:You issue the following command to import tables into the hr schema:$ > impdp hr/h...
    99+
    2023-01-31
    oracle ocp
  • ocp-051-3
    一、原题You need to extract details of those products in the SALES table where the PROD_ID column contains the string '...
    99+
    2023-01-31
    ocp
  • Oracle 12c Refreshable Clone
    这个例子将介绍通过克隆一个远程PDB(jypdb)来创建一个目标PDB(ycpdb)。这种克隆是对源PDB的一种可以刷新的副本,它意味着对源PDB所执行的任何改变都可以通过刷新来对目标PDB进行更新。这...
    99+
    2024-04-02
  • oracle 12c 监听
    ########################################## ...
    99+
    2024-04-02
  • oracle 12c rman备份pdb
    12c oracle 数据库备份pdb 如下命令 rman target / run{ allocate channel C1 device type disk; allocate channel C2 d...
    99+
    2024-04-02
  • RedHat6.5 安装Oracle 12c RAC
    12c RAC安装过程 注: 以下配置,没有特殊说明,均在双节点执行 1、网络配置 以rac01为例,两node都要配置   eth0和eth2...
    99+
    2024-04-02
  • Oracle 12c怎么安装
    这篇文章主要介绍“Oracle 12c怎么安装”,在日常操作中,相信很多人在Oracle 12c怎么安装问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”Oracle 12c怎么...
    99+
    2024-04-02
  • Oracle 12c RMAN新特性
    Oracle 12c RMAN新特性 SYSBACKUP This privilege allows a user to perform backup and recovery operations e...
    99+
    2024-04-02
  • Oracle OCP 和MySQL OCP 考试完成后查询成绩和下载证书的步骤
    我的一些学员考完Oracle OCP和MySQL OCP不知道如何查看自己的考试成绩和证书,姚远老师现在详细说明具体的操作步骤,一共8步。 关于号主,姚远: Oracle ACE(Oracle和My...
    99+
    2023-09-26
    oracle mysql oracle ocp mysql ocp
  • Oracle 12c 两个新特性
    1. ALTER DATABASE MOVE DATAFILE 可以在线迁移数据文件到新路径,system表空间也可以move。 SYS@czh29c > alter&nb...
    99+
    2024-04-02
  • Oracle 12c CDB&PDBs管理
    本文摘取Database Administrator’s Guide(12.1.0.2)中40,42等章节部分内容,概括介绍管理CDB、PDBs任务。摘取翻译的内容侧重操作和实例,详细内容请参考官方文档:...
    99+
    2024-04-02
  • oracle 12c如何导入11g
    这篇文章给大家分享的是有关oracle 12c如何导入11g的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。 迁移前字符集查看sqlplus &quo...
    99+
    2024-04-02
  • oracle 12c release2如何安装
    这篇文章主要介绍了oracle 12c release2如何安装,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。0.需要添加如下文件几内容&n...
    99+
    2024-04-02
  • redhat7 Oracle 12C如何安装
    这篇文章主要介绍redhat7 Oracle 12C如何安装,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!redhat7 Oracle 12C 安装系统安装系统语言选择英文,中文系统...
    99+
    2024-04-02
  • Oracle 12c数据库安装
    一、准备工作...
    99+
    2024-04-02
  • oracle 12c pdb open restricted 处理
    在CDB下查询受限的PDB:select con_id, name,open_mode,restricted from v$pdbs;在PDB中查询相关受限的PDB:select ins...
    99+
    2024-04-02
  • 怎么安装oracle 7.4 12c
    本篇内容介绍了“怎么安装oracle 7.4 12c”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!挂载安装...
    99+
    2024-04-02
  • Oracle 12C 官方文档地图
    ...
    99+
    2024-04-02
  • oracle 12c如何静默安装
    这篇文章主要介绍oracle 12c如何静默安装,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!12c静默安装==================--检查系统包rpm -q binut...
    99+
    2024-04-02
  • Oracle 12c RAC如何安装PSU
    这篇文章给大家分享的是有关Oracle 12c RAC如何安装PSU的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。一、准备工作1,数据库环境操作系统版本   ...
    99+
    2024-04-02
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作