Oracle 10g Instant Client is the easiest way to connect PHP to a remote Oracle database, and it only needs to install three libraries.
The Instant Client library used by PHP to access the current API for Oracle is called OCI8. (the name of this C interface was first introduced in Oracle8.) The PHP
After some hard work, I finally got to install oracle in win7. I 'd like to share the process and notes.
1. Chinese considerations
2. During the installation process, select the compatibility mode, such as a chip.
Select "compatibility" and run as administrator. Otherwise, a 2012 disaster will occur.
The next step is simple. perform the following operations: non-original
Note: This article is transferred from another user, but the installation
When Oracle 10g is installed in Linux and EM is enabled, garbled buttons are displayed as follows:
I found the reason on the Internet. It turns out that when Oracle is installed for 10 Gb, JDK/JRE automatically selects the character set, in the $ ORACLE_HOME/jdk/jre/lib and $ ORACLE_HOME/jre/1.4.2/lib directories, there are multiple fonts:
[
Installation and configuration of EM in Oracle 10g and 11g
I set up an Oracle environment locally. I first installed the database with EM. After the installation, I wanted to modify the listener port and replace the port 15521 with another one, as a result, several parameter files are modified in the directory, and EM cannot be started directly. Finally, I analyz
Yesterday I changed the win7 system, in the database oracle 10g, it was good to start the installation, but this error always occurred during the creation of the database: ora-12546 tns permission denied. This error occurs when the database configuration assistant is used to configure the database. This problem has always plagued me, but it is the error how many times I install it. I couldn't find the infor
With the upgrade of the Oracle version, RMAN is also enhanced. RMAN in Oracle11g supports the use of different operating systems and different databases. For the compatibility of RMAN, refer:
Oracle RMAN compatibility and FAQs between different versions and different platforms
This article demonstrates an example of restoring 10 Gb to 11 GB in linux.
Target end:
OS: Ora
Ubuntu 10.10 Oracle 10g graphic tutorial
Environment: Host XP, 3 GB memory, VMware: Ubuntu10.10, hard disk 30 GB, memory 1024 MB
The installation of virtual machines is not described.
2. Update ubuntuSudo apt-get updateSudo apt-get upgradeOracle is written in java, so JDK is required. You can search for jdk in [Ubuntu Software Center]. After installing OpenJDK, you do not need to set the path.
3. Install t
There are many things worth learning about in Oracle. Here we will mainly introduce Oracle 10g servers, including the clients of Oracle9i.
1. Oracle dba account permissions, which are accessed by the Local Machine by default and are not open to remote users. You can enable this access permission by setting
2. After the
Subject: how to clean up after a failed Oracle clusterware (CRS) Installation
Doc ID: 239998.1 type: Bulletin
Modified Date: 18-Mar-2009 status: published
Purpose-------
The purpose of this document is to help DBA's and support analysts understand howTo clean up a failed CRS (cluster ready services) install for 10g RAC.
Scope Application-------------------
DBA's and support analysts
Oracle
Table space management has been significantly improved, which can be attributed to a sparser SYSTEM, support for user-defined default tablespace, new Sysaux, and even renaming
How many times have you been hurt by the user's creation of a non-SYS and system segment in the system table space?
Before Oracle9i Database, if you do not specify a default tablespace when you create a user, it defaults to the SYSTEM table space. If a user does not exp
Common maintenance commands for Oracle 10g RAC: status of all instances and services [oracle @ vzwc1 ~] $ Srvctl status database-d zwc Instance zwc1 is running on node vzwc1 Instance zwc2 is running on node vzwc2 status of a single Instance [oracle @ vzwc1 ~] $ Srvctl status instance-d zwc-I zwc1 Instance zwc1 is runni
common maintenance commands for Oracle 10g Dataguard.
Basic common
1. Stop standbySelect process, status from V$managed_standby; --See if the standby is restored in the application logALTER DATABASE recover managed standby database cancel;Shutdown immediate;2. Switch to read-only mode-----switched from Shutdown mode to read-only mode-------Startup Nomount;ALTER DATABASE mount standby database;ALTER DATAB
Label:desblogioosar for data 2014div Oracle uses flashback to activate the standby as read Wirte (10g and up) environment: Os:centos 6.5 x64db:oracle 10.2.0.5 Main Library Operations:sql> alter SYSTEM switch logfile ; System altered. sql> standby Operation de-archiving application sql> ALTER DATABASE recover managed standby database Cancel;database altered. sql> Create restore points sql> Create restore poi
Reference: ORACLE 10G official documentationReference: A Bone theory version 2012 Oracle free Video TutorialFirst, install Linux1, note partition: Memory is less than 4G, then swap partition = memory, memory is greater than 4G, swap partition = memory size;2, TMP directory is greater than 10G;3. root directory >25G;4,
What solutions do you consider when the website speed slows down? The speed of my company's website is not ideal recently. The article pages can be opened for more than 10 s. The database uses Oracle 10g Express Edtion, and the table that stores the article exceeds 0.1 million of the data volume, similar to executing a select count (1) from res where class_id = 1 is usually more than 10 s. However, today I
In Linux, the total number of Oracle clients is less than 40 MB, which is very convenient and quick to install.
1. First, check the directory structure after downloading:
Copy it to linux.
2. Use the root user in the command line window to operate in the rpm directory:
Rpm-ivh... rpm
Rpm-ivh... rpm
Rpm-ivh... rpm
Rpm-ivh... rpm
(Install the four RPMs separately. Install the basic one first, and install the other three in any order)
3. Modify the tans
Today, I installed Oracle 10g on my computer and now I'm going to introduce my own installation process:
Environment: Os:win Server
mem:250m (haha is a little bit small, install when there are warnings ~)
Db:oracle 10.2.0
1). You can go to Oracle's official web site to download her installation compression pack: http://www.oracle.com/technology/global/cn/software/products/database/oracle10g/index.html
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.