![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sqlplus call | JohnZ1385 | UNIX for Dummies Questions & Answers | 1 | 4 Weeks Ago 07:48 AM |
| Call sqlplus in the shell script | beaniebear | Shell Programming and Scripting | 3 | 05-13-2008 06:30 AM |
| how to differentiate system call from library call | muru | UNIX for Advanced & Expert Users | 2 | 07-19-2007 08:20 PM |
| Sqlplus | LiquidChild | Shell Programming and Scripting | 9 | 06-01-2007 08:22 AM |
| Sqlplus | antkiu | Shell Programming and Scripting | 4 | 09-13-2006 09:36 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
| Forum Sponsor | ||
|
|
|
|||
|
start by :
which sqlplus Does it find it? If not you would have to set your path to include the directory where it lies, most certainly /opt/oracle/product/8.1.7/bin but as this depend on how it is installed you will have to check... |
|
||||
|
sqlplus
at which sqlplus it says
no sqlplus in /usr/sbin /opt/java1.4/bin /usr/dt/bin /usr/bin / /usr/local/bin / var/opt /usr/css/bin /usr/ucb /etc /bin /opt/bin . so i suppose i haven't set my path to include the directory where it lies. the path installed is /usr/oracle/u01/8.1.7/bin what do i have to write to set my path to include this directory? thank you vbe |
|
||||
|
Quote:
In sh/ksh Code:
set ORACLE_HOME=/usr/oracle/u01/8.1.7
set PATH=${ORACLE_HOME}/bin;${PATH}
|
|
||||
|
sqlplus
Quote:
after the second command set PATH=.... i get ksh: /usr/sbin:/opt/java1.4/bin:/usr/dt/bin:/usr/bin:/:/usr/local/bin:/var/opt:/ usr/css/bin:/usr/ucb:/etc:/bin:/opt/bin:: not found am i doing something wrong??? |
||||
| Google UNIX.COM |