Oracle9i introduces the merge command. You can execute the inserts and updates operations on a table in an SQL statement at the same time. the merge command selects rows from one or more data sources to update or inserting to one or more tables. in
Author: eygle link: http://www.eygle.com/archives/2011/02/oracle_asmlib_support.html
Since the launch of Oracle Linux 6, many users are eager to try. In Linux 6, a change in asmlib has been published on Metalink. See Metalink note1089399.1.
Oracle
The above is reprinted, and most of them are not verified.
Select trunc (sysdate, 'dd') from dual. The result is: 12:00:00, which is different from the following!
Oracle trunc () function usage
1. trunc (for dates)The date value intercepted by
Drop table test;
Select count (*) from test;-- Create a test tableCreate Table Test(ID number (9 ),Nick varchar2 (30));
-- Insert Test DataBeginFor I in 1 .. 100000 LoopInsert into test (ID) values (I );End loop;Commit;End;
Select * from test;
--
The dbms_metadata.get_ddl package obtains the DDL script of the database object. As follows (executed in sqlplus ):1. Get the DDL statement of a table:Set serveroutput on
Set linesize 1000
Set feedback off
Set long 999999 ------ incomplete
Oracle logical read and physical read1. Physical reading is the process of reading data from the disk to buffer catch.Generally, if you find that the data does not exist in buffer catch when you need the data, that is, Oracle performs physical
Oracle/PLSQL: where current of statement
--------------------------------------------------------------------------------
If you plan on updating or deleting records that have been referenced by a select for update statement, you can use the where
The uninstallation program that comes with Oracle cannot fundamentally uninstall Oracle, which leaves a hidden danger for the next installation. How can we completely uninstall oracle?To clear the Registry directly, follow these steps:
1. Start->
Oracle Partition Table learning and application
-- Create table (create partition table)Create Table bill_monthfee_zero(Serv_id number (20) not null,Billing_cycle_month number (6) Not null,Date_type number (1 ),Acc_nbr varchar2 (80))Partition by
When you log on to the database using the default Oracle SQL plus (for example,), you can use the System user's default password manager to log on to the database.However, if you enter the user SYS and the default password change_on_install, you
Oracle temporary table optimization query speed -- Aspx. CN technical data center operating system program design graphics image media animation office software database certification trainingWeb Development Network Principles network management
The program compiled with VB6 10 years ago will be continuously used for repair, modification, and modification, and will continue to be used for several years.
I recently took over this program, except for the "sad reminder", I really cannot come
The grouping function can accept a column and returns 0 or 1. If the column value is empty, grouping () returns 1; if the column value is not empty, returns 0. Grouping can only be used in queries using rollup or cube. Grouping () is useful when a
Document directory
Timing The Refresh
Summary
A materialized view is a database object that contains the results of a query. they are local copies of data located remotely, or are used to create summary tables based on aggregations of a
Generally, it is not a problem to import data from a lower version to a later version. The trouble is to import data from a later version to a lower version. Before Oracle9i, EXP/IMP between Oracle versions can be solved through the following
The Oracle DataPump API is implemented based on PL/SQL and is complementary to the command line interface. DataPump API can be used to integrate its logical backup feature into applications,Interface-based implementation facilitates simplified
Large Object Access for MySQL, sqlserver, and Oracle databasesSubmission time: 15:51:49
MySQL large object access:The mediumblod type is generally used,Blob can only store 16 bytes to the power of 2,Mediumblod is the power of
Numeric functions:
Absolute Value of ABS (m) mMoD (m, n) m remainder after N DivisionPower (m, n) M's n powerRound (M [, N]) the value of M rounded to N digits after the decimal point (N defaults to 0)Trunc (M [, N]) m truncates the value of N
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