importing .dmp oracle 9i file in the database using asp.net with c#

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

    importing .dmp oracle 9i file in the database using asp.net with c#

    Hi,
    plss give me the code as how to import a .dmp file of oracle 9i by browsing from a specific location of comuter.i am not importing through comand propmt infact by writing code in asp.net using c#,so that a common paerson can also easily import it to the data base just clicking the button and selecting the files location.plsss i am not that much experienced ,thats why i asking for detailed code as how to write.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by rohitsingh0000
    Hi,
    plss give me the code as how to import a .dmp file of oracle 9i by browsing from a specific location of comuter.i am not importing through comand propmt infact by writing code in asp.net using c#,so that a common paerson can also easily import it to the data base just clicking the button and selecting the files location.plsss i am not that much experienced ,thats why i asking for detailed code as how to write.
    So you basically want to run the EXP command? You can use System.Diagnost ics.Process to run a command.

    Comment

    • rohitsingh0000
      New Member
      • Feb 2008
      • 5

      #3
      Originally posted by r035198x
      So you basically want to run the EXP command? You can use System.Diagnost ics.Process to run a command.
      hi,
      not exp ,infact imp command .but not directly by cmd.exe. i want it through code so that just clicking a button automayically .dmp file get imported in oracle database,plsss just guide me withe writing some lines of code. plsss

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by rohitsingh0000
        hi,
        not exp ,infact imp command .but not directly by cmd.exe. i want it through code so that just clicking a button automayically .dmp file get imported in oracle database,plsss just guide me withe writing some lines of code. plsss
        You're right. I mixed them up.
        Like I said, you can run a command using System.Dignosti cs.Process in code.

        Comment

        • iryelena
          New Member
          • Mar 2008
          • 6

          #5
          Hello,
          i have identic problem:

          the code as how to import a .dmp file of oracle 9i by browsing from a specific location.
          just clicking the button and selecting the files location with Forms Developer 9i

          Comment

          Working...