Re: Samba , Write Access , Linux

2003-01-06 Thread Dennis M. Heisler
www.samba.org


Raymond Lee Meng Hong wrote:

 Hi friend

  My colleuge after installing Application Server and my database in a red
 hat  linux 7.3 and resign , It leave me no clue on configure a samba folder
 in application server.


  But i don't have any idea on configura those folder as read/write access,
 and now all user have access to the folder either to
 delete/write/copy/paste, it will be very dangers for my application to sit
 on that.

  Is there any place I can refer to learn more abt the samba
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 --
 Author: Raymond Lee Meng Hong
   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: Dennis M. Heisler
  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: Primary Key Constraints

2002-11-26 Thread Dennis M. Heisler
select owner, table_name from dba_tables where not exists (select 'a'
from dba_constraints where constraint_type = 'P'
and owner = dba_tables.owner and table_name = dba_tables.table_name)
order by owner, table_name;


Mike Sardina wrote:
 
 Is there an easy query to get a list of tables that don't have any primary
 key?
 
 I've tried a couple of different ones, but none of them work quite right.
 Seems like this should be easy.
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Mike Sardin
   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.com
-- 
Author: Dennis M. Heisler
  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: Anyone else had a Virus alert for Stephane Faroult's email ?

2002-11-25 Thread Dennis M. Heisler
It's not from Stephane's computer (even if he were using a Windows
machine).  From Symantec's website:

The subject line, message bodies, and attachment file names are random.
The From address is randomly-chosen from email addresses that the worm
finds on the infected computer.

I've never gotten an e-mail with the Klez virus from the person who was
listed in the From address.  Very likely it's from someone else on the
list who is infected.

Since Fatcity doesn't pass on the original headers, Bruce is the only
one who will be able to determine the original source.




Stephane Faroult wrote:
 
 Martin Kendall wrote:
 
  My Norton Antivirus reports that Stephane's  email re. How to pass
  value from SQL*Plus to Unix scripts? contains the W32.Klez.H@mm virus
  in an item called stars-bkgrd.
 
  Anyone else had same alert ?
 
  Martin
 

  Name: smime.p7s
 smime.p7sType: PKCS7 Signature (application/x-pkcs7-signature)
  Encoding: 7bit
 
 Sorry for the trouble, folks, but I have trouble understanding. When I
 am answering the list, it is either from a Linux machine (and netscape)
 - not infected by W32.Klez.H@mm according to the Symantec site - or from
 a mail web interface. I sent the e-mail mentioned above on October 22nd
 or October 23rd (two answers to the same question) more than one month
 ago, and from Linux. I hope that somebody is not harvesting the list ...
 If anybody has any hint about how to check for viruses on a Linux
 machine, BTW ...
 
 --
 Regards,
 
 Stephane Faroult
 Oriole Software
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Stephane Faroult
   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.com
-- 
Author: Dennis M. Heisler
  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 check/show long SQL statement?

2002-11-20 Thread Dennis M. Heisler
Use v$sqltext.  
  select sql_text from v$sqltext where address = xxx order by piece;



dist cash wrote:
 
 I need check what is SQL statement runnig on ORACLE.  their have two view
 v$sql and v$sqlare.  The entry sql_text   varchar2(1000), it is too
 short to show SQL statement.  Some of the sql Statement we use  3000
 characters.  Does their has way to check/show long SQL statement?
 
 Thanks.
 
 _
 Add photos to your messages with MSN 8. Get 2 months FREE*.
 http://join.msn.com/?page=features/featuredemail
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: dist cash
   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.com
-- 
Author: Dennis M. Heisler
  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: Trivia question - not of any practical use.

2002-10-24 Thread Dennis M. Heisler
 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.com
-- 
Author: Dennis M. Heisler
  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: Oracle 8.1.7 R 3 for W2K Sever on P4 Xeon Processor - problems?

2002-10-22 Thread Dennis M. Heisler
There's a known problem installing Oracle 8.1.x for Windows on a Pentium
4.  If you are using a version of the OUI lower than 1.7.1.9.0, you will
get it.  Try patch 1507768.


Dennis



Saira Somani wrote:
 
 I wonder if anyone could provide me with some insight on a problem our
 Sr. DBA is facing.
 
 We are trying to install Oracle 8.1.7 SE Release 3 on Win2K Server but
 our DBA believes that the problem lies with the hardware - a P4 Xeon
 processor.
 
 Has anyone else faced similar issues?
 
 Thanks,
 
 Saira Somani
 IT Support/Analyst
 Hospital Logistics Inc.
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Saira Somani
   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.com
-- 
Author: Dennis M. Heisler
  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: remove move a user

2002-10-07 Thread Dennis M. Heisler

To remove a user:
drop user xxx cascade;

To move a user to another tablespace:
  Ensure user has enough quota on tablespace yyy

  Set user's default tablespace
alter user xxx default tablespace yyy;

  For each table owned by xxx,
alter table xxx.aaa move tablespace yyy;


Dennis


MURAT BALKAS wrote:
 
 Hi,
 
   what's the best method to
 
 1) remove a user absolutely. I want to remove the user's tables, indexes,
 ... etc.
 2) move a user absolutely to another tablespace.
 
 Thanks,
 
 Murat
 
 --
 Bu  e-posta  sadece  yukarida  isimleri  belirtilen  kisiler  arasinda ozel
 haberlesme  amacini  tasimaktadir. Size yanlislikla ulasmissa lutfen mesaji
 geri  gonderiniz  ve  sisteminizden  siliniz.  Rt.Net  Internet  Hizmetleri
 Pazarlama  ve  Ticaret  A.S.  bu  mesajin icerigi ile ilgili olarak hic bir
 hukuksal sorumlulugu kabul etmez.
 
 This  e-mail  communication  is intended for the private use of the persons
 named  above.  If  you  received  this message in error, please immediately
 notify  the  sender  and  delete  it  from  your  system.  Rt.Net  Internet
 Hizmetleri  Pazarlama  ve Ticaret A.S. does not accept legal responsibility
 for the contents of this message.
 --
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: MURAT BALKAS
   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.com
-- 
Author: Dennis M. Heisler
  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: remove move a user

2002-10-07 Thread Dennis M. Heisler

John,

Thanks.  I forgot to mention that.  All indexes on any tables which are
moved have to be rebuilt, even if the indexes stay in the same
tablespace.

Dennis


Ora NT DBA wrote:
 
 You may also possibly need to rebuild the indexes to a different tablespace.
 
 John
 
 Dennis M. Heisler wrote:
 
 To remove a user:
 drop user xxx cascade;
 
 To move a user to another tablespace:
   Ensure user has enough quota on tablespace yyy
 
   Set user's default tablespace
 alter user xxx default tablespace yyy;
 
   For each table owned by xxx,
 alter table xxx.aaa move tablespace yyy;
 
 
 Dennis
 
 
 MURAT BALKAS wrote:
 
 
 Hi,
 
   what's the best method to
 
 1) remove a user absolutely. I want to remove the user's tables, indexes,
 ... etc.
 2) move a user absolutely to another tablespace.
 
 Thanks,
 
 Murat
 
 --
 Bu  e-posta  sadece  yukarida  isimleri  belirtilen  kisiler  arasinda ozel
 haberlesme  amacini  tasimaktadir. Size yanlislikla ulasmissa lutfen mesaji
 geri  gonderiniz  ve  sisteminizden  siliniz.  Rt.Net  Internet  Hizmetleri
 Pazarlama  ve  Ticaret  A.S.  bu  mesajin icerigi ile ilgili olarak hic bir
 hukuksal sorumlulugu kabul etmez.
 
 This  e-mail  communication  is intended for the private use of the persons
 named  above.  If  you  received  this message in error, please immediately
 notify  the  sender  and  delete  it  from  your  system.  Rt.Net  Internet
 Hizmetleri  Pazarlama  ve Ticaret A.S. does not accept legal responsibility
 for the contents of this message.
 --
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: MURAT BALKAS
   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.com
 --
 Author: Ora NT DBA
   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.com
-- 
Author: Dennis M. Heisler
  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: Recreate database script

2002-09-06 Thread Dennis M. Heisler

Connie,

There are some scripts in Oracle Annotated Archives (by Kevin Loney and
Rachel Carmichael, Oracle Press) that will do what you want.

Dennis


Connie Milliken wrote:
 
 Does anyone have a script that will write another script to recreate a
 particular database quickly with all the info specific to that particular
 database?
 
 Seems to me that I have seen this somewhere before, but I am not sure where.
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Connie Millike
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: OS

2002-07-28 Thread Dennis M. Heisler

Did you do any research yourself before asking?  I did a quick search on
Google and got almost 7000 hits.  Microsoft's web site is probably your
best source.


guess who wrote:

 now i have installed Windows XP pro.Now i want to install windows
 2000 in my system in such a way called dual boot system.So how to
 do , can any one tell me the step by step process for doing it
 clearly.

 Regards,
 Prakash.

 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: guess who
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: Oracle Installer not launching in NT

2002-07-25 Thread Dennis M. Heisler

If it's a Pentium 4, it's a known bug.  See MetaLink note 131299.1.  The
patch is 1507768.


Dennis



 [EMAIL PROTECTED] wrote:
 
 Hi List,
 
 I saw a similar post to this in the last 2 weeks, but deleted it
 (oops) as I am in a unix shop.  But I now have a client who is
 trying to install the oracle client on his nt box in order to demo our
 *product*.
 
 However, he can't get the installer to even launch.  He thinks its
 a Java VM conflict.
 
 Any ideas?  I need this rather quick so please also reply direct
 to me and in the meantime I will hit the internet.
 
 Thanks,
 
 Hannah
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: TOra: Toolkit for Oracle

2002-07-13 Thread Dennis M. Heisler

Go to the web site you mentioned below.  There is a link saying it's available
from sourceforge.  Click on it and download.

Dennis


Don wrote:

 I've seen some chatter here about Tora, but when I go to
 http://www.globecom.se/tora/ or http://www.globecom.net/tora/, all I get is
 a page with user comments and screen shots.

 Where do I go to download the product?

 Thx.

 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Don
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: NOT IN performance problem

2002-06-25 Thread Dennis M. Heisler

select personid from person
where not exists (select '1' from phonenumber
where personid = person.personid);

Nils Höglund wrote:
 
 Hello,
 
 I have encountered a performance problem. I use Oracle8 Enterprise Edition
 Release 8.0.5.0.0 - Production.
 
 I have two tables. phonenumber and person, each person has none, one or
 many phonenumbers referenced to him.
 
 The phonenumber-table is structured like:
 phonenumber.personid
 phonenumber.phonenumber
 
 The person-table is structured like:
 person.personid
 person.name
 person.address
 
 I wan't to know which persons that does NOT have any phonenumber(s).
 
 I can write the query as:
 SELECT personid FROM phonenumber WHERE personid NOT IN (
SELECT personid FROM person);
 
 However, since my tables are quite large, it takes forever to run my query.
 In the real database both (or
 atleast one) of person or phonenumber are views.
 
 To figure out who _does_ have phonenumbers is SIGNIFICANTLY faster.
 (SELECT DISTINCT person.personid FROM person, phonenumber WHERE
 person.personid=phonenumber.personid)
 
 I'm wondering how I could restructure or rewrite my query (who doesn't have
 any phoinenumbers?) to run faster,
 or if there is anything else I can do to optimize the query?
 
 Any suggestions?
 
 --
 /Nils Höglund, Naqua KB
 
 E-mail: [EMAIL PROTECTED]
 Web:http://www.naqua.se/
 Home Phone: +46 (0)18  30 09 19
 Cellular Phone: +46 (0)736 51 74 58
 Address:Nya Valsätrav. 26 B
 SE-756 46
 Uppsala, Sweden
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: =?iso-8859-1?Q?Nils_H=F6glund?=
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: AW: GNU or [G]NU (Pronunciation of...)

2002-06-24 Thread Dennis M. Heisler

According to gnu.org, it's guh-new.


Jesse, Rich wrote:
 
 H... http://www.m-w.com would seem to think that the G is gsilent.
 
 And they have a pretty picture of a gnu, too, for your review, Cindy Lou
 Who.
 
 Don't practice your alliteration on me! -- Monty Python
 
 :)
 
 Rich Jesse   System/Database Administrator
 [EMAIL PROTECTED]  Quad/Tech International, Sussex, WI USA
 
  -Original Message-
  From: Jared Still [mailto:[EMAIL PROTECTED]]
  Sent: Monday, June 24, 2002 2:33 PM
  To: Multiple recipients of list ORACLE-L
  Subject: Re: AW: GNU or [G]NU (Pronunciation of...)
 
 
 
  I've always pronounced it, and heard it pronounced:  Guh-noo.
 
  Like the animal, which is the GNU logo.
 
  Jared
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Jesse, Rich
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: package compilation problem

2002-06-22 Thread Dennis M. Heisler

Check the spelling on your variables.  In the package header, you have 
out_rcur_acct_noninvst_posn.  In the package body, you define it as
out_rcur_acct_noninvst_pos.

Dennis


Vijaya Chander V.S wrote:

 I am having a package compilation problem . The package is like below


 the error it is giving is

 PLS-00323: subprogram or cursor 'CHECKING_ACCT_POSN_TEST' is declared in a package 
specification and must be defined in the package body

 can anyone help,

 vijay

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: sysdate - 90 mins query

2002-05-04 Thread Dennis M. Heisler

select * from tbl_tmstmp
where to_date(to_char(tm_date) || tm_time, 'mmddhh24:mi') =
  sysdate - (90 * (1/(24*60)))



sarath kumar wrote:

 i hava a table tbl_tmstmp with date and time as 2
 different columns (tm_date number)and tm_time
 varchar2(6).
 select * from tbl_tmstmp;
 tmstmp_id   tm_datetm_time
    ---
  1  2002050212:30
  2  2002050319:30
  3  2002050323:30
  4  2002050400:30
  5  2002050402:30
  6  2002050408:30

 i have requuirement to pickup the records which are
 sysdate - 90 minutes. Assuming the sysdate is 20020504
 and time is 03:00 AM i need to pick up the first 4
 records.

 is it possible without using the UNION as DBAS are
 picky about using UNIONS.

 thanks
 Srini.

 __
 Do You Yahoo!?
 Yahoo! Health - your guide to health and wellness
 http://health.yahoo.com
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: sarath kumar
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: Constraints

2002-04-24 Thread Dennis M. Heisler

 what can I do to solve this?
RTFM about primary keys.  They need to be unique and not null.



[EMAIL PROTECTED] wrote:
 
 Hallo,
 
 I am trying to run this script,
 
 ALTER TABLE PBK.K1
   ADD CONSTRAINT idx_rollson PRIMARY KEY (BUTIKS_NR)
 
 but gets the erormessage
 
 ORA-02437: cannot validate (PBK.IDX_ROLLSON) - primary key violated
 
 what can I do to solve this? Please help me. Wouldnt it be enough to have unique 
values in thefield butiks_nr?
 
 Thanks in advance
 
 Roland
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author:
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: change the tablespace for an index!!!

2002-04-14 Thread Dennis M. Heisler

alter index  rebuild tablespace 



ASHRAF SALAYMEH wrote:

 Hi list

 I'm wondering if there is a way to change the
 tablespace for an index without droping and creating
 it again...

 the index is already created on primary key column
 of the table.
 And the table is populated with data...

 Ashraf Salaymeh
 System Analyst

 __
 Do You Yahoo!?
 Yahoo! Tax Center - online filing with TurboTax
 http://taxes.yahoo.com/
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: ASHRAF SALAYMEH
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: Customize my SQLPlus login

2002-03-26 Thread Dennis M. Heisler

Put a carriage return at the end of the last line.


Farnsworth, Dave wrote:
 
 I have added some customizations to my glogin.sql.  When I start a session of 
SQLPlus I get this;
 
 Connected to:
 Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
 With the Partitioning option
 JServer Release 8.1.7.0.0 - Production
 
 Input truncated to 13 characters
 SQL show pagesize
 pagesize 250
 
 I can see that my changes took place but what is the Input truncated to 13 
characters about??
 
 Thanks,
 
 Dave
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: Dropping table space where name is lower case

2002-02-20 Thread Dennis M. Heisler

Put double quotes around it... drop tablespace spatial


Browett, Darren wrote:
 
 I am unable to drop a tablespace that I created.
 
 I created the tablespace with a lower case name, when I do a select * from
 dba_tablespaces the name
 is lowercase as opposed to uppercase.
 
 When I drop tablespace spatial  oracle gives the following error message :
 
 ORA-00959: tablespace 'SPATIAL' does not exist
 
 This is oracle 8.1.7.2.?
 
 Thanks
 
 Darren
 
 
 --
 Darren Browett P.EngThis message
 was transmitted
 Data Administrator  using 100%
 recycled electrons
 Information and Communication Technology
 City of Coquitlam
 P:(604)927 - 3614
 E:[EMAIL PROTECTED]
 
 ---
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Browett, Darren
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: formatting in SQLPLUS

2002-02-03 Thread Dennis M. Heisler

set linesize = xxx
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: formatting in SQLPLUS

2002-02-03 Thread Dennis M. Heisler

Oops... that's pagesize, not linesize

Dennis M. Heisler wrote:

 set linesize = xxx
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Dennis M. Heisler
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: formatting in SQLPLUS

2002-02-03 Thread Dennis M. Heisler

Thanks, I realized that mistake after I sent it.  I meant to type page
and typed line instead.


Craig Munday wrote:



 Or try.

 set pagesize xxx

 where xxx is the number of lines per page.


 -Original Message-
 From: Dennis M. Heisler [mailto:[EMAIL PROTECTED]]
 Sent: Monday, 4 February 2002 12:25 PM
 To: Multiple recipients of list ORACLE-L
 Subject: Re: formatting in SQLPLUS

 set linesize = xxx
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Dennis M. Heisler
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: Why is this code not working?

2001-12-11 Thread Dennis M. Heisler

Change the 'and' to 'or'.


Ken Janusz wrote:
 
 When I run this code both columns I get no rows returned.  When I do a desc
 on one of the tables I see both columns.  So, why am I not getting any data?
 
 select table_name, column_name
 from dba_tab_columns
 where
 (column_name = 'REGISTRATION_NUMBER' and
 column_name = 'DOCUMENT_NUMBER')
 
 Thanks,
 Ken Janusz, CPIM
 Database Conversion Lead
 Sufficient System, Inc.
 Minneapolis, MN
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Ken Janusz
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: Import/Export table

2001-12-10 Thread Dennis M. Heisler
 / 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: 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.com
-- 
Author: Dennis M. Heisler
  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 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: PATCH confirmation

2001-11-29 Thread Dennis M. Heisler

yes

Seema Singh wrote:
 
 Hi
 I think patch 1882450 is for upgrade from 8.1.7.0.0 to 8.1.7.2.0 right?
 thanks
 seema

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: Oracle/UNIX vs. Oracle/NT

2001-11-27 Thread Dennis M. Heisler

If they're currently a unix shop and want to save money, why not suggest
Linux?  It will run on the same hardware as Windows, and they can
leverage their existing unix experience.


Dennis


Paul Vallee wrote:
 
 Actually, Dennis, it's currently a UNIX shop considering saving money by
 migrating to NT. It seems like your argument would support sticking with
 what they currently have.
 Thanks,
 Paul
 - Original Message -
 To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
 Sent: Tuesday, November 27, 2001 2:10 PM
 
 Paul - What is the base of experience in this shop? Is it primarily an NT
 shop and the Unix system is the odd one, or is it primarily a Unix shop and
 the NT conversion would be a first plunge? Everything I hear depends
 primarily on this factor. Most indications are that the Unix systems tend to
 be more reliable, but there are strong NT shops that seem to keep their NT
 reliability up, and would struggle with the odd Unix system. I assume that
 you are really talking Windows 2000 at this point.
 Dennis Williams
 DBA
 Lifetouch, Inc.
 [EMAIL PROTECTED]

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: Oh no

2001-11-12 Thread Dennis M. Heisler

It's an American Airlines A-300 Airbus, leaving JFK, bound for Santo
Domingo, Dominican Republic.


 Robertson Lee - lerobe wrote:
 
 Apparently another plane has crashed in New York, a 767 has gone down
 in Queens according to news reports over here.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: Oracle Archiving insanely

2001-11-04 Thread Dennis M. Heisler

Try using logminer to see what is actually in the log files.  It should
point you to the statements creating the most redo.  Also, you can check for
active sessions.

Dennis


Rajesh Dayal wrote:

 H All,

 I am facing a very typical problem. One of my client's database
 has suddenly started archiving
 like mad. There is no change ( claimed by users) made to the database. I
 checked Alert log, but could
 not find anything.
 Many times it generates up to 50 Mb of Archives per minute(
 Earlier max upto 2-3 Mb/Min). I
 did shutdown immediate, which took around 15 min ( acceptable), but
 immediately after next startup
 (with no user logged on), in next 3 minutes, it generated 100 Mb of
 Archives ( how'z that possible) ???
 How can I find out what is the thing that's causing such a
 massive load on database. There is no
 hotbackup going on. There is no Oracle scheduled job running. On OS side
 also there is no scheduled job in
 cron. Please suggest how to get down to the problem. How can I find out
 which session/user is generating
 so much of Redo? What possible preventive measures can I take???

 We are on Oracle 8.1.6.0.0 on TRU64 Unix.

 Appreciate your suggestions and immediate help,

 Rajesh

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: privileges on packages

2001-10-01 Thread Dennis M. Heisler

It's in DBA_TAB_PRIVS.


Dennis



SUNILSHIVAPPA wrote:
 
 hi,
 HOW to find out the whether a particular user has a execute
 permission on package or not.
 
 Regards,
 sunil s.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: Sqloader

2001-10-01 Thread Dennis M. Heisler

Just create a shell script which first calls sqlloader to populate table
1, then calls a sql script to populate table2.  Schedule it with a cron
job.


Dennis



[EMAIL PROTECTED] wrote:
 
 Hallo all you DBA's,
 
 Can anyone give me some examples on how to do this:
 
 I want a sqlloader to run, the sqlloader is doing an insert into a table(TABLE1) 
from a text file, immediately, after the insert into tthe table, there will be an 
insert into another table(TABLE2) with data from TABLE1. Give me a good example of
 this.
 
 I also want the sqlloader to run at a  certain clock time, let us say 2 am(at 
night).. Iam running from unix.
 
 Would appreciate this if you could help me with these steps.
 
 Thanks in advance.
 
 Roland Sköldblom
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author:
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: New York/East Coast !!!!

2001-09-11 Thread Dennis M. Heisler

The news was reporting earlier that it is best for people to call the
Red Cross for information about family / friends.  (877) red-cross.


Giles, Teri wrote:
 
 Is there anyway we can submit names of family members in NY

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: Printing from Oracle on Unix

2001-08-23 Thread Dennis M. Heisler

David,

There are a number of different ways to do it.  One method I use is to
define the codes in the package header
  ie:   FONT_COURIER10  varchar2(15) := chr(27) || '(s0p10h12vsb3T'

Then, in the package body, when I want to print a special code I either
use utl_file.put() or utl_file.put_line(FONT_COURIER10 || 'Text Goes
Here').


Dennis



[EMAIL PROTECTED] wrote:
 
 Morning All;
 
 Does anyone have some hints on how I might be able to print the results of
 a PL/SQL procedure to a HP Printer on UNIX (Oracle 8.1.7/HP-UX 11.0)?
 
 My first thought would be to use utl_file to create the file, but (not
 being a developer), I'm not sure how to embed the printer strings to
 achieve the desired formatted output.
 
 David A. Barbour
 Oracle DBA, OCP
 AISD
 512-414-1002
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author:
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: Migrate/Update-which way is better?

2001-08-23 Thread Dennis M. Heisler

Jon,

If you look at the Export Modes description in the Utilities manual, it
says that All objects in the database are exported, except those in the
schema of SYS.


Dennis


Jon Walthour wrote:
 
  1. I have a full export dump, I know the objects owned by sys are not 
exported/imported. What happens to the objects owned by system?
 
 Listers, please correct me if I am wrong here, but that's not my understanding. I 
have recreated a complete database from a full export in the past and the 8i 
Utilities manual says that a full export exports the entire database. So, I'm 
almost certain that includes SYS.
 
 Jon Walthour
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Jon Walthour
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: MOVE Tables from One Tablespace to Another Tablespace !!

2001-08-21 Thread Dennis M. Heisler

Before importing, make sure you set the schema owner's quota to 0 for the
first tablespace.  Otherwise, import will create the tables in the first
tablespace again.

Dennis


Rukmini Devi wrote:

 Hi,

   1. Export the tables in 1st tablespace
   2. drop the tables from 1st tablespace
   2. import the tables into 2nd tablespace
 or
alter table tablename default tablespace tablespacename

 rukmini

  - Original Message -
 To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
 Sent: Tuesday, August 21, 2001 1:45 PM

 
  Hello All,
 
 
  Please tell me the detailed steps to move tables from one tablespace to
  another tablespace.
 
  Regards,
  Saroj.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: iAS 1.0.2.2. and mod_ssl CA

2001-07-31 Thread Dennis M. Heisler

CA is an abbreviation for Certificate Authority.  One is Verisign. 
You can request a certificate by filling out a form on their site and
pasting the certificate request into a text box on the form.  They will
verify the data, then send you the certificate.


Dennis



Boivin, Patrice J wrote:
 
 I am reading technical note 112490.1, which explains how to set up secure
 socket layer connections for the Oracle Portal.
 
 The note refers a few times to a CA, to whom I am supposed to send the new
 certificate request.
 
 Who is this CA?  How do I contact him/her/them?
 
 I am new at this, can you tell.
 
 TIA
 Patrice Boivin
 Systems Analyst (Oracle Certified DBA)
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: Unusable index

2001-07-28 Thread Dennis M. Heisler

If you move a table... alter table xxx move tablespace tbs2, all indexes
on that table will be marked as invalid because the rowids associated with
the keys are now incorrect.  Just rebuild the index, and it will be usable
again.


Dennis


prasad maganti wrote:

 Hi dba's

 can anybody clarify what is unusable index, in what
 situation will become unusable?

 and the solution to reuse it?

 thanx in adva.

 prasad.


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: get yesterdays date

2001-07-23 Thread Dennis M. Heisler

select trunc(sysdate) - 1 from dual;



John Dunn wrote:
 
 Anyone know how to get yesterdays date in PL/SQL?
 
 John
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: John Dunn
   INET: [EMAIL PROTECTED]
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: Wildly OT. - Air fares

2001-07-23 Thread Dennis M. Heisler

One source for the information is http://travel.yahoo.com/.  A quick
check shows it will probably be in the $200 - 250 range, depending on
how far in advance you book your reservation, day of week, etc.

Dennis



 Robertson Lee - lerobe wrote:
 
 Rachel (or any other NYC listers).
 
 Any idea how much an airticket from N.Y to Vancouver/Seattle would be
 please
 
 TIA
 
 Lee
 
 
 
 The information contained in this communication is
 confidential, is intended only for the use of the recipient
 named above, and may be legally privileged. If the reader
 of this message is not the intended recipient, you are
 hereby notified that any dissemination, distribution or
 copying of this communication is strictly prohibited.
 If you have received this communication in error, please
 re-send this communication to the sender and delete the
 original message or any copy of it from your computer
 system.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: Can't code for s.... peanuts

2001-07-23 Thread Dennis M. Heisler

One possible reason... you're defining check_for_name as a function, but
you're running it as a procedure.  You can try 
 select check_for_name('Cruise') from dual;


Dennis



 [EMAIL PROTECTED] wrote:
 
...
 CREATE OR REPLACE FUNCTION check_for_name (
 p_name_to_check VARCHAR)
 
 RETURN BOOLEAN IS
...
 But, whenever I try to do this :
 
 EXECUTE check_for_name('Cruise');
 
 so I can run the function from PL/SQL Developer I get the following
 error :
 
...
  *
 ORA-06550: line 2, column 2:
 PLS-00221: 'CHECK_FOR_NAME' is not a procedure or is undefined
 ORA-06550: line 2, column 2:
 PL/SQL: Statement ignored

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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 search all tables for a particular field?

2001-07-19 Thread Dennis M. Heisler

dba_tab_columns


igor z wrote:
 
 Hi,
 
 I am looking for a particular field if it exists in a database.  How to
 search all tables for a particular field?
 
 Thanks in advance.
 Igor
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis M. Heisler
  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 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: TRUNCATE IN PL/SQL

2001-06-21 Thread Dennis M. Heisler

Oracle 7 docs state you need delete any table, Oracle 8 docs state you
need drop any table privilege to truncate another owner's table.


Dennis


[EMAIL PROTECTED] wrote:
 
 Not 100% sure but I think only the table owner can use TRUNCATE
 
 Witold
 
 Raymond Lee Meng Hong [EMAIL PROTECTED] on 06/21/2001 01:10:52
 
 Please respond to [EMAIL PROTECTED]
 
 To:   Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
 cc:(bcc: Witold Iwaniec/ATL_BLUECROSS_CA)
 
 Got these error ? may be my DBA restrict these ?
 
 ORA-00903: invalid table name
 ORA-06512: at SYS.DBMS_SYS_SQL, line 239
 ORA-06512: at SYS.DBMS_SQL, line 32
 ORA-06512: at line 8
 
 -Original Message-
 Sent: Thursday, June 21, 2001 11:20 AM
 To: Multiple recipients of list ORACLE-L
 
 You can try the following , not sure if it will work though..let me know
 if it does... :-)
 
 DECLARE
 myCur  number;
 mySQL  varchar2(2000);
 
 BEGIN
 mySQL := 'TRUNCATE TABLE (table_name)';
 myCur := DBMS_SQL.open_cursor;
 DBMS_SQL.PARSE(myCur, mySQL, DBMS_SQL.NATIVE);
 DBMS_SQL.CLOSE_CURSOR(myCur);
 END;
 
 Regards,
 Karthik
 
 -Original Message-
 Sent: Thursday, June 21, 2001 10:55 AM
 To: Multiple recipients of list ORACLE-L
 
  Hello guru , how can I execute a truncate table in  PL/SQL ?? It only work
 for delete DML only ? why ?
 
 Raymond Lee
 Infopro Sdn Bhd
 Block B3 Level 8, Leisure Commerce Square
 No. 9, Jalan PJS 8/9 46150 Petaling Jaya
 Selangor , Malaysia
 Tel : 603-7876 ext : 266   Fax :  603-78761233
 Email : [EMAIL PROTECTED]
 
 Friendship with oneself is all important, because without it one cannot be
 friend with anyone else in the world 
 - Eleanor Roosevelt
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Mohan, Karthik (GEP)
   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 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.com
 --
 Author: Raymond Lee Meng Hong
   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 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.com
 --
 Author:
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: Resizing Log file

2001-05-31 Thread Dennis M. Heisler

Add new log groups (I'd go with at least 3 groups of 2) with 5MB files,
then drop the old log groups.

Dennis


Nirmal Kumar Muthu Kumaran wrote:
 
 hi dba's,
 
 In my DB, oracle 816, NT4,  the redolog member's size is only 50kb. I'm
 having only two groups with a single member each.
 
 I tried with alter database command, there is only options for adding and
 droping log group or member...
 
 How can i resize it.. to increase the size 5mb.
 
 Regards,
 Nirmal.
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Nirmal Kumar  Muthu Kumaran
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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: row count in table ?

2001-04-18 Thread Dennis M. Heisler

Analyze the tables, then look at num_rows in dba_tables.


Andrea Oracle wrote:

 All,

 Is there an easy way to find out how many rows are
 there is each table for a schema?  Thank you.

 Andrea

 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Andrea Oracle
   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 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.com
-- 
Author: Dennis M. Heisler
  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 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).