RE: Did Comp die in 9.2?

2003-10-01 Thread Bellow, Bambi
I **KNEW** it was something stupid.  Thanks for the quick response, Tim!

Bambi.

-Original Message-
Sent: Wednesday, October 01, 2003 3:10 PM
To: Multiple recipients of list ORACLE-L


How about a break first?

Namely, set a break using break on report...



on 10/1/03 12:49 PM, Bellow, Bambi at [EMAIL PROTECTED] wrote:

 Friends --
 
 Did I miss something dying?  The doc sez it's still there, but SQL*Plus
 doesn't seem to be recognizing it...
 
 col owner form a10
 col segment_type form a5
 col segment_name form a45
 col a hea MEGS form 9.999
 comp sum of a on report
 set pages 1000 feedb off
 
 select owner,segment_type,segment_name,bytes/(1024*1024) a
 from dba_segments
 where owner in ('X,'Y')
 and segment_type in ('TABLE','INDEX')
 and bytes/(1024*1024)  2
 /
 
 
 Any clues, or am I just doing something stupid?
 Bambi.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Tim Gorman
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Did Comp die in 9.2?

2003-10-01 Thread Bellow, Bambi
Nope.  Just an example.  Removing any identifying features, you know...
confidentiality and all that.

-Original Message-
Sent: Wednesday, October 01, 2003 3:25 PM
To: Multiple recipients of list ORACLE-L


Um, Bambi, is this an exact cut and paste?... you are missing a ' after
X


--- Bellow, Bambi [EMAIL PROTECTED] wrote:
 Friends --
 
 Did I miss something dying?  The doc sez it's still there, but
 SQL*Plus
 doesn't seem to be recognizing it...
 
 col owner form a10
 col segment_type form a5
 col segment_name form a45
 col a hea MEGS form 9.999
 comp sum of a on report
 set pages 1000 feedb off
 
 select owner,segment_type,segment_name,bytes/(1024*1024) a
 from dba_segments
 where owner in ('X,'Y')
 and segment_type in ('TABLE','INDEX')
 and bytes/(1024*1024)  2
 /
 
 
 Any clues, or am I just doing something stupid?
 Bambi.
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: Bellow, Bambi
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rachel Carmichael
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


A question for the hourlies out there...

2003-09-30 Thread Bellow, Bambi
Friends --

I find it weird that I've been consulting some 25 years and have never run
into this situation, and really could use your two cents.  Here's the deal.
I am supposed to travel for a client.  They have me on a plane Sunday,
expect me to work M-F onsite *and possibly the weekend*, returning Monday.
Now, if I get to the airport at 9AM for a flight at 11AM and arrives at 3PM
for a client meeting at 4-6PM, how does that bill?  M-F, I bill for hours
onsite.  If I work Sat/Sun, I bill for hours onsite... but what if I don't?
My time isn't my own... I'm at the client's service... I'm not with my
family... that's not time off... how does that bill?  Monday, I get to the
airport at 6AM for a flight at 8AM arriving back at 3PM... does that bill a
full day, or just time in the air?

TIA!
Bambi.


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Top (=10) Issues faced by Oracle DBAs Deploying in a

2003-09-29 Thread Bellow, Bambi
Hemant --

I just came off a gig where I was the storage/Unix/DBA geek, and, in my
opinion, while the level of expertise *does* need to be higher, *and
different*, for in that environment, it's all front-end.  Once you have the
database configured and the backup and recovery scripts written and tested,
you can go back to having just straight DBAs.  At least that's what they did
at my last site, and I haven't heard any complaints from them.

Bambi.

-Original Message-
Sent: Saturday, September 27, 2003 11:50 AM
To: Multiple recipients of list ORACLE-L



As an Oracle DBA , I have no problems putting my Databases on SANs [yes,
we have seperate SANs, from different vendors].

However, I find that Storage and Unix Admin skill requirements for a SAN
seem to be higher.  When Clustered servers access the SAN, it seems to
be even more difficult to get an additional mount point made available to
the DBA.

Hemant
At 10:59 AM 25-09-03 -0800, you wrote:
Fellow Listers,

If you don't deal with Oracle databases on SAN/NAS
environments, this posting may not interest you. If
so, my apologies, please delete this. Otherwise,
please read on.

In an effort to better understand what issues you face
when deploying an Oracle database in a SAN/NAS
environment, I am writing to you to get some real
life feedback. Although I have a fair idea, where
some of the pain lies, it would be much more valuable
if you could tell me. Kind of like From the horse's
mouth..;-) And I truly meant that as a
compliment...:-)

My goal is to fully understand where the real pain
lies, so that appropriate solutions can be built to
alleviate or even eliminate the pain. You can be as
broad or narrow in your responses using the following
topics as guidelines:

