search
HomeDatabaseMysql Tutorial windows 2008 64位oracle11g部署问题(1)之警告-启动database control时出错

由于本学期需要做oracle的授课,想将oracle版本由10g提升为11g,原来一直都用10g在redhat下,这次为了让学生安装方便(毕竟定义的目标是学习完达到oca即可了),

由于本学期需要做oracle的授课,想将oracle版本由10g提升为11g,原来一直都用10g在redhat下,这次为了让学生安装方便(毕竟定义的目标是学习完达到oca即可了),因此想在windows服务器端安装,前一段时间讲windows域时,搭建了windows 2008 64位,,因此想在windows 2008上部署oracle 11g R2,结果安装过程的末尾遇到了如下错误,还纳闷呢,windows server端安装都出现这问题???又不是unix或linux。


wKioL1MOiVCgSxurAAQC5P3QWJY301.jpg

C:\app\Administrator\product\11.2.0\dbhome_1\BIN>emctl status dbconsole

Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to da

tabase unique name.


C:\app\Administrator\product\11.2.0\dbhome_1\BIN>set ORACLE_SID=orcl  //安装过程中设置的SID


C:\app\Administrator\product\11.2.0\dbhome_1\BIN>emca -config dbcontrol db


EMCA 开始于 2014-2-27 8:16:24

EM Configuration Assistant, 11.2.0.0.2 正式版

版权所有 (c) 2003, 2005, Oracle。保留所有权利。


输入以下信息:

数据库 SID: orcl

监听程序端口号:

监听程序端口号: 1521  //oracle的监听端口是1521,切记

监听程序 ORACLE_HOME [ C:\app\Administrator\product\11.2.0\dbhome_1 ]:

SYS 用户的口令:         //交互输入SYS DBNMP  SYSMAN  的密码,密码都是安装过程中设置的密码,输入密码是不显示*

DBSNMP 用户的口令:

SYSMAN 用户的口令:

SYSMAN 用户的口令: 通知的电子邮件地址 (可选):  //直接回车即可

通知的发件 (SMTP) 服务器 (可选):

-----------------------------------------------------------------


已指定以下设置


数据库 ORACLE_HOME ................ C:\app\Administrator\product\11.2.0\dbhome_1



本地主机名 ................ WIN-6H64DS9DC63

监听程序 ORACLE_HOME ................ C:\app\Administrator\product\11.2.0\dbhome

_1

监听程序端口号 ................ 1521

数据库 SID ................ orcl

通知的电子邮件地址 ...............

通知的发件 (SMTP) 服务器 ...............


-----------------------------------------------------------------

是否继续? [是(Y)/否(N)]: y

2014-2-27 8:17:23 oracle.sysman.emcp.EMConfig perform

信息: 正在将此操作记录到 C:\app\Administrator\cfgtoollogs\emca\orcl\emca_2014_02

_27_08_16_23.log。

2014-2-27 8:17:24 oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository

信息: 正在将配置数据上载到 EM 资料档案库 (此操作可能需要一段时间)...

2014-2-27 8:18:19 oracle.sysman.emcp.EMReposConfig invoke

信息: 已成功上载配置数据

2014-2-27 8:18:23 oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib

信息: 软件库已配置。

2014-2-27 8:18:23 oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib

信息:  将忽略 EM_SWLIB_STAGE_LOC (值)。

2014-2-27 8:18:23 oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary

信息: 正在部署预配档案...

2014-2-27 8:18:48 oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary

信息: 预配档案部署成功。

2014-2-27 8:18:48 oracle.sysman.emcp.util.DBControlUtil secureDBConsole

信息: 正在保护 Database Control (此操作可能需要一段时间)...

2014-2-27 8:18:56 oracle.sysman.emcp.util.DBControlUtil secureDBConsole

信息: 已成功保护 Database Control。

2014-2-27 8:18:56 oracle.sysman.emcp.util.DBControlUtil startOMS

信息: 正在启动 Database Control (此操作可能需要一段时间)...

2014-2-27 8:19:54 oracle.sysman.emcp.EMDBPostConfig performConfiguration

信息: 已成功启动 Database Control

2014-2-27 8:19:54 oracle.sysman.emcp.EMDBPostConfig performConfiguration

信息: >>>>>>>>>>> Database Control URL 为 https://WIN-6H64DS9DC63:5500/em

2014-2-27 8:19:57 oracle.sysman.emcp.EMDBPostConfig invoke

警告:

************************  WARNING  ************************


管理资料档案库已置于安全模式下, 在此模式下将对 Enterprise Manager 数据进行加密。

加密密钥已放置在文件 C:/app/Administrator/product/11.2.0/dbhome_1/WIN-6H64DS9DC6

3_orcl/sysman/config/emkey.ora 中。请务必备份此文件, 因为如果此文件丢失, 则加密

数据将不可用。


***********************************************************

已成功完成 Enterprise Manager 的配置

EMCA 结束于 2014-2-27 8:19:57


