windows 7 so far. During version check, it is prompted that oracle currently does not support windows OS with version 6.1. Download oracle 10g for vista and windows 2008 x86 for windows from the oracle official website supports the vista kernel. The windows 7 kernel is simi
transactions.
Remember:The larger the table, the more benefits it will obtain from the table index.. Table 2 is the time it takes to perform various DML operations when using and without indexes on a table with millions of records:
3. How to create an index
The syntax for creating an index is as follows:
Create index index_name on table_name (column_name );
If you want to index more than one table, the syntax is as follows:
Create index index_name on table_name (first_column_
user_extents
Group by tablespace_name, segment_name, segment_type;
(4) Check the space usage of each user
Select owner, tablespace_name, count (extent_id), sum (blocks ),
Sum (bytes) from user_extents
Group by owner, tablespace_name;
(5) Check database space usage
Select tablespace_name, count (extent_id), sum (blocks), sum (bytes)
From user_extents
Group by tablespace_name;
(6) Check the free space of the current user
Select tablespace_name, count (
permission from the owner, user group, and others of the dir directory to view the file information in the directory.
[Root @ foundation42 Desktop] # chmod ug + x, o-r/mnt/dir ### Add the x permission to the owner and user group of the dir directory. The owner and user group can access the directory, other users cannot view the file information in the directory after removing the r permission.
5. Modify the File Permission In numeric Mode
In linux:
architecture, principles, and performance monitoring tools.Learn the architecture, principles, setup, monitoring (including faults and performance), and troubleshooting and optimization.
7. SQL optimization (read a classic English book, experiment, practice, and analysis)Why do they come out separately? This part requires constant research and experimentation, and almost every day at work.At present, there are some classic Chinese documents, which ar
Install Oracle JDK in CentOS 7
Install Oracle JDK in CentOS 7 and check whether JDK is provided in Linux. If openJDK is available, uninstall it.
Java-version
Rpm-qa | grep-E '^ open [jre | jdk] | j [re | dk]'
Uninstall openjdk
Su rootYum-y remove java java-1.7.0-openjdk
D
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
Install windows 7 Virtual Machine and oracle and win7oracleI. win7 Virtual Machine
It is no different from installing a linux virtual machine. The difference is that the client operating system, memory, disk capacity, and image files are selected.
Procedures for creating a Windows 7 virtual machine are simplified:
Crea
This article describes how to install Oracle 11gR2 (11.2.0.3) in Oracle Linux 6.3 ). Since Oracle 11g, the official Oracle website does not provide a download link for its Patch. You need to use the Meatlink account to download the Patch. Do not worry about the kids shoes. I
. Generally, Java developers use Oracle-JDK as the standard for development.
The following describes how to install and configure JDK in Linux. the Linux release version is Ubuntu 12.04.
1. Download JDK
The latest JDK version is Java SE Development Kit 7u5.
: Http://download.oracle.com/otn-pub/java/jdk/7u5-b06/jdk-7u5-linux
There are a lot of friends who are confused about the 4 IPs when configuring Oracle 11GR2 RAC, this article explains here.Open a/etc/hosts file for a RAC nodeCat/etc/hosts# public IP192.168.1.138rac1.localdomain Rac1192.168.1.139rac2.localdomain RAC2#Private IP172.16.10.138rac1-priv.localdomain Rac1-priv172.16.10.139rac2-priv.localdomain Rac2-priv#Virtual IP192.168.1.140 Rac1-vip.localdomain RAC1-VIP192.168
Label:At first, I thought I was going to unzip. Inadvertently see a blog, understand the meaning of the compressed package. Ha haORACLE11G has more than one installation disc: Description of File namep102025301120--linux-x86-64_1of7.zip Database installation media p102025301120--linux-x86-64_2of7.zip Database installation mediaP102025301120--linux-x86-64_3of7.zip
differentAs an example, we use the table T1 and T2 (see "Oracle Performance Analysis 4: Full scan of data access Methods"), the following is the clustering factor for index T2 on the lookup table T1 index idx_t1_id and idx_t2_id:Select I.index_name, i.clustering_factor from user_indexes i where index_name = ' idx_t1_id ' or index_name = ' idx_ t2_id ' index_nameclustering_factoridx_t1_id17idx_t2_id1700
, can enter Linux in the text interfaceExecute command# Shutdown–r NowThe entire Linux installation process is over.Part II: oracle10g for LINUX as 4 installation Configuring Redhat as 4Operating system version:Red Hat Enterprise Linux as Release 4Follow the general installa
"Run this program in compatibility Mode" In the Compatibility tab, and select Windows XP --------------------------------------------------------------------------------------------------------------- ------------------------------------ Problem 3:checking swap space:0 MB available, MB required. Failed Workaround: Virtual memory needs to be set manually , if the VM is automatically managed by the system, Oracle installer does not recognize 1. Adv
must be the same on all cluster hosts.
Set the password for the oracle account:
# Passwd oracleChanging password for user oracle.New password:Retype new password:Passwd: all authentication tokens updated successfully.
(2) create a mount point
Run the following command as the root user:
Mkdir-p/u01/app/oracleChown-R oracle: oinstall/u01/app/oracleChmod-R 775/u01/app/
Oracle Study Notes (7) -- Advanced query (1)
Before learning advanced queries, let's take a look at how to view all the tables in the Oracle database. This is because we need to use several tables under the SCOTT user in the Oracle database (these tables are included in the Oracle
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.