Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Temporary tables, stored proedures and cyrstal reports
Dallas Taylor wrote:
>
> i have previously used MS SQL SERVER. with it i was able to create
> temporary tables in a stored procedure. i was also able to run the stored
> procedure from crystal reports and create reports around the data
> returned by the stored procedure.
>
> i now need to do similar things in oracle. are they possible? and if so how?
>
> thanks
> dallas
Check out the "DBMS_SQL" package and procedures/functions therein.
--
![]() |
![]() |