In Oracle Linux 5, we can use ORACLE validated configuration to accelerate the deployment of the Oracle environment. For more information about validated deployments, see:
Oraclevalidated configurations installation instructions
Http://blog.csdn.net/tianlesoftware/article/details/7061684
In Oracle Linux 6,
Summary
Oracle Database is a well-known leading database system on Unix hardware platforms. Oracle users and administrators are therefore familiar with the Oracle architecture on the UNIX platform and the tools and skills above it, and get the greatest benefit from their databases. On the contrary, Oracle architecture
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
Today, with the NAVICAT for Oracle connection Oracle because it used to be connected with pl/sql, since the use of a period of time navicat for MySQL found good, the whole software is very small.
When you can connect, the username, password, and address are all correct, just can't connect. The following error occurred:
It means: You cannot create a OCI environment;
The problem is that we need to co
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
How to view and modify the oracle Character Set and view the oracle version ?, Oracle Character Set1. view the database Character Set
Database Server Character Set select * from nls_database_parameters, which is derived from props $ and represents the character set of the database.
Client Character Set environment select * from nls_instance_parameters, which is f
Oracle (zero) --> pseudo-column and group aggregation (starting from Oracle, relatively beginner ~), OracleIn the beginning ~It's time to start school .. What does it have to do with me ..), After all, I took up my job even though I didn't know what it was during the summer vacation. I watched my classmates show around me. = It's too much. Just try again .. I learned Or
ORACLE-013: kill deadlock process in oracle, oracle-013oracle
In oracle, stored procedures or functions that frequently access packets may cause deadlocks. Scripts of deadlocked objects cannot be run, causing freezing or an exception: too many connections are opened.
In this case, you need to use the dba account to k
ORACLE-018: ORACLE tip 001 string processing, oracle-018oracle
1. truncate a string
Oracle uses a function substr to intercept a string. The parameter is substr (string, start position, and truncation length ),
For example, if the string 123,112 needs to be removed by a comma, the truncation function is as follows:
Method One: Use the Pl/sql Developer tool to export:Menu bar---->tools---->export Tables, the following figure, set the relevant parameters can be:
Method Two: Use CMD's Operation command to export, the details are as follows:The 1:g:\oracle\product\10.1.0\client_1\network\admin directory has a Tnsname.ora file that reads as follows:
Copy Code code as follows:
Cmstar =
(DESCRIPTION =
(Address_list =
(address = (PROTOCOL = TCP) (H
Oracle User Management
First, the concept of the user
Users, or user, is a popular way to access Oracle database "people." In Oracle, the user's various security parameters can be controlled to maintain the security of the database, these concepts include schemas, permissions, roles, storage settings, space quotas, access resource constraints, database auditing
EXP Export Oracle database table: (as native administrator), refer tohttp://jiqinlin.iteye.com/blog/758469 Export TABLE: Exp username/password @localhost (IP address): Port number/Database instance name file= local address \ Want to generate an indication. DMP owner= (username, Password) eg:exp C # #tjuser/TJUSER@LOCALHOST:1521/ORCL file=c:\adc160624.dmp owner= (C # #tjuser, Tjuser)//tables under the current user
database name, instance Name query: (A
Tags: process build rail info from BSP content lag stop For non-Oracle DB, SQL Server is a sample description: My train of thought A:oracle DB production B:oracle DB Intermediate machine C:sqlserver db destination a-> b->c Note: B on both the rep process also has the EXT process, at this time. There is also a need to establish a rep process for B.A->b can complete the online initialization synchronization (EXPDP based on SCN number)After the initializ
Tags: Oracle goldengate initial Load methodNon-Oracle DB is illustrated with SQL Server as an example:My train of thoughtA:oracle DB production B:oracle DB Intermediate machine C:sqlserver db destinationa-> b->c Note: B on both the rep process and ext process, at this time, C also need to establish a rep process for B.A->b can complete the online initialization synchronization (EXPDP based on the SCN number
1. Products used: ArcSDE 9.3 + Oracle 10.2.0.1
2. Problem description: arcmaploud is used for spatial data, and the operation is performed within several minutes. The arcmapis does not respond, the CPU usage of the data warehouse server is 100rmb, and the number of gsrvr.exe processes is 10 +.
3. Solution: Upgrade Oracle from 10.2.0.1 to 10.2.0.3 or. 2.0.4.
4. Cause: According to ESRI engineers, oracle10
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.