How can call a oracle procedure to return a recodset?<BR>If I use a SQLServer Stroe Procedure write on this my statement sql and it return a recordset that i store in a datareader or in a dataset in my page code when I execute my strore procedure.<BR>I'm not an oracle expert, but I can't use the same way, cause in a oracle procedure I must put the statement sql into a variable...<BR>Can you explain me the right syntax for the oracle procedue to use it like a SqlServer store procedure??