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

Re: Newbie question

From: Chuck <skilover_nospam_at_bluebottle.com>
Date: Mon, 06 Feb 2006 19:20:09 GMT
Message-ID: <JjNFf.11483$%i3.3693@trnddc02>


lothar.behrens_at_lollisoft.de wrote:
> 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
>

The best book for a newbie IMO is the Oracle Conepts manual.

http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14220/toc.htm

-- 
To reply by email remove "_nospam"
Received on Mon Feb 06 2006 - 13:20:09 CST

Original text of this message

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