参数文件管理源代码.docx
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_05.gif)
《参数文件管理源代码.docx》由会员分享,可在线阅读,更多相关《参数文件管理源代码.docx(1页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、参数文件管理源代码L导出二进制参数文件 sqlplus/nologconn sys/ldm as sysdba;create pfile=e:inittest.ora from spfile;2 .创立服务器参数文件create spfile from pfile二e:inittest.ora;3 .更改初始化参数column name format a20 column value format a20select name,value from v$parameter where name=job_queue_processes;上述操作,首先查看参数job_queue_processes
2、在修改前的值,为了方便显示,设 置了歹U name 及 value oalter system set job_queue_processes=50scope=both;更改后,查询v$parameter,可以看到更改的内容已经生效了,具体如下所示。select name,value from v$parameter where name=,job_queue_processes,;为了查看修改是否被永久地保存,因此关闭数据库并且在重新启动后查看,具体 如下所示。startup column name format a20 column value format a20select name,value from v$parameter where name=job_queue_processes;
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 参数 文件 管理 源代码
![提示](https://www.taowenge.com/images/bang_tan.gif)
限制150内