摘要:
Click the menu button , click Help and select Troubleshooting Information. The Troubleshooting Information tab will open. Under the Application Basics 阅读全文
摘要:
SQL语句参考以下: select owner,segment_name,segment_type,tablespace_name,sum(bytes)/1024/1024/1024 from dba_segments where tablespace_name='TBS_LDHB' group b 阅读全文
摘要:
1.利用文件来模拟块设备 在grid的安装教程中有一步是 provision the disk devices for use with ASM Filter Driver。但是如果我们没有多个磁盘怎么办,这时可以这样, 先dd出几个文件,例如: dd bs=30M count=1024 if=/d 阅读全文
摘要:
在Create Task 窗口的General选项卡中,在Security options 里有几个单选项,分别是 Run only when user is logged on ,Run whether user is logged on or not。 当选择 Run whether user 阅读全文
摘要:
1.查出当前使用的是哪个resource plan select * from GV$RSRC_PLAN 2.创建pending area begin dbms_resource_manager.create_pending_area;end; 3.创建consumer group BEGIN DB 阅读全文