RE: Sqlloader question

2003-09-11 Thread Scott Canaan
st_ld.orig > em_contact_hist_ld.ctl In the script, this was followed by a call to sqlldr with the control file em_contact_hist_ld.ctl. Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it." - Tom Lehrer. -Ori

RE: Using dimensions

2003-09-29 Thread Scott Canaan
, century.  This is used for rollup reporting within the data mart.  I don’t see any good use of it in an OLTP environment, but I may be wrong.   Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it." -

RE: FIRST_ROWS hints

2003-10-08 Thread Scott Canaan
Did you remember to cut the db_file_multiblock_read_count in half, since you doubled the blocksize?  I would assume that you also started seeing more full table scans, as well.     Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it de

RE: Question about sql

2003-10-16 Thread Scott Canaan
How about: insert into table3(company_id,lev_id,vare_id) (select table2.company_id,lev_id,vare_id from table1, table2 where table1.company_id = table2.company_id); Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on wha

RE: RE: dba interview questions

2003-10-24 Thread Scott Canaan
unt lock'; end loop; end; / Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it." - Tom Lehrer. -Original Message- Sent: Friday, October 24, 2003 2:00 PM To: Multiple recipi

Re: Sun HA Monitoring and Oracle 9

2003-04-03 Thread Scott Canaan
done to get around it? Let me know if I forgot any important piece of information. Thank you. -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it." - Tom Lehrer. __

Re: hmm...

2002-12-06 Thread Scott Canaan
ervices-- 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

Re: warehouse builder's dependance on oem job system.

2002-12-13 Thread Scott Canaan
TED] > > 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 messag

Sun HA Monitoring and Oracle 9

2003-01-06 Thread Scott Canaan
hich would require a rebuild of the entire cluster. Has anyone else run into this problem? If so, what have you done to get around it? Let me know if I forgot any important piece of information. Thank you. -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what yo

RE: Point-In-Time recovery question, Non-RMAN solution

2003-11-06 Thread Scott Canaan
Have you looked into using logminer? Even if it can't restore your table, it can give you the exact time that it was dropped. Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it." - Tom Lehrer. -O

RE: New Virus alert from paypal

2003-11-19 Thread Scott Canaan
Since, I believe, Paypal is owned by eBay, has any that's received this sent a message to safeharbor? I would think they should be made aware of it. Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it.&quo

RE: Oracle 10g Migration

2003-11-21 Thread Scott Canaan
According to the presentation by Dave Foster of Oracle at the last UNYOUG meeting, there will be a direct upgrade from 8.1.7 and 9.2. Also, the new dbassistant has an undo feature, to rollback the upgrade. Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get o

RE: Misbehaving query

2003-12-12 Thread Scott Canaan
That's what I was thinking, too. I tried it on 8.1.7.4 and it works the same way, as I expected. You would need an outer join to get something back. Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it.&quo

RE: Risk of knowing password hash value (Was: OEM permissions)

2003-12-23 Thread Scott Canaan
ssword 2 from dba_users 3 where username = 'SCOTT'; PASSWORD -- F894844C34402B67 SQL> Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it." - Tom Lehrer. -Origi

RE: How to send an email from unix command line?

2003-09-09 Thread Scott Canaan
Have you tried mailx? That's what we use here. Scott Canaan ([EMAIL PROTECTED]) -Original Message- Sent: Tuesday, September 09, 2003 10:04 AM To: Multiple recipients of list ORACLE-L Hi List I tried the following stuff but it says "Service Unavailable". $mail -

Re: UPDATE...REPLACE...'...apostrophe...

2003-02-25 Thread Scott Canaan
    4.789  >  > And if any of you out there use Cognos Impromptu, perhaps you  > could tell > me how I can achieve these results in a report. Would this work? select     a.whse_code, a.item_num, a.last_cost,     b.last_cost as last_cost_rev from     item_w a, item_w b where     a.last

Import Problem

2003-03-03 Thread Scott Canaan
been interrupted? I have been looking in metalink and on the net and haven't found anything that says how to do it. I tried technet, but it was way too slow. Any thoughts would be greatly appreciated. Thank you, -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what yo

RE: tnsnames.ora not working ?

2004-01-20 Thread Scott Canaan
Are you using Oracle Services? I've seen this happen before and we change SERVICE_NAME to SID and everything works fine. Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it." - Tom Lehrer. -O

Strange performance problem

2002-09-30 Thread Scott Canaan
me up with nothing. The vitals are: Oracle 8.1.6.0.0 Digital Unix V4.0F (Rev. 1229) Unfortunately, upgrading Oracle isn't an option because the processor is too old. Oracle won't support it on any versions higher than 8.1.6. A patchset may be possible, though. Thank you. --

Re: But I *want* to use RBO!

2002-10-08 Thread Scott Canaan
be removed from).  You may also send the HELP command for other information (like subscribing). -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it." - Tom Lehrer.  

Performance Problem after Migration

