The V $ view contains information about the data structure maintained by the kernel in the memory, which can be accessed through a DBA account with the Sys permission. The following is a summary of the recovery-related views:
9.1 v $ log
/// The merge statement is a new syntax of Oracle9i, used to merge update and insert statements. The merge statement is used to query another table based on the connection conditions of one table or subquery. The join condition matching is updated,
Importing and exporting Oracle Data imp/exp is equivalent to restoring and backing up ORACLE data. The exp command can export data from the remote database server to the local DMP file, and the IMP command can import the DMP file from the local to
1. What is the Oracle character set?
The Oracle character set is a collection of symbols for the interpretation of byte data. It can be divided into different sizes and have an inclusive relationship. Oracle supports the national language
Comparison of Oracle three collection data types (index table, nested table, and varray array)-PLSQL-3
PL/SQL does not use arrays. Its set data types are similar to those of arrays. In versions earlier than 7.3, there was only one set, called PL/SQL
264. empty_ B | clob ()
Returns an empty lob locator, which is used to initialize the lob variable or to insert or update declarations.
Initialize the lob column or set its attribute to null.
Insert into Table1 values (empty_blob ());
Update Table1
How to Use udev for Oracle ASM in Oracle Linux 6
Original article: http://www.dbform.com/html/2011/1708.html
Most of the documents available on the Internet are set up with udev in rhel5 or oel5. udev is most useful for Linux to prevent the disk
If you do not know the system in Oracle, you can use the following methods to retrieve the password of SYS:
First, an ordinary user is added to the database:Run the following command in SQL * Plus:SQL> connect/As sysdba (you can also connect in the
Document directory
PLSQL varrays
Http://www.smart-soft.co.uk/Oracle/oracle-plsql-tutorial-part-11.htmPLSQL (Varrays)
Varrays are one-dimenys, variable length arrays, with the maximum length defined in the declaration. these are used when it is
/*
-- Function: Convert the string to the year, month, and day format, and delete the time, minute, and second.
-- Source: http://jorkin.reallydo.com/article.asp? Id = 529
-- Parameter:
Datechar varchar2
-- Oracle9i passed the test
*/
Create or
This article mainly introduces common methods of RMAN, including the author's experience, the experiment is also basically successful in Windows 2 K and ORACLE 8.1.6 environments (because this environment is easier to implement ). This article
Em cannot be viewed and cannot be monitored. At the same time, his listening service is still normal. I made two steps to modify it.
The most common cause of this problem is IP address changes or other causes, which make the machine name or IP
Reference 1. Explicit cursor
Explicit is relative to implicit cursor, that is, there is a clear declared cursor. The declaration of an explicit cursor is similar to the following (for detailed syntax, refer to plsql ref doc ):
Cursor cursor_name
This document uses examples to teach you how to implement the select top n method in Oracle.1. implement select top n in Oracle:Since ORACLE does not support the select top statement, order by and ROWNUM are often used in ORACLE to query the select
I. Glossary (1) SGA: System Global Area is a basic component of Oracle Instance, which is allocated when the Instance is started. The System fully-local SGA consists of three parts: the Shared Pool, data buffer, and log buffer.(2) Shared Pool:
Basic syntax and example:1. EXP:There are three main methods (complete, user, table)1. Complete:Exp system/manager buffer = 64000 FILE = C: \ FULL. dmp full = YTo perform full export, you must have special permissions.2. User Mode:Exp sonic/sonic
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