vote up 0 vote down star

if you

Describe dbms_transform

PROCEDURE COMPUTE_TRANSFORMATION
 Argument Name                  Type                    In/Out
 ------------------------------ ----------------------- ------
 MESSAGE                        STANDARD                IN    
 TRANSFORMATION_SCHEMA          VARCHAR2                IN    
 TRANSFORMATION_NAME            VARCHAR2                IN    
 TRANSFORMED_MESSAGE            STANDARD                OUT

What does the STANDARD mean there?

flag

2 Answers

vote up 1 vote down check

The type is "<ADT_1>" which is defined in package standard.

According to the reference these

data types are generics, used specially within package STANDARD and some other Oracle packages. They are protected against other use; sorry. True generic types are not yet part of the language.

link|flag
vote up 0 vote down

Abstract Data Type?

http://www.psoug.org/reference/dbms_transform.html

link|flag
Yeh, I saw that... But I'd like to see something definitive. That site turned Standard into ADT but is that correct. Are there other place that I can use Standard? – Mark Brady Nov 14 '08 at 19:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.