Oracle Study-Oracle RAC reconstruction Control File
System Environment:Operating System: AIX5.3
Cluster: Oracle 10gR2 CRSOracle: Oracle 10gR2
Rebuild the control file in the RAC environment is similar to that in a single instance, but note the following steps:[Oracle @ aix21
[ORACLE] processing of oracle string objects, oracle string objects
2.1 char field, varchar2 Field
(1) Defining the field length char (10) indicates that the field can contain 10 English characters (regardless of the encoding method, do English characters occupy 10 bytes ?), The physical space is always allocated with 10 characters. The variable length varchar (1
[ORACLE] processing of oracle time objects and oracle object processing
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 example,
Insert into foo_7 values (to_date ('August 1
When a client of Oracle 9i or later is connected to a server of Oracle 8i or later versions, all the Chinese data queried becomes garbled. The query finally solved the garbled problem.
The development tool is ASP. NET (C #) + Oracle, using system. Data. oracleclient to connect to the Oracle database.
Solution 1 (the fi
Steps for migrating a single Oracle DataBase instance to Oracle RAC:
-------------------------------------- Split line --------------------------------------
Detailed illustration of the entire process of VMware + Linux + Oracle 10G RAC
Install Oracle 11gR2 (x64) in CentOS 6.4)
Steps for installing
remote database for execution, accepting the results returned by remote DB, but he does not know if the SQL modifies the data, so you need to mark a transaction for the SELECT statement as well.Specifically, you can refer to the OTN Distributed database manual, so when using Database link remote access, add set transaction read only;Close Database LinkALTER SESSION CLOSE Database link sales; In fact, the corresponding properties of Dblink correspond
Oracle remote connection (PLSQL, SQL developement + Oracle database + client + remote connection settings, plsqldevelopement
Server
Configuration: oracle11g R2 x64
1. Set the listener
A. Launch bar-> Start-> Program-> Oracle-OraDb11g_home1-> Configure and port tools-> Net Manager
B. oracle Net configuration-> Local->
Oracle client connection remote Oracle service Chinese garbled problem, oracle Chinese
When the local machine remotely connects to the remote Oracle service, the following retrieval statement is written:
Select * from sys_employee
Chinese garbled characters appear in the results, but the remote server's PL/SQL retri
Original: Oracle 11g for Windows Simplified Chinese installation processMy configurationOperating system: Windows Server 2003 SP2Memory: 1024M or more1. Download Oracle 11g AddressHttp://download.oracle.com/otn/nt/oracle11g/win32_11gR1_database_1013.zipBasic InstallationAfter decompression, it can be installed. Execute SETUP.EXE, run under DOS for a moment into
In linux, oracle is configured with the system to start and shut down, and in linux, oracle is configured
Configure oracle to start and shut down with the system in linux
1. Modify the/etc/oratab FileChange the number of databases that need to be started with the operating system from N to Y.Lis:/u01/app/oracle/product
Create an Oracle database
Create an Oracle database (taking Oracle10g as an example)
There are two ways to create a database: one is to create a database manually using a command line script; the other is to create a database using the Database Configuration Wizard provided by Oracle. This document describes how to create an
1, download the Oracle 11g R2 version of Windows, the official download address is as follows: Http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_database_1of2.zipHttp://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_database_2of2.zip
2. Extract two compressed packets to the same directory (default is database).
3, the implementation of the i
From csdn
========================================================
In Oracle, four lobs types are available: blob, clob, bfile, and nclob.
The following is a brief introduction to the lob data type.
L BLOB: Binary lob, Which is binary data. It can be up to 4 GB and stored in the database.
L clob: character lob, character data, up to 4 GB, stored in the database.
L bfile: binary file; read-only binary data stored outside the database. The maximum lengt
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.