RE: !ls from sqlplus

2002-06-13 Thread Li Zhang
Hmmm, but ls from unix command shows the current directory, just run it from sqlplus, it does to the user's home directory. I am thinking something related sqlplus setting. -Li -Original Message- Faroult Sent: Thursday, June 13, 2002 2:04 AM To: Multiple recipients of list ORACLE-L Woul

Re: !ls from sqlplus

2002-06-13 Thread Hemant K Chitale
If your default shell is "csh", check the ".login" file in your $HOME directory. - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Thursday, 13 June, 2002 8:09 AM > OS: Solaris 2.7 > Database: 8.1.7 > > On dev server, !ls from sqlplus gives the f

RE: !ls from sqlplus

2002-06-13 Thread Stephane Faroult
Would it be possible that an alias has been defined on the production server ? Type 'alias' to check if 'ls' has been redefined. Another possibility is an alternate ls command found before the usual one in your path. 'which ls' or 'whereis ls' on the prod server might help you identify this. >--

RE: !ls from sqlplus

2002-06-12 Thread Sinardy Xing
try this command which sqlplus -Original Message- Sent: 13 June 2002 08:09 To: Multiple recipients of list ORACLE-L OS: Solaris 2.7 Database: 8.1.7 On dev server, !ls from sqlplus gives the files of current directory where sqlplus runs. On pro server, !ls from sqlplus goes to