RE: winders email client.

2004-01-23 Thread Simpson, Ken


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
 Behalf Of [EMAIL PROTECTED]
 Sent: Friday, January 23, 2004 3:59 PM
 To: Multiple recipients of list ORACLE-L
 Subject: RE: winders email client.
 
 
 
 Where can you get this firebird browser?

http://www.mozilla.org/

HTH

Ken
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Simpson, Ken
  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: How to get unique value using AWK?

2004-01-22 Thread Simpson, Ken
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
 Behalf Of [EMAIL PROTECTED]
 Sent: Thursday, January 22, 2004 11:09 AM
 To: Multiple recipients of list ORACLE-L
 Subject: How to get unique value using AWK?
 
 
 Hi All,
 
 My manager wants to get all the unique wait events from the 
 trace file.
 I tried the below but how do i get DISTICT wait event name?
 
 Any help would be really appreciated.
 
 $ grep -i WAIT devdb1_ora_989.trc_orig|awk '{print $3  $4  
  $5  $6}'|more
 nam='SQL*Net message to client'
 nam='SQL*Net message from client'
 nam='library cache lock' ela=
 nam='SQL*Net message to client'
 nam='SQL*Net message from client'
 nam='SQL*Net message to client'
 nam='SQL*Net message from client'
 nam='SQL*Net message to client'
 nam='SQL*Net message from client'
 nam='SQL*Net message to client'
 nam='SQL*Net message from client'
 nam='SQL*Net message to client'
 nam='SQL*Net message from client'
 nam='SQL*Net message to client'
 
 
 Thanks
 Jay
 

How about piping it through uniq? 

$ grep -i WAIT devdb1_ora_989.trc_orig|awk '{print $3  $4   $5 
$6}'| uniq
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Simpson, Ken
  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: Fedora (pink hat)

2003-12-12 Thread Simpson, Ken
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
 Behalf Of eric king
 Sent: Friday, December 12, 2003 3:40 PM
 To: Multiple recipients of list ORACLE-L
 Subject: Re: Fedora (pink hat)
 
 
 Again what is FedOra? Too lazy to run google at this time...
 
 

The community developed version of Redhat since they have 
effectively abandoned the desktop market. Redhat is sponsoring
the project. 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Simpson, Ken
  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: Could not run export utility from cron job

2003-12-10 Thread Simpson, Ken
-Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Nguyen, David M
 Sent: Wednesday, December 10, 2003 12:24 PM
 To: Multiple recipients of list ORACLE-L
 Subject: Could not run export utility from cron job


 I am able to run export utility from CLI manually but when I schedule
it to run from cron job on SUN Solaris8 it fails to  run as it does not
recognize exp command.  Does someone have any idea?  Below is the
command I run export manually.
 $exp user/password tables.dmp
 Thanks,
 David  

I'm pretty sure that jobs running out of cron do not source in .profile
so you probably don't
have the Oracle environment set and therefor exp is not in your PATH.

Ken
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Simpson, Ken
  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: partitioning option licensing

2003-12-03 Thread Simpson, Ken
 -Original Message-
 
 Hi,
 We're looking into migrating from SQL server to Oracle. Does 
 anyone know if 
 Partitioning option is still licensed separately?
 
 Thanks.
 
 pat

Having just met with an Oracle rep yesterday. Yes, it is still
licensed separately.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Simpson, Ken
  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).