Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pipelined Procedure with Named Parameters

Status
Not open for further replies.

Dagon

MIS
Jan 30, 2002
2,301
GB
Has anyone tried using table/pipeline procedures with named parameters ? i.e.

SELECT * FROM table(package.myproc(my_param=>'xxx'))

I get the error ORA-00907, but it works if I remove the "my_param=>". It looks as if it's not supported.

Database version is 9.2.0.6.0.
 
My understanding is select statements do not support reference by name. Reference by location must be used.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top