`
hubin4
  • 浏览: 96301 次
  • 性别: 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)
#  
#################################################################
分享到:
评论

相关推荐

    cuda版本open3d

    pip 不支持安装cuda版本的open3d,因此需要手动编译open3D源码 Windows 1. Setup Python binding ...cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX="<open3d_install_directory>" .. 3. Build

    [手工整理]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 ...

    gcc.rar_Fedora gcc_steps

    - `-g`:包含调试信息,便于使用GDB调试。 - `-o`:指定输出文件名。 6. **多文件项目**: 在处理多文件项目时,可以使用`gcc main.c file1.c file2.c -o program`将所有源文件一起编译并链接。 7. **动态链接...

    无盘8111G专用驱动

    "PCIE_Install_5812_05152013"这个文件名可能是驱动程序的安装包,其中"PCIE"代表PCI-E接口,"5812"可能是版本号或某种代码,"05152013"则可能是该版本的发布日期(2013年5月15日)。在安装这个驱动时,通常需要遵循...

    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报告?...

    ( weblogic集群部署for_linux

    ### Oracle WebLogic Server 11g 集群部署On Linux #### 一、环境配置与要求 在进行Oracle WebLogic Server 11g集群部署之前,需要对环境进行一定的规划与配置,确保集群能够正常运行。 **1. 系统环境** - **...

    (中文版)10gR2_openSUSE102_introduction.doc

    【Oracle 10g R2 on openSUSE 10.2 Introduction】 Oracle Database 10g Release 2 (10.2.0.1) can be installed and run on openSUSE 10, providing a platform for development and testing purposes, although ...

    建伍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 ...

    RAC Guides_Rac10gR2 On Solaris

    Install Steps 在这一部分中,我们将详细介绍在Solaris平台上安装Oracle RAC 10g Release 2 (10.2) 的步骤: 1. **准备集群**:包括创建必要的用户组、配置内核参数、满足硬件和软件需求等。 2. **准备共享存储**...

    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

    RedHat Certificate Engineer

    sudo yum install qemu-kvm libvirt libvirt-daemon-driver-qemu virt-install ``` 2. **Enabling KVM Support:** - Verify that KVM modules are loaded by running: ```bash lsmod | grep kvm ``` - If ...

    CUDA for Linux

    - Use your distribution's package manager (e.g., `apt-get` for Debian-based systems or `yum` for RPM-based systems) to install the CUDA Toolkit. - For example, on Ubuntu, run `sudo apt-get install ...

    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 ...

Global site tag (gtag.js) - Google Analytics