当前位置:网站首页>Oracle schema object
Oracle schema object
2022-06-12 02:49:00 【zhu0902150102】
1. Static data dictionary view classification
user_: All object information owned by the current user
all_: The current user can access all object information and permission information
dba_: All objects and permission information owned by the database
object: object ,tables: form ,tab_columns: Each column of the table ,views: View ,role_privs: jurisdiction ,users: User information and so on
2: Dynamic performance data dictionary view (V$)
The overview view :V$FIXED_Table
The definition view :V$FIXED_VIEW_DEFINITION
Common dynamic performance views
v$controlfile: Control file list
v$database: database information
v$datafile: Data file information
v$log: Log file information
v$instance: Current instance status
v$parameter: Memory parameter information
v$session: Current session information
v$sga:sga Information
v$spparameter:Spfile Parameter information of the file , If the file is not used to start the instance , Then try all isspecified yes false
v$tablespace: Tablespace information
v$thread: Thread information
v$version: Version information
3: Build table
create table table_name( Attribute example )
[tablespace tablespace_name]
[cluster cluster_name( Attribute example )]
[pctfree integer](default 10)
[pctused integer]
[initrans integer]
[maxtrans integer]
[recoverable|unrecoverable]
[storage storage_cause]
[logging|nologging]
[cache|nocache]
pctfree: Percentage of space reserved in the block ( To increase the length of the line (update operation ), When there is not enough space left in the express pctfree when , Do not add new lines to the block , here insert Operation is not allowed )
pctused: Minimum percentage of space used within a block ( Data can only be written when the space utilization in the cache is lower than what )
initrans: Specify the initial value of the transaction item allocated to each data block in the table
maxtrans: Specify the number of transactions that can modify table data blocks at the same time
recoverable/unrecoverable: Whether the table is repairable
logging/nologging: Whether to create and modify the table ( Include the data in the table ) Record in the redo log
cache: Specifies that even when performing a full table scan , The blocks retrieved for this table will also be placed in the buffer cache LRU The most recently used end of the list ( When a table is small , When users visit frequently, they can use )
nocache: and cache contrary
4: Build clusters cluster
Cluster table : Tables that share the same set of columns , The data shared by the cluster table is stored in the same data block , Not in the data row of each table
Step playing :
1: Build clusters
2: Index the cluster
3: Create a table on the cluster
create cluster cluster_name( Attribute example ) size integer[k|m]
[storage (storage_cause)]
边栏推荐
- Summary of force deduction solution 427- establishment of quadtree
- Demand and business model innovation - demand 11 - overview of demand analysis
- oracle之序列
- Demand and business model innovation - demand 9- prototype
- ADB command uses JKS file to sign apk
- Function templatesfunction templates
- errno: -4091, syscall: ‘listen‘, address: ‘::‘, port: 8000
- GeForce GTX 2050/2080/3090/A6000自动安装nvidia显卡驱动
- Requirements and business model innovation - Requirements 7- user requirements acquisition based on use case / scenario model
- Requirements and business model innovation - Requirements 12 - process oriented modeling
猜你喜欢

ssh公钥登录失败报错:sign_and_send_pubkey: no mutual signature supported

Hypergraph tilted data is merged into root node and transferred to 3dfiles

ACL 2022 - strong combination of pre training language model and graphic model

Intel case

微信小程序项目实例——我有一支画笔(画画)

maya前台渲染插件mel脚本工具

【点云压缩】Sparse Tensor-based Point Cloud Attribute Compression

Application of residual pressure monitoring system in high-rise civil buildings

maya前臺渲染插件mel脚本工具

Ue4\ue5 touch screen touch event: single finger and double finger
随机推荐
Package a mobile APK app containing watch app - ticwear
Common errors when mysql8 connects through JDBC
[digital signal processing] correlation function (periodic signal | autocorrelation function of periodic signal)
Navicat for MySQL 11 Linux cracking method
errno: -4078, code: ‘ECONNREFUSED‘, syscall: ‘connect‘, address: ‘127.0.0.1‘, port: 3306; Postman error
Introduction to program environment and preprocessing C language (advanced level)
Comment prévenir les incendies électriques dans les centres commerciaux?
利用ssh公钥传输文件
Force deduction solution summary 433- minimum gene change
Force deduction solution summary 449 serialization and deserialization binary search tree
Pydub MP3 to WAV
[no title] 2022 coal mine safety inspection test questions and online simulation test
Requirements and business model innovation - Requirements 12 - process oriented modeling
Restful interface design specification [for reference only]
DbNull if statement - DbNull if statement
Calculus review 2
Using SSH public key to transfer files
AcrelCloud-6000安全用电云平台在某商业广场的应用
For the first time, why not choose "pure medium platform" for byte beating data platform
ADB command uses JKS file to sign apk