2002-08-01 Thread Scott Canaan
e has on this. Thank you. -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Scott Canaan INET: [EMAIL PROTECTED] Fat Ci

Re: Please need some help on imp

2002-08-30 Thread Scott Canaan
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). -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what yo

Another Character Set Problem

2002-09-12 Thread Scott Canaan
xpecting that I will). Thank you. -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it." - Tom Lehrer. -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Scott Canaan INET: [EMAIL PROTECT

Re: Stop Store proc from running

2002-06-14 Thread Scott Canaan
.I tried kill -9 pid > . It shows killed. > But procedure is still continuing.. > > Thanks > Manoj -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer -- Please see the off

Re: Asynchronous Procedure Calls

2002-07-01 Thread Scott Canaan
ted maximum number of concurrent procedure calls. > > Regards, > > Waleed > > -Original Message- > Sent: Monday, July 01, 2002 2:20 PM > To: Multiple recipients of list ORACLE-L > > Advanced Queuing will do what you need. > > There are examples at otn.oracle.c

Hints and Case Statements

2002-07-18 Thread Scott Canaan
case. Required information: Oracle Version: 8.1.7.0.0 Platform: Sun Solaris 2.8 Thank you, -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer -- Please see the official ORACLE-L FAQ: http://

Re: 8.1.6 support cut off?

2001-08-16 Thread Scott Canaan
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: OT: cryptography speech

2001-08-16 Thread Scott Canaan
- > 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 yo

Re: startup time v7

2001-08-24 Thread Scott Canaan
- GE Appliances - [EMAIL PROTECTED] Doing linear scans over an associative array is like   trying to club someone to death with a loaded Uzi. - Larry Wall (creator of Perl) -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what you get out of it depends on

Re: OT: Cobol Copybook format

2001-08-27 Thread Scott Canaan
in any way from this message or its attachments.   -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer   -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Scott Canaan INE

How to find Procs run?

2001-08-31 Thread Scott Canaan
also tried the underlying tables), but Oracle won't let me create a trigger on any of these. I don't know where else to go, and I hate to tell a customer that I can't do it, but I'm out of ideas. Anyone here have any? Thank you, -- Scott Canaan ([EMAIL PROTECTED]) (716)

Re: index hint

2002-01-17 Thread Scott Canaan
rnet access / Mailing Lists > > 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

Re: UNION

2002-01-17 Thread Scott Canaan
he 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). -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you ge

EMC Storage Array Issue

2002-04-15 Thread Scott Canaan
? If so, how did you "correct" it? My feeling is that EMC is trying to give us a bandage to cover up the real problem, by trying to get Oracle to ignore it. Thank you. -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what

Re: EMC Storage Array Issue

2002-04-15 Thread Scott Canaan
u > > "correct" it? My feeling is that EMC is trying to give us a bandage to > > cover up the real problem, by trying to get Oracle to ignore it. > > > > Thank you. > > > > -- > > Scott Canaan ([EMAIL PROTECTED]) > > (585) 475-7886 >

Re: EMC Storage Array Issue

2002-04-19 Thread Scott Canaan
, and haven't had the problem since. Now we need to get the power supply replaced. Interesting that EMC tried to blame it on Oracle first. Scott Canaan wrote: > We have implemented a Sun Solaris Cluster (4 machines), connected to > an EMC storage array. The migration began last

Re: Cloning Question

2002-05-09 Thread Scott Canaan
internal error code, arguments: [25012], [1], [2], [], [], > > [], [], [] > > > > Does anyone know what I was doing wrong? I can't figure it out, and > > Oracle support couldn't figure it out, either. I was able to get the > > database up by getting more di

Re: Cloning Question

2002-05-09 Thread Scott Canaan
tablespace and rollback segments, smaller than > > > those in production. This didn't work, even though Oracle support said > > > it should have. When I did the clone, the database would not open. I > > > kept getting the following error: > > >

Re: Deadlock Detection

2001-06-22 Thread Scott Canaan
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). -- Scott Canaa

Re: Date / Time

2001-07-10 Thread Scott Canaan
> 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 ma

Re: SQL*Loader question- Transforming Data

2001-07-31 Thread Scott Canaan
st, 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

Re: OT -- suggestions to ensure nerdiness in potential IT staff

2001-08-03 Thread Scott Canaan
--------- > 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

Re: SQL Question

2001-08-03 Thread Scott Canaan
http://www.orafaq.com > -- > Author: Yosi Greenfield > INET: [EMAIL PROTECTED] > > Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California-- Public Internet access / Mailing Lists > ----

Re: wrong result from select

2002-02-12 Thread Scott Canaan
> San Diego, California-- Public Internet access / Mailing Lists > > To REMOVE yourself from this mailing list, send an E-Mail message > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in >

Re: Solaris Kernel Memory Parameters Recommendations?

2002-02-19 Thread Scott Canaan
er by phone or email and delete this e-mail message from your computer.Thank you. -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer  

