Oracle exception table learning notes

DML ErrorLogging  Oracle provides two types of exception tables.  This is a new feature available in Versions later than 10gR2.  DML error logging is a new feature in ORACLE10gR2. This new feature solves the following problems: assuming that you

Oracle stored procedure cannot be debugged

Problem: Use pl/SQL developer to debug Oracle stored procedures. Right-click the stored procedure, select test, and press f9 (debug ). If this is normal, the buttons such as run and step into can be clicked, or click run to the breakpoint, or

Modify the port of Oracle 10 GB and change EM

To modify the Oracle10g port, you must modify two files. (Modified by Red Hat linux as4u6) Listener. ora and tnsnames. ora All files are in the/opt/oracle10g/product/10.2.0.1/db_1/network/admin directory. Modify listener. ora as follows: ------------

Create a MongoDB Cluster

A cluster consists of the following three services: Shards Server: each shard is composed of one or more mongod processes used to store data.Config Server: used to store the Metadata information of a cluster, including the information of each Shard

Advantages and disadvantages of MongoDB

It is a gradual process to collect my own understanding of Mongodb's advantages and disadvantages, or to reference or extract from other reliable online files, it also expands with my understanding of Mongodb. (1) Mongodb limitations 1. Uneven

MongoDB cluster JavaAPI inserts data

After building the MongoDB cluster (SEE), you need to create a database, create a table, and set the partition primary key to initialize the data! (1) create a WLB database and set the table shards wlb_orders D:/mongodb-win32-i386-1.8.0/cmd> cd

Configure the Master and Slave modes for MongoDB

MongoDB is a scalable, high-performance, open-source, free-mode, document-oriented database. It is not a commonly used RDBMS and belongs to the database category of the popular NoSql database. It is not the same as a general key-value-based db

Cloning of Oracle 10g R2 database-physical copy cloning

In daily workDBAData transfer is often encountered. The most typical thing is to import the database running in the online system to the test environment for related upgrade tests and stress tests. The following two methods are used to clone a

Install PostgreSQL 9.1 On CentOS

gpg

The following are related records of installing PostgreSQL 5.5 On CentOS 9.1. (1) download the postgresql9. 1 RPM installation package from the http://yum.pgrpms.org/repopackages.php[Root @ server1 ~] # Wget http://yum.pgrpms.org/9.1/redhat/rhel-5-i3

Oracle DML Process

The process of a Delete operation in OracleDELETE)1. Oracle reads the Block to the Buffer Cache (if the Block does not exist in the Buffer)2. record the details of the delete operation in the redo log buffer.3. Create an undo entry in the

Oracle Database cold backup and full recovery

Lab environment: CentOS5.0 + Oracle11gR2.0 Objective: To test the cold standby and complete Recovery of the Oracle database in NOACRHIVE mode. Location of the original file:/u01/oradata/denver. restore to the/u01/oradata/md directory. Tutorial

Modify the name of an Oracle Database

I decided to modify the name of the database when I was idle recently. I remember I learned how to modify the name of the database by recreating the control file, you can use the nid of Oracle to modify the database name. However, this method is

An error occurred while changing the ORA Password

Change ORA Password Expiration problem: ERROR: ORA-28002: the password will expire after 7 days 1. putty Login Server 2. Perform sqlplus/as sysdba 3. Change the session garbled command: alter session set nls_language = american 4. view the user's

Oracle basic tutorial-installing and configuring a single Weblogic instance

First, use the useradd weblogic command to create the weblogic account Run the script shown in the weblogic directory and execute weblogic installation. The welcome page for Weblogic is displayed. Click Next to continue. Create the BEA

SQLite database operations in Linux: Table detection, creation, and deletion.

table detection, creation, and deletion. # Include # Include # Include # Include # Include BoolDb_tableExists (sqlite3 * db,Const Char* Tbname) { IntNRet; Const Char* SzTail; Sqlite3_stmt * pvm; CharSQL [1024]; Sprintf

Bulk collect usage of batch query Oracle

Integrity constraintsIntegrity constraints are used to enhance data integrity. Oracle provides five integrity constraints: CheckNOT NULLUniquePrimaryForeign key Integrity constraints are a rule that does not occupy any database space. Integrity

Basic Oracle Tutorial: SQL Structured Query statements

Structured Query LanguageThere are four types of statements:Data Query Language DQL-Data Query Language SELECTData Manipulation Language DML-Data Manipulation Language INSERT, UPDATE, DELETEData Definition Language DDL-Data Definition Language

Analysis of SCN in Oracle getting started tutorial

We will focus on several SCN SCN in control file 1. System checkpoint SCN After a checkpoint is completed, Oracle stores the scn of the system checkpoint in the control file. 2. Data File checkpoint SCN After a checkpoint is completed, Oracle

Oracle 10 Gb log on occasionally in Linux

Log on to the database using the following methods in Oracle in Linux: sqlplus/nolog conn/as sysdba, but it gets stuck at the conn/as sysdba step and cannot be logged on, and check whether the listening status does not respond. This is a bug in

Regularly back up MySQL Databases every day

Use mysqldump + crond for backup Create a database backup sh file such as/root/sbin/db-backup.sh DATE = 'date + % Y-% m-% d' /Usr/bin/mysqldump-uroot-p123456 mydatabase>/root/backup/mysql-backup. SQL. $ DATE Contents are all tables in the backup

Total Pages: 1013 1 .... 725 726 727 728 729 .... 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.