LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how can i run exe file (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-run-exe-file-557704/)

Raakh 05-30-2007 05:09 AM

how can i run exe file
 
I have dedicated server and I am using putty software to access it. Now i can access my server with root password.

I want to run imp file from the follwoing path.
/opt/oracle/product/10.20/db_1/bin#
-bash: imp: command not found

How can I run imp that is exe file from above cited path

thanks & kind regards

acid_kewpie 05-30-2007 05:24 AM

you can't run exe files under unix, they are only for windows. you could run it via wine, but as this appears to be about oracle, there's no way you'd have anything to do with wine and a decent database.

thloh85 05-30-2007 06:01 AM

I assume your exe is Linux Executable file
There are two choices
1. Append PATH with the directory
PATH=$PATH:/opt/oracle/product/10.20/db_1/bin
Then run imp
2. Type /opt/oracle/product/10.20/db_1/bin/imp

thloh85 05-30-2007 06:07 AM

Quote:

Originally Posted by acid_kewpie
you can't run exe files under unix, they are only for windows. you could run it via wine, but as this appears to be about oracle, there's no way you'd have anything to do with wine and a decent database.

I think he meant linux executable since the installation PATH is where I see my company installed Oracle 10g in. :)

Raakh 05-30-2007 06:34 AM

Quote:

Originally Posted by ghostdev85
I think he meant linux executable since the installation PATH is where I see my company installed Oracle 10g in. :)


exactly you are right

acid_kewpie 05-30-2007 07:01 AM

ahh i wish i was psychic too... wouldn't help to say what you actually mean when you post a thread.... :rolleyes:

Raakh 05-30-2007 08:29 AM

Quote:

Originally Posted by acid_kewpie
ahh i wish i was psychic too... wouldn't help to say what you actually mean when you post a thread.... :rolleyes:

have you plz read my first message??


All times are GMT -5. The time now is 10:26 PM.