Oracle Common functions (1)

1. Returns the decimal number corresponding to the specified characterSelect ASCII (' A ') a,ascii (' Z ') a,ascii (' 12 ') a dozen, ASCII (') kg from dual;2. Returns the character corresponding to the specified decimalSelect Chr (A,CHR) (122) z

How to completely delete an Oracle database to create a library of the same instance name

Today to build the library, the use of the OMF method, the results of the file name using Oracle Automatic naming method, do not understand Ah, so decided to delete and rebuild.Oracle provides instructions for deleting a database:DROP

Oracle Column Values Merge

The most common way to merge column values is to write a custom function to the fact that this is the other way around.The merge column values in SQL Server can use the for Xml Path, which in Oracle can use Wm_concat or Listagg.Prepare the

MS SQL to Oracle Data Migration note

MS SQL to Oracle Data Migration noteI. Background of the taskThe old system uses the MS SQL Server database, the new system uses the Oracle database, and now the data from the old system needs to be migrated to the new system, and the old data can

Oracle Judgment Chinese function

Create or Replace function Func_chinese(P_str in VARCHAR2,--input stringP_code in Varchar2,--Dump (String)P_chinese in Pls_integer--1, extracting Chinese characters, not 1, extracting non-Chinese characters) return VARCHAR2AsV_code varchar2 (32767):

What is the role of Oracle Multiple services (RPM)

Many services are installed when you install Oracle 9i under the Windows operating system--and some of them are configured to start when Windows starts. When Oracle runs under Windows, it consumes a lot of resources, and some services may not always

Summary of Oracle Performance Tuning recommendations

advantages and costs of using indexes. Advantages: 1 The index is a conceptual part of the table used to improve the efficiency of retrieving data, and Oracle uses a complex self-balancing b-tree structure. In general, querying data through an

Query and delete of Oracle's next session

Query and delete of Oracle's next session1. Query the current sessionsql> Select username,sid,serial# from v$session where username are not null; USERNAME SID serial#------------------------------ ---------- ----------SYS 144 4HYL 146SCOTT 147HR 159-

Oracle blocking (blocking blocked)

Blocking is a common scenario for DBAs, especially poor application design blocking that can cause severe performance degradation until the database crashes. For DBAs, it is necessary to know how to navigate to what is blocking the current system,

Ora-12541:tns: No Listener configuration Oracle MyEclipse Unable to connect on a day spent on solving the

Background: My own machine to do Oracle server, the other machine can ping my machine, but JDBC is not even, and later with Plsql even appear no listening program ....After I reinstalled Oracle yesterday, there was a ora-12541:tns when connecting to

Oracle's common system table queries

(Transferred from: http://blog.csdn.net/marshalchen/article/details/6552103)SELECT * from User_tab_cols where column_name=upper (' xxxxx '); query which tables have a columnSelect status from User_objects where Object_name=upper ('

Oracle Basic Knowledge

First, the database nameWhat is a database name? The database name is the identity of a database, just like a person's ID number. He uses parameter db_name to indicate that if a machine is loaded with multiple databases, then each database has a

Oracle hints Specific explanations

Before giving you a specific introduction to Oracle Hints, let us first understand what Oracle Hints is and then fully introduce Oracle Hints, which I hope will be useful to you. The cost-based optimizer is very smart, and in most cases it chooses

Some of the differences between MySQL and Oracle

Original: http://www.cnblogs.com/wujin/archive/2012/02/02/2336055.htmlThere are many application projects, just start with MySQL database can basically achieve a variety of functional requirements, with the increase in application users, data volume

Number of Oracle connection processes set

Sql> Select COUNT (*) from v$session #连接数Sql> Select Count (*) from v$session where status= ' ACTIVE ' #并发连接数Sql> Show parameter processes Process: This parameter limits the number of operating system processes that can connect to the SGA (or the

Oracle Ebs-sql (QA-1): Checks the inspection data beyond the inspection cycle. SQL

Select Msi.segment1 Material Code,Msi. DESCRIPTION Material Description,PER. Last_Name Buyer,Msi. Full_lead_time lead time,Msi. Fixed_order_quantity Fixed Order quantity,Msi. Minimum_order_quantity Minimum Order quantity,Msi. Fixed_days_supply Fixed

Rediscover Oracle's Beauty orainstroot.sh

Rediscover Oracle's Beauty orainstroot.shWhen we install the database software, we will execute orainstroot.sh, and today we will take a closer look at what this script is for.Platform is redhat 6.4 x64 bit, database version is 11.2.0.4.2Here is the

Implementation of oracle column merge: oracle column merge

Implementation of oracle column merge: oracle column merge In many cases, we will use oracle column merge. oracle provides the following methods to implement column merge: 1. Before Oracle 10 Gb, WMSYS. WM_CONCAT was used: Wmsys. wm_concat separates

Oracle Database Connection error: ORA-01034: ORACLE not available (Oracle does not exist), ORA-27101: shared memory realm does not exist, oracleora12505

Oracle Database Connection error: ORA-01034: ORACLE not available (Oracle does not exist), ORA-27101: shared memory realm does not exist, oracleora12505 It takes one and a half days to solve the problem that the client cannot connect to the oracle

Error: ORA-00937: non-single component group function Error

ORA-00937: non-single component group function Error select count(*), t.user_name from sys_user t, sys_department a, sys_dep_type d where t.dep_id = a.dep_id and a.dep_id = d.dep_id and t.recd_is_del = 0group by t.user_nameThe key to this

Total Pages: 2147 1 .... 685 686 687 688 689 .... 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.