Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Plus - Hide "Connected" response to Connect
On Tue, 10 Aug 2004, john.g_at_dot.spamfree.com wrote:
> "Anurag Varma" <avdbi_at_hotmail.com> wrote:
> SqlPlus -S does suppress the Connected ( an all other prompts(
> using WXP, in DOS box - works the same with Sqlplusw.exe -S in
> Window)
> ------------------------------------------------------------------------------------------
> c:\Downloads>sqlplus -S wmsreport/warehouse_at_whs1
>
> select * from dual;
>
> D - X
> ----------------------------------------------------------------------------------------------------
But, the following happens.
> sqlplus -S galen/galen
select 'A' from dual;
'
-
A
conn galen/galen
Connected.
select 'A' from dual;
'
-
A
From what I read, this "connected" is what the OP is looking to remove.
-- Galen BoyerReceived on Tue Aug 10 2004 - 09:37:58 CDT
![]() |
![]() |