One. Query article
1. Query Oracle Table space usage
Select b.file_id file ID,
B.tablespace_name table Space,
B.file_name Physical file name,
The total number of bytes b.bytes,
(B.bytes-sum (NVL (a.bytes,0))) has been used,
Sum (NVL (a.bytes,0))
Management of 1.Oracle Tables
Naming conventions for table and column names:
Must start with a letter;
Length cannot exceed 30 characters;
Cannot use Oracle's reserved words;
Use only the following characters: A-Z, A-Z, 0-9,
The table size has two meanings. One is the number of physical spaces allocated to a table, regardless of whether the space is used or not. You can query the number of bytes as follows:
Select segment_name, bytesFrom user_segmentsWhere
Oracle CBO RBO Detailed
url:http://blog.163.com/love-love-l/blog/static/21078304201010175035270/
Http://blog.csdn.net/cnham/archive/2010/04/13/5482318.aspx
First part
What is Table analysis. Simply put, it is the information that collects tables
Sort out the key points of Data Query Optimization in Oracle databases, and query oracle Data
The most basic task of a database is to store and manage data. The only database feature that an end user can see is its performance: the speed at which
Over the past decade, Oracle has become one of the most professional databases in the world. For IT professionals, it is important to ensure that Oracle's powerful features are used to improve the productivity of their companies. One of the most
Table size that has two meanings. One is the amount of physical space allocated to a table, regardless of whether space is used or not. You can get the number of bytes in this query:Select Segment_name, bytesFrom User_segmentswhere Segment_type = '
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.