* Oracle version: 10 g
* Operating system: UNIX
Good evening.
My problem is the following: I have a SQL file that I set myself up. This file works perfectly, but I need to automate this activity.
My client has Oracle installed on a UNIX server.
As I do not manjo anything UNIX I decided to ask you: You can create a bat (with CTZ) on UNIX, it connects to the bank and calls the script via the command line.
If it were in Windows, it would be + or - so:
#------------------------------------------
# Interface Automatizada do MasterSaf
#------------------------------------------
echo Iniciando Processo na Instancia Local
sqlplus doug@local
@c:\temp\Bat.sql
quit
echo Finalizando Processo na Instancia Local
ABS ...