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

Home -> Community -> Usenet -> c.d.o.misc -> Re: VARCHAR in ORACLE 8i

Re: VARCHAR in ORACLE 8i

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Thu, 15 Nov 2001 13:04:58 +0000
Message-ID: <3BF3BD7A.6BD4@yahoo.com>


R. P. wrote:
>
> Is VARCHAR no longer supported in 8i or it is only deprecated in favor
> of VARCHAR2?
>
> Thanks,
> Rudy
>
> PS: Plz remove the two digits from my address when responding directly
> through e-mail.

I ran this OK in oracle 9

SQL> declare
  2 x varchar(20);
  3 begin
  4 x := 'aaa';
  5 end;
  6 /

PL/SQL procedure successfully completed.

SQL> create table x ( y varchar(10));

Table created.

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Thu Nov 15 2001 - 07:04:58 CST

Original text of this message

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