oracle| Data | database
first, some concepts of relational databases
1, the value of the primary key can not be changed generally
2. Foreign key: A field that points to another table or to the primary key or unique key of this table. The
I. Theoretical part
The materialized view of Oracle is a database pair that includes a query result, which is a local copy of the remote data, or is used to generate a summary table based on the sum of the data tables. Materialized views store data
Personal experiments sometimes use large tables, where you can share the dba_objects to create a test large table:
First set up the test table
Sys@orcl>create table Test nologging as Select RowNum id,a.* from Dba_objects a where 1=2;
Table
Summary
Atomic transaction processing is a widely known technique for ensuring consistency in the event of a failure. The ACID properties of atomic transactions ensure that state consistency is maintained in even complex business applications,
Database updates are usually caused by events that occur in the objective world. In order to ensure the consistency of the database content, a set of operations of the database should be carried out as a whole, either complete successfully or all
(4th number Lock analysis of the unique key constraints)
A previous customer suggested that when the insert was hang to live, the problem is likely to be locked. For such a question I usually think of a few common views:
I use Oracle9i, Oracle8, there is a long time, I put in the JSP need to pay attention to the problem here to write, only for your reference.
How to deal with the large types of CLOB and blobs
CLOB can be used to store large text data, storing up
You can add your own scripts to the PE system by modifying one of the Startnet.cmd, Unattend.xml, and Winpeshl.ini files. We can create our own custom Winpeshl.ini files so that we can run our own applications. Now follow the actual combat.
Before
By comparing the partitioned table and the normal table, we simply tested the performance and maintained the index when the partitioned table existed, and finally we had to say
The use of partitioned tables may not always improve performance,
Learning | news | web | issues
For the beginners with ASP technology programming, it is the first feeling, I have had such a experience. After a "ordeal", you'll find inspiration. Now I have accumulated some experience in programming, to the cost
The so-called animation effect, is to move the painting, to iOS app in terms of words, is a variety of uiview mobile. Think about what you need to think about if we're going to achieve all the UIView animations ourselves?
* Where is the UIView now?
Backup | recovery | Hot BACKUP | data
Use hot backup for time-sharing recovery
----How to recover incrementally from archiving to shorten data migration time
Last Updated:monday, 2004-11-15 10:32 eygle
A lot of times you may encounter a
Case 4--Delete tablespace (with backup)
Recover the Tablespace-related information by backing up the control file because there is no information about the tablespace in the new control file. In fact, the archive log is used for recovery throughout
Connection pooling is very good idea and application is very common. Writing a database connection pool is not as difficult as you might think. The general system does not have much to do with connection pooling, and using your own connection pool
Oracle temporary tables can be said to be a good way to improve the performance of database processing, stored only in the Oracle temporary table space when there is no need to store them. Hope this article can be helpful to everyone.
1. Preface
What are the ways to add a script for PE? Here are three ways to do this.
First, use Winpeshl.ini to add custom scripts:
You can use a Winpeshl.ini file to start a custom shell application. Winpeshl.exe will process the settings in Winpeshl.ini
Question: How to implement import and export between Oracle and Access tables in form programs.
Answer to the question:
Preparatory work:
1. Install OCA. Run the developer installation disk, select the custom installation, and select the Oracle
Beginner for the use of ASP technology programming beginners, it is the first feeling, I have had such a experience. After a "ordeal", you'll find inspiration. Now I have accumulated some experience in programming, to the cost of the text, dedicated
I. Data Control statement (DML) section
1.INSERT (Insert the statement into the data sheet)
INSERT INTO 表名(字段名1, 字段名2, ……) VALUES ( 值1, 值2, ……); INSERT INTO 表名(字段名1, 字段名2, ……) SELECT 字段名1, 字段名2, …… FROM 另外的表名;
field values for string types must
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.