Oracle RAC practice (1)

Oracle RAC Full name: Oracle Real Application Clusters, that is, Oracle Real-Time ApplicationProgramCluster, so that different applications can access multiple Oracle instances as if accessing one Oracle instance (of course, the performance is

Oracle ORA-28000: the account is locked in has been resolved

I encountered ORA-28000: the account is locked in this situation because I logged on to Oracle on the remote server and also logged on locally, so Oracle was locked, I read a lot of information on the Internet and looked at my big head, so I finally

How to calculate time difference in Oracle

Computing time difference is a common problem of ORACLE data types. Oracle supports date calculation. You can create expressions such as "date 1-date 2" to calculate the time difference between the two dates. Once you find the time difference,

Oracle architecture-Introduction to databases, tablespaces, and instances

I. Databases A database is a collection of data, while Oracle is a software system that manages these data sets. It is an object-relational database management system.  Ii. tablespace Tablespace is the logical ing between Oracle and the data

Oracle deletes all tables of a user.

Some people said that they would first delete a user and then create the user. I want to delete all tables under this user, but do not delete others. 1. query all tables under this user: Executed under this user (no result, because it should not

Common Oracle SQL

Tablea Columna columnb A 1 & 2 SSS   Select * from a where Columna like '% 1 & 1000'; ------------------ the system prompts you to enter a variable. What if I want to query SSS Based on the clomna value? Analysis: & is a variable character

Comparison between Oracle Database 10 GB and IBM DB2 UDB 8.1

This article was transferred from the Oracle website. Although this article is from Oracle, there are some advertisement components, but I think the big-sector content is still true. We will not see from this comparison that the advantages and

Article 2 Oracle hardware configuration architecture II: network host structure (organization)

This article is based on 17th articles on Oracle architecture and management. Ii. network host structureNetwork host structure, that is, multiple Oracle hosts form an oracle host system. Each host communicates with each other through Oracle Net

12th Oracle parameters and parameter files (1)

Oracle parameter file (1)In Oracle databases, parameter files contain all database configuration information, which is very important. I think that if you want to manage Oracle well, you must be well aware of the parameters and parameter files.

15th Oracle Permissions

1. Permission OverviewPermission is the user's power to execute a function. In Oracle, permissions are divided into system permissions and entity permissions based on different system management methods. System permission refers to whether

Oracle architecture-memory structure

I. system global zone (SGA) Data in the global zone of the system is shared by multiple users. When the database instance is started, the memory in the global zone of the system is automatically allocated. SGA is divided into data buffer, log

Oracle Database Link knowledge

Maxactive is the maximum number of activated connections. The value is 20, indicating that a maximum of 20 databases can be connected at the same time..   Maxidle is the maximum number of idle connections. The value here is 20, indicating that 20

Oracle table join method (illustrated)

Normal equal connections:Select * from a, B where a. ID = B. ID;This is an internal connection. For external connections:"(+)" Can be used in Oracle, and 9i can use left/right/full outer join. Left Outer Join: left Outer JoinSelect E. last_name, E.

Oracle calls Java

Function calls in other languages Java function call   Create a Java resource in the Oracle database, or use the loadjava command to load other Java classes or jar   Create or replace and compile Java sourcenamed mytestjavaPublic class factorial

Oracle database objects

This article studies the usage of Oracle database objects. Oracle contains five database objects: alias, sequence, view, index, and cluster. the alias and sequence are specific database objects in Oracle. Alias: After setting an alias for an ORACLE

Oracle functions and triggers

Functions in the database include the following four parts: Declaration, return value, function body, and Exception Handling. Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 create or replace

Oracle stored procedures with return values are large | medium | small

Create a table Create Table atable ( Test1 varchar2 (20 ), Test2 varchar2 (20) ); Create a stored procedure Create or replace procedure testd (para_1 in varchar2, para_2 out varchar2)Begin-- Select into para_2 from atable where test1 =

Oracle SQL loader application

I. Features of SQL LoaderOracle has many tools for data migration, backup, and recovery. However, each tool has its own characteristics.For example, exp and IMP can be used to export and export data in the database, which is a good tool for database

Oracle tiger trigger instance

Oracle tiger trigger instance-- Instance 1 ------------------------ -- Create a trigger. When you execute DML statements on the test table, the related information is recorded in the log table. -- Create a test table Create Table Test ( T_id number (

Oracle system table list (to be improved and modified)

Reprinted from: http://www.iteye.com/topic/82587   The data dictionary dict always belongs to the Oracle user SYS.1. User:Select username from dba_users;Change PasswordAlter user spgroup identified by spgtest;2. tablespace:Select * From

Total Pages: 2147 1 .... 1411 1412 1413 1414 1415 .... 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.