How to troubleshoot Oracle ORA-01555 errors

First, understand under what circumstances Oracle will produce ORA-01555 errors: Suppose there is a table1 table with 60 million rows of data, assuming that the full table Scan 1 times takes 2 hours, from the process: 1. At 1 o'clock, User a

Oracle Management Constraints (v) Oracle uses deferred constraint checking

By default, if you type data that violates a constraint rule when you perform a DML operation, the error message is immediately prompted. In some cases, you might want to check for constraints at the end of a transaction, such as cascading updates

Oracle Admin User (ii) Oracle Modify and delete user

1, modify the user (1) Modify password 09:57:30 sql> alter user tiany identified by Tianya; User altered. (2) Modify table space quotas Table space quotas are used to limit the maximum space that a user object can occupy on a table space. 09:59

A detailed view of Oracle's common dynamic performance

First look at when to use dynamic performance view: (1) Nomount When you start the routine, Oracle opens the parameter file, assigns the SGA, and starts the background process. Therefore, when the routine is in the Nomount state, only access to

Oracle Grouping and Group functions

One, sum and seek average 1. What is a group function The group function is the multiline function that we talked about earlier. It operates primarily on tables. Because there are only a few rows of data in the table. Let's take the two group

Oracle's where condition and sort

A brief introduction of conditionsUnderstand the general form of conditionsThe most common condition is the following form: Gyj@ocm> Select * from t1 where name= ' gyj2 '; ID NAME SALARY---------- ---------- ----------2 Gyj2 8000Criteria can be

Introduction to the use of SUBSTR functions in Oracle

In Oracle/plsql, the SUBSTR functions allows you to extract a substring a string. The syntax for the SUBSTR function is: substr (String, start_position, [length]) Description The string is the source string. Start_position is the position for

Basic maintenance Commands common to Oracle RAC

1. Status of all instances and services $ srvctl Status database-d ORCL Instance ORCL1 is running on node linux1 Instance Orcl2 is running on node linux2 2, the status of a single instance $ srvctl Status instance-d orcl-i Orcl2 Instance Orcl2

Teach you to efficiently delete duplicate data in an Oracle database

The data de-duplication technology can provide more backup capacity, achieve longer data retention, maintain continuous verification of backup data, improve the level of data recovery service, and facilitate data disaster tolerance. Duplicate data

Oracle analysis Functions (2)

Next, we will parse the parsing function syntax format (syntax format diagram refer to: http://blog.csdn.net/yidian815/article/details/12709223). Function name When it comes to it people, it's a simple thing, not a description. Function arguments:

Oracle's hash Join connection

Recently, read some of the data on the hash join, the summary is summarized as follows, in case of forgetting. A HASH join is a table join method that Oracle introduced in version 7.3 to complement the nested LOOP and the sort merge. A HASH join

Oracle Tutorial: Rman detailed

1, set up concurrent to perform Rman backup 1) Manual Configuration run{ Allocate channel C1 type disk; Allocate channel C2 type disk; Allocate channel C3 type disk; Backup database format ' C:\rman\d_%U_%p.bak ' tag= ' Xifenfei '; } 2)

Looking at the working principle of Oracle database query from a single SELECT statement

If we now use a SELECT statement to query data from a database, how does the Oracle database work? What can we learn from it? Below, combine a simple SELECT statement to see the operating mechanism of Oracle database backstage. This is very helpful

Use of ORACLE sequence

In Oracle sequence is called the serial number, each time it will automatically increase, generally used in the need to order by serial number of places. 1, Create Sequence You must first have create sequence or create any sequence permissions,

Analysis of performance adjustment and optimization methods for Oracle Database

1 Introduction Oracle database, as a large relational database with high reliability, high security and high compatibility, has been widely used in the fields of finance, communication, medical care, manufacturing and so on, and has gradually

Analysis and solution of Oracle Common error codes

In the process of using Oracle, we will often encounter some Oracle errors, this article analyzes the use of the more frequent error code one by one, hoping to help you find a reasonable way to solve these errors, but also hope you can put forward

Oracle bigfile large File table space

A Database is composed of one or more logical storage units called tablespace (tablespace). The logical storage units in the Tablespace are segments (segment), and segments can continue to be partitioned into data extensions (extent). The data

Issues to be noted for configuring Oracle RAC

RAC is a cluster of Oracle companies, and there are many articles on the web that introduce the RAC configuration. But holding these wonderful documents doesn't necessarily make the RAC configuration successful. Because RAC is a very complex

Oracle partition (1) partition pruning

Partitioning pruning Partitioning pruning means that for partitioned tables or partitioned indexes, the optimizer can automatically extract the partitions that need to be scanned from the from and where words according to the partitioning key, thus

The process of adding a new hard disk to the virtual machine and creating an LVM bare device for use by Oracle

The following is the process of adding a new hard disk to the virtual machine and creating an LVM bare device to use with Oracle, and we learn together, there is not the right place to guide, thank you. Linux system is AS4 update 7 Before the

Total Pages: 2147 1 .... 844 845 846 847 848 .... 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.