win7安装与卸载oracle11g(32)(6)
发布时间:2021-06-07
发布时间:2021-06-07
13:46
国内:/technetwork/cn/database/enterprise-edition/downloads/index.html 国外: /technetwork/database/enterprise-edition/downloads/index.html
选择“口令管理”,查看并修改以下用户:
(1)普通用户:SCOTT(密码:Tiger)
(2)普通管理员:SYSTEM(密码:Manager)
(3)超级管理员:SYS(密码:Myself as sysDba)
修改完成后,单击“确定”。
10、在“完成”窗口中,单击“关闭”即可。
安装完成界面中的内容:
Enterprise Manager Database Control URL - (orcl) :
https://localhost:1158/em
数据库配置文件已经安装到 C:\app\Administrator,同时其他选定的安装组件也已经安装到 C:\app\Administrator\product\11.2.0\dbhome_1。
(1)OracleOraDb11g_home1TNSListener:表示监听服务,如果客户端要想连接到数据库,此服务必须打开。在程序开发中该服务也要起作用。
(2)OracleServiceORCL:表示数据库的主服务,命名规则:OracleService数据库名称。此服务必须打开,否则Oracle根本无法使用。