- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
oracle数据库名实例等概念(Oracle database names, instances, and other concepts)
oracle数据库名实例等概念(Oracle database names, instances, and other concepts)
Clear concepts: db_name, instance_name, ORACLE_SID, db_domain, global_name, service_name,
Note: the writing environment is Oracle 10g Release 2 (10.2) 1, database name
1., the concept of database name
The name of the database (db_name) is the identity of a database, just like the ID number of a person. If a machine is loaded with a full database, then each database has a database name. After the database is installed or created, the parameter DB_NAME is written into the parameter file. Format as follows:
###########################################
# Database Identification
###########################################
Db_domain=
Db_name=orcl
When you create a database, you should consider a good database name, and after you create the database, the database name should not be modified, even if you want to modify it will be very troublesome. Because the database name is also written into the control file, the control file is stored in binary form, and the user cannot modify the contents of the control file. Assume that the user modifies the database name in the parameter file, which modifies the value of the DB_NAME. However, when Oracle starts, the ORA-01103 error is returned because the DB_NAME in the parameter file does not match the database name in the control file, causing the database startup to fail.
2. function of database name
Database names are required when you install databases, create new databases, create database control files, modify data structures, and backup and restore databases.
There are many Oracle installation file directories that are related to database names, such as:
Winnt: Fracleproduct10.2.0oradataDB_NAME...
Unix: /home/app/oracle/product/10.2.0/oradata/DB_NAME/...
Another example is the parameter file pfile:
Winnt: Fracleproduct10.2.0adminDB_NAMEpfileinit.ora.54200885729
Unix: /home/app/oracle/product/10.2.0/admin/DB_NAME/pfile/init$ORACLE_SID.ora
If the control file i
您可能关注的文档
- 65-理论课教案(65- theory lesson plan).doc
- 6大饮食策略助你远离肥胖(6 diet strategies help you stay away from obesity).doc
- 6s现场管理(6S site management).doc
- 6社区营养(6 community nutrition).doc
- 6种紫檀鉴别方法(6 kinds of identification methods of red sandalwood).doc
- 5大方法让某人滚蛋! - 人力资源-世界经理人论坛(5 ways to let someone go! - Human Resources - World Forum).doc
- 7-zip压缩技巧(7-Zip compression techniques).doc
- 7.16-我们如何把握销售问与听(7.16- how do we handle sales, ask, and listen).doc
- 7.2电功率(7.2 electric power).doc
- 74-矿用产品申报安全标志现场检查要求(74- site inspection requirements for safety signs of mine products).doc
- oracle 静态历史数据的压缩分离(Compression and separation of Oracle static history data).doc
- oracle流复制(oracle流复制).doc
- oracle数据库基本概念(Basic concepts of Oracle Database).doc
- ospf路由器完全邻接关系的建立详细过程(The complete process of establishing the complete adjacency relation of OSPF routers).doc
- otc终端运作与保障(OTC terminal operation and protection).doc
- osip编译(oSIP编译).doc
- otdr主要技术指标(OTDR main technical indexes).doc
- o2o应该用b2c思维来运营(O2o should operate with B2C thinking).doc
- oem、odm、ems的区别(What's the difference between OEM, ODM, EMS).doc
- o型腿宝宝的补钙食谱(O leg baby calcium diet).doc
文档评论(0)