C:\app\Administrator\product\11.2.0\dbhome_1\BIN>emctl status dbconsole //出现如下的提示就表示问题解决告一段落了。

Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0

Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.

https://WIN-6H64DS9DC63:5500/em/console/aboutApplication

Oracle Enterprise Manager 11g is running.     //此时就ok了一切。

------------------------------------------------------------------

Logs are generated in directory C:\app\Administrator\product\11.2.0\dbhome_1/WIN

-6H64DS9DC63_orcl/sysman/log


C:\app\Administrator\product\11.2.0\dbhome_1\BIN>

如果仍然提示ORACLE_UNQNAME is not defined


C:\app\Administrator\product\11.2.0\dbhome_1\BIN>> set ORACLE_UNQNAME=orcl  //Oracle的SID名称

到此基本上就ok了

windows 2008 64位oracle11g部署问题(1)之警告-启动database control时出错

windows 2008 64位oracle11g部署问题(2)之 监听服务无法启动

windows 2008 64位oracle11g部署问题(3)之ORA-12514:TNS:监听程序当前无法识别连接描述符中请求的服务




本文出自 “探索之家” 博客,请务必保留此出处

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What Are the Limitations of Using Views in MySQL?What Are the Limitations of Using Views in MySQL?May 14, 2025 am 12:10 AM

MySQLviewshavelimitations:1)Theydon'tsupportallSQLoperations,restrictingdatamanipulationthroughviewswithjoinsorsubqueries.2)Theycanimpactperformance,especiallywithcomplexqueriesorlargedatasets.3)Viewsdon'tstoredata,potentiallyleadingtooutdatedinforma

Securing Your MySQL Database: Adding Users and Granting PrivilegesSecuring Your MySQL Database: Adding Users and Granting PrivilegesMay 14, 2025 am 12:09 AM

ProperusermanagementinMySQLiscrucialforenhancingsecurityandensuringefficientdatabaseoperation.1)UseCREATEUSERtoaddusers,specifyingconnectionsourcewith@'localhost'or@'%'.2)GrantspecificprivilegeswithGRANT,usingleastprivilegeprincipletominimizerisks.3)

What Factors Influence the Number of Triggers I Can Use in MySQL?What Factors Influence the Number of Triggers I Can Use in MySQL?May 14, 2025 am 12:08 AM

MySQLdoesn'timposeahardlimitontriggers,butpracticalfactorsdeterminetheireffectiveuse:1)Serverconfigurationimpactstriggermanagement;2)Complextriggersincreasesystemload;3)Largertablesslowtriggerperformance;4)Highconcurrencycancausetriggercontention;5)M

MySQL: Is it safe to store BLOB?MySQL: Is it safe to store BLOB?May 14, 2025 am 12:07 AM

Yes,it'ssafetostoreBLOBdatainMySQL,butconsiderthesefactors:1)StorageSpace:BLOBscanconsumesignificantspace,potentiallyincreasingcostsandslowingperformance.2)Performance:LargerrowsizesduetoBLOBsmayslowdownqueries.3)BackupandRecovery:Theseprocessescanbe

MySQL: Adding a user through a PHP web interfaceMySQL: Adding a user through a PHP web interfaceMay 14, 2025 am 12:04 AM

Adding MySQL users through the PHP web interface can use MySQLi extensions. The steps are as follows: 1. Connect to the MySQL database and use the MySQLi extension. 2. Create a user, use the CREATEUSER statement, and use the PASSWORD() function to encrypt the password. 3. Prevent SQL injection and use the mysqli_real_escape_string() function to process user input. 4. Assign permissions to new users and use the GRANT statement.

MySQL: BLOB and other no-sql storage, what are the differences?MySQL: BLOB and other no-sql storage, what are the differences?May 13, 2025 am 12:14 AM

MySQL'sBLOBissuitableforstoringbinarydatawithinarelationaldatabase,whileNoSQLoptionslikeMongoDB,Redis,andCassandraofferflexible,scalablesolutionsforunstructureddata.BLOBissimplerbutcanslowdownperformancewithlargedata;NoSQLprovidesbetterscalabilityand

MySQL Add User: Syntax, Options, and Security Best PracticesMySQL Add User: Syntax, Options, and Security Best PracticesMay 13, 2025 am 12:12 AM

ToaddauserinMySQL,use:CREATEUSER'username'@'host'IDENTIFIEDBY'password';Here'showtodoitsecurely:1)Choosethehostcarefullytocontrolaccess.2)SetresourcelimitswithoptionslikeMAX_QUERIES_PER_HOUR.3)Usestrong,uniquepasswords.4)EnforceSSL/TLSconnectionswith

MySQL: How to avoid String Data Types common mistakes?MySQL: How to avoid String Data Types common mistakes?May 13, 2025 am 12:09 AM

ToavoidcommonmistakeswithstringdatatypesinMySQL,understandstringtypenuances,choosetherighttype,andmanageencodingandcollationsettingseffectively.1)UseCHARforfixed-lengthstrings,VARCHARforvariable-length,andTEXT/BLOBforlargerdata.2)Setcorrectcharacters

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)