DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: DATABASE OBJECTS/ABSTRACT TYPES ? (ora-00439)

  1. #1
    Join Date
    Nov 2000
    Location
    New Delhi, India
    Posts
    81

    Question DATABASE OBJECTS/ABSTRACT TYPES ? (ora-00439)

    I am trying to create database objects/abstract type in Oracle 8.0.5. But it is giving error (ora-00439) that the feature is not enabled......... Please Help!!

    The syntax used is:

    create type test as object (
    Street varchar2(30),
    City varchar2(30));



    Thanks!!



    [Edited by ShrutiM on 12-22-2000 at 09:23 AM]

  2. #2
    Join Date
    Aug 2000
    Location
    Ny
    Posts
    105
    You need to enable Oracle Objects on installation.

  3. #3
    Join Date
    Nov 2000
    Location
    New Delhi, India
    Posts
    81

    Exclamation

    Thanks a lot !
    I tried to install oracle on Windows 2000, but I didn't get any option of enabling the Objects. But even then after custom creation of database I was able to create objects. But when I tried to install on Linux I didn't come across any custom database creation option so how to go about it ?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width