Community discussion forum

Create temp tables in Stored procedure

  • 6 years ago

    How can we create temp tables in Oracle Stored procedures ?

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 6 years ago

    what do  u mean by TEMP tables?
    do u mean PL/SQL tables or normal tables?


    if u want to creat pl/sql tables, then u can just do it in the declare portion.
    but if u want to create normal tables and then delete them then u have to import a package which is -- dbms_ddl


    hope this helps u out.......

Post a reply

Enter your message below

Sign in or Join us (it's free).