If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Help me PL/SQL-with keywors PARALLEL_ENABLE AGGREGATE USING

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-12-12, 02:28
caroline0803 caroline0803 is offline
Registered User
 
Join Date: Jan 2012
Posts: 4
Help me PL/SQL-with keywors PARALLEL_ENABLE AGGREGATE USING

CREATE OR REPLACE FUNCTION Jion_String_Comma_f(Input VARCHAR2)
RETURN VARCHAR2
PARALLEL_ENABLE
AGGREGATE USING Jion_String_Comma_f_Tp;
----------------------------------------
this is a function my leader write,but i don't understand it ,my leader have travel
,who can explain it to me ,i don't understand Jion_String_Comma_f_Tp at the last ,i not found it at otherwhere.
thank you very much.
Reply With Quote
  #2 (permalink)  
Old 01-12-12, 03:10
flyboy flyboy is offline
Registered User
 
Join Date: Mar 2007
Posts: 546
For knowing, what these clauses mean, you should consult Oracle documentation. CREATE FUNCTION statement is described in PL/SQL User's Guide and Reference, which is available with other Oracle documentation books e.g. online on http://tahiti.oracle.com/
For 11gR2, it is placed here: http://docs.oracle.com/cd/E11882_01/...e_function.htm

For knowing, how these clauses shall be used, you may use your favourite web search engine to find samples with their usage; it is shown e.g. in this one: http://asktom.oracle.com/pls/asktom/...:2196162600402

By the way, Jion_String_Comma_f_Tp should be user-defined TYPE (as specified in the links above).
Reply With Quote
  #3 (permalink)  
Old 04-26-12, 19:33
caroline0803 caroline0803 is offline
Registered User
 
Join Date: Jan 2012
Posts: 4
3q

3Q very much,i am a chinese students, my english is poor,3Q for solved my problem .
Reply With Quote
Reply

Tags
aggregate

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On