Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: The messages during creation a database
what is the "sql editor" ?
if you are referring to SQL*Plus, then you could
try including in your script some statements like:
set echo off
set feedback off
"Inna" <mednyk_at_my-deja.com> wrote in message
news:918njk$8ha$1_at_nnrp1.deja.com...
> Thank you all, but it does not help I see all compilation errors
> all commented strings.
> So maybe somebody can help me
>
>
>
> In article <3A3791EF.97F14A09_at_cern.ch>,
> Erika.Grondzakova_at_cern.ch wrote:
> > Hello,
> >
> > set termout off
> >
> > suppresses the display of output generated by commands executed from a
> > command file.
> >
> > Hth,
> >
> > Erika
> >
> > Inna wrote:
> > >
> > > Hello everyone.
> > > I always get a good help from you and right now I am again have a
> > > question:
> > >
> > > I have several scripts and executable to run these scripts in order
to
> > > create a database. I run this executable from DOS, but of course it
> > > invokes the SQL editor to run the scripts and during the creation of
> > > database on screen we can see all process of creation of database:
all
> > > compilation errors(if they are), messages that procedure or package
> > > body or function created successfully. The question is: I want to be
> > > displayed on the DOS screen only this
> > > when script which create user is executing: "Creating a user...."
> > > when script which create a tables is executing: "Creating the
> > > tables..."
> > > and so on. Could you please help me in this problem. Thank you in
> > > advance.
> > >
> > > --
> > > Inna.Junior programmer.
> > >
> > > Sent via Deja.com
> > > http://www.deja.com/
> >
>
> --
> Inna.Junior programmer.
>
>
> Sent via Deja.com
> http://www.deja.com/
>
Received on Wed Dec 13 2000 - 22:52:24 CST
![]() |
![]() |