'IMP' is not recognized as an internal or external command,
operable program or batch file. this is the error message i
am getting when i importing dmp for the backup. where is
the problem?
Answers were Sorted based on User's Feedback
Answer / satyabrata swain
Please set path like set path=d:\orant\bin.
After that try importing.
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / tejas
This happens when Oracle path is not set in Your
environment variable , "PATH"
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / koen
For Oracle 7.3, the command should be imp73, not imp.
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the advantages and disadvantages of Descriptive programing and Object repository in QTP??
What is URL Loader.?
what is the difference between 32 bit O.S n 64 bit O.S?
what will this do? function show_alert value="Show User" eval("x=10; y=20; document.write(x*y)");
I have installed QTP version 9.0. I have installed Mozilla firefox version 2.0. But QTP "Record and Run settings" in WEB tab shows FIREFOX 1.5 in drop down to run session begins. So QTP does not record anything which I type in firefox. How can i recognise firefox 2.0 and how can i update browser version in QTP?
what we will test in functionality testing
I Am Planning to Write ISTQB foundation level Ceritification of inida. can Any Body let me know how to prepare for it & Any Study material can you provide or Any other E-books i should need to Study. Please Mail to me ajaybe_2004@yahoo.co.in THnaks in advance Ajay
Would you tell me that what is test script? and how to write it? are there some templates?
what is the Structure of an ANT file?
how do i compose the text message in the yahoomail using descriptive programming in QTP?
Hi Guys, I am very new to QTP tool , In real time environment how to test the application with this tool, 1. How to load application in QTP tool 2. How to write test script in QTP. 3. In manual testing we test login box (user id , password) how can we test this kind of testing with QTP tool with examples . Please guys put some focus on my questions , real time ecperienced answers would be appreciate, advance thanks ,please guys i am expecting ur answers as soon as posible
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?