Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle Users/Shell scripts
Hi Folks...
I'm running Oracle 7.3.4 on Solaris 2.5.1 and am trying to call an Oracle script (through sqlplus) from a csh script. I have created both a UNIX and Oracle user called "foobar". The Oracle user was created with the following SQL:
create user foobar identified externally default tablespace appl_data_ts temporary tablespace temp_data_ts;
i.e. the Oracle user has been identified externally.
The csh script contains the following lines:
$PATH_TO_ORACLE_BIN_DIR/sqlplus foobar @users.sql
-- END
The SQL script contains the following:
Thanks in advance for any help!
Neil Reardon
Technical Consultant
Xyvision Ltd
Received on Tue Mar 30 1999 - 09:52:22 CST
![]() |
![]() |