SP2-1503: Unable to initialize Oracle call interface (same fashion 10g and 11g) solution 1. The error SP2-1503: Unable to initialize Oracle call interfaceSP2-0152: ORACLE may not be functioning properly 2 is reported when sqlplus/as sysdba is executed in a 11g environment. Analysis (1) After 10 Gb is installed on the s
oracle| View
View Oracle 10g View
1, view the name of the database and file status
Sql> select Name,log_mode from V$database;
NAME Log_mode
--------- ------------
HB130000 Archivelog
2, view the database instance name and status
Sql> select Instance_name,status from V$instance;
instance_name STATUS
---------------- ------------
hb130000 OP
Oracle 10g SQL paging query statement and Efficiency Analysis
When using the Oracle database for paging query algorithm design, the paging query SQL statements can basically be applied according to the template given below:Paging Query format:SELECT * FROM(Select a. *, ROWNUM RNFROM (SELECT * FROM TABLE_NAME)Where rownum )Where rn> = 11
SELECT * FROM TABLE_NAME i
Last_ddl_time
------------------------------ -------------------
Pining 2007-03-31 17:54:35
In oracle10g, this last_ddl_time no longer changes, which means that in 10g, when we execute the Create or replace PROCEDURE, Oracle now tries the process check, and if the content doesn't change, You do not need to recompile the process, which reduces the invalidation in the cache, which can reduce competition:
Tags: implement put mod ram Date Transfer 1.0 UIL. shOn Linux. Oracle 10g/11g x64bit Environment, goldengate Self-initiated script with OS bootBackground descriptive narrative:Goldengate installed in the/u01/ggs folderrhel5.5 Oracle 10g/11g X64bitOracle GoldenGate Command interpreter for
Win7 installing Oracle 10g occurs when the program terminates abnormally. An internal error occurred " promptInstall oracle10g " program terminated abnormally. An internal error has occurred. Please provide the following documents to Oracle Technical Support. What happened: I need to use IE9 to do development, to look at the display page, and IE9 on Windows XP i
Oracle
Introduction to the new features of Oracle 10G I release (i)
by fenng
2003-6-8
Oracle (www.oracle.com) has long claimed that Oracle 9i databases are only a transitional product, and that real technological innovation is likely to be in the next edition, usually
=2097152
kernel.shmmax=2147483648
kernel.shmmni=4096
kernel.sem=25032000100128
fs.file-max=65536
net.ipv4.ip_local_port_range=102465000
net.core.rmem_default=262144
net.core.rmem_max=262144
net.core.wmem_default=262144
net.core.wmem_max=262144
Run the following command to make the kernel parameters take effect.
/Sbin/sysctl-p
3. Check the SElinux configuration. SElinux must be in the disabled status.
View or edit the/etc/selinux/config file and confirm that the following c
First, add the Oracle 10g installation CD to the optical drive. If it runs automatically, the installation interface 1 appears:
Figure 1
Click "Start installation" to install Oracle 10 Gb. Generally, check whether the system configuration meets the requirements. Then, the "Oracle Database 10 Gb installation" dialo
Oracle 10g installation documentation
OS: rhel5.4
Author: Lvan
Date: 2011/10/29
After reading many documents, I will summarize them after installation. It should be useful for beginners.
1. Check the installation environment
Binutils compat-libstdc ++ your-libelf elfutils-libelf-devel gcc-c ++ glibc-common glibc-devel glibc-headers libaio-devel gcc libstdc ++ +-devel make sysstat unixODBC-devel libXp
All o
Oracle 10g Regular ExpressionOfREGEXP_LIKEThe usage is what we will introduce in this article. Before that, let's take a look at the regular expressions supported by Oracle 10g. There are four functions that support regular expressions in Oracle:
1. REGEXP_LIKE: similar to L
Oracle Enterprise Manager 10 Gb Database Control is designed to manage a single Database, regardless of whether the Database is a single instance or a cluster Database. This Enterprise Manager 10g Database Control release contains the following advanced features available only after obtaining the Oracle license: Database diagnostic package
Automatic workload d
Grantconnect, resource, dba to Facial;
Place aa. dmp and aa. log in the E: \ oracle \ product \ 10.2.0 \ admin \ orcl \ dpdump directory
10g Import Statement: impdp userid ='Facial/Facial@OrclAs sysdba 'schemas =FacialDirectory = DATA_PUMP_DIR dumpfile = aa. dmp logfile = aa. logversion = 10.2.0.1.0
The red part is rewritten as needed. For example, my usersFacialThe password isFacial, Database sid isOrcl
cenOS5.5 installation oracle10g (Fool article) http://www.cnblogs.com/fnng/archive/2012/06/19/2554159.html (Turn)Installing Oracle 10G on cenOS5.5 It's not that fresh stuff, but it took a week to build it around. I think everyone will encounter some different problems when installing. Since it is a fool's article, it must be very stupid. Ha ha!!================== Required Equipment =========================
:
INSERTINTOempVALUES
(empseq.nextval,'LEWIS','CLERK',7902,SYSDATE,1200,NULL,20);
SELECTempseq.currvalFROMDUAL;
Note that:
-The first NEXTVAL returns the initial value. The subsequent NEXTVAL automatically increases the value of your defined increment by and then returns the added value. CURRVAL always returns the value of the current SEQUENCE, but CURRVAL can be used only after the first NEXTVAL initialization; otherwise, an error will occur. NEXTVAL increases the SEQUENCE valu
Tags: smart action ACL Database framework global Load nbsp WarehouseThe key role of Oracle 10g database: 1, reduce management costs; 2, improve performance; Enhancements to Oracle 10g include: 1, high availability enhancement, new flashback ability, support rollback update operation; 2, to enhance the security, easy to
The Oracle HR example uses 10g, 11g, and oracle11g.
Oracle HR example users can create 10g, 11g
First, add the 10. SQL files in the attachment (see the end of the article) to this path:
$ ORACLE_HOME/demo/schema/human_resources
Script Name
Description
Hr_anz. SQL
Collects statistics on the
Label:First of all, the Oracle 9i added a new system comes with the sorting function1. Sort by first letterNew in oracle9i, according to pinyin, radicals, stroke sorting function. Setting the Nls_sort valueSchinese_radical_m Sort by radical (first order), stroke (second order)Schinese_stroke_m Sort by stroke (first order), radical (second order)Schinese_pinyin_m Sorting by PinyinNew in oracle9i by pinyin, radicals, stroke sorting functionUsage example
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.