CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2007
    Posts
    7

    Export oracle stored procedure

    hi.

    Does anyone know if it is possible to export store procedures as .dmp files in oracle.

    I have done it with oracle tables already and need to do it with procedures?

    Thanks in advance

  2. #2
    Join Date
    Jun 2006
    Posts
    437

    Re: Export oracle stored procedure

    Hi all.

    Yes, you can. It's possible to export all units code or some of then (stored procedure, stored function and so on).
    See export documentation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured