Basic principle of Chainlink Oracle

Basic principles of ChainlinkIn this paper, we will briefly introduce the basic principle of Chainlink. If we use the shortest sentence to explain what Chainlink is, we can say that Chainlink is a decentralized Oracle project, so in order to understand the working principle of Chainlink, we should first understand what is a oracle. Prophecy mac ...

Posted by jeethau on Thu, 28 May 2020 02:43:42 -0700

[12c] role switching of DataGuard physical backup

In the Data Guard environment, there are two types of role switching for databases, Switchover and Failover. According to the name, the former is a normal role switching between the active and standby databases, which will not lose data; the latter is a Failover, which means that the primary database cannot continue to provide services, which m ...

Posted by frewuill on Wed, 27 May 2020 05:08:13 -0700

[12c] learn how to install Oracle Enterprise Manager Cloud Control 12c in detail

1 software environment Oracle Linux 6.9 Oracle Enterprise Manager Cloud Control 12.1.0.4 Oracle 11.2.0.3 2 software preparation 1) Download EM database template https://www.oracle.com/enterprise-manager/downloads/cloud-control-downloads.html 2) Download Oracle Enterprise Manager Cloud Control 12.1.0.4 https://www.oracle.com/enterprise- ...

Posted by jtravis on Wed, 27 May 2020 04:52:51 -0700

Oracle Query_Form Query

Previously, we detailed the changes and additions to Oracle. Today let's go on to learn more about Oracle's queries. Queries in Oracle are a big deal!!! Follow the steps of brilliant sir, move, move ~~   Small bag of knowledge Before that, let's talk about a little bit of Oracle commentary, which is very helpful for our development, oh!!! ...

Posted by boyakasha on Tue, 26 May 2020 10:43:55 -0700

Oracle learning - database operation

Oracle tables associated with users Each user needs to determine the table storage location, which is called table space In Oracle, table space is divided into two parts: permanent table space and temporary table space Temporary table space: when using SQL statement operation, the result enters the temporary table space first Persistent table ...

Posted by tobykw13 on Sun, 24 May 2020 20:14:59 -0700

Python uses Oracle to operate mysql database

install Oracle installation command pip install orator ##Easy to use Connection operation of database config = { 'mysql': { 'driver': 'mysql', 'host': 'localhost', 'database': 'test_one', 'user': 'root', 'password': '123456', 'prefix': ...

Posted by mrwutang on Wed, 13 May 2020 09:45:05 -0700

Oracle introduction 5

Learning video: https://www.bilibili.com/video/BV1tJ411r7EC?p=35 Data integrity: ensure that the data inserted into the table must be correct. Including entity integrity, region integrity, reference integrity and custom integrity. Constraints: constraints are used to ensure the integrity of data, including primary key constraints (PK), unique c ...

Posted by jmugambi on Tue, 05 May 2020 07:48:05 -0700

Hadoop Ecosphere-Ranger Data Security Management Framework

* Hadoop Ecosphere-Ranger Data Security Management Framework Author: Yin Zhengjie Copyright Statement: Original work, decline to reprint!Otherwise, legal liability will be pursued.        Introduction to Ranger Apache Ranger is a data security management framework designed to fully understand the Hadoop ecosystem.It provides a unified ...

Posted by mcirl2 on Sun, 03 May 2020 23:33:49 -0700

MyBatis and Oracle,MySql,SqlServer insert data return primary key method

MyBatis and Oracle,MySql,SqlServer insert data return primary key method MyBatis Oracle MySql SqlServer insert return primary key MyBatis returns an auto increasing primary key when insert ing data. It can be realized through XML configuration, while different configurations of database are different. Let's take a lo ...

Posted by kef on Sun, 03 May 2020 10:14:58 -0700

Oracle Starter Four

Last: Oracle Starter Three Learning Video: https://www.bilibili.com/video/BV1tJ411r7EC?p=35 Oracle table connection: internal connection, external connection.The outer connection is divided into left connection and right connection. In a multi-table query, if there is no conditional association between tables, all matching results will be found ...

Posted by dbrimlow on Sun, 03 May 2020 10:12:58 -0700