资源预览内容
第1页 / 共7页
第2页 / 共7页
第3页 / 共7页
第4页 / 共7页
第5页 / 共7页
第6页 / 共7页
第7页 / 共7页
亲,该文档总共7页全部预览完了,如果喜欢就下载吧!
资源描述
Tuxedo 9.0 for AIX与Oracle 10 XA连接 系统说明 TUXEDO版本:9.0 安装目录 /opt/bea/tuxedo9.0 ORACLE版本:10.2.0.1 安装目录 /u01/app/oracle一、Tuxedo 9 for AIX的安装 1、创建一个用户为Tuxedo,用户组为bea 2、创建/opt/bea为tuxedo的安装目录, $mkdir /opt/bea $chown tuxedo.bea /opt/bea $chmod 770 /opt/bea #bootinfo -k 64$ sh tuxedo9_aix53_64.bin -i consolePreparing to install.WARNING: /tmp does not have enough disk space! Attempting to use /home/tuxedo for install base and tmp dir.Extracting the JRE from the installer archive.Unpacking the JRE.Extracting the installation resources from the installer archive.Configuring the installer for this systems environment.Launching installer.Preparing CONSOLE Mode Installation.=Choose Locale.- -1- EnglishCHOOSE LOCALE BY NUMBER: 1= (created with InstallAnywhere by Zero G)- =Introduction-BEA End User Clickwrap 001205Copyright (c) BEA Systems, Inc.All Rights Reserved. DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): y =Choose Install Set-Please choose the Install Set to be installed by this installer. -1- Full Install 2- Server Install 3- Full Client Install 4- Jolt Client Install 5- ATMI Client Install 6- CORBA Client Install 7- Customize.ENTER THE NUMBER FOR THE INSTALL SET, OR PRESS TO ACCEPT THE DEFAULT : 1 =Choose BEA Home- 1- Create new BEA Home 2- Use existing BEA HomeEnter a number: 2 1- /opt/beaExisting BEA Home directory: 1 =Choose Product Directory- 1- Modify Current Selection (/opt/bea/tuxedo9.0) 2- Use Current Selection (/opt/bea/tuxedo9.0)Enter a number: 2 =Pre-Installation Summary-Please Review the Following Before Continuing:Product Name: Tuxedo 9.0Install Folder: /opt/bea/tuxedo9.0Link Folder: /home/tuxedoDisk Space Information (for Installation Target): Required: 386,803,702 bytes Available: 2,625,392,640 bytesPRESS TO CONTINUE: =Ready To Install-InstallAnywhere is now ready to install Tuxedo 9.0 onto your system at the following location: /opt/bea/tuxedo9.0PRESS TO INSTALL: =Installing.- =|=|=|= -|-|-|- =Configure tlisten Service-Password: tuxedoVerify Password: tuxedoPassword Accepted! Press Enter to continue. =SSL Installation Choice.-Would you like to install SSL Support? -1- Yes 2- NoENTER THE NUMBER FOR YOUR CHOICE, OR PRESS TO ACCEPT THE DEFAULT: : 2 =License Installation Choice-Would you like to install your license now? -1- Yes 2- NoENTER THE NUMBER FOR YOUR CHOICE, OR PRESS TO ACCEPT THE DEFAULT: : 2 =Installation Complete-Congratulations. Tuxedo 9.0 has been successfully installed to: /opt/bea/tuxedo9.0PRESS TO EXIT THE INSTALLER: 安装完毕,需要把license文件重命名为lic.txt copy到$TUXDIR/udataobj/二、TUxedo 9 连接 Oracle 10g配置 前提是在Tuxedo 9 上安装Oracle 10g client还有安装C编译器(不一定要用Visual Age C/C+ 7,这里我用的是pro c),设置Tuxedo用户能够通过sqlplus连接oracle数据库 1、ORACLE的的配置 sqlplus systemtestcrm SQL $ORACLE_HOMErdbmsadminxaview.sql SQLgrant select on v$xatrans$ to public with grant option; SQLgrant select on v$pending_xatrans$ to public with grant option; SQLgrant select EMP to Scott SQLGRANT SELECT ON DBA_PENDING_TRANSACTIONS TO Scott; 注:scott默认为lock,需要用alter user scott account unlock,解锁。 2、设置Tuxedo用
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号