Ubuntu/Linux Terraform oci one click script snapping up Oracle VM Standard. A1. Flex # 4 OCPU, 24 GB memory vps

Oracle's machine was blown up, so that the little partners could not open the free machine, so they wrote a script and robbed it on the server. When the resources came out, they could basically open it. This script uses Terraform to call API to execute tasks. The following is a brief description. Oracle ARM has been used by everyone for a wh ...

Added by adam87 on Sun, 20 Feb 2022 19:22:56 +0200

[software implementation interview] MySQL and Oracle joint query and aggregate function interview summary

The second bullet in the series of software implementation Interview articles, the interview summary of MySQL and Oracle joint query and aggregate function. If you look at mysql, can't you have some oracle? In front of it, many companies have done many written test questions, and now there are few written test questions. How much ink do you hav ...

Added by bradgrafelman on Fri, 18 Feb 2022 17:13:20 +0200

[basic knowledge] basic knowledge of RMAN - Part2

Continued [basic knowledge] basic knowledge of RMAN - Part1 Use two articles to sort out the contents learned before and do the experiment again. There are both commonly used and not commonly used. There are many points that can be deeply dug. We'll do it later 1, Configure backup set - backup slice - compression - Encryption 1. Configure the ...

Added by quark76 on Fri, 18 Feb 2022 10:40:27 +0200

Simple introduction to oracle (comprehensive)

oracle simple introduction oracle concept oracle is a relational database. It has a large database. The large database is composed of one or more instances. Each instance is composed of background processes and logical data. Multiple table spaces and multiple users can be created under one instance. Each user has a default table space, and ...

Added by dmikester1 on Tue, 15 Feb 2022 06:08:19 +0200

New Oracle database instance without Linux interface

New Oracle database instance without Linux interface according to https://blog.csdn.net/qq_24058757/article/details/88220437 Summarize and sort out your own new instance process after step operation Memory check Check the memory. There should be no problem. If the memory is small, pay attention to the mounting [oracle@oracledb ~]$ grep -i m ...

Added by Flames on Wed, 09 Feb 2022 13:29:07 +0200

Experiment 12: user and role management

The user's name and password (for example, the first two letters of the user's name and password in this exercise) can be created and assigned to the corresponding user's name and password in the system. Record all PL/SQL statements executed correctly. (where n is the last two digits of my student number) (1) Connect to the database using the ...

Added by sayma on Tue, 08 Feb 2022 21:28:04 +0200

[openGauss] I rubbed a UTL for openGauss with plsql_ URL package

preface Recently, I began to bite the openGauss compatible package. I'll practice with a simpler one first. UTL_ The url package has only two functions, "ESCAPE" and "unscape", which are actually two functions of URLENCODE and URLDECODE used in other development languages. They are mainly used to process some specific char ...

Added by Bryan Ando on Thu, 03 Feb 2022 10:04:16 +0200

Centos7 installation Oracle19c--Oracle19C graphical interface installation

1. Preparation of relevant documents (1) linux installation file preparation, installation of oracle Software and instances, download link: https://www.oracle.com/cn/database/technologies/oracle-database-software-downloads.html#19c Choose Linux x86_64 system version, click download. Log in with Oracle account before downloading. If there is no ...

Added by hostfreak on Wed, 02 Feb 2022 03:10:58 +0200

Index, view, Oracle of database

1. Index index 1. Definition Indexing is a fast, ordered data structure that helps databases efficiently retrieve data. In addition to data, the database system maintains data structures (additional storage space) that satisfy specific lookup algorithms, which point to the data in some way so that efficient lookup algorithms can be implemente ...

Added by Majes on Mon, 31 Jan 2022 22:32:37 +0200

Database system experiment of Software College of Shandong University -- Experiment Based on Huawei RDS for MySQL database

1, Experimental time June 1, 2021 - June 30, 2021 2, Experimental preparation In the experiment, you need to buy an instance on Huawei cloud database, create a corresponding table, and import the corresponding data. The specific data is given in the teacher's Excel table. For the specific process of purchasing and building tables, please ...

Added by SoccerGloves on Sat, 29 Jan 2022 00:58:24 +0200