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 -> Newbie question

Newbie question

From: <lothar.behrens_at_lollisoft.de>
Date: 6 Feb 2006 10:39:34 -0800
Message-ID: <1139251174.523469.71130@g43g2000cwa.googlegroups.com>


This is a table for postgreSQL:

CREATE TABLE column_types
(
  id serial,
  name char(30) NOT NULL,
  tablename char(30) NOT NULL,
  ro BOOL DEFAULT false,
  specialColumn BOOL DEFAULT false,
  controlType char(30) DEFAULT ''
);

How does this look like in Oracle ?

Where can I get an online book about beginning with Oracle 10g XE ?

Thanks, Lothar Received on Mon Feb 06 2006 - 12:39:34 CST

Original text of this message

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