High-performance PL/SQLAssuming the code meets functional requirements, PL/SQL code needs to meet 3 conditions to become efficient:1. Performance: The operating time is within an acceptable range.2. Impact: It does not disrupt (or weaken in some
Naming conventions
Variable specification
1. Enter the parameter, the unification begins with the i_ prefix, and cannot omit the in
2. Out of the argument, the unification begins with the o_ prefix
3. Local variables, uniformly
Path-third-party Oracle service providerValueThe main business of traditional third-party Oracle service providers exist, such as system migration, upgrade, fault handling, performance optimization and some very basic business requirements. But this
First, IntroductionHave been confused about the Oracle database client, how to configure, a few days ago because of the need to use Oracle, and the need to connect two different databases, through the Internet and ask colleagues finally put the
Stream is an extended application of Oracle's Message Queuing (also known as Oracle Advanced Queue) technology. Oracle's Message Queuing addresses event management through a publish/subscribe approach. Stream replication is just a data sharing
ASM Installation of Oracle InstallationThe last time we talked about building an Oracle environment, let's look at the installation of ASM automated storage Management in Oracle and the creation of ASM disks today.ASM: Automated Storage Management
Resources:1. The most important reference article, basically is to do this!!! : Https://www.inf.unibz.it/dis/wiki/doku.php?id=students:minnerebner:oracle:addingsrid.2. Example reference:
Four states of tablespace: Online,offline,read Write and ready onlySql> select file#,status,enabled from V$datafile;file# STATUS ENABLED-------- --------- -------------1 SYSTEM READ WRITE2 ONLINE READ WRITE3 ONLINE READ WRITE4 ONLINE READ
SQL statements that are paged and sorted in Oracle using RowNumPreviously, paging was used to use such SQL statements: select* from (selectt.*,rownum row_num from mytable t order byt.id) b whereb.row_num between 1 and10 It is found that because the
The following steps describe EBS R12.2 How to register a customized module, refer to the Oracle SupportCreating a customapplication in Oracle e-business Suite Release 12.2 (document ID 1577707.1)1 download patch 3636980 Span lang= "ZH-CN" style=
Several data loading methods for oracle11G
Data Loading
Data Loading:
• SQL * LOADER
• External table
• Import/Export
SQL * LOADER:SQL * LOADER is an ORACLE tool that can load data from external data files to databases. The command for running
[ORACLE] processing of oracle time objects
1.1 Use of oracle date objects
(1) Create A date Field
For example,
Create table foo_7 (d1 date );
(2) Use the to_date function to insert a date object. To_date ('string', 'string' format ')
For
Dynamic SQL and oracle dynamic SQLDirectory
1. Pass values to dynamic statements (USING clause)
2. Retrieve values from dynamic statements (INTO clause)
3. Dynamic call stored
4. Pass the return value to the PL/SQL record type. The % rowtype
(Modified) oracle11g listens to the configuration of multiple hosts and uses pl/SQL to connect to and operate multiple databases.
Many friends in the development project do not use a single database, but have a single host as the database server for
Troubleshooting of SQL plus logon failures caused by su switching in OracleProblem description:The oracle database in the production environment suddenly fails to log on, and the oracle database in the rlwrap production environment suddenly fails to
How to detach an oracle11g Client
1. Disable oracle service: Go to computer management. In the service, find all services starting with oracle, right-click and choose stop.
2. In the Start Menu, find the Universal Installer, run Oracle Universal
Use cursor to convert the format of specified fields in the data table in Oracle (pinyin to numbers)
Application Scenario: Convert [sannanyinv] to [3 male and 1 female] In the NNDP field of the data table TB_USER.
Main Script: A cursor script +
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