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: row_id reserved word?

Re: row_id reserved word?

From: TurkBear <john.greco_at_dot.state.mn.us>
Date: Tue, 08 Oct 2002 15:48:14 -0500
Message-ID: <23h6qukm1tlgf4j29o8akia0p8o3mgm8ge@4ax.com>

Works in 8.1.5 ( and others I tried)
SQL> create table test_then_drop(
  2 field1 varchar2(20),
  3 row_id varchar2(10));

Table created.

SQL> desc test_then_drop

 Name                                      Null?    Type
 ----------------------------------------- -------- ----------------------------
 FIELD1                                             VARCHAR2(20)
 ROW_ID                                             VARCHAR2(10)

SQL> Christoph Kukulies <kuku_at_accms33.physik.rwth-aachen.de> wrote:

>Norman Dunbar <Norman.Dunbar_at_lfs.co.uk> wrote:
>> Chris,
>
>> have you tried :
>
>> select * from v$reserved_words;
>
>Yes, now I have :-)
>
>And it lists rowid (but not row_id).

-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------

   http://www.newsfeed.com The #1 Newsgroup Service in the World! -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =----- Received on Tue Oct 08 2002 - 15:48:14 CDT

Original text of this message

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