• OCP-1Z0-052-V8.02-136题


    136. You have two database servers SEMP and SACCT. The database in the SEMP server maintains the

    employee information and the database in the SACCT server maintains the accounts payable information.

    The employees submit the expense reports to the accounts payable department. A user of the accounts

    payable database wants to extract the employee information from the database in the SEMP server for

    cross-verification. 

    Which schema object enables the user to access the information from the remote database?

    A.Cluster

    B.Database link

    C.Mapping table

    D.Materialized view

    Answer: B  

    答案解析:
    你有两个数据库服务器SEMP和SACCT。在SEMP服务器的数据库维护员工信息,在SACCT服务器的数据库维护应付帐款信息。
    员工 向应付帐款部门提交开销报告,应付账款数据库用户要从SEMP服务器的数据库提取员工信息从而进行交叉验证

    What Are Database Links?

    A database link is a pointer that defines a one-way communication path from an Oracle Database server to another database server. The link pointer is actually defined as an entry in a data dictionary table. To access the link, you must be connected to the local database that contains the data dictionary entry.

    A database link connection is one-way in the sense that a client connected to local database A can use a link stored in database A to access information in remote database B, but users connected to database B cannot use the same link to access data in database A. If local users on database B want to access data on database A, then they must define a link that is stored in the data dictionary of database B.

    A database link connection allows local users to access data on a remote database. For this connection to occur, each database in the distributed system must have a unique global database name in the network domain. The global database name uniquely identifies a database server in a distributed system.


     
  • 相关阅读:
    数据分析公司—新材料行业报告资源网站
    Mac——四指手势、三指手势、二指手势与快捷键
    Mac——效率工具之CatchMouse,在多个硬件屏幕之间设置快捷键切换
    TGI指标的意思是什么
    时事政治
    Linux——history命令
    Mac——Mac手势快捷键—四指操作技巧详解
    站点的SEO优化
    Aerospike数据库基本概念及与Redis缓存数据库的关系
    Chrome关闭侧边栏
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316536.html
Copyright © 2020-2023  润新知