Oracle O & M services

The construction of enterprise information systems can be divided into IT planning, IT construction, and it o & M phases based on the lifecycle. The it o & M phase takes the longest time, it o & M management is related to the quality, cost, and

Use of the soundex () function in ORACLE Database

In the Oracle database, the SOUNDEX function returns the voice representation of the string parameter, which is useful for spelling different words, but has the same pronunciation as some others. Syntax of the SOUNDEX function: SOUNDEX (string)

VirtualBox + Oracle11gR2 installation manual + installation script + video tutorial

Similar to the installation of Oracle12c, I have done this tutorial to communicate with colleagues. The tutorial content includes:1. Detailed installation manual, 60-page Word Document2. Detailed installation script to simplify installation

Solution to EXP-00011 errors reported by oracle11gR2 using exp Export command

The customer database server encountered a strange phenomenon during the training process. The customer's database server environment is AIX6 + Oracle11gR2. The specific phenomena are as follows: When executing EXP export, some tables prompt EXP-0001

ORA-1555 classic errors

Symptom: The application's night dimension starts to run at, but for hang reasons (it is assumed that a piece of data processed by the night dimension is the same as that processed by the current application, wait for the same resource lock until

Use SQLTuningAdvisor to optimize SQL statements for Oracle11g

In the CBO mode, the optimizer determines whether to use full table scan or index. The optimizer compares all possible methods and selects the lowest cost method. Using SQL Tuning Advisor and SQL Access Advisor, you can call the optimizer in

How to query the average Message Size sent by an instance in rac

How to query the average Message Size sent by an instance in rac Run the following command to obtain the average Message Size sent by an instance in rac: SQL> select sum (kjxmsize * (kjxmrcv + kjxmsnt + kjxmqsnt)/sum (kjxmrcv + kjxmsnt + kjxmqsnt )

Install and configure oracleclient in linux

The installation of the oracle client is very simple. The key lies in the tns configuration. The rpm installation package I used here is that oracle itself is not open source, which is the easiest to install with rpm. 1. to remotely use oracle,

Oracle uses to_date to query the first day of a week

Weeks are calculated using the IW method. If there are more than or equal to four days between 52nd weeks in a year and December 31 days in that year, it is set to 53rd weeks in that year, otherwise, the remaining days are classified as the 1st week

Authentication Method for Oraclesysdba and sysoper

1. ORACLE has two ways to authenticate sysdba/sysoper users: 1). Operating System Level Authentication: After logging on to the oracle Database Host, you can use sqlplus/as sysdba to log on directly: users who belong to the dba permission group

Exp when encountering EXP-00008 & amp; ORA-06550 & amp; ORA-00904

Solutions for EXP-00008 & ORA-06550 & ORA-00904 during expSymptom: exp returns an error as follows:[Oracle @ cicgo1 oracle] $ exp system/pass owner = cicgo file =/tmp/cicgo. dmpExport: Release 8.1.7.4.0-Production on Tue Apr 23 15:07:17 2013(C)

Mybatis_oracle entry case

1. Create a database mybase in oracle and a new users table. The table has two fields: id: auto-increment and name. The steps are omitted. 2. Create a java project and import two jar packages: classes12.jar and mybatis-3.0.4.jar. 3. Create a package

OracleORA-12514 Solution

Oracle ORA-12514 SolutionWhen Oracle uses exp to export table data, a ORA-12514 occurs and the findings share error: ORA-12514: TNS: The Listener currently cannot identify the service reason requested in the connection descriptor: SID configuration

Plsql parameters IN and OUT

scott.pro_para_inout(p_dname out scott.dept.dname p_loc out scott.dept.locTYPE) dbms_output.put_line(p_dname dbms_output.put_line(p_loc pro_para_inout; Call ;   Result When the parameter type

Oracle Date Format

I wish you all the best in 14 years. Show the date and the week of the day:SQL> select to_char (sysdate + level-1, 'yyyy-mm-dd') dt,To_char (sysdate + level-1, 'aws') weeks from dual connect by level DT WE------------2014-01-03 012014-01-04 012014-01

Optimize Query of big data tables

The first thing we think of is creating an index. Creating an index can multiply the query efficiency and save time. However, if the data volume is too large, simply creating an index at this time will not help. We know that if we count queries in

Several files and cases to be modified for oracle11gr2 Installation

1. Memory Management, add at the end of the file/Etc/sysctl. conf fs. aio-max-nr = 1048576 fs. file-max = 6815744 kernel. shmall = 2097152 kernel. shmmax = 536870912 kernel. shmmni = 4096 kernel. sem = 250 32000 100 128 net. ipv4.ip _

Summary of Oracle Database optimization experience

I personally understand that the most important factor in database performance is I/O, because the operation memory is fast, but the read/write speed is very slow. The most critical problem in optimizing the database is to reduce the disk I/O, the

ORA-00911 invalid character error Solution

When PL/SQL is compiled, the following error occurs: ora -- 00911, incalid character. This error is caused by a problem with the SQL statement and is not identified during SQL check. However, you should note that this error is often caused by the

Oracle study Note 1

Select distinct --, -- from --; // query the specified row, which is not repeated.Set timing on; // display the start timeSelect count (*) from --; // countSelect -- ''-- from --; // alias of the name displayedNvl (comm, 0) // If comm is not empty,

Total Pages: 2147 1 .... 1728 1729 1730 1731 1732 .... 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.