* Initial SAN/NAS Configuration for Database Creation
   and Application Deployment
* Ongoing Storage Volume Management in a SAN/NAS
* Ongoing Storage Administration (Growth, Resizing)
* Performance Optimization  Troubleshooting
* Things that require automation
* Anything else you think is important that I have
   missed

I do really appreciate you taking the time to put your
feedback in black and white. Those of you who take
the time and effort to provide feedback, will be
entered in a raffle to for some T-shirts and other
freebies. Oh, BTW, when you do send your response,
please provide your full contact information, so that
I know where to mail the goodies.

In the interest of not flooding the list, please
send me your feedback directly to [EMAIL PROTECTED] As
a courtesy to my fellow listers, I will collate all
responses and post a summary in the near future. You
can count on me to do that.


Best regards,


Gaja

=
Gaja Krishna Vaidyanatha|  E-Mail: [EMAIL PROTECTED]
Principal Technical Product Manager  |  Phone: (650)-527-3180
Application Performance Management   |  Web: http://www.veritas.com
Veritas Corporation |

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Gaja Krishna Vaidyanatha
   INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Hemant K Chitale
Oracle 9i Database Administrator Certified Professional
My personal web site is :  http://hkchital.tripod.com


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Hemant K Chitale
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY

RE: guidance

2003-09-29 Thread Bellow, Bambi
 EXACT spelling of 'ListGuru') and in
   the message BODY, include a line containing: UNSUB ORACLE-L
   (or the name of mailing list you want to be removed from).  You may
   also send the HELP command for other information (like subscribing).
   

  


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: =?UTF-8?B?TW9nZW5zIE7DuHJnYWFyZA==?=
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Google's architecture -- was Re: paging and google.com

2003-09-26 Thread Bellow, Bambi
Title: Message



Hmm... 
gives me something to work on... I've got the name to go with it 
too...

"Before we look at your boring data, Bambi recommends you check this HOT 
HOT HOT XXXInfo!!"

