Installation of Oracle Database tutorial

First, download the Oracle database or my blog from the official websitewebsite address : Oracle DatabaseBlog Address : BlogSecond, the installation databaseNote: A 10g database is only valid on XP operating systems.It is recommended to install it

Log pits in the process of installing and using Oracle databases on Windows

1. Install Oracle Oracle software is free and can be downloaded to the website to download the appropriate installation package. However, if commercial use is required to purchase license. Official online for various platforms, both 32-bit and

oracle--Sub-query--bai

--1 CREATE VIEW Show_max_sal_name_view display the highest wage employee name and his salary create or replace view Show_max_sal_name_view asselect Ename,sal from SC Ott.emp where sal= (select Max (sal) from scott.emp), select * from

Oracle Add, modify non-null constraints

A NOT NULL constraint is a non-null constraint that often adds a non-null constraint when creating a table to guarantee that the field must enter a value(1) Add NOT NULL constraint when creating tableGrammar:CREATE Table table name (field type not

Problems with concurrent access to different transactions in the Oracle database

PhenomenonTake Sql/helper as an example, open a different SQL window and manipulate the same table as shown below.Window 1: Get a set of query results when you perform an update task, followed by a query. The result is right.Window 2: While in

How Windows Opens Oracle Services

1 Start-run-services.msc 2Locate the service Oracleoradb10g_home1tnslistener and ORACLESERVICEORCL Note the ORCL service name. these two areOracleThe two services that are required to start are automatically started by default the two services are

Oracle Getting Started Foundation

Log in to the connection using the Sqlplus toolStart-"Run cmd-" c:\users\admininstrator> sqlplus Please enter your username: [email protected] As SYSDBA enter password:rootsql> or direct input sqlplus sys/[ Email protected] as SYSDBA enterQuerying

oracle--Knowledge Point Summary

Build table:SELECT * FROM fruit;create table fruit (id varchar (+) NOT NULL, name varchar () default "NOT NULL", price varchar () default ' NOT NULL, area varchar (+) default ' NOT NULL, PRIMARY key (ID)) INSERT into fruit (id,name,pri Ce,area)

Oracle 11g RAC ORA-01555 snapshot over old error handling

ORA-01555 snapshot is too old, is a common error in the database, such as when our transaction needs to use Undo to build a CR block,And at this time the corresponding undo no longer exists, this time will be reported ORA-01555 error.Environment is

ORACLE queries one data table and then inserts two of the other tables by traversing

ORACLE queries one data table and then inserts two of the other tables by traversingGrammarThe first type:By using the Oracle statement block-- Specifies that all departments of the document can view DECLARE cursor table_dept is Select Id,uname

Create a database with Oracle

This article is only used for learning communication, commercial use, please support the genuine! Reprint Please specify: http://www.cnblogs.com/mxbs/p/6217151.htmlCreation of a databaseOpen "All Programs"-"oracle-oradb10g_home2"-"configuration and

Where statements and sort operations for Oracle

Where Features:1. used to filter the data2, can be compared, logical operation3. Where needs to be placed behind from=========================================================First, the comparison operationThe comparison operation contains:> = 1,

Oracle uses the merge into statement to update data

/*merge into detailed introductionThe merge statement is a new syntax for merging the UPDATE and INSERT statements oracle9i.With the merge statement, another table is queried based on the join criteria of one table or subquery,The connection

Oracle Common functions

One, operatorArithmetic operators: +-*/Can be used in SELECT statementsJoin Operators: | | Select Deptno| | Dname from Dept;Comparison operators:> >= =! = Logical operator: not and ORSet operators: Intersect, Union, union all, minusRequirement: The

Oracle Regular intercept String function

Now there is a demand, the database of a hand to lose the ' birthplace ' field, in accordance with a certain standard interception display on the report, for example, if the ' birthplace ' of the content is: ' Shandong province Weifang Changle

Simple commands for Oracle triggers

--basic commands for creating triggersCreate or Replace TriggerTD afterDelete onSSbeginDbms_output.put_line ('Delete succeeded');End;--basic commands for creating triggersCreate or Replace TriggerDD AfterInsert onSS forEach row--no variable to

Oracle Regular expression function-regexp_replace use example

The original is here: Poke6 parametersThe first one is the string enteredThe second one is the regular expressionThe third one is the substituted characterThe fourth is to identify a regular expression match starting from the first few characters.

Oracle database, fuzzy query, go to re-query

Group to re-query, and execute a function: Select group field, aggregate function from table name where Condition GROUP by Group FieldSelect group field, aggregate function from table name where Condition GROUP by Group Field having filter

Oracle General Operations

1. Create a tableSQL code 650) this.width=650; "class=" star "src=" Http://1395573703.iteye.com/images/icon_star.png "alt=" Favorite Code "style=" border:0px; "/> Create Table Test ( ID VARCHAR2 (10), Age Number ); 2.

The Adventures of Oracle 12.1.0.2 RAC based on Windows 2012 deployment

650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M01/8B/77/wKioL1hO3NryZF4zAA0MYiOFZzY423.jpg-wh_500x0-wm_3 -wmp_4-s_3260271067.jpg "style=" Float:none; "title=" 20,161,212 Monday based on Windows 2012 deployment Oracle 12.1.0.2 RAC Adventures.

Total Pages: 2147 1 .... 1187 1188 1189 1190 1191 .... 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.