HOST-command and NT
From: Thomas Hesse <Thomas.Hesse_at_medizin.uni-ulm.de>
Date: 22 Jul 1998 12:36:39 +0100
Message-ID: <35b5c0b7.0_at_news.uni-ulm.de>
I want to run a script in SQLPLUS like this:
Date: 22 Jul 1998 12:36:39 +0100
Message-ID: <35b5c0b7.0_at_news.uni-ulm.de>
I want to run a script in SQLPLUS like this:
alter tablespace <table> begin backup;
host copy <table.orig> <table.arch>
alter tablespace <table> end backup;
When I execute the HOST-command with SQLPLUS 3.1 NT open a
cmd-window in which the HOST-command is running.
The Problem is that SQLPLUS did not wait until the command
has finished.
What can I do ?
Thomas
--- thomas.hesse_at_medizin.uni-ulm.deReceived on Wed Jul 22 1998 - 13:36:39 CEST