Create Oracle synonyms and their functions

The Oracle synonym (synonyms) is literally an alias. Similar to the attempted function, it is a ing relationship. This topic describes how to create a synonym statement, delete a synonym, and view a synonym statement.Summary of oracle Synonyms:The

Oracle Trigger Learning

  Trigger learning Summary   Note: The size of the trigger cannot be more than32K.   Create table emp_trigger As Select * from emp   Create or replace TRIGGERPrint_salary_changes Before delete or insert or update on emp_trigger FOR EACH ROW WHEN

Oracle Flashback-Flashback database

In Oracle 10 Gb, the Flash back family is divided into the following members:Flashback DatabaseFlashback DropFlashback TableFlashback Query (Flashback Query, Flashback Version Query, and Flashback Transaction Query)The following describes the

Oracle OER 7451 in Load Indicator description

Oracle OER 7451 in Load Indicator: Error Code = OSD-04500: illegal option specified descriptionOperating System: win7 64-bitOracle: 11gR2 32-bit However, the following errors occur continuously in the alert log:Mon Feb 06 14:38:22 2012Oer7451 in

Summary of Oracle 11G EXPORT with EXPORT

When Oracle 11G exports data using EXPORT, the empty table cannot EXPORT the new feature in 11G R2. When the table does not have data, no segment is allocated to save space.Solution: insert a row and then roll back to generate a segment. This method

How to start Scott user in Oracle Database

The method for starting Scott user in Oracle. In Oracle10g, (g stands for 'network') the Scott user in the database is locked during installation. When installing Oracle, you can directly unlock the user. If you forget to unlock the user, you can

Oracle data import and export problem records

I believe everyone will be familiar with Oracle data import and export. As I have encountered similar problems many times, record them.Question: How can I import and export data between different users? Instance: Use twc to export twc. dmp data from

Oracle dynamic SQL and Dynamic Cursor examples

-- Dynamic SQL and Dynamic CursorDeclare cnt number; begin execute immediate 'select count (*) from emp' into cnt; dbms_output.put_line (cnt); end; -- execute the insert statement create or replace procedure myproc11 (empid in varchar2, empname in

ORACLE materialized view application

Materialized View is a special physical table. The Materialized view is relative to a common view. A common view is a virtual table, which has many application limitations. Oracle converts any View query to a view SQL statement query. This improves

Explain the application of Oracle temporary tables in practice

The Application of Oracle temporary tables in actual development is what we will introduce in this article. We know that I have always been amazed by SQL Server when writing a query-type stored procedure. Create procedure ps_procedure_name as select

Oracle Database tablespace Parsing

1. Basic Concept: the logical structure of oracle can be divided into tablespaces, segments, partitions, and data blocks ). Oracle consists of tablespaces. tablespaces consist of segments, which are composed of partitions and data blocks. 1) The

Insert into... SELECT... statement in ORACLE syntax

Insert into... in ORACLE syntax... SELECT... statement to directly Insert the data in a table into another table set feedback off; set pagesize 0; create table foo (a number, B varchar (10), c varchar (10 )); insert into foo values (15, 'abc', 'def '

Report hardware restrictions when installing Oracle software

When installing Oracle software, report hardware restrictions. 1. fault occurred: I sent a message to a friend on QQ this morning, saying that the ORACLE software installation error is as follows:Ii. fault analysis: the cause of this fault is due to

ORA-14551: solution to failure to perform DML operations in queries

-- Create test table CREATE table fn_dml_test (id number (20), text VARCHAR2 (200) -- create function create or replace function fn_test (id number) return numberis/* 14551,000 00, "cannot perform a DML operation inside a query" // * Cause: DML

How to modify the Oracle 11G password after it expires

Due to the new features of Oracle11G, often encounter the use of sqlplus login oracle Database prompts "ORA-28002: 7 days after the password will expire" and so on. The default password expiration limit when creating a user in Oracle 11G is 180 days,

Create a new tablespace in Oracle

Select tablespace_name, file_name, ceil (bytes/1024/1024) mbfrom dba_data_files order by 1; create tablespace tanzugan logging datafile 'H: \ APP \ ZUGANTAN \ ORADATA \ ORCL2012 \ tanzugan. dbf 'size 100 m reuse extent management local segment space

Oracle deletes duplicate data

Oracle deletes duplicate data databases without a primary key. If you want to set a primary key, duplicate data is found in the table. The following code deletes duplicate data: -- Create a test table -- Create tablecreate table TEST_T1 (test_id

Oracle trigger notes

Create or replace trigger emp -- before indicates the trigger before the operation -- after indicates the trigger after the operation -- up to 12 triggers can be created for each table -- before inset www.2cto.com -- before insert for each row --

PL/SQL converts rows and columns

PL/SQL converts rows and columns. In this blog post, we write a simple conversion of rows and columns. Here is a specific example. Some people have asked related questions on the Forum before. Many of the answers mentioned above are feasible. Of

An error occurred while starting the database: ORA-18008: cannot find OUTLN schema

Start Database Error ORA-18008: cannot find OUTLN schema problem symptom: database version oracle 11g r2hrdb1> startupORACLE routine has started. Www.2cto.com Total System Global Area 4392697856 bytesFixed Size 2233616 bytesVariable Size 1090521840

Total Pages: 2147 1 .... 785 786 787 788 789 .... 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.