Silent install of Ora9.2+DB: how to avoid (sys, system) password dialog?

Hi,
I used a modified personal.rsp and dbca.rsp to install Oracle 9.2 personal and a DB on Win2k/XPp, but despite the "-slient" flag, I get a dialog prompting for the sys, system passwords in the end.
How can I avoid this? Are there (undocumented) parameters for dbca.rsp which allow to avoid the dialog?
Thanks for any help.

Hi,
Use below command and you no need to pass userid/password. It works for all versions.
imp \'/ AS SYSDBA\' full=Y CONSTRAINTS=Y FILE=V:\exp_test20090729.dmp
Regards,
Satishbabu Gunukula
http://oracleracexpert.blogspot.com
Edited by: Satishbabu Gunukula on Aug 10, 2009 4:34 PM

Similar Messages

  • How to avoid orphaned system tray icon?

    I know how to create a system tray icon for my application using InstallSysTrayIcon().
    I also know how to remove it before the program terminates (calling RemoveSysTrayIcon()).
    But the program closes in an expected way, or through the Task Manager, for example, the icon isn't deleted, and the user could think that the application is still running. Moreover, when you re-launch the application, a second icon is shown.
    The Windows OS removes the orphaned icon when the mouse hovers over the tray.
    It seems that this is an OS issue, and I did some web searches: I found this describing a way to avoid this behaviour in a C# application, but I haven't been able to port this solution to a CVI application.
    Is there a way to do this with CVI 2009?
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

    Hi Luca!
    Anyway if you're worried about program crashes your only option...
    Actually what I'm worried about is a little bit more complicated: my CVI application could be remotely closed by other applications running on the same or other PCs on the LAN. I should avoid the icon is left on the system tray while the application has been closed, giving a wrong information to the user...
    I've been using the task manager only to "simulate" a force close made by a different application.
    And sure, I must increase the error handling as much as I can to avoid application crash
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

  • How to avoid the Commit/Rollback dialog box

    I've a JClient app with two frames wich relate to the same appllication module with the same connection (I need it because I want a single commit).
    I start the first frame,then I click a button to start the second frame, I insert data in the second one and I see the commit/rollback buttons in both navebars enabled.
    When I close the secod frame, without committing (because I want to commit at the end of the whole process) I receive the Commit/Rollback dialog box.
    How can I solve that problem ?
    TIA
    Tullio

    Remove or conditionalize the code in generated Form/Frame.java class that binds a WindowListener to the Frame like:
        addWindowListener(new WindowAdapter()
            public void windowClosing(WindowEvent e)
              _popupTransactionDialog();
              JUApplication juApp = panelBinding.getApplication();
              if (juApp != null)
                juApp.release();
              System.exit(0);
      }You may either conditionlize the above windowClosing method or the code in generated method
    private void _popupTransactionDialog()

  • How to avoid the "Save As" dialog when using "Close Button"

    Hello All,
    I am facing a problem while closing a pdf file.
    I am using the following code to Open a pdf file.
    CAcroApp objAcroApp = new AcroAppClass();
    CAcroAVDoc objAVDoc = new AcroAVDoc();
    objAVDoc.Open(C:\\new.pdf,Sample);
    objAcroApp.Show();
    After opening the document I am **** some changes (adding markup) in the file.
    Then I am closing the file using the Close Button and in YES for the save confirmation dialog.
    Here is the problem.
    After giving YES, I am getting a Save As dialog with "Sample.pdf" in the FileName box.
    I am getting this only in Acrobat 9.0.
    When I tried the same in Acrobat 8.0 I didnt get Save As dialog. It saved with out "Save As" dialog in "C:\\new.pdf".
    I need to give the same behavior in both Acrobat 9.0 and 8.0.
    Please help me out to fix this issue. Thanks in advance.
    Regards,
    Mohd Mustafa SK

    In what you have posted, there is no reason it shouldn't work the same way in Acrobat 9. I would recommend that you submit your complete application to developer support.

  • How do I specify JDK install directory for JDK 1.6 (silent install)

    How do I specify the JDK install directory (on Windows, and on other platforms) using silent install parameters?
    I know how to specifry the install directory for the "public install directory" for the JRE, but what about the JDK directory? I don't want to put it on the "C" drive .

    I know the answer.
    You can use something like this: jre-6-rc-windows-i586.exe /s INSTALLDIR=D:\java\jre
    Then JRE is installed into D:\java\jre
    For more information, please read: http://java.sun.com/javase/6/webnotes/install/jre/silent.html
    Best wishes.

  • How to reset system password

    Does anyone know how to reset a system password for a Macbook?

    Put your install DVD into the optical drive (CD/DVD drive) and reboot. Be sure to either use the disc that came with your Mac, or, if you installed a later Mac OS X version from disc, use the newer disc. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option Key until the Install Disk shows up) until the apple shows up. That will force your MacBook to boot from the install DVD in the optical drive.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Reset Password. After resetting the password use Startup Disk from the same menu to choose your hard drive for startup and restart.

  • How to handle "/9.2.0/root.sh as root from another window" in silent instal

    Hi,
    I was successful to start a silent installation of Oracle9iR2 using a responsefile on my System RHEL 3. But the installation ends soon and a wrong successful install message:
    Error :*** Alert: A configuration script needs to be run as root before installation can proceed. Please leave this window up, go run /opt/app/oracle/product/9.2.0/root.sh as root from another window, then come back here and click OK to continue. ***
    The installation of Oracle9i Database was successful.
    I use -ignorePatchConflicts for ignoring the patch conflicts. But How do I handle these issues. Where I have to run root.sh ... etc in teh Non Interactive Install.
    I am scripting solution for non interactive install and manual intervention to run these root.sh shell scripts at different points of install is not a good idea as it wont help me automate the install.
    Please let me know if anyone has solved this problem with -silent install.
    Thanks in advance.
    Senthil

    Thats me (OP) again:
    I tried setting:
    SHOW_ROOTSH_CONFIRMATION=false in the response file. But still no help. The installation exits at run root.sh prompt point. How I can effectively deal with it in a script?

  • How to do a silent install of NI-DAQ 7.3.1?

    I want to do a minimal silent install of NI-DAQ 7.3.1. I have found a few references, but none seem quite to provide all the information I need. Summary of my reasearch so far:
    In these two threads (thread 1, thread 2) a user asks the same question as me, but for some reason the NI Applications Engineer just stops responding to the users' questions, although he does provide some information.
    How to do install only particular features to install is specified for pre-6.9.0 in this knowledgebase entry, and this text file shows which components that are needed for specific features, but still only for pre-6.9.0.
    Another knowledgebase entry explains how to specify individual components for 6.9.3 and up, but lacks information on which components (msi installers) that are needed for specific features.
    Also this knowledgebase entry, which describes how to initiate the DAQ installer after your own installer, is very helpful.
    In summary, I need information similar to that provided in the text file mentioned above on which parts of the full NI-DAQ 7.3.1 installation that are needed to install "just the NI-DAQ drivers" or "the NI-DAQ drivers and LabView 6.1 support files" etc.
    Martin

    Hello MartinManscher
    The KB entry you mentioned shows three different specfiles. Try to scroll through the one for NI-DAQ 7.2 where each feature is explained in more details.
    You have not mentioned if you are installing traditional DAQ or DAQmx?!
    You should just install the root for the DAQ driver and then the support for the LAbVIEW version and the root for MAX...
    Hope this helps you.
    Regards
    Mohadjer

  • How do I create a silent install for Adobe Robohelp 11.0? AAMEE fails

    I have tried to create a silent install for Adobe Roboehelp 11 using AAMEE v. 3.1 but after inserting "product installation folder", "package name" and "save to" and choosing "next" the picture just greys out.
    If if choose "next" again I get to the options page but it is empty.
    I tried using an older version of AAMEE and here I can create an unserialized build but it wont accept the my license code (which works fine if I install manually)
    Does anyone know how to solve this?
    I am using Windows 7 Enterprise Edition 64 bit.
    Best Regards,
    Christian Roejbaek

    Hi Christian,
    You have to use Creative cloud packager (CCP) to create the package for RoboHelp 11, AAMEE will not work for the latest version. CCP will be available in your LWS website(www.licensing.adobe.com) . Download CCP from LWS website and create a package for RH 11.
    Please refer to the below link for more information of CCP:
    http://helpx.adobe.com/creative-cloud/packager/creating-packages.html
    Once you will reach "The Application and Updates screen " on CCP window then you have to click on "Add Offline Media" and select the "product installer folder" as RH 11 might not show in the list of products on that screen.
    After creating the package:
    Steps to follow to deploy silently on single machine:
    1. Open CMD in Administrator mode.
    2. Give the path till inside the build folder of the package. For Example if the build is saved on your Desktop the path in CMD should be as below:
    C:\Users\[username]\Desktop\Packagefolder\packagename\Build>
    3. Now type the following installation command: msiexec.exe /i packagename.msi /quiet
    4. Launch Task Manager.
    5.There will be three process of “msiexec.exe”
    a)   6.One will be under System
    b)   7.Other Two will be under [username].
    8.Installation will be completed once both the process of msiexec.exe under the [username] are finished.
    9.The installation process with take 5 to 10 minutes
    Regards,
    Mayank

  • How to select installation language when using silent install

    Hi,
    How can i select installation language when using silent install.
    Power management
    Presentation_Director
    System_Update
    EasyEject_Utility
    When i install those programs with silent install string it will install language i have select at windows regional options. I want thinkvantage software to be installed in english but now its finnish.
    So how to set default language EN with silent install?
    Cannot change windows regional options.

     No solution yet....?

  • How to silently install and set default settings

    I need to deploy FireFox 16.0.2 to a bunch of Windows computers and set some default settings. Is there a good article that can walk me through it?
    I also need to set the home page, have it not check for the default browser, and disable updates. The -ms option does silently install FireFox so I guess I just need to know how to configure FireFox for our environment and push out those settings with the install.
    I have versions ranging from 1 to 15. Do those old versions need to be removed first or can 16.0.2 be installed over what is already there? Is there an uninstall switch for this so that I can create a package to remove it?

    hello jmoody76 - you can manage central settings with the mozilla.cfg file in the firefox program folder. this article gives some guidance on how to implement that: [http://kb.mozillazine.org/Locking_preferences]
    i think it may work to just install the new versions on top of the older ones (though i'm not sure if this has any unintended side effects on those very old installations) or according to https://wiki.mozilla.org/Installer:Command_Line_Arguments it's possible to run a silent uninstall through the setup executable by /S.

  • How to create a silent install without firstlaunch and autoupdate enabled

      Its been asked numerous times but I cant find an answer in these forums or via search.  I want to create an admin install for Blackberry Desktop Manager 7.1.  RIM publishes a guide for creating a silent install but not a useful guide for turning off the autoupdate feature.  Their answer, basically, is to regedit the HKCU keys to disable autupdate.  However, These keys do not exist until after the user logins and runs the desktop manager for the first time.
     How can these keys be incorporated during the initial install?  I attempted to create an MST with orca however, contrary to to RIM's silent install guide you can't run the msi directly, rather you have to use the setup.exe to kick off the msi.
     Has anyone had any luck creating the mst? What lines in the msi do you edit to create the mst? And finally, how do you run the install with the mst in command line?
     Considering that the largest user base for blackberries are enterprise environments RIM really needs to make a more admin friendly install with proper documentation. While our hate does make us stronger, **bleep** off the IT crowd will only further fuels the push to other devices.

    The steps you followd seem right, the only thing however that is missing is when you add the channel with provider class name. The channel gets added only for the domain, it does not automatically perculate to all roles and users below if the user has customized his settings. You would have to enable the option Apply changes to all roles and sub roles for the user to inherit this, however if you have made any specific changes for the user that will get over written by the domain values when you select the option apply changes to all roles and sub roles.

  • Adobe Premiere 12 Silent Install - How to Suppress Updates, EULA, Registration

    Hi, I've created a silent deployment of x86 Adobe Premiere Elements 12 using the following command line
    cmd /c start/wait OEM.exe /UL1033 /V"SERIALNUMBER=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX COUNTRY=12"
    I've put the application.xml.override (UTF-8 encoded file, contents shown below) into the root of install source (same directory as oem.exe) and also into the ElementsOrganizer sub-folder.
    <?xml version="1.0" encoding="utf-8">
    <Configuration>
    <Payload>
    <Datakey="EULADelay">0</Data>
    <Datakey="Registration">Suppress</Data>
    <Data key="Updates">Suppress</Data>
    </Payload>
    </Configuration>
    The silent install works fine, however it appears the application.xml.override does not apply as the updates arent disabled/greyed out in the help menu and registration isnt suppressed.
    Does anyone know how updates and registration are suppressed for Premiere Elements 12?
    Appreciate your help.

    Hi Carlitog2013,
    Please refer the kb: http://helpx.adobe.com/photoshop-elements/kb/photoshop-element-12-silent-install.html.
    Regards,
    Romit Sinha

  • How to silent install the exe or msi of Flash Player 10.3.181.14 ? Thanks

    How to silent install the exe or msi of Flash Player 10.3.181.14 ? Thanks
    Everytime the Flash Player update, it always change the silent installation method and there is no related information listed or shown in the following download web site.  Please indicate the silent installation method in the following web site.
    http://www.adobe.com/products/flashplayer/fp_distribution3.html
    PS. For example: Microsoft would shown the silent installation method in patch update web site, please refer to the below URL for reference:
    http://www.microsoft.com/technet/security/bulletin/MS11-035.mspx
    Update Information  --> Security Update Deployment --> Deployment

    You may find what you're looking for in http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html

  • Adobe Air 2.0: How to silently install c++ 2010 redistributable

    Greetings!
    I have produce an Air 2.0 application using the native process api and I have created a  .exe installer using the ADT comand line installer.
    Everything  works fine but I need to distribute and silently install the MS C++ 2010  redistributable for the associated c++ file to work.
    Does anybody  know how to  silently (with the exception of the licence) install the c++ 2010 redistributable using the  air installer?
    Kind Regards,
    Adrian

    I am using windows vista, flex builder 3, sdk 3.4 and overlayed with air beta 2 sdk...

Maybe you are looking for