`
hubin4
  • 浏览: 93890 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

11g_Install_Steps

阅读更多
#################################################################
#   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)
#  
#################################################################
分享到:
评论

相关推荐

    [手工整理]208个Oracle安装文档,包含各个平台各个版本的单实例RAC以及DataGuard(1).xlsx

    62 Install Oracle 9i 10g 11g 操作系统兼容列表及配置要求 63 Install Oracle BIEE-12c-Linux安装配置手册 64 Install Oracle Database (RDBMS) on Unix AIX,HP-UX,Linux,Solaris and MS Windows Operating ...

    postman-newman-automation:使用POSTMAN自动化基于OData的RESTful API

    开放式终端/ CMD 安装newman npm install -g newman 转到项目的根路径输入命令newman run OData_In_6_Steps.postman_collection.json CLI将显示以下结果如何使用npm newman-reporter-html和Newman生成HTML报告?...

    建伍378G写频软件

    建伍378G写频软件,压包内有: KPG-56D Help File Version 3.00 File name: KPG56D_6.HLP Read From Radio Help This function reads all program data from the transceiver flash memory. 1. When "Read ...

    MVS-1.0.0_x86_64.tar.gz

    Change to the directory which contains this INSTALL file, e.g.: cd ~/MVS-1.0.0_x86_64 3. Running the configuration scripts source ./setup.sh 4. Execute /opt/MVS/bin/MVSPlayer to test ...

    EurekaLog_7.5.0.0_Enterprise

    11)..Fixed: Wrong button caption in "Steps to Reproduce" dialog 12)..Fixed: Crash when taking snapshot of some proccesses by Threads Snapshot tool 13)..Fixed: Minor improvements in leak detection ...

    mkvtoolnix_2.7.0

    If you're sure you've found a bug - e.g. if one of my programs crashes with an obscur error message, or if the resulting file is missing part of the original data, then by all means submit a bug ...

    learnyounode:LearnYouNode 解决方案

    npm install -g learnyounode 还需要一个文本编辑器,比如 内容 /javascript javascript 版本 /咖啡脚本 咖啡脚本版本 README.md - 这个文件 练习 1 - Hello World helloworld.js 或 helloworld.coffee 练习 2 - ...

    rdfox-xi 反编译vfp9

    Seven steps to install ReFox XI+ 1. download ReFox XI+ files • ReFox_INST - download and save the .zip archive to your local disk - do not unpack it directly from the browser 2. create new ...

    gulp-fisrt-steps:关于使用 Gulp.js 的小测试

    吞咽第一步关于使用 Gulp.js 的小测试先决条件安装 npm 通过npm install -g gulp gulp ( npm install -g gulp )安装和测试对于安装依赖运行npm install对于测试运行gulp demo

    pirateflix, 直接从CLI流piratebay电影.zip

    pirateflix, 直接从CLI流piratebay电影 pirateflix直接从CLI流piratebay电影 安装$ npm install pirateflix -g命令行选项$ pirateflix --help Follow the steps by

    Bochs - The cross platform IA-32 (x86) emulator

    1G pages support without recompile using new CPUID option in .bochsrc. Configure options: --enable-mmx, --enable-sse, --enable-movbe, --enable-xsave, --enable-sep, --enable-aes, --enable-1g-pages ...

    SimIt-ARM-3.0 ARM指令模拟器

    After these steps, the ./build/bindirectory contains the following programs: ema An ARM interpreter. To test the installation was successful type ./build/bin/ema test/wc configure modifiy PATH ...

    lighthouse-ci:自动执行每次提交的Lighthouse,查看更改并防止回归

    灯塔CI 概述 Lighthouse CI是一套工具,可以使连续运行,保存,检索和声明结果尽可能简单。 快速开始 要开始使用针对通用项目配置的GitHub... - run : npm install && npm install -g @lhci/cli@0.7.x - run : npm ru

    联想旭日420AXP系统芯片组驱动

    * Target Chipset(s)#: 955X/XM/975X/945G/P/PL/GM/PM/GMS/940GML/E7230/E8501 * Date: October 13 2005 ************************************************************ NOTE: For the list of supported ...

    g++ for windows

    Follow these steps to install g++ (the GNU C++ compiler) for Windows. There is no room for creativity here; you must follow the directions exactly. Pick the drive and a folder in which you want to ...

    GraphUnzip:解压缩具有Hi-C数据和/或长读的装配图

    GraphUnzip 使用Hi-C数据和/或长读来阶段化装配图。 为什么要使用GraphUnzip? GraphUnzip以GFA格式逐步展开未GraphUnzip的装配图。 它的幼稚方法没有假设生物的倍性或杂合率,因此... [-R REJECTED] [-s STEPS] [-m

    VivoDirect:CS3240 最终原型

    sudo npm install -g gulp sudo npm install -g bower 在本地运行应用程序 git clone https://github.com/jhowtan/VivoDirect.git npm install & bower install gulp serve 现场演示 该项目也在托管。

    on_artifact:针对工作流程进行了优化。下载工件并设置为输出,然后清除它

    on_artifact 针对工作流程进行了优化。下载工件并设置为输出,然后清除它 用法 name : build on : pull_request : push : branches : - main - ' releases/* ' ... steps : ... npm install ... echo ${{ g

    drupal 6.12

    the initial configuration steps suggested on the "Welcome" page. If the default Drupal theme is not displaying properly and links on the page result in "Page Not Found" errors, try manually ...

    au3反编译源码

    (^- create this in an editor with some more or less intelligent Search抧扲eplace steps) 'Function Renamer' If you decompiled a file that was obfuscated all variable and function got lost. Is ...

Global site tag (gtag.js) - Google Analytics