dbTalk Databases Forums  

creation type problems

comp.database.oracle comp.database.oracle


Discuss creation type problems in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
uzi
 
Posts: n/a

Default creation type problems - 04-18-2005 , 03:50 AM







hey

i have problem:
with sql plus worksheet i write:

create type my_type as object(
my_string varchar2(50),
my_int integer,
my_String2 varchar2(200));

it's ok..

then
i try to do following:

create or replace type my_type2 as table of REF my_type;

and i get an error....

could someone help with it??

greetings

--

--------------------------------------
Quote:
uzi<< Wojciech U³as
gg#2160051
www.bukmacher.info
--------------------------------------




Reply With Quote
  #2  
Old   
bdj
 
Posts: n/a

Default Re: creation type problems - 04-21-2005 , 02:30 PM






which error?
/Bjørn
"uzi" <wojciech.ulas (AT) op (DOT) pl> skrev i en meddelelse
news:d3vsd6$cgm$1 (AT) news (DOT) onet.pl...
Quote:
hey

i have problem:
with sql plus worksheet i write:

create type my_type as object(
my_string varchar2(50),
my_int integer,
my_String2 varchar2(200));

it's ok..

then
i try to do following:

create or replace type my_type2 as table of REF my_type;

and i get an error....

could someone help with it??

greetings

--

--------------------------------------
uzi<< Wojciech U³as
gg#2160051
www.bukmacher.info
--------------------------------------





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.