importing .dmp file through code in the data base

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rohitsingh0000
    New Member
    • Feb 2008
    • 5

    importing .dmp file through code in the data base

    Hi
    i want to import a .dmp file of oracle 9i through code using asp.net with c# . plss provide me the coe as how to make an user interface so that even a simple person can imort the .dmp file with just clicking the button.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by rohitsingh0000
    Hi
    i want to import a .dmp file of oracle 9i through code using asp.net with c# . plss provide me the coe as how to make an user interface so that even a simple person can imort the .dmp file with just clicking the button.
    Just run the EXP command using System.Dignosti cs.Process.

    Comment

    Working...