Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle objects on personal oracle
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...Received on Sat May 27 2000 - 00:00:00 CDT
>
>
> 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
>
>
![]() |
![]() |