How to run RDA in windows

Hi All,
How to run rda report in windows for collecting all the information before upgrade.when i run rda.cmd -T hcve it is asking like this but in unix i run the same command it is aksing for different options can any one tell me which option i have to run in windows
rda.cmd -T hcve
Processing HCVE tests ...
Available Pre-Installation Rule Sets:
1. Oracle Portal Preinstall (Generic)
Available Post-Installation Rule Sets:
2. Oracle Portal Postinstall (generic)
3. Data Guard Postinstall (Generic)
Enter the HCVE rule set number
Hit 'Return' to accept the default (1)

read metalink note 314422.1 for running rda

Similar Messages

  • How to run a remote windows dll files and the drivers of the system using j

    Dear Friends,
    I need some valuable info regd how to run a remote windows dll files and the drivers of the system using java
    reply regd thanking you

    Please don't make duplicate posts like this.

  • How to run GINA when windows log off ?

    I test pGina program which was create from GINA. I want create program for logon windows with C#. I wonder when user log off windows why pGina can run application for login windows. I think application can run when start windows only . How pGina can run
    program when user click log off button ?

    Hi mmc01,
    I'm afraid you posted your question on the wrong forum. This forum is dedicated to Project Server concerns, the Microsoft enterprise scheduling & planning application.
    Please go to an appropriate forum in order to have an helpful hand.
    Cheers.
    Guillaume Rouyre - MBA, MCP, MCTS

  • How to run Orion on windows

    Hi,
    I successfully installed 'Orion' on windows machine but when i run the following command its not generating any files like *.csv and at the same time its not showing any error message
    "orion -run simple -testname mytest -num_disks 1"
    I created mytest.lun file where oracle is installed ,it conatins D:\devi\ram.doc(Here D drive having 500GB free disk space and ram is a document file)
    Plz do needful how to run orion in windwos ,
    Thanks and Regards
    Devi Prasad B

    Hi,
    I successfully installed 'Orion' on windows machine but when i run the following command its not generating any files like *.csv and at the same time its not showing any error message
    "orion -run simple -testname mytest -num_disks 1"
    I created mytest.lun file where oracle is installed ,it conatins D:\devi\ram.doc(Here D drive having 500GB free disk space and ram is a document file)
    Plz do needful how to run orion in windwos ,
    Thanks and Regards
    Devi Prasad B

  • How to run a safari window in the background at all times?

    Ok, so you are probably wondering why I want to do this. Allow me to explain. The website twitch.tv is a streaming service for gamers, and there is a browser plugin specifically for the site called betterttv.
    One feature of this plugin is that you will get a notification whenever someone you are following starts broadcasting, right in your notification center. But because its a browser plugin, and is specifically for this one website, it requires a safari window to be open with the website twitch.tv in order to push the notifications.
    So my question is... how can I make a browser window stay open at all times and run in the background with this website open so that I get my notifications? I had the idea that I could retain the window even when I "quit" safari, because I can run a seperate instance of it in the form of Webkit Nightly which isnt affected by safari not being running.
    But I am still oblivious as to how I would set up a window like this, and it has to start at login in addition to being running throughout the day. (I shut my Mac off at night.) Any amount of help would be appricated

    I'm well aware of how to minimize thanks, and it *is* possible to have a Safari window open if you quit it, because you can run it as a separate instance by using WebKit Nightly...
    I am just looking for the best way to set it up so that a WebKit Nightly window will open upon startup, navigate to that webpage, and hide itself. Preferably in the background. This could be done using a .command file or a startup script in automator. My question is.. What is the best direction to take?

  • How to run application as Windows Service

    I have developed an appl using Java Swing. I want to run the application as Windows Service. How can I do that? Along with that, I also want to start Tomcat Server as a separate Windows service. Kindly Suggest some solutino to this!!

    There is a version of Tomcat that runs as a service. (1.4 for windows?)
    As for your own app, there are several free service launchers around (Google for java service etc.) Not sure about a service with a user interface though - services are usually headless. You may have to paritiotn your app into a headless service and a user interface app which communicaes by RMI, sockets or some other RPC mechanism.

  • How to run IE8 on windows 7 professional that already have IE10 ?

    Dear all,
    I am using windows 7 professional and it already have Internet explorer 10  , but i want internet explorer 8 .>>....>> how to make it possible? 
    Please give some valuable suggestion.
    Regards,
    Vinay Yadav

    Hi,
    I uninstalled IE10 in my win7 (enterprise)for a test, and it just rolled back to IE8. Maybe something is different in your machine.
    Have you tried the FIX IT in the KB that I mentioned before, or how about manually uninstall IE9 by command? does these make any difference?
    When you uninstall Internet Explorer 9, the previously installed version of Internet Explorer is installed. If the previous version of Internet Explorer is not Internet Explorer 8, you can install and then configure Internet Explorer 8 from
    the following Microsoft website:
    Download Internet Explorer 8
    Regards,
    Yolanda

  • Please -how to run Java on Windows XP???

    I am trying to install the Java software (J2SDK) on my Windows XP, but there is no Autoexec.bat there like on my Windows 98 (I successfully installed java there). What should i do to make the Java run. Oh, yeah, and there is no dos to go to and write javac smth to compile my programs written in notepad. Could you help me???

    windows xp has no DOS at the startup anymore. dos is based on 16 bit architekture while xp has a 32 bit kernel. there is no need to write anything into the startup configuration files like autoexec.bat / config.sys. you only have to install the JDK or SDK by running the installer. when the javaKit is sussesfully installed, all of your enviroment variables should be set automatically.
    check it by typing:
    java -version!

  • How to run Java on Windows XP??? PLEASE

    HI to everyone who is so kind to look at my posted note.:):):)
    I am a novice in the field of Java and currently have some problems making the java work on my Windows XP OS. Is there a special way of installing java there. I as successful at making it work on my Windows 98. Please write your comments on my email [email protected]
    Greatly appreciated!!!

    HI to everyone who is so kind to look at my posted
    note.:):):)
    I am a novice in the field of Java and currently have
    some problems making the java work on my Windows XP
    OS. Is there a special way of installing java there. I
    as successful at making it work on my Windows 98.
    Please write your comments on my email
    [email protected]
    Greatly appreciated!!! Start->Run->cmd and then cd to the directory where your java source file (*.java) file is and execute javac.
    But for that your *.java file has to be in same directory as that of the javac.exe i.e C:\J2SDK1.4.***\BIN
    Better still, Set the Environment variables, i.e. PATH and CLASSPATH
    In an XP system you can Set these variable in---
    System Properties Applet -> Advanced -> Environment Variables Button -- |_ Select PATH
    |_ Edit (add the path ot JDK to existing PATH)
    Hope it helps.
    -Pradeepto

  • How to run Android SDK Windows on Wine

    Hello all,
    I couldn't run "SDK Manager.exe" to update for Unity3d Game Engine, though I has installed jdk-6 (Windows) on Wine. Can someone help or give some idea ?
    For that problem, after I had decided run SDK Manager.exe on  a Windows 7 machine , I copied and ran it on my Arch Linux machine. And the end  Unity3d can update the Android-SDK-Windows.
    NOTE: If you have freetime, please you can download android-sdk-windows and test.
    Error results on the window:
    Can't recognize 'C:\windows\system32\find /i "x86" ' as an internal or external command, or batch script.
    err:process:create_process L"Z:\\home\\luckybc\\downloads\\packages\\built-objects\\windows-win32\\android-sdk-windows\\tools\\lib\\\\find_java64.exe" not supported on this installation (x86_64 binary)
    Can't recognize '"Z:\home\luckybc\downloads\packages\built-objects\windows-win32\android-sdk-windows\tools\lib\\find_java64.exe" -s' as an internal or external command, or batch script.
    ERROR: No suitable Java found. In order to properly use the Android Developer
    Tools, you need a suitable version of Java JDK installed on your system.
    We recommend that you install the JDK version of JavaSE, available here:
    http://www.oracle.com/technetwork/java/javase/downloads
    If you already have Java installed, you can define the JAVA_HOME environment
    variable in Control Panel / System / Avanced System Settings to point to the
    JDK folder.
    You can find the complete Android SDK requirements here:
    http://developer.android.com/sdk/requirements.html

    I had read the error output before you said, satanselbow. And I can use Unity3d Game Engine to update Android-Sdk-Windows with the Windows Java (Unity3d need java runtime when building the Android project). But when I run alone Android-SDK-Windows It couldn't run.
    Last edited by luckybc (2015-03-31 16:18:51)

  • How to run windows dll files and driver loaded in remote system?

    Dear Friends,
    I need some valuable info regd how to run a remote windows dll files and the drivers of the system using java
    reply regd thanking you

    Please don't make duplicate posts like this.

  • Full Steps to run CS3 in Windows 7

    How to run CS3 in Windows 7....Full Steps
    How to work with old software in Windows 7 Ultimate.....(That is the software that I used for Adobe CS3 and it worked beautifully. Other versions may be slightly different, but in general, the same steps apply.)
    Note: This is written with the issue of Windows 7 will not run software designed for XP or Vista.
    What you will need:
    If you have Windows7 Home or Home Premium, you MUST upgrade to Windows 7 Professional, or Windows 7 Ultimate or Windows 7 Enterprise.
    Otherwise, you will be wasting your time and money trying to figure out how to do it with other processes.
    If you need a good software to partition your hard drive, to run other types of operating systems, I recommend Paragon Partition Manager 10.0 Professional, but for Windows 7, you will not need it.
    What you will need, after upgrading your computer and operating system to the one's listed above is two downloads from Microsoft.
    The first download: XP Mode Software
    The second download: Virtual PC Software
    This link and address will take to you to Microsoft to first run a system check to see if your software and hardware are compatible and able to run the additional needed software.
    http://www.microsoft.com/windows/virtual-pc/download.aspx
    This page will run the needed test to see if your system is compatible to run the next steps.
    Once your computer passes the compatibility tests, it will then present you with two links to download the necessary software for Windows 7 to operate in XP Mode for your older software.
    Installation:
    Download and install 1st: XP Mode
    Download and install 2nd: Virtual PC
    Once installed, restart your computer and if needed, you will need to get into the BIOS to turn on Virtualization Technology.
    This next step is based on the HP Pavillion Elite e9260f PC. Your system may be different, but these instructions will follow based on the system above and Windows 7 Ultimate.
    On the first start up page, you have options at the bottom to get into the BIOS.....F10 is the option to stop startup and enter the BIOS.
    Move over to Power Options and you'll see Virtualization Technology.
    Arrow down to that setting and hit Enter. A small window will open with Disable and Enable.
    Choose Enable and then F10 to save and exit.
    Then let the computer go through the start up process again, all the way to Windows Desktop.
    Once you are up and running, Go to Programs through the Start button.
    Click the folder named: Virtual PC
    Then click on : XP Mode to finish setting up. (this process is literally setting up an XP Operating system, so follow the instructions it offers carefully.)
    Once the setup is complete, you will be given a User Name and a choice of a password. With this mode, you must enter a password.
    The next window to appear will be for XP Updates. Turn that on for a very smooth setup for the rest of the process.
    Once this is done, then you will see the setup process taking place.
    When XP Mode finishes installing, it will ask about the settings for Virus Protection, just click that you will manage the virus protection yourself.
    Then, you are set up with XP and are now able to install Adobe CS3 software and other to work with.
    The internet works with the XP Mode desktop, but virus protection is possibly not enabled on the XP Mode, so I recommend not using the internet through XP Mode to search the web. Use Windows 7 for that.
    When setting up CS3, disable your antivirus software to prevent any conflicts while loading.
    Put your CS3 disk in the disk drive and instead of letting it run automatically in Windows 7, on the Start button of XP Mode, go to and click RUN.
    Click Browse for the DVD-CD and then Explore the disk for the Autorun file.
    Then you will be presented with the Adobe install window and just follow the instructions for Adobe from there.
    It may ask for the RAM to be at a minimum of 1GB. Just ignore this for now and you can make adjustments later, within the software.
    Once Adobe CS3 has finished loading, it will may ask for a restart.
    Close the XP Mode Window at the X and it will then say, "Going into Hibernate."
    Do a shutdown or restart in Windows 7 and then go to Programs and choose, Virtual PC, click on XP Mode and it will then open the XP mode again.
    Go to the Start button to Programs, Choose your Adobe CS3 program and go to work!!
    You're Done!!!
    All old software that you were working with before, will operate the very same as it did when it was on a straight XP or Vista computer.
    Hope this helps and after finally getting all this information, which did not come with my new computer, it was a VERY SMOOTH transition.
    Enjoy!!! and you are welcome....
    The Cajun Lady

    I don't quite understand your question....The issue before was that Photoshop CS3 will not run
    in Windows 7 as a stand alone program, making it necessary to have Windows XP Mode to run it.
    They said here at Adobe that the CS4 upgrade and stand alone software was designed to run in Windows 7, but CS3 was not and would not be changed, that the only option was to upgrade to CS4.
    I felt that was a little unfair to the one's that got CS3 in the past year and from what I understand, CS5 will be coming out soon.
    This doesn't particularly apply to Adobe, but to other software as well.  I had read that iTunes will not work in windows 7 and has to have XP Mode to run.  There was an issue that I read in a forum about the "Bonjour" file had a conflict with the systems folders and I experienced the issue of it causing my registry to drop out with each shutdown.
    Once removed, drivers and software had to be reinstalled and activated, only to have it do it again for the required shutdowns during setup.
    Once I upgraded to Windows 7 Ultimate, and removing Bonjour from the system, the problem went away and I haven't had to reinstall anything since.
    So that is something to also think about, before trying to upload any software that is related to Apple/Mac on the Windows 7 platform.  If it has to use the Bonjour file, you will be much better off to upload directly to XP Mode instead, as there are no issues with XP.
    Basically, it's a "trial and error" process to see what works and what won't within Windows 7.  All the information is brand new to me and so I'm still asking questions myself.
    Thanks for asking.

  • Running XCODE on Windows

    Hey guys, I'm a huge fan of Apple, and started to programm recently.
    I was trying to get the XCODE so I can do some programms for Apple, but I only have a Windows PC (and an iPad Air), and it's not working on Windows ...
    Can someone help me, tell me, how to run XCODE on Windows? or even if is it possible to programm on the iPad ..
    Thanks

    You're not talking to Apple here only other users and as I wrote there is no way.
    If you want to code for OS X you will need to get a Mac.
    regards

  • Does anyone know How to run twin monitors on a MacBook Pro operating on a Windows Server 2008 R2 ?

    Hi
    Does anyone know How to run twin monitors on a MacBook Pro operating on a Windows Server 2008 R2 ?

    I know this doesn't help you much, but, I think you have to see if your Mac pro does audio out via HDMI. I don't even know if mine does via DVI. I think it may have to do with the adapter. Try going into Audio MIDI and setting the digital out to multichannel
    and using the toslink cable for now. Lemme see...apparently DVI does not carry audio at all. Hm. apparently monoprice could be helpful?  If I understand what you're saying correctly: you want to take DVI and multichannel audio via the Toslink and have it all go out over HDMI, right? Whooo..... amazon...looks like it's about $100http://www.amazon.com/Audio-SPDIF-Toslink-Converter-Adapter/dp/B0015YYOQQ
    just a shot in the dark
    I'm probably wrong....or not
    John B

  • I am running Vista and Windows Mail, I can not open PDF files when in Windows Mail, I must save to Desktop first, this has changes recently and I do not know why or how to fix

    I am running Vista and Windows Mail, I can not open PDF files when in Windows Mail, I must save to Desktop first, this has changes recently and I do not know why or how to fix.
    Why after 6 year's this has changed?
    I would like to open PDF's straight from Window Mail.

    Good day Jeff.
    I am running most current Adobe Reader X.
    Tks Mark

Maybe you are looking for

  • How can i change the default view of recent calls?

    Hi, A similar question was asked here: https://discussions.apple.com/thread/3072545?start=0&tstart=0 And was not answered. The default view of recent calls is missed calls on my current configuration. Not a long time ago the default was all calls. I

  • N:1 Situtation Solutions.

    Hi, All Here's the situation: Two indepentant interface from mainframe system to one single common idoc thru PI . Cannot tell which message arrive first. Only when two messages arrive in PI and  the same common idoc were updated by both interface the

  • About Help image does not appear

    RoboHelp X5.2 Webhelp output A logo created as a jpg to be used as an About Help button will only appear when compiled on my hard drive. I got rid of the powered by Robohelp button and created a company image in jpg format for the About Help button.

  • Cant find music I just bought

    I bought some music last night on my Iphone and now it is not coming up on my Itunes on my computer. what can I do it get it to show up?

  • 875p neo

    Hi JeffPH & Friends     I am happy to say I writing this on wireless lan     (micro soft 510) with lites blinking and Blue neon case light, great light show, nice side view case for $40.00 dollars/with power supply 425 watts, maxtor 60 gig ata, mushk