GDUL产品特性
全平台支持
GDUL支持主流硬件平台(HP-UX, AIX, Solaris, Linux, Windows),各个平台仅需单一的可执行文件,方便分发。bin_file目录下保存所有平台的可执行文件,使用时符号链接到上一层目录便可使用。
平台二进制文件
gdul_win64.exe
gdul_linux64
gdul_solaris8
gdul_hppa11.23
gdul_hpia11.23
gdul_aix52
1
查看各平台二进制文件
terminal
$ ls -rtl bin_file -rwxr-xr-x 1 oracle dba 1985024 gdul_win64.exe* -rwxr-xr-x 1 oracle dba 2920264 gdul_linux64* -rwxr-xr-x 1 oracle dba 2989128 gdul_solaris8* -rwxr-xr-x 1 oracle dba 6858856 gdul_hppa11.23* -rwxr-xr-x 1 oracle dba 9757096 gdul_hpia11.23* -rwxr-xr-x 1 oracle dba 6136112 gdul_aix52*
2
符号链接
terminal
$ ln -s bin_file/gdul_aix52 gdul $ ls -rlt drwxr-xr-x 2 oracle dba 256 sample/ drwxr-xr-x 2 oracle dba 4096 dict/ drwxr-xr-x 2 oracle dba 256 conf/ drwxr-xr-x 2 oracle dba 256 log/ drwxr-xr-x 2 oracle dba 256 bin_file/ drwxr-xr-x 2 oracle dba 4096 dump/ -rwxr-xr-x 1 oracle dba 4735 osetup* lrwxrwxrwx 1 oracle dba 19 gdul@ -> bin_file/gdul_aix52*
3
配置GDUL
terminal
$ ./osetup GDUL setup program, version 4.6.0.1 ------------------------------------------------------------------------ ORACLE_HOME: /u01/app/oracle/product/11203 ORACLE_SID: db11203 ORACLE_VERSION: 11.2.0.3.0 ------------------------------------------------------------------------ ... setup has completed sucessfully.
4
运行GDUL
terminal
$ ./gdul ********************************************************************* GDUL for ORACLE DB. Version 4.6.0.5, build date: 2016.09.30. Copyright (c) 2007, 2016. Andy Geng. ALL RIGHTS RESERVED. Email: dbtool@qq.com WeChat official account: dbtool QQ group: 235019291 ********************************************************************* GDUL>
