Parsing of oracle self-starting scripts in linux

Procedure:1. Write a StartOracle. SQL statement in the/directory.Vi/StartOracle. SQL Add the following two rows to saveStartupExit2. Configure/etc/rc. localAdd the following content to vi/etc/rc. local and saveSu-oracle-c '$ ORACLE_HOME/bin/lsnrctl

Oracle Installation in RHEL5

Download all file names:10201_database_linux32.zipFile size (KB ):653061KBModify the sysctl. conf file in the/etc/directory to add the kernel parameters. The key part is described as follows:Added content:Kernel. shmall = 2097152Kernel. shmmax = 2684

Custom aggregation using grouping sets grouping in Oracle

This article explains how to use grouping sets grouping in Oracle databases through the author's personal experience.When you use group by statements with Aggregate functions such as COUNT and SUM, you generally cannot get the total number of levels.

Notes on MySQL installation under Fedora Core7

It is important to install MySql in a compressed package. In Windows, it is easy to decompress. Zip directly (Windows permission management is really weak -- | ). However, unzipping .tar.gz via coreora core7cannot be started. However, I started the

Collection of the most common Oracle commands for new students

We have sorted out the most common Oracle commands for Oracle beginners to learn! 1,Create a tablespace:Create tablespace name datafile' file address and file name '[size] [autoextend [on | off]; Note: [size] indicates the size of the tablespace to

Oracle closes and enables archiving logs

Oracle closes and enables archiving logs 1. Archive Mode 1 SQL> archive log list; # Check whether the archive mode is used2 SQL> alter system set log_archive_start = true scope = spfile; # enable active ArchivingSQL> alter system set

ORA-12537: TNS: connection closed

Error: ORA-12537: TNS: connection closed. Environment: Oracle: 11.2.0.2 OS: LINUX 5.6 Environment: RAC NODE1: 10.20.31.36 NODE2: 10.20.31.38   [Oracle @ ract1 ~] $ Sqlplussys/oracle@10.20.31.36: 1521/racdbas sysdba SQL * Plus: Release 11.2.0.2.0

Silent Installation of Oracle 11g db soft

Preparations for the operating system are omitted here:1. Create a respone FileDgdb-> cat db_install.rsp | grep-v ^ # | grep-v ^ $> db_install2013.rspDgdb-> more db_install2013.rspOracle. install. responseFileVersion

Oracle users and Roles

1. User Management 1.1 create a user (Database verification) Create user dave identified by pwd Default tablespace users Temporary tablespace temp QUOTA 5 m ON users;   1.2 modify a user Alter user dave quota 0 on system;   1.3 Delete a user Drop

Oracle viewing logs

1. Check alert logs Symptom description: During routine Oracle maintenance, you often need to check the alert alarm log to check whether the database is faulty. Cause analysis: Oracle 11g modified the log system, instead of using oracle9's alert

Oralce swap 100% Case Study

Operating system version: CentOS 5.8 64bit Database Version: 11.2.0.1 Problem description: Recently, the database was added to 32 GB of memory, and the MEMORY_MAX_SIZE parameter was increased to 28 GB, And the MEMORY_TARGET parameter was changed to 2

Sequence usage in Oracle

In Oracle, sequence is the so-called serial number, which is automatically increased every time it is obtained. It is generally used in places where the sequence numbers need to be sorted. 1. create sequenceFirst, you must have the create sequence

RMAN full backup and Incremental Backup

---------- Full backup -----------Backup set: block BACKUP used in data filesImage copy: a complete COPY of all data files.---------- Incremental Backup -----------A backup of a database that has changed since a specific time point. This time point

Hive and HBase integration, query exception

Version description Hadoop 1.0.3HBase 0.94.1Hive 0.9.0 Perform operations Hive> select count (*) from tablename; Exception prompt Exception in thread "Thread-54" java. lang. RuntimeException: Error while reading from task log url At

ORA-00947: Not enough values does Not have enough value

This error occurs when the insert statement is executed. Insert into Table 1 values (123,2423, 12 ); The structure of Table 1 has four columns. Obviously, only three columns are inserted, so this problem occurs. After the value of another column is

Oracle Undo Principle

Starting from 9i, Oracle also provides a new Undo Data Management method, that is, using the Automatic Oracle Undo tablespace Management, usually abbreviated as AUM ). (1) check whether the empno = 7788 record exists in the Buffer Cache. If it does

Oracle RAC backup and recovery Voting Disks

For how to add and delete Voting Disks in Oracle RAC, refer: Oracle RAC backup and recovery Voting Disks The Voting Disks file does not need to be backed up every day. Generally, backup is required in the following situations: ①: After Clusterware

MySQL 5.6 memcached api experience

MySQL 5.6 brings us the memcached fof innodb api. The main advantage is that we can read and write the MEMCACHED plug-in through the most familiar SQL statements. I will not introduce installation and configuration. If necessary, visit the official

Oracle recovery Internal principles (various recovery features)

10.1 parallel recovery (v7.1) The goal of parallel recovery is to use parallel computing and I/O mechanisms to reduce the time for crash recovery, single instance recovery, and media recovery. When multiple data files on multiple disks are restored

Notes for using foreign keys in InnoDB

Differences between Innodb foreign key and SQL standards: When there are many inserts, deletes, and updates rows in sel statement, fk will check one row. Innodb sets the shared row_level locks in the parent table or child table. MySQL CHECK

Total Pages: 1013 1 .... 783 784 785 786 787 .... 1013 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.