How to start iSQL*Plus configuration Assistant on Command Line?

I have almost successfully installed oralce 10gR2 in opensolaris 5.11, In the final stage, Among the three Configuration Assistants:
the Net Configuration Assistant and Database Configuration Assistant have completed successfully, but OUI hang in the iSQL*Plus Configuration Assistant.
No response after a very long time.
Could anybody tell me how to manually start iSQL*Plus configuration Assistant on Command Line?
Thanks a lot !
Edited by: user11970554 on 2009-10-5 上午9:21

Thanks.
Anyhow, I found an easier way to do this:
1)Just run installer again to start the OUI:
#./runInstaller
2)Choose "Custom" installation option
3)check the box at "iSQL*Plus" for reinstall
4)The OUI will first deinstall iSQL*Plus, and then reinstall it, and will automatically start "iSQL*Plus configuration Assistant".
This procedure applies to any component of oracle which failed at first time installation.

Similar Messages

  • How to start iSQL*Plus?

    Hello
    I have installed Oracle9i on my laptop. I want to use iSQL*Plus but I don't see any link like that.. all I can see is SQL*Plus. As per my
    SELECT * FROM V$VERSION command I have
    Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
    PL/SQL Release 9.0.1.1.1 - Production
    Can anybody help me to start iSQL*Plus?
    Thanks

    See below. On comletion of your installation, you might have received this output.
    You have to just type that url on your browser.
    ie. http://<hostname>:<port no>/isqlplus
    output:-
    =======
    Your database configuration files have been installed in C:\oracle\product\10.2.0 while other components selected for installation have been installed in C:\oracle\product\10.2.0\db_2. Be cautious not to accidentally delete these configuration files.
    The iSQL*Plus URL is:
    http://192.168.1.102:5560/isqlplus

  • How to Start Skype from the background from command line?

    Hello. 
    My window manager is Evilwm and I am running Skype.  If I close the Skype window (the one w/ my buddies listed) the window closes but Skype is still running in memory.  On another window manager like Openbox a small Skype icon sits in the taskbar as long as it is running.  If I want to start Skype to see who is online I simply click the icon in the taskbar.   
    Now, the question is...How can I start skype from the command line while it is running in the background?
    Evilwm doesn't have any taskbar or tray thingie...
    Any ideas? 
    Any advice is appreciated! 
    Thanks!
    nedson :?:

    Thats what I thought...
    What I wanted to do was call Skype from memory.  Under Evilwm I can close a window with ctrl-alt-x (using a hacked version of EvilWm) .  After cloasing the window with this method, skype is still running in memory (I can see it when running ps aux).  How can I call it out of memory?  I don't want to stop the program, start it back up and re login.  I just simply want to call it from the background...
    Any ideas?
    nedson

  • How to use isql plus

    I want to use isqlplus,but I don't know how to configure and start it.need I configure oracle http server? who can tell me?

    Try reading this discussion as it has some good stuff
    Re: how to access isql*plus
    Hope that will help you,

  • Manually starting Intelligent Agent Configuration Assistant and HTTP Listener

    I have installed Oracle 9i on Solaris 8 and it stopped with an "Out of Memory" error during the Starter Database creation. I have fixed the memory problem and have now manually started the Database Configuration Assistant manually and managed to install a new database. Now I am trying to start the Intelligent Agent Configuration Assistant and the Apache HTTP Listener, but I cannot find out how to do this so that I can continue on with and complete the installation process from where I left off.
    Do anyone know how to do this? I would appreciate any help that anyone can give.
    Thanks
    Anthony

    Lets start with what product you are installing and why. An Oracle database installation, in and of itself, does not install an HTTP server.
    Of course one might also wonder why you are, just now, installing software so old it is in desupport.

  • Linux silent install stops at Starting to execute configuration assistants

    I am using putty to perform silent install of oracle db 10g on my remote server (redhat) through the command line:
    ./runInstaller -silent -responseFile /tmp/enterprise.rsp
    it works fine till reaching > starting to execute configuration assistants, where i receive no further response or even any errors, it just hangs up saying this, here is a summary :
    Installation in progress (Wed Oct 29 18:06:32 CST 2008)
    ............................................................... 11% Done.
    ............................................................... 23% Done.
    ............................................................... 35% Done.
    ............................................................... 47% Done.
    ........................................... 55% Done.
    Install successful
    Linking in progress (Wed Oct 29 18:08:54 CST 2008)
    . 55% Done.
    Link successful
    Setup in progress (Wed Oct 29 18:10:07 CST 2008)
    .................... 100% Done.
    Setup successful
    End of install phases.(Wed Oct 29 18:10:13 CST 2008)
    Starting to execute configuration assistants
    What should I do to overcome this and complete the installation successfully?

    Hub wrote:
    Hi
    you are welcome, unfortunately you didn't mark this thread as a question so no stars for me .
    Nervermind, herewith the feedback on your questions :
    <em>Should I make a dbca.rsp ? how would I pass it to my install command line?</em>
    In silent mode, DBCA uses values that you specify in the response file or as command-line options to create a database. DBCA does not display any screens or information while it creates the database. It logs all messages (including information, errors, and warnings) in a log file.
    From the command line, enter the following command to see all of the DBCA options that are available when you use the silent mode:
    $ @ora_root:[bin]dbca.com -help
    Read more in that document : http://download.oracle.com/docs/html/B13681_01/a_nonint.htm#CIHDHHBE
    <em>I tried: ps -efd | grep -i run , alot of process appeared, how would I know if the installer is among them?</em>
    try to grep with a much longer name i.e :
    ps -efd | grep -i runinstaller
    <em>What is fuser * in the log directory ? is this a file I should create or what?</em>
    No fuser is a unix/linux command that enable you to identify processes using a file or file structure. The fuser utility displays the process IDs of the processes that are using the files specified as arguments.
    So if the runinstaller still active you will see i.e.
    fuser silentInstall2008-08-08_10-50-48AM.log
    silentInstall2008-08-08_10-50-48AM.log: 14506o
    14506 is your process ID
    Hope this helps you!
    Thanks Hub,
    It seems the installation still stuck at >>> Starting to execute configuration assistants
    Here is what I am getting using fuser * in the /log dir:
    installActions2008-10-30_10-27-52AM.log: 32275
    oraInstall2008-10-30_10-27-52AM.err: 32275
    oraInstall2008-10-30_10-27-52AM.out: 32275
    But when run : ps -efd | grep -i runinstaller - it just gives me something like repeating my command:
    root 3035 31653 0 10:36 pts/2 00:00:00 grep -i runinstaller >> does this mean that runInstaller isn't there anymore, though the fuser * is showing that the log files are still being used?
    I'm not using dbca.rsp since I didn't choose Advanced configuration of database in my enterprise.rsp, and it is saying that using dbca.rsp is only incase I choose advanced configuration which is number =2 .
    So what parameters should I pass to the runInstaller, am i still missing something that is keeping the installation stuck without giving any responses or errors ?
    Edited by: user9940821 on Oct 30, 2008 8:48 AM

  • Not able to start isql*plus service

    hello,
    My problem is that I am not able to start isql*plus service,its continuosly showng "starting.." status but doesnt start.In the event viewer there is an error of isql*plus service which says
    The description for Event ID ( 11 ) in Source ( iSQL*Plus Application Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: 1056, An instance of the service is already running.
    Please help me resolving this problem
    The database is Oracle 10g r2 10.2.0.1.0.
    Thanx

    Ensure that your iSQL service is running..
    which OS you use?

  • How to load the boot menu using the command line , after the configuration change ?

    how to load the boot menu using the command line , after the configuration change ?

    Hi @Bask-48 
    Welcome to the HP Forums!
    It is a terrific place to find answers.
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp you are trying to change the boot order.  Here is a link to Configuring the Boot Order in the System BIOS
    that will assist you.
    Good Luck and Happy Holidays!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How do I cancel a rman job from command line?

    Hello to all,
    I am having some problems with a rman job that is running via OEM-GC. I get an error message regading the SPFILE and control file being locked due to another job accessing it. I found this in the RMAN ref guide:
    To determine which job is holding the conflicting enqueue:
    1. After you see the first RMAN-08512: waiting for snapshot controlfile enqueue message, start a new SQL*Plus session on the target database:
    % sqlplus sys/sys_pwd@prod1
    2. Execute the following query to determine which job is causing the wait:
    SELECT s.sid, username AS "User", program, module, action, logon_time "Logon", l.*
    FROM v$session s, v$enqueue_lock l
    WHERE l.sid = s.sid and l.type = 'CF' AND l.id1 = 0 and l.id2 = 2;
    You should see output similar to the following (the output in this example has been truncated):
    SID User Program Module Action Logon
    9 SYS rman@h13 (TNS V1-V3) backup full datafile: c1 0000210 STARTED 21-JUN-99
    Solution
    After you have determined which job is creating the enqueue, you can do one of the following:
    * Wait until the job creating the enqueue completes
    * Cancel the current job and restart it once the job creating the enqueue completes
    * Cancel the job creating the enqueue
    So with this in mind; How do I cancel the job from RMAN command line!!!
    This is my output by the way:
    SID User PROGRAM MODULE ACTION Logon ADDR KADDR SID TY ID1 ID2 LMODE REQUEST CTIME BLOCK
    475 SYS [email protected] (TNS V1-V3) backup full datafile 0000018 STARTED16 23-APR-09 00000023EB8D488 000000023EB8D4A8
    475 CF 0 2 4 0 113123 0
    Any help will be gratefully received
    Thanks to all that reply

    I used the following to get the spid and killed the process on the OS.
    set linesize 120
    col sid for 999
    col username for a14 trunc
    col osuser for a18 trunc
    col spid for 99990
    col logon_time for a12
    col status for a9 trunc
    col machine for a26 trunc
    col running for a10 trunc
    select s.sid
    , s.username
    , s.osuser
    , s.machine
    , s.status
    , p.spid spid
    , to_char( logon_time, 'Mon dd@hh24:mi') logon_time
    , rtrim (s.module)||decode( nvl(length( rtrim(s.module)),0),0,'',' ')|| upper(s.program) running
    from v$session s
    , v$process p
    where ( p.addr = s.paddr ) and s.type!='BACKGROUND'
    and upper(s.program) not like '%CJQ0%' and s.program is not null and s.username is not null
    order by s.sid;

  • How to Load an app to iPad using command line

    Hello,
    I am trying to build an iOS app and load it to an iPad where I want to run an automated test on it from command line.  I do not wish to use Fruitstrap or any other third party tool/code as I only want to use native apple code.
    xcodebuild -verbose -project iOS_Calc.xcodeproj -configuration Release -sdk iphoneos6.1 -arch armv7 -target iOS_Calc clean build
    xcrun -sdk "iphoneos" PackageApplication -v "$project_dir/build/Calc.app" -o "$project_dir/build/Calc.ipa" --sign "$provisioning_profile" --embed "$project_dir/$mobileprovision"
    Above is the script I have so far to build the app, but I dont know how to load it to an iPad via command line. Does anyone know how to load the .app to iPad device?

    I'm also interested. Not only load but also run.

  • How to run form in the background from command line

    please can anybody tell me to
    how to run form in the background from command line
    vishal

    Ummm....Oracle Forms is a foreground runtime kind of thing. What you want is a database procedure (or an OS utility - it depends on what sort of processing you want to do in the background).
    Cheers, APC

  • Help to start iSQL*PLUS and OEM services

    Here is what I did in trying upgrade 10.1 to 10.2 on Windows:
    1. use Oracle Universal Installer installed 10.2 in a separated ORACLE_HOME;
    2. run pre-upgrade assistant (utlu102i.sql)
    3. run Net Configuration Assistant to congired listner
    4. run DBUA ( however message shows that database already upgraded)
    At this point, new instance is up. new listner is working, but iSQL*PLUS and oem services didn't even be recognized by OS.
    From Universal Installer, I saw iSQL*PLUS and OEM were installed. What I am missing here in order to start services of iSQL*PLUS and OEM?

    Well, the instance is running properly. sqlplus also works fine. Because there is no new OEM service available if you look at Services list, how it could be meaningful to connect to OEM through a browser? As fact, browser can not connect to OEM.
    Do I need to reinstall 10.2?

  • Problems starting iSQL PLUS service on Windows XP

    Dear Forum,
    I installed oracle 10g for the first time on Win XP. The Installtion-Process was fine. Now I'm not able to iSQL Plus, beacause the iSQL service in the administration area does not start properly. The status always says that it is starting unfortunately with no success.
    Need help!
    Thanks in advance
    sportmeier

    hi
    i was wondering if and how you solved this error
    i have the same problem now
    thanks

  • How to access isql*plus

    I am new to oracle 9i. can someone tell me real quick how to get the Oracle isql*plus login prompt from my browser--
    I am on
    windows 2000
    oracle 9i enterprise edition (9.2.0.1)
    netscape browser
    I have access to sqlplus but have no idea to log into isql*plus
    Thanks

    Thanks for the response, and yes you do have a valid point. Well...looks like I have a problem running the Oracle HTTP server. Here's what is happening --
    I go to Start->Programs->Oracle-Ora9->Oracle HTTP Server->Start HTTP Server powered by Apache
    I am trying to start the HTTP server this way, but I get a dos window opened saying
    Syntax error on line 298 of c:/ora9/apache/apache/conf/httpd.conf:
    Port must be numeric
    Note the errors or messages above, and press the <ESC> key to exit ....
    I did go to the location above and opened the file to look : The related statements I found were -
    Port 7777
    Port null
    Listen 7777
    Listen null
    Could there be anything wrong here ? Any idea as to how I get thru this problem and correct it so that I can start my HTTP server. Thanks

  • How to start OracleOraDb10g_home1iSQL*Plus service from command line (PC)

    After installing 10G, I now have a service with this name: OracleOraDb10g_home1iSQL*Plus
    I need to be able to start/stop the service from windows 2000 command line,
    BUT "net start OracleOraDb10g_home1iSQL*Plus" DOES NOT WORK.
    Adding quotes around the service name does not solve the problem either.
    Both attempts give "The service name is invalid" errors.
    Can anyone provide a solution?
    THANKS!

    Sorry, but none of the suggestions works. Thanks for trying though.
    1) Renaming the service only changes the display name, and then when you use "net start", it errors with: "The service name is invalid"
    2) call isqlplus start errors with "isqlplus is not recognized as an internal or external command..."
    3) You cannot execute isqlplussvc.exe directly either.
    Any more suggestions?

Maybe you are looking for

  • Monthly report listing out ALL open PO

    Hi, As our management requested, we need a monthly report listing out ALL open PO for CDG, APR   Someone tell me to input cost centre but it is time consuming to input it as we have over 100 cost centers.  Do you know if I can input SPG/profit center

  • Transfer of all items reserved by previous user

    Hi, I have a request to transfer of all items reserved by previous user (who has left the org and his ID is also deleted) to a new user. How can I do this ? Thank You, SB.

  • Please help with LRU algorithm....

    I need some help finding an algorithm to achieve the Least Recently Used (LRU) paradigm in memory swapping... Please assist if you have anything to achieve this.... Does java put a timestamp on an item placed in memory?... if so how do I reference th

  • RSNAST00 Concern?

    Hi.. I want to know how RSNAST00  calls the respective function module in the ABAB Coding.? For Example in case of say any Delivery Document Number, when we run RSNAST00 for it giving the proper message type(say in our case LD00 with ALE as a medium)

  • Error 305 su Itunes store...

    quando vado a loggarmi allo store compare una finestra con questo errore error 305