Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Adopt a JSR - Mailing Lists

brjavamanOct 12 2015

Patenschaft f?r ein JSR


1 messages | 27 subscribers



Issues Mailing List


12 messages | 99 subscribers



Adopt a JSR

1351 messages | 291 subscribers



Adote uma JSR - Portugues


271 messages | 168 subscribers

Comments

Oyvind Isene

The first statement for declaring the package is not really relevant, or am I missing something? Anyway, I did this in latest version of SQL Developer against an 11.2.0.4 database without getting any errors:

create or replace type user1_type
AS OBJECT ( DEMO VARCHAR2(3)) ;
/

create table nobeer
( col1 user1_type ) ;

SELECT * FROM NOBEER ;

1 - 1

Post Details

Added on Oct 12 2015
0 comments
491 views