11g_Install_Steps

本文提供Oracle 11g数据库安装步骤,包括下载安装文件、配置环境、解决安装过程中遇到的问题及如何创建实例。还介绍了如何使用Toad连接数据库,并解决了大小写敏感问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

#################################################################
# oracle 11g
#
# 1.
# download the install file from oracle official site.
# two large files.
#
# 2.
# make sure the JDK already installed.
# unzip the two large files into the same folder
# click the setup.exe
# e.g. D:\software\oracle\win32_11gR2_database_1of2\database\setup.exe
#
# 3.
# during the setup, some alerts "war or ear files" not found, just ignore it.
#
# 4.
# after setup, the client has been total installed,
# modify the tnsnames.ora, then can use toad or sql*plus
# to connect other database instance.
# e.g. D:\app\hubin\product\11.2.0\dbhome_1\NETWORK\ADMIN\tnsnames.ora
#
# 5.
# there are three service at this time, no instance was created.
# =OracleMTSRecoveryService
# =OracleOraDb11g_home1ClrAgent
# =OracleOraDb11g_home1TNSListener
#
# these 2 service must start if u want to [create an instance] or [enable the client].
# =OracleMTSRecoveryService
# =OracleOraDb11g_home1TNSListener
#
# 6.
# u can create a instance from
# 'start' --> 'programs' --> 'oracle-OraDb11g_home1'
# --> 'configuration and Migration Tools'
# --> 'Database Configuration Assistant'
# Just follow the instruction.
#
# remember the password u setted.
#
# 7.
# if your password contains low case letter,
# toad 9.5 cannot connect to the database because
# toad always sent upcase letter to database.
#
# 8.
# 11g also contain 'Oracle SQL Developer',
# You can use this:
# run this script:
# ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;
# then you can connect with toad successfully!
#
# 9.
# there are 5 service at this time, instance was created.
# =OracleJobSchedulerHUBIN__________(no need to start, can disable it)
# =OracleMTSRecoveryService_________(can start)
# =OracleOraDb11g_home1ClrAgent_____(no need to start, manual)
# =OracleOraDb11g_home1TNSListener__(must start)
# =OracleServiceHUBIN_______________(must start)
#
#################################################################
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值