Oracle's complete process of creating tablespaces, users
Oracle's complete process of creating tablespaces, users
I often use Oracle in my work and study process. Due to lack of experience and skills, Baidu is required every time.Now let's summarize how Oracle created users and share them with you.(
Here I will paste the sql statement directly. When using it, I can copy and paste it directly.
/ ...
Posted by bharrison89 on Fri, 26 Jun 2020 09:23:12 -0700
mysql master and slave of Liunx service management
Introduction of master and slave
What is master-slave?
MySQL master-slave replication is one of its most important functions. Master-slave replication refers to that one server acts as the master database server and another or more servers act as the slave database server, and the data in the master ...
Posted by grimz on Fri, 19 Jun 2020 05:48:13 -0700
Oracle trail notes
Oracle trail learning experience
stored procedure
Annotate a custom column name
Incoming parameters: field name and annotation
create or replace procedure csp_col_comment (
p_column_name varchar, --Field name
p_Title varchar, --field comment
p_RetVal Out integ ...
Posted by techjosh on Sat, 13 Jun 2020 23:52:50 -0700
Precautions for RHEL7 installation of 11204 RAC
Recently, many pits were encountered in the test of a customer's RHEL7 + 11204 RAC environment. Fortunately, they were found and handled in time before the official launch. Two of the problems are typical, so it is specially recorded that the problems are not caused by the self startup of O-related services after the host restarts. It seems tha ...
Posted by illusiveone on Mon, 08 Jun 2020 19:10:37 -0700
Oracle learning - PL/SQL assignment, type, exception, if, loop
summary:
PL/SQL(Procedural Language/SQL) is a special application development language of Oracle database. It is a programming language formed after the process expansion of the standard SQL language.
PL/SQL Oracle extends SQL procedure.
PL/SQL database programming
Benefits: simple, efficient, flexible and practical
1. Grammar
Basic syntax:
...
Posted by cheshil on Wed, 03 Jun 2020 03:08:17 -0700
pydbclib: a general database operation tool for python
pydbclib It is a general python relational database operation toolkit. It uses a unified interface to operate various relational databases (such as oracle, mysql, postgres, hive, impala, etc.) for addition, deletion, and query. It is a connection driver package for various python databases (such as sqlalchemy, pymysql, CX_ The encapsulation of ...
Posted by timbuckthree on Tue, 02 Jun 2020 08:05:41 -0700
MySql Easy Start Series --- The first stop is to easily understand MySQL overall framework from the source point of view
One: Background
1. Storytelling
Recently, looking at the major technical communities, whether they know, the Nuggets, the Blog Garden or csdn, we can hardly see any articles about sqlserver class shared by small partners. It looks like sqlserver has disappeared in recent years and no one has written it since. It is impossible to write sqlserver ...
Posted by Modernvox on Mon, 01 Jun 2020 17:54:38 -0700
Ubuntu installation configuration jdk
Install with paa source
1. Install paa
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
2. Install Oracle Java installer
jdk7
sudo apt-get install oracle-java7-installer
jdk8
sudo apt-get install oracle-java8-installer
The installer will prompt you to agree to oracle's terms of service and ...
Posted by Fixxer on Sat, 30 May 2020 22:05:00 -0700
Install MySQL-5.7.18RPM Bundle under CentOS 7.2 (applicable to the latest version of 5.7.20)
1, Environment
1. Operating system: CentOS Linux release 7.2.1511 (Core) minimized installation version
2. MySQL version: MySQL-5.7.18 (mysql-5.7.18-1.el7.x86_64.rpm-bundle.tar )
2, Installation process
1. Install wget.
[root@Geeklp-MySQL ~]# yum -y install wget
2. Download the installation package.
wget -c ...
Posted by mrmitch on Sat, 30 May 2020 09:44:20 -0700
[open source]. Net ORM access to Renmin Jincang database
preface
Beijing Renmin Jincang Information Technology Co., Ltd. (hereinafter referred to as "Renmin Jincang") is a domestic data management software and service provider with independent intellectual property rights. Founded in 1999 by a group of experts from Renmin University of China who are the first to carry out database teaching, ...
Posted by fean0r on Thu, 28 May 2020 04:41:17 -0700