ASM disk expansion and FRA addition
Background description
System a is a dual node RAC. System a is short of disk space, so apply to Party A and add 1T disk to system a; System B is a single instance. System B has the remaining 500G disk and 800G disk DATA disk space. The archive storage location is in the DARA disk. The archive space size is set to 800G. Apply to Party A. s ...
Posted by nazariah on Sun, 26 Sep 2021 06:22:59 +0200
[Oracle] CentOS 7.4 installation and deployment Oracle19c
[Oracle] CentOS 7.4 installation and deployment Oracle19c
Project requirements
In the production environment, according to the business development and project requirements of the enterprise, the business database will be selected according to the importance of the business, and the data model and database design ...
Posted by delfa on Fri, 24 Sep 2021 11:06:27 +0200
Oracle flashback Technology (flashback)
Article catalog
1 Overview2 example description
2.1 flashback query2.2 flashback version query2.3 flashback transaction query2.4 flashback table2.5 flashback deletion 3 expansion
1 Overview
In order to recover Oracle database from misoperation quickly, Oracle has introduced flashback technology.This blog mainly shares the flashbac ...
Posted by Taneya on Wed, 22 Sep 2021 02:16:23 +0200
Single line function of oracle
Single line function
Single line function: Operation data object Accept parameters and return a result Transform only one row One result per row Data types can be converted Can be nested The parameter can be a column or a value function_name [(arg1, arg2,...)]
Single-Row Functions Character function
LOWER('SQL Course')--sql course
UPPER ...
Posted by DK_Sun on Sun, 19 Sep 2021 10:46:53 +0200
An example of ASM disk not found in DBCA Library
Environmental Information
red hat linux64
gi 11.2.0.4
oracle 11.2.0.4
Problem Phenomena
After installing gi software and oralce database software, the database is built through the dbca user interface. It is found that the database can be built normally on node1, not on node2. The dbca library building process errors on node2.
Figur ...
Posted by scottrad on Sun, 05 Jul 2020 17:42:16 +0200
MySQL parsing order
SQL parsing order
Next, let's take a look at the past and present life of an SQL statement.
First, let's look at the sample statement:
SELECT DISTINCT
< select_list >
FROM
< left_table > < join_type >
JOIN < right_table > ON < join_condition >
WHERE
< wh ...
Posted by rlhms09 on Sun, 21 Jun 2020 04:28:16 +0200
[Java] http connection using agent (example of integrating Alibaba cloud SMS service in Intranet environment)
1. Problem description
I do project services: start in the Intranet environment, all links related to the Internet need to go through transparent agent.Alibaba cloud sdk: encapsulate all operations related to http. We can't configure HTTP related settings.
To solve the problem 1: how can intranet serv ...
Posted by Simmo on Wed, 17 Jun 2020 07:11:50 +0200
LinkedList is 1000 times slower than ArrayList? (dynamic graph + performance evaluation)
Array and linked list are two kinds of data structures commonly used in the program, and they are also one of the interview questions often tested in the interview. However, for many people, they just vaguely remember the difference between them. Maybe they still don't remember it right. And every time they come for an interview, they have to r ...
Posted by nomis on Mon, 15 Jun 2020 07:07:42 +0200
To in Oracle Database_ Usage of the date() function
In an Oracle database, Oracle to_ The date () function is a frequently used function. Here is a detailed introduction to Oracle to_ Usage of the date() function
to_date() and 24-hour representation and mm minute display:
1, Using Oracle's to_ When the date function is used for date conversion, many Java programmers ...
Posted by $SuperString on Mon, 01 Jun 2020 17:15:37 +0200
How ORACLE databases export table structures using the datapump tool and import them under other Schema s
This is a brief introduction to how to export and import table structure definitions using the datapump tool of the ORACLE database.Because business scenarios can be very simple, you won't encounter any problems, or business scenarios can be very complex, and you will encounter a lot of problems.Here's a brief description of what you need.A bat ...
Posted by Hexxx on Thu, 28 May 2020 03:39:28 +0200