[Oracle true 2 series] the initialization parameters are static and dynamic

In When learning Oracle, we will find that many of Oracle's knowledge points are in pairs.So, in order to facilitate understanding and memory, I will make a summary of this series.The first part of this series is:Is the initialization parameter

Navicat connection to Oracle Database reports ORA-28547: connection to server failed, probable Oracle Net admin error Solution

Navicat is A. Oracle client that connects to the Oracle server through the Oracle client. There are two types of clients, one is standard Client installationProgram,:

Oracle adds and modifies deletion Fields

Syntax for adding fields: alter table tablename add (column datatype [default value] [null/not null],...); Alter table tablename modify (column datatype [default value] [null/not null],...); Syntax for deleting a field: alter table tablename drop

Select... Comparison of lock behavior between MySQL and Oracle for update

Environment: mysql> show variables like '%storage_engine%';+----------------+--------+| Variable_name | Value |+----------------+--------+| storage_engine | InnoDB |+----------------+--------+1 row in set (0.00 sec)mysql> select version();+-------

Considerations for Oracle Silent Installation

The environment configuration for Silent Installation is the same as that for graphical installation. Key points: ① Each response file is in the downloaded software package "/database/response /" Major: Oracle software installation, Please modify

Oracle constraint Learning (1) unique and check

Some people say that there is no index. What can be used to guarantee the constraint? Regardless of whether this is true or false, many restrictions (except not null) are implemented by using indexes to quickly locate constraints. The unique

Linux advanced commands for oracle users-Resource Management

(1) free A common problem is: How much memory is used by my applications, servers, users, and system processes? Or How much memory is available now? If the memory used by running processes is greater than the available Ram, you need to move these

Oracle fine-grained access control (fgac)

Environment: sys@ORCL> select * from v$version where rownum=1;BANNER----------------------------------------------------------------Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prodsys@ORCL> !uname -aLinux localhost.localdomain 2.6.18-

In-depth understanding of Oracle table (2): What about driving tables

Here is an example of comparing two dictionaries: A dictionary has an index directory (dict A), and a dictionary does not (dict B) Now we need to find out the similarities and differences between all the words starting with. So how do you compare

In-depth understanding of Oracle indexes (2): Index unique scan, index full scan, and index fast full scan

(I) index unique Scan For exampleIf the table has a unique index, index unique scan is used to search the index column. The original index unique scan and index range scan have the same search path on B tree. Only index unique scan stops

Step-by-Step learning of manual Oracle database creation (Beta)

① Configure listener. ora Reference document b14213 (net service reference)Example of static registration on page 1The first section of page 139th Case: think = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS=(PROTOCOL = tcp)(HOST= 192.168.227.128)

In-depth understanding of Oracle indexes (22): synergy between indexes and null is mutually beneficial

(I) basis of cooperation (1)/* All null Columns cannot be stored in B * tree */hr @ orcl> Create Table T (X number, y number ); HR @ orcl> Create index idx_t on T (x, y); HR @ orcl> insert into T values (1, 1); HR @ orcl> insert into T values (1,

Oracle development misunderstanding exploration II

Next to the previous article. ③ Dike DDL commit transactions DDL pseudo code display:BeginCommit;DDL-StatementCommit;ExceptionWhen othersThen rollback;End;Therefore, DDL is always submitted, even if the submission fails. DDL is submitted at the

Oracle SQL basics 1

Every RDBMS comes out of its own SQL features based on standard SQL. Oracle is no exception. Now, let's learn about Oracle SQL.Learning SQL is used by developers to achieve excellent business logic. It is used by managers to optimize

Considerations for full Oracle offline backup

Full offline backup, also known as cold backup. In non-archive mode, only cold backup is supported. The existence of cold backup is to protect the site, so that we can start from scratch when recovery fails. We know that the data file is the disk

Understanding the principles of Redo (7) Oracle redo Parallel Mechanism

In the previous blog, we know that the general process of writing redo entries into log buffer is as follows: Generate redo entry-> service process in PGA to obtain redo copy latch (multiple --- cpu_count * 2)-> service process to obtain redo

Summary of Oracle development considerations

1) There are two rows in the statistics that are related to performance. 15 SQL*Net roundtrips to/from client 198 rows processed The first line indicates the number of rounds from buffer cache to PGA. The second row indicates the number of rows

How to insert data to collection-type variables one by one in Oracle.

The previous two articles introduced how to use collection and update collection. This article will introduce how to generate a new collection and add data to it.Procedure insert_object (d in dept_array, D2 out dept_array) is Begin -- First way to

View Oracle Database diagnostic files (logs)

Diagnostic file (diagnostic file)1: Role of diagnostic files Diagnostic files:Contains information about major events in the background.Used to resolve problems,Used for daily log file management.2: Classification of diagnostic file logs There are

Oracle maintains tablespaces and data files

Document directory Method 1: automatically expand the tablespace Method 2: redefine the data file size in the tablespace Method 3: add data files to the tablespace. In this way, the tablespace is added. 1: important reference Wiki 2: Oracle

Total Pages: 2147 1 .... 1106 1107 1108 1109 1110 .... 2147 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.