File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11---
22layout : post
3- title : oracle-ORA-01653: unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM
3+ title : oracle-ORA-01653
44pid : 633
55tags : [db]
66---
77
8+
9+ ``` sql
810SELECT a .tablespace_name " 表空间名" ,
911a .bytes / 1024 / 1024 " 表空间大小(M)" ,
1012(a .bytes - b .bytes ) / 1024 / 1024 " 已使用空间(M)" ,
@@ -19,17 +21,13 @@ GROUP BY tablespace_name) b
1921WHERE a .tablespace_name = b .tablespace_name
2022ORDER BY ((a .bytes - b .bytes ) / a .bytes ) DESC
2123
22-
23-
2424alter tablespace SYSAUX add datafile ' SYSAUX02.dbf' size 5G ;
2525alter tablespace SYSTEM add datafile ' SYSTEM02.dbf' size 10G ;
2626
2727
28-
29-
3028select distinct dfs .tablespace_name , df .name from dba_free_space dfs left join v$datafile df on dfs .file_id = df .FILE # order by dfs.tablespace_name;
3129
32-
30+ ```
3331
3432
3533
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ <h3>Paul Ding</h3>
3131
3232< p > or follow</ p >
3333
34- < blockquote > < p > < i class ="fa fa-twitter "> </ i > < a href ="https://twitter.com/baoguoding "> @Paul Ding </ a > </ p >
34+ < blockquote > < p > < i class ="fa fa-twitter "> </ i > < a href ="https://twitter.com/baoguoding "> @baoguoding </ a > </ p >
3535
36- < p > < i class ="fa fa-weibo "> </ i > < a href ="http://weibo.com/baoguoding "> @丁帅爸爸 </ a > </ p > </ blockquote >
36+ < p > < i class ="fa fa-weibo "> </ i > < a href ="http://weibo.com/baoguoding "> @baoguoding </ a > </ p > </ blockquote >
3737
3838< p > to reach me</ p >
You can’t perform that action at this time.
0 commit comments