程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> Oracle數據庫 >> Oracle教程 >> 當relinkOracle軟件時,用的是哪個linker和compiler?

當relinkOracle軟件時,用的是哪個linker和compiler?

編輯:Oracle教程

當relinkOracle軟件時,用的是哪個linker和compiler?


當relink Oracle 軟件時,用的是哪個linker 和 compiler?

參考自:
REQUIRED LINKER AND COMPILER LOCATIONS (文檔 ID 1012798.6)
Problem Description:
====================
Which linker and compiler should I use to relink Oracle executables? Where are they located?
Search Words:
=============

OS, operating system, link, re-link, supported, required, make, location

Solution Description:
=====================

The location of the linker or compiler required for relinking Oracle executables is port-specific.
Below is a listing of where these utilities can be found.

Platform                Relinking Utilities                     'make' in 
--------                -------------------                     --------- 
 
AT&T 3000               /usr/bin/cc                            /usr/ccs/bin 
                        (or /usr/ccs/bin/cc)                   (or /usr/bin) 
 
DEC Alpha OSF/1         /usr/bin/cc                            /usr/ccs/bin 
                        (or /usr/ccs/bin/cc)                   (or /usr/bin) 
 
DEC Ultrix              /bin/cc                                /bin 
                        (or /usr/bin/cc) 
 
HP-UX 9.0x              /bin/cc                                /bin 
 
IBM AIX RS6000          /usr/bin/ld                            /usr/bin 
                        (or /usr/ccs/bin/ld)                   or /usr/ccs/bin 
                        and ORACLE_HOME/bin/oraxlc 

Linux                   /usr/bin/ld                            /usr/bin
 
SCO UNIX                /bin/idld                              ORACLE_HOME/bin 
                        (or /bin/ld)                           or /bin 
 
Sequent dynix/PTX       /bin/cc                                /bin 
 
SunOS 4.1.x             /usr/5bin/cc                           /bin 
 
Sun Solaris 2.x         /usr/ccs/bin/ld                        /usr/ccs/bin 

SGI                     /usr/bin/ld                            /sbin

 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved