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: Oracle objects on personal oracle

Re: Oracle objects on personal oracle

From: Bob Fazio <rfazio_at_home.com.nospam>
Date: 2000/05/27
Message-ID: <yhTX4.211702$Tn4.1889892@news1.rdc2.pa.home.com>#1/1

Objects , Partitioning, and Parallel Server are all options, that only work with full oracle, and not Personal oracle. You can only run them on NT or UNIX, although there may be a version for 98, but I don't think so.

--
Robert Fazio, Oracle DBA
rfazio_at_home.com
remove nospam from reply address
http://24.8.218.197/
"Mike Schuler" <maxmike_at_dbsurfer.com> wrote in message
news:392FDF6D.4AC2925D_at_dbsurfer.com...

>
>
> I tried to create an object with the sample:
>
> CREATE TYPE stock_info_t AS OBJECT (
> stockno NUMBER,
> cost NUMBER,
> tax_code NUMBER
> ) ;
>
> using ODBC, and got the message "feature not enabled:Objects".
> I thought all of SQL is enabled in PO8.
> Can this be enabled, or do I have to wait for Enterprise 8i to reach me?
>
> --
> -------------------------------------
> Mike Schuler
> http://www.dbsurfer.com
> sponsors of http://www.sqlschool.org
> Voice (604)926-2676
>
>
Received on Sat May 27 2000 - 00:00:00 CDT

Original text of this message

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