Introduction to data dictionaries provided by Oracle

A data dictionary is used to store database information. It can be used to understand the internal information of an Oracle database, such as the table creator, creation time, tablespace, and user access permissions. DBAs must fully understand the

ORA-01950: no permission for table space 'users'

When creating a new user, you must specify the default tablespace; otherwise, the system tablespace will be treated as the default tablespace. This is not recommended. It is estimated that the default tablespace was not specified when a user was

Install mysql5.5.28 from CentOS6.3 source code

The 64-bit CentOS6.3 system is installed with a minimal package. It is used as a local Web server and the entire process is recorded.Step 6: Install mysql5.5 database v5.5.28 Mysql starts from Version 5.5 and does not use./configure for compilation.

Detailed description of Oracle row migration and row Link

Definition: Row migration: Because of update, the rows become longer, the original blocks cannot be placed, the rows are moved into the new blocks, Line link: The line is too large at the beginning. For example, if you insert a row of bytes, you

Oracle 11g alarm log storage path

Before Oracle 10 Gb, the warning log is located in the bdump folder, but 11 GB has changed the log and introduced ADR (a directory that stores the diagnostic logs and tracking files of the database ), it corresponds to the initialization parameter

Deduplication in Oracle does not require distinct

The distinct keyword can only be used to filter all records in the query field that are the same (the record set is the same). If you want to specify a field, it does not work. In addition, the distinct keyword is sorted, Which is

Oracle Linux Kernel Parameter Modification

Instance: Kernel. core_uses_pid = 1Kernel. shmall = 2097152Kernel. shmmax = 2147483648Kernel. shmmni = 4096Kernel. sem = 250 32000 100 128Fs. file-max = 65536Net. ipv4.ip _ local_port_range = 9000 65000Net. core. rmem_default = 4194304Net. core.

Oracle Data Dictionary Learning

Oracle Data dictionary is a very important component of Oracle. Learning Oracle data dictionary is of great significance for database management. Below is the method I learned from my book to track the Oracle view. Here, let's make a mark! I.

Considerations for MySQL replication Filtering

1. replicate_do_db and replicate_ignore_db do not appear at the same time. It is prone to confusion. It is meaningless.Replicate_Do_DB: db1Replicate_Ignore_DB: db2 Statement mode:Use the use statementUse db1; insert into tb1 values (1 );Use db2;

Different users use tnsping + client service name with different results

Problem description; Install the Oracle11g client in SUSE10sp2 and create an aipcti user. If tnsping vsm (vsm is the service name under the client) fails, an error is returned:TNS-03505: Failed to resolve name, Used parameter

See Oracle-defined implicit Parameters

Use show parameter xx in sqlplus to view the Oracle-defined parameters, which are obtained by querying v $ parameter. In addition, some implicit parameters in Oracle cannot be directly queried through the show parameter method. Let's check the

MySQL Log Settings Optimization

Preface After installing MySQL, you must optimize and adjust various MySQL Parameter options. Although the MySQL system is highly scalable, it can run efficiently in an environment with sufficient hardware resources or in a few resource environments.

How to thoroughly uninstall an Oracle database

I. Linux platform It is very easy to uninstall Oracle on Linux, that is, to delete all files and folders under the Oracle installation directory. Ii. Windows Platform On Windows, how to thoroughly uninstall Oracle is described. Since it is quite

Oracle for Linux dual-Host Control File Error

Linux: RHEL 6.3 Oracle: oracle 11g R2 (11.2.0.3) RHEL 6.3 is installed on two servers, oracle is installed on two servers, software is stored locally on the server, and database files are stored on the shared disk (iscsi used ), the first oracle

Record how to adjust the Oracle 11gR2 RAC nic at a time

This record is a change operation record for the production scenario. It focuses on the Operation ideas and sequence, and strives to be rigorous and careful. The premise is that the customer is eager to deploy the application for stress testing when

Hibernate annotation case

I. Introduction In the previous steps of getting hibernate, every time you create a database table, you must create a corresponding * under entity *. hbm. xml configuration file. When there are many database tables, it will seriously affect the

Oracle Optimizer (CBO optimization) Sharing

Oracle Optimizer (CBO optimization) Before executing an SQL statement, Oracle needs to analyze the statement execution plan and then execute it according to the execution plan. The execution plan of the Analysis Statement is completed by the

Sequence of parameter files used when Oracle starts an instance

Oracle uses the spfile . ora file as the startup parameter file. If the file does not exist, search for the spfile. ora file. If the spfile . ora and spfile. ora files do not exist The init . ora file is used. If none of the preceding three files

Use of the ORA_ROWSCN pseudo Column

Ora_rowscn For each row of data, ora_rowscn returns the approximate time that each row was last modified. this is useful for determining when a row of data is modified. because Oracle uses transaction commit to track the data blocks of rows for scn,

Method for the condition corresponding to the Oracle database backup table

Q: How to back up data under a field in a table in the Oracle database? This problem has plagued me and found a lot of information about it through Baidu search. But none of them can help me solve this problem. Solution: try to create a temporary

Total Pages: 1013 1 .... 972 973 974 975 976 .... 1013 Go to: GO

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.