Re: Dropping table space where name is lower case

2002-02-20 Thread Scott Canaan
-- > 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 b

Re: using dbms_output.put_line to write out a blank line

2002-02-25 Thread Scott Canaan
') 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). -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like

Re: Riddle me this Oracle riddle...

2002-03-06 Thread Scott Canaan
; Name: ESPN_Disclaimer.txt >ESPN_Disclaimer.txt Type: Plain Text (text/plain) > Encoding: 7BIT -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" -

Oracle Hungry for Money

2002-03-13 Thread Scott Canaan
as done to trick me into admitting that I had implemented the feature. -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: S

Re: Oracle Hungry for Money

2002-03-13 Thread Scott Canaan
t; license > was purchased prior to Partioning being available, so that doesn't > count. > > I'm telling everyone about this as a heads-up. It appears that Oracle > is digging for money, and I feel that the approach that was used was > done to trick me into admitting that

Re: Oracle Hungry for Money

2002-03-14 Thread Scott Canaan
INET: [EMAIL PROTECTED] > > Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California-- Public Internet access / Mailing Lists > ---- > To REMOVE yourself from this mailing list, send

Re: DB Link Problem

2002-03-14 Thread Scott Canaan
anned for Viruses and Content and cleared by MailMarshal - For more information please visit www.marshalsoftware.com -- Scott Canaan ([EMAIL PROTECTED]) (585) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer  

Re: What happens if you lose the alert log?

2001-09-13 Thread Scott Canaan
ant to be removed from). You may > also send the HELP command for other information (like subscribing). -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer -- Please see the official ORACLE-

Re: Subtract 1 month from current date

2001-09-17 Thread Scott Canaan
pelling 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). -- Scott Canaan ([EMAIL PROTECTED]) (716) 475

Re: Renaming GLOBAL_NAME

2001-09-17 Thread Scott Canaan
ng 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 (

Re: Datatype

2001-09-25 Thread Scott Canaan
name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer -- Pl

Re: QUERY PROBLEM

2001-10-19 Thread Scott Canaan
t; (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer --

Re: Sql not exists

2001-10-25 Thread Scott Canaan
EMOVE 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 com

Re: does oracle supports oracle 8.1.7. on sun solaris 8 (64bit) - pro

2001-05-15 Thread Scott Canaan
ase see the official ORACLE-L FAQ: http://www.orafaq.com > -- > Author: Boivin, Patrice J > INET: [EMAIL PROTECTED] > > Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California-- Public Internet access / Mailing Lists >

SQLLDR Question

2001-05-23 Thread Scott Canaan
date and time. This is on Oracle 8.1.6.0 on Sun Solaris. Any suggestions? Thank you. -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer -- Please see the official ORACLE-L FAQ: http://www.or

Re: SQLLDR Question

2001-05-24 Thread Scott Canaan
presume because it has a > comma before it and it assumes that it is a different field. I can't > figure out any way to get this loaded with the trans_date field > containing both the date and time. > > This is on Oracle 8.1.6.0 on Sun Solaris. > > Any suggestions?

Re: backspace in Oracle.

2001-05-25 Thread Scott Canaan
E 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 comm

Re: digital tru64 unix

2001-06-01 Thread Scott Canaan
ding the message and opening any attachments, the recipient accepts full responsibility for taking protective and remedial action about viruses and other defects. Cendant Corporation or Affiliates are not liable for any loss or damage arising in any way from this message or its attachments.   --

Re: connecting problems: "ORA-12154: Could not resolve servicename"

2001-06-05 Thread Scott Canaan
ontaining: 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). -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into

Re: SUMMARY: Thanks everyone - tru64

2001-06-06 Thread Scott Canaan
de 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). -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what you get out of it depends on what yo

Re: Offtopic: Canada and America

2001-03-16 Thread Scott Canaan
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). -- Scott Canaan ([EMAIL PROTECTED]) "Life is like a sewer, what you get out of it depends on w

Re: Why is there air?

2001-03-23 Thread Scott Canaan
> 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). -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what yo

Re: Drop schema and all related objects

2001-05-11 Thread Scott Canaan
NSUB 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). -- Scott Canaan ([EMAIL PROTECTED]) (716) 475-7886 "Life is like a sewer, what you get out of it depends on what you put into it"

Re: Doubt about charecter

2001-02-13 Thread Scott Canaan
k that between A and # exist some strange character that i can´t identify it .. How can I do it ? Regards Eriovaldo  -- Scott Canaan ([EMAIL PROTECTED]) "Life is like a sewer, what you get out of it depends on what you put into it" - Tom Lehrer   -- Please see the official ORACL

Re: Last Fri. of the Month ?

2001-02-22 Thread Scott Canaan
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 HEL

Re: Can Oracle7 and Oracle8 co-exist?

2001-02-23 Thread Scott Canaan
-- > 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 fro