摘要:
在使用ORACLE时常用到的命令和脚本在使用ORACLE时常用到的命令和脚本,希望大家能用上一、数据字典1、查数据块大小select name,value fromv$parameter where name='db_block_size';2、查数据文件的大小select bytes/1024/1024 "sizeinMB" fromv$datafile where name='&actual_file_name';3、如何查出前台正在发出的sql语句;先查出正在运行的前台程序的sid;然后根据上面得到的sid,可查出正在运行的前台 阅读全文
posted @ 2007-12-14 11:28
路大侠
阅读(202)
评论(0)
推荐(0)

浙公网安备 33010602011771号