Oracle trigger)

  SQL code -- Trigger -- 1. DML trigger DML statements (DELETE, INSERT, UPDATE) /* A dml SQL statement may have multiple or only one row. The statement trigger triggers each SQL statement. The trigger is executed only once. The Row-Level Trigger is

Create a user, role, authorization, and tablespace in Oracle

  The permission system of the oracle database includes system permission and object permission. Database system privilege allows users to execute specific command sets. For example, the create table permission allows users to create tables, and the

Install patches for EBS applications

1. Patch preparation There are four main points:1) use Telnet to log on to the application server and check the Unix server type. Currently, there are three types of server (ibm aix, SUN Solaris, and hp ux.2) view the version number of the program

[Oracle]-[TWO_TASK]-roles of TWO_TASK Environment Variables

[Oracle]-[TWO_TASK]-The Role Of The TWO_TASK environment variable is the two connection strings currently configured (one local database and one remote database ): [oracle@liu admin]$ more tnsnames.oraBISAL = (DESCRIPTION = (ADDRESS = (PROTOCOL =

Oracle Database creation and date format usage

Oracle Database creation and date format usage Install oracle Instance name orcl, system password system/* Database creation steps:1. Install the oracle database tutorial, enter the Instance name orcl, and finish creating the instance database.2. in

Solution ORA-28002: password expired 7 days later

This article to tell you about the solution of ORA-28002: Password 7 days after the expiration method, you can look at the students who need to refer to oh, good time not to say more let's see it. Symptom description:Log on to oracle 11gERROR: ORA-28

Create a user, role, authorization, and create a tablespace instance in Oracle (1/2)

New users ask me about SQL statements or instances for creating users, roles, authorization, and tablespace in Oracle. Let's take a look at this article. Each oracle user has a name and password, and has tables, views, and Other Resources created by

[Oracle experiment] cross-platform transfer tablespace win

Starting from 11 GB, oracle supports cross-platform table space transfer.View the list of supported platforms. If the endian format of the source and target databases is inconsistent, You need to convert SQL col platform_name Solaris

Oracle theoretical knowledge

I. SQL tuning class 1: List several table Connection MethodsHash join/merge join/nest loop (cluster join)/index join 2: How to view SQL Execution plans without using third-party toolsSet autot onExplain plan set statement_id = & item_id for &

Ruby on Rails connection to Oracle Database

Today I learned about the latest popular Ruby on Rails. I feel that it is a code generator linked to Oracle.DatabaseI checked the data for half a day. Finally, I found a solution. ^ ______ ^1. Install the driverHttp://rubyforge.org/projects/ruby-oci8

Four Connection Methods for tables in Oracle databases

A table connection refers to the association between tables in an SQL statement to retrieve relevant data from one or more tables, in general, the table and table connections can be divided into four types: equal connection, external connection,

How to intrude into the firewall-protected Oracle Database

[Document of the institute of fire station building school] This article does not discuss some commonalities in SQL injection, such as using substr functions and classic injection, but from the perspective of oracle Database, try to show some SQL

Use ORACLE stored procedures and jobs to automatically back up data tables

The tutorial of helping customer House (www.bkjia.com) uses ORACLE stored procedure and JOB to realize automatic backup of data tables. 1. Create a stored procedure Create or replace procedure data_auto_backupV_tablename varchar2 (200 );V_year

How to view partition table information in ORACLE Database

How does an ORACLE database view partition table information? I wonder if you have summarized this knowledge. Next, we will first create two tables TEST and maid to perform the experiment. The script is as follows:Create table maid ( DATE_CD NUMBER (

Summary of Oracle Database System Services

Note that (SID) indicates the SID Name specified during database installation, and (HOME_NAME) indicates the last Oracle Installation name of the value specified by ORACLE_HOME during installation, in Windows, the default value is similar to

Oracle Database accidental deletion and data recovery

Last week, I deleted the production data because of a temporary embarrassment. The delete statement is used, and commit is returned quickly. So --- "has a cup. ---------------------------------------------------- The following two statements are

In-depth discussion: how to query users of the positive lock table in Oracle and how to release the locked table

You can use the following SQL statement in PL/SQL to query which tables in the current database are locked and which users are locking these tables: SELECTA. OWNER, -- user to which the OBJECT belongsA. OBJECT_NAME, -- OBJECT Name (table name)B.

An in-depth understanding of oracle-based locks

ORACLE locks have the following modes:0: none1: null2: Row-S Row sharing (RS): Share table lock3: Row-X (RX): used for Row Modification4: Share lock (S): blocks other DML operations5: S/Row-X dedicated shared rows (SRX): block other transaction

How to delete only one repeat in Oracle

SQL statement for querying and deleting duplicate records1. Search for redundant duplicate records in the Table. duplicate records are determined based on a single field (Id ).Select * from table where Id in (select Id from Table group by Id having

Differences and relationships between Connect/session and process in Oracle

Session: a Session is called in a computer, especially in a network application ".Session: In computer terminology, Session refers to the time interval between an end user and the Interaction System. It usually refers to the time between the user's

Total Pages: 2147 1 .... 614 615 616 617 618 .... 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.