Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Howto do undo a default clause?

Re: Howto do undo a default clause?

From: Noons <wizofoz2k_at_yahoo.com.au.nospam>
Date: Sat, 2 Aug 2003 00:54:49 +1000
Message-ID: <3f2a7f6d$1$10357$afc38c87@news.optusnet.com.au>


"Tanel Poder" <tanel@@peldik.com> wrote in message news:3f2a7b82$1_1_at_news.estpak.ee...

> But the reality is:
>
> SQL> select extent_management, segment_space_management from dba_tablespaces
> where tablespace_name = 'USERS';
>
> EXTENT_MAN SEGMEN
> ---------- ------
> LOCAL AUTO
>
> SQL> create table g (a long) tablespace users;
>
> Table created.

Nice!

> I bet there are still many developers & designers who are keen to use LONGs
> in their design.. since they don't have a clue about LOBs with their ancient
> skills and unwillingess to learn...

Hehehe! How true. Probably we should include the developers and designers of Oracle's own dictionary in that definition...

--
Cheers
Nuno Souto
wizofoz2k_at_yahoo.com.au.nospam
Received on Fri Aug 01 2003 - 09:54:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US