Changing an Init.ora Parameter

简介:
To change an init.ora parameter, follow these steps.
  1. Open the file called init<database_name>.ora. For example, if the database is called oraprod, then the file would be called initoraprod.ora. The file can be in a variety of places, but almost always somewhere in a subdirectory of the Oracle Installation directory on the server (also known as the ORACLE_HOME).
  2. Find the parameter that you wish to change. The parameter may not be in the file. If not, the default value is being used by Oracle. Add the parameter if it is not in the file and needs to be a non-default value.
  3. Comment out the line containing the current setting (in case the change needs to be undone). A line will be commented out (ignored by Oracle) if a pound sign (#) is placed at the beginning of the line
  4. Add a new line with the same parameter with the new setting.
 

Example

# Doubled db_cache_size from 30000000 on 5/4/2003, change made by Jeff Jones. # db_cache_size = 30000000 db_cache_size=60000000



本文转自maclean_007 51CTO博客,原文链接:http://blog.51cto.com/maclean/1277871

相关文章
GrayLog5.2版本单节点一键部署脚本
GrayLog5.2版本单节点一键部署脚本
833 0
|
Java 关系型数据库 MySQL
springboot招聘信息管理系统 毕业设计-附源码
springboot招聘信息管理系统 毕业设计-附源码
|
消息中间件 存储 Kafka
【Kafka从入门到放弃系列 二】Kafka集群搭建及基本命令
【Kafka从入门到放弃系列 二】Kafka集群搭建及基本命令
365 0
|
Java C# Python
TypeScript-03-语法基础
环境都搭好了一直没时间继续往下写 疫情期间就在家好好梳理知识吧 必须让自己强大起来,才有选择的权利
259 0
TypeScript-03-语法基础
请大家配“合核酸采集 打印疫情战役 ”
请大家配“合核酸采集 打印疫情战役 ”
156 0
请大家配“合核酸采集  打印疫情战役 ”
|
并行计算 编译器
Lambda表达式
主要介绍Lambda表达式
230 0
|
API 语音技术 Python
Python 技术篇-百度语音API鉴权认证获取Access Token实例演示
Python 技术篇-百度语音API鉴权认证获取Access Token实例演示
648 0
Python 技术篇-百度语音API鉴权认证获取Access Token实例演示
|
边缘计算 物联网 区块链
今天是我们和中国一汽的大喜日子
中国一汽宣布与阿里巴巴签署战略合作,携手共建汽车行业面向未来的核心技术能力,推动汽车行业从数字化走向智能化。
1423 0