The physical storage structure of Oracle

The architecture of Oracle database is to analyze the composition of the database from a certain angle, the working process and how the database manages and organizes the data, including the physical storage structure, logical storage structure,

Creation and use of Oracle triggers and sequences (auto-Grow column)

--Create sequence creation sequence sequence name start with 1--Start value increment by 1--increment maxvalue 99999999--Max Nocycle-If the maximum value is recalculated, the current is not recalculated and cycle is recalculated nocache; --do not

Solve the problem of Linux oracle-11g DBCA

After Oracle installation is complete under Linux, the database command DBCA cannot be used.Workaround:In a 32-bit LINUX environment, the installation of 32-bit oracle11g will have this bug, the main patch (patch name:p8670579_112010_linux.zip) can

Oracle's Merge into usage

1.merge into usesMerge is a very useful feature, almost the same as the merge into function in DB2, similar to the INSERT into on duplicate key in MySQL. MERGE into is a new feature that appears only after Oracle 9i. In a nutshell, it can be a

ORACLE%type and%rowtype

If you want to define a variable that has a type that is consistent with the data type of a variable or a column in a database table, you can use%type to implement it.If you want to define a variable of a record type that is consistent with a table

. Net successive Oracle databases (Winform)

Previously, the Oracle 10g was connected using ASP., and recently I wanted to write a small program, so I chose Winform. After a long day, only to discover that Winform and ASP. Oracle is somewhat different.Difference one, read the configuration

Oracle Cluster Registry location to Bes Added is not Accessible

Applies To:Oracle server-enterprise edition-version 11.2.0.1 and laterInformation in this document applies to any platform.GOALThis is the to list OCR storage requirement and to provide the location of the diagnostic information if PROT-30 is

Changing the owner and tablespace of tables in Oracle

At the beginning of Oracle, a lot of unfamiliar, built the library, no users, and did not create table space, directly system users to build a table to add data, a few months past, the table built nearly hundred, the data added tens of thousands of,

Two small examples of Oracle triggers

Today received a task, need to modify the trigger, because for a long time have not seen about the Oracle trigger, so here through two simple small examples to review the trigger, in case of forgetting.1. Case OneRequirement: Set up trigger, judge

View and kill of Oracle current session (number of connections) (process)

1. View Oracle Current session (number of connections) (process)SELECT sid,serial#,process,logon_time,username,program,status, "' | | sid| | ', ' | | serial#| | "From V$sessionWHERE USERNAME = ' opxx '--User nameand program = ' aspnet_wp.exe

Research on several time functions of Oracle

Recently, we often use time functions, write a note here, record your income, and hope to help you.1, for a time such as Sysdate:2015/1/30 14:16:03 how to get only the month and day, at the same time its data type does not change it?The easiest to

Oracle Insert Data issues

This is my table structure:Desc t_student;Name Type Nullable Default Comments------------ ------------ -------- ------- --------stu_id VARCHAR2 (10)Stu_name VARCHAR2 (40)Stu_password VARCHAR2 (+) YStu_age INTEGER YStu_perform FLOAT (2) YInserts a

ORACLE-009: Stored Procedure plus lock

Recently encountered a situation, you need to restrict a stored procedure only one process is executing, the last execution completes after the next execution. This is similar to the thread synchronization problem in program development.Summarized

Oracle Configuration Monitoring

LISTENER =(Description_list =(DESCRIPTION =(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521))(ADDRESS = (PROTOCOL = TCP) (HOST = raccontroller.cc) (PORT = 1521))))Sid_list_listener =(Sid_list =(Sid_desc =(Global_dbname =

Go to Oracle 11g export empty table

1, oracle11g default to Empty table is not assigned segment, so use EXP export oracle11g database, empty table is not exported.2. After setting the Deferred_segment_creation parameter to False, both the empty table and the non-empty table are

InStr Usage in Oracle

In the project, we used the function of INSTR in Oracle, and learned this knowledge again and again carefully.In Oracle, you can use the INSTR function to judge a string to determine whether it contains the specified character.Its syntax is:INSTR

N Records in the Oracle random table

Sampling table scan (sample table Scan): Scans the returned table for random sampled data, which needs to include the sample option or the sample block option in the FROM statement.Note: Oracle provides sampling table scanning features from oracle8i2

Two small examples of oracle triggers

Two small examples of oracle triggers I have received a task today and need to modify the trigger. Because I haven't read about the oracle trigger for a long time, I will review the trigger through two simple small examples here for memo. 1. Case

ORA-01461 troubleshooting

ORA-01461 troubleshootingORA-01461 troubleshootingORA-01461: can bind a LONG value only for insert into a LONG columnThe connection pool of weblogic is used, and there is no problem.Switch to tomcat or direct jdbc call, and an error is

Oracle learning suggestions

Oracle learning suggestions Learning Oracle is a long and arduous process. If you are not interested but forced to learn, it is difficult to learn well. To a certain extent, if you want to further improve your knowledge, you have to get in touch

Total Pages: 2147 1 .... 1232 1233 1234 1235 1236 .... 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.