Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to suppress Oracle old,new messages in SQLPLUS ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
zw  
View profile  
 More options Feb 3 2008, 1:23 am
Newsgroups: comp.databases.oracle.server
From: zw <MPC8...@gmail.com>
Date: Sat, 2 Feb 2008 22:23:35 -0800 (PST)
Local: Sun, Feb 3 2008 1:23 am
Subject: How to suppress Oracle old,new messages in SQLPLUS ?
Hi

I have the following:

shell script A.sh
--------------------------
nohup ./B.sh $ts $locate $5 $7 $3 $4 $9 &

shell script B.sh
------------------------

:
:
while 1
sqlplus -s $5/$6@$7 @c.sql $3 >>  fc1
end

When I tail -f fc1, I get

old   1: select count(*) from v$session a where a.username='&1' and
a.status='AC
TIVE'
new   1: select count(*) from v$session a where a.username='test' and
 a.status='ACTIVE'

         0

I just want to see 0 appended to fc1 file.

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
astalavista  
View profile  
 More options Feb 3 2008, 5:04 am
Newsgroups: comp.databases.oracle.server
From: "astalavista" <nob...@nowhere.com>
Date: Sun, 3 Feb 2008 11:04:59 +0100
Local: Sun, Feb 3 2008 5:04 am
Subject: Re: How to suppress Oracle old,new messages in SQLPLUS ?

Try : SET VERIFY OFF

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Förster  
View profile  
 More options Feb 3 2008, 5:41 am
Newsgroups: comp.databases.oracle.server
From: Paul Förster <paul.foers...@gmx.net>
Date: Sun, 3 Feb 2008 11:41:31 +0100
Local: Sun, Feb 3 2008 5:41 am
Subject: Re: How to suppress Oracle old,new messages in SQLPLUS ?
Hi zw,

On 2008-02-03 07:23:35 +0100, zw <MPC8...@gmail.com> said:

> old   1: select count(*) from v$session a where a.username='&1' and
> a.status='ACTIVE'
> new   1: select count(*) from v$session a where a.username='test' and
>  a.status='ACTIVE'

>          0

... make yourself familiar with the "show" and "set" options of the
sqlplus command. Read the "Oracle SQL*Plus User's Guide and
Reference"...
--
cul8er

Paul
paul.foers...@gmx.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jefftb...@gmail.com  
View profile  
 More options Nov 13 2012, 4:34 pm
Newsgroups: comp.databases.oracle.server
From: jefftb...@gmail.com
Date: Tue, 13 Nov 2012 13:34:23 -0800 (PST)
Local: Tues, Nov 13 2012 4:34 pm
Subject: Re: How to suppress Oracle old,new messages in SQLPLUS ?
@Paul:  RTFM. Thanks *so* much for your assistance.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
joel garry  
View profile  
 More options Nov 13 2012, 7:28 pm
Newsgroups: comp.databases.oracle.server
From: joel garry <joel-ga...@home.com>
Date: Tue, 13 Nov 2012 16:28:42 -0800 (PST)
Local: Tues, Nov 13 2012 7:28 pm
Subject: Re: How to suppress Oracle old,new messages in SQLPLUS ?
On Nov 13, 1:34 pm, jefftb...@gmail.com wrote:

> @Paul:  RTFM. Thanks *so* much for your assistance.

@Jeff: Look at the date of the message you are replying to.

jg
--
@home.com is bogus.
http://www.wired.com/techbiz/people/magazine/16-12/ff_kaminsky?curren...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric  
View profile  
 More options Nov 14 2012, 3:10 am
Newsgroups: comp.databases.oracle.server
From: Eric <e...@deptj.eu>
Date: Wed, 14 Nov 2012 07:55:53 +0000
Local: Wed, Nov 14 2012 2:55 am
Subject: Re: How to suppress Oracle old,new messages in SQLPLUS ?
On 2012-11-14, joel garry <joel-ga...@home.com> wrote:

> On Nov 13, 1:34?pm, jefftb...@gmail.com wrote:
>> @Paul: ?RTFM. Thanks *so* much for your assistance.

> @Jeff: Look at the date of the message you are replying to.

> jg
> --
> @home.com is bogus.
> http://www.wired.com/techbiz/people/magazine/16-12/ff_kaminsky?curren...

Only 4 and a half years old! The worst case I've seen was 14 years.
Sadly, this sort of thing is getting more and more common.

Eric
--
ms fnd in a lbry


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
joel garry  
View profile  
 More options Nov 14 2012, 11:45 am
Newsgroups: comp.databases.oracle.server
From: joel garry <joel-ga...@home.com>
Date: Wed, 14 Nov 2012 08:45:39 -0800 (PST)
Local: Wed, Nov 14 2012 11:45 am
Subject: Re: How to suppress Oracle old,new messages in SQLPLUS ?
On Nov 14, 12:10 am, Eric <e...@deptj.eu> wrote:

It's sad, but isn't it merely ignorance or even just a mistake, rather
than stupidity?  Ignorance is fixable, everyone makes mistakes,
especially with new features (like being able to answer 14 year old
messages, or search engines directing into forum knowledge bases with
no expire dates).  My inner optimist wants to guide the desire of
these people to help towards a positive goal, but I can't quite see
how.

jg
--
@home.com is bogus.
http://www.theregister.co.uk/2012/11/12/oracle_launches_redpatch_repo...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »