<RANT>
I have a problem understanding why anyone would ask a question and then not
display the exact error number and error message text they are seeing.
There are thousands of error messages in Oracle and the platforms it runs
upon and the APIs it supports, and the text associated with the number is
practically useless, due to differences in local language, problems with
recollection, sloppy wording, etc.

For heavens sake people:  please include the error number too!  Not just
your vague recollection of the wording of the message, not just some edited
version of the error text, not just the code throwing the error.  The
number, the number, the blasted number!!!  It's the only sure way to
precisely identify what has happened, and people just throw it away...
</RANT>

...breathe.......breeaatthhhe......oooooom.....ooooooooooommmmmmm....Ah!
Better now?  Nope....oooooommmm.....ah-ooooommmmm.....

----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Tuesday, January 21, 2003 11:53 PM


> I'm have problem when execute this script, the error is show by oracle is
> "error at line 1
> ORA-.......:TSelCZ_Data already exists;
>
>
> -- create tablespace
>
> CREATE TABLESPACE TSelCZ_Data DATAFILE 'd:\orant\database\tselcz1dbCZ.ora'
> SIZE 150M;
> ALTER TABLESPACE "TSELCZ_DATA" DEFAULT STORAGE ( MAXEXTENTS UNLIMITED );
> /
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: pomi
>   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: Tim Gorman
  INET: [EMAIL PROTECTED]

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

Reply via email to