Two Laptop Bag
The moose likes Oracle/OAS and the fly likes how to use userdefined datatype in Oracle 8i Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "how to use userdefined datatype in Oracle 8i" Watch "how to use userdefined datatype in Oracle 8i" New topic
Author

how to use userdefined datatype in Oracle 8i

Sona Patel
Ranch Hand

Joined: Mar 30, 2009
Posts: 75
Hello All...

I have created user defined datatype in oracle 8i as seen below.


I want to use this variable in oracle 8i as seen below.



how to use this user defined datatype in function in oracle 8i?

Thanks
Agador Paloi
Ranch Hand

Joined: Jan 24, 2006
Posts: 116
it ran ok on 11i after putting a ';' after your end statement. Not sure why it would not run if 8i supports object types.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to use userdefined datatype in Oracle 8i
 
Similar Threads
passing 2D arrays to Oracle Stored Procedure with/without using JPublisher
Testing a simple Oracle PL SQL function using toad sql client?
Oracle Java Stored Procedures