Gives 
a whole new meaning to Relational Database.

  -Original Message-From: Mladen Gogala 
  [mailto:[EMAIL PROTECTED]Sent: Friday, September 26, 2003 
  11:50 AMTo: Multiple recipients of list ORACLE-LSubject: 
  RE: Google's architecture -- was Re: paging and 
google.com
  Google like behavior in oracle queries? On top of real results you get 
  "paid placement" entries, some of them
  X-rated? That'll be the day.
  
  
  --Mladen GogalaOracle DBA 
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
Hemant K ChitaleSent: Friday, September 26, 2003 12:40 
PMTo: Multiple recipients of list ORACLE-LSubject: RE: 
Google's architecture -- was Re: paging and 
google.comI'm confused. Does Tom Kyte 
actually say that Google uses Oracleor is he talking of "google-like 
behaviour" in Oracle queries ?HemantAt 07:24 AM 26-09-03 -0800, 
you wrote:
http://tinyurl.com/ordz 
  HTH Raj  
  Rajendra dot Jamadagni at nospamespn dot com 
  All Views expressed in this email are strictly 
  personal. QOTD: Any clod can have facts, having an 
  opinion is an art ! -Original 
  Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, September 26, 2003 11:00 AM 
  To: Multiple recipients of list ORACLE-L Subject: Re: Google's architecture -- was Re: paging and 
  google.com hmmm. must have read it wrong in 
  the book. any idea how to get the 'estimated number of record returned? 
  
Hemant K ChitaleOracle 9i Database Administrator Certified 
ProfessionalMy personal web site is : http://hkchital.tripod.com-- Please see the 
official ORACLE-L FAQ: http://www.orafaq.net -- Author: Hemant K Chitale 
INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 
http://www.fatcity.com San Diego, California -- Mailing list and web hosting 
services 
- To 
REMOVE yourself from this mailing list, send an E-Mail message to: 
[EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message 
BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list 
you want to be removed from). You may also send the HELP command for other 
information (like subscribing). 
  
  Note:
  This message is for the named person's use only. It may contain 
  confidential, proprietary or legally privileged information. No 
  confidentiality or privilege is waived or lost by any mistransmission. 
  If you receive this message in error,please immediately delete it and 
  all copies of it from your system, destroy any hard copies of it and notify 
  the sender. You must not, directly or indirectly, use, disclose, 
  distribute, print, or copy any part of this message if you are not the 
  intended recipient.Wang Trading 
  LLCand any of its subsidiaries each reserve the right to 
  monitor all e-mail communications through its networks. Any views 
  expressed in this message are those of the individual sender, except where the 
  message states otherwise and the sender is authorized to state them to be the 
  views of any such entity.
  
  


FTP big file to little laptop

2003-09-26 Thread Bellow, Bambi
Friends --

Don't ask for the details... they're too gruesome for print... but I need to
FTP several 30GB files to my laptop, and all the FTP packages I've tried
crap out at 4G.  And before someone yells OT, they're DBF files and this is
a backup.

BTW, the Maxtor 250GB external storage device... very nice.

Bambi.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: FTP big file to little laptop

2003-09-26 Thread Bellow, Bambi
I had thought it was an OS issue too... but was informed that it was an FTP
issue.  I'm looking into ext3.  Thanks!

-Original Message-
Sent: Friday, September 26, 2003 1:35 PM
To: Multiple recipients of list ORACLE-L


It may not be FTP, but the OS and filesystem you're using.  I've FTPd
several 20+G files to/from Win2000 on NTFS to/from Linux on etx3 filesystems
without a problem.  If you think it is FTP, you may want to consider
alternatives like Samba or NFS.

Rich

Rich Jesse   System/Database Administrator
[EMAIL PROTECTED]  Quad/Tech Inc, Sussex, WI USA

 -Original Message-
 From: Bellow, Bambi [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 26, 2003 12:40 PM
 To: Multiple recipients of list ORACLE-L
 Subject: FTP big file to little laptop
 
 
 Friends --
 
 Don't ask for the details... they're too gruesome for 
 print... but I need to
 FTP several 30GB files to my laptop, and all the FTP packages 
 I've tried
 crap out at 4G.  And before someone yells OT, they're DBF 
 files and this is
 a backup.
 
 BTW, the Maxtor 250GB external storage device... very nice.
 
 Bambi.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jesse, Rich
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: FTP big file to little laptop

2003-09-26 Thread Bellow, Bambi
Yeah, baby!  You should see what I keep in BLOBS!
Bambi.
-Original Message-
Sent: Friday, September 26, 2003 1:10 PM
To: Multiple recipients of list ORACLE-L


Sounds more like there HOT HOT HOT XXXInfo files of you...according to
that other email.  Large files = picture files.

-Original Message-
Bellow, Bambi
Sent: Friday, September 26, 2003 1:40 PM
To: Multiple recipients of list ORACLE-L


Friends --

Don't ask for the details... they're too gruesome for print... but I need to
FTP several 30GB files to my laptop, and all the FTP packages I've tried
crap out at 4G.  And before someone yells OT, they're DBF files and this is
a backup.

BTW, the Maxtor 250GB external storage device... very nice.

Bambi.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Grabowy, Chris
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: 10g: SQL Plus

2003-09-26 Thread Bellow, Bambi
 EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).





*
This  e-mail  message,  and  any  files  transmitted  with  it, are
confidential  and intended  solely for the  use of the  addressee. If
this message was not addressed to  you, you have received it in error
and any  copying,  distribution  or  other use  of any part  of it is
strictly prohibited. Any views or opinions presented are solely those
of the sender and do not necessarily represent  those of the British
Geological  Survey. The  security of e-mail  communication  cannot be
guaranteed and the BGS accepts no liability  for claims arising as a
result of the use of this medium to  transmit messages from or to the
BGS. .http://www.bgs.ac.uk
*

  


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: =?ISO-8859-1?Q?Mogens_N=F8rgaard?=
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: 10g: SQL Plus

2003-09-26 Thread Bellow, Bambi
Mladen --

If I find them in the boxes, I will zip up both 4 and 5 and send them
wherever.  I presume the license agreements will allow that...

Bambi.

-Original Message-
Sent: Friday, September 26, 2003 4:35 PM
To: Multiple recipients of list ORACLE-L


Yes I do remember SQL*Calc. As my floppies are in Croatia and as I am in the
lovely
stte of Connecticut which is very, very far away from Croatia, can you
please zip those 
floppies and send them to the great leader of BAARF party (Mogens)? 


--
Mladen Gogala
Oracle DBA 



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
 Behalf Of Bellow, Bambi
 Sent: Friday, September 26, 2003 4:55 PM
 To: Multiple recipients of list ORACLE-L
 Subject: RE: 10g: SQL Plus
 
 
 Why upgrade to 5.1?  I think I have my 5.0.20 disks *and 
 docset* somewhere... (I have 4s too, but since Mladen is 
 taking care of that, I don't have to rummage around)  Hey, 
 remember SQL*Calc?
 
 Bambi.
 
 -Original Message-
 Sent: Friday, September 26, 2003 6:10 AM
 To: Multiple recipients of list ORACLE-L
 
 
 Indeed. It's SO cool to run the version 5 thing again. Will you be at 
 the UKOUG conference in Birmingham in December by any chance?
 
 Robson, Peter wrote:
 
 Ah-a - NOW I see why you want my old version 5 manuals!!
 
 peter
 edinburgh
 
 
   
 
 -Original Message-
 From: Mogens Nørgaard [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, September 24, 2003 7:45 PM
 To: Multiple recipients of list ORACLE-L
 Subject: Re: 10g: SQL Plus
 
 
 Well, we have a good, working 5.25 floppy drive installed on
 our Oracle 
 Museum PC (486, 25 MHz) now, and we're planning on installing 
 WordPerfect 4.2, Lotus 1-2-3 (with the plug-in for Oracle, 
 which Cary 
 will bring over for the Database Forum next week), and other 
 goodies. We 
 have 5.1 running, and it's very, very fast to start up. Oh, 
 and exports 
 from 5.1 are fine to import in 9i. We haven't tested 10g yet.
 
 We're showcasing this wonder - and the rest of the Oracle Museum for
 which some of you have so generously helped - at the 10g 
 launch days 
 next week here in Denmark.
 
 Now, Mladen, would it be possible somehow to get hold of eg a zip of
 those 4.1 floppies?
 
 We have of course ordered another 486 PC, and we intend to
 give it all 
 of 4 MB of RAM like the other one.
 
 The guy that sells all these things has a shop called
 Dinotech, and he 
 still has about 9 new 5.25 drives from way back then. He'll 
 sell for 
 about 100 kroner each.
 
 We paid 200 kroner for the IBM DOS 5 in its original wrap.
 
 Mogens
 
 Mladen Gogala wrote:
 
 
 
 Will they have UFI in 10g? I'm sort of nostalgic. I cannot 
 install my 
 3 360k 5.25 floppies with oracle 4.1 on any PC. How about oralink? 
 Remarkably, it all used to run in 512k of RAM, which is less
   
 
 then the
 
 
 L3 cache size on any decent P4 system. How many hundreds of
   
 
 megabytes
 
 
 of RAM will I need for 10g? Don't tell me that RAM is cheap. EDO 
 capable SDRAM for PCI/233 is NOT cheap.
 
 --
 Mladen Gogala
 Oracle DBA
 
 
 
  
 
   
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Bob Metelsky
 Sent: Wednesday, September 24, 2003 11:45 AM
 To: Multiple recipients of list ORACLE-L
 Subject: RE: 10g: SQL Plus
 
 
 

 
 
 
 Losing the pseudo-GUI version would be a a drag, because
  
 
   
 
 it's so easy

 
 
 
 to copy and paste text in it (not so easy in a Windows command
  
 
   
 
 prompt).
 
 Try right click -  paste or click the upper left icon and
 choose paste To copy - choose mark then enter -its then in 
 the clipboard
 
 Ive actually began to like sqlplus (opposed to sqlplusw). One
 good feature is you have your command history using the up 
 arrow like regular shell 
 
 bob
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: Bob Metelsky
  INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 
 http://www.fatcity.com
 San Diego, California-- Mailing list and web 
 
 
 hosting services
 
 
 
 
 
 -
 
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru')
 and in the message BODY, include a line containing: UNSUB 
 ORACLE-L (or the name of mailing list you want to be removed 
 from).  You may also send the HELP command for other 
 information (like subscribing).
 

 
 
 
 
 
 Note:
 This message is for the named person's use only.  It may
   
 
 contain confidential, proprietary or legally privileged
 information.  No confidentiality or privilege is waived or 
 lost by any mistransmission.  If you receive this message in 
 error, please immediately delete it and all copies of it from 
 your system, destroy any hard copies of it and notify the 
 sender

Hi Honey I'm Home!

2003-09-25 Thread Bellow, Bambi
Friends --

Just a quick hello (before I get back to this stupid ora-27100 issue) to let
you know that since I'm on a job where I'm a DBA rather than a scripter, I'm
back on the list.  

See ya!
Bambi.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Hi Honey I'm Home!

2003-09-25 Thread Bellow, Bambi
Henry --

Eclecticity is doing great.  4 years and going strong.  Thanks for asking!

Bambi.

-Original Message-
Sent: Thursday, September 25, 2003 3:50 PM
To: Multiple recipients of list ORACLE-L


Welcome back. (how's Eclectricity?)

Henry


-Original Message-
Bellow, Bambi
Sent: Thursday, September 25, 2003 4:20 PM
To: Multiple recipients of list ORACLE-L


Friends --

Just a quick hello (before I get back to this stupid ora-27100 issue) to let
you know that since I'm on a job where I'm a DBA rather than a scripter, I'm
back on the list.

See ya!
Bambi.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Henry Poras
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bellow, Bambi
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


<    1   2