Please help me. im beginner. How to start OracleOraDb10g_home1iSQL*Plus?

My name is Doil
im korean
at now,
im installing oracle 10g
so, i hava a problem
ComputerManagement -> service
OracleOraDb10g_home1iSQL*Plus is continuing starting..
um.. it indicate "starting"
it mean... OracleOraDb10g_home1iSQL*Plus status is only starting... not started..
please help me..

This is the XE forum, isqlplus isn't part of an XE install, sorry :(
Can point you to the 10g docs for isqlplus, for Windows I'm not positive a command line isqlplusctl stop will work to ensure its shut down- try stopping the service and make sure the port it wants to use is available-
http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#CIHFDCJI

Similar Messages

  • 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?

  • Please help this clueless beginner with out.print syntax....

    Please help a clueless beginner out!!!! :-)
    I'm trying to build a dynamic table that functions as a calendar...(see http://www.oreilly.com/catalog/javacook/chapter/ch18.html for the basic idea and code structure).
    Here's the problem...I want to make each date inside of the table a hyperlink to a new page. I figured out how to create the hyperlinks, but I CAN'T figure out how to create hyperlinks that pass variables to a new page.
    Here's the code that works:
    // Fill in numbers for the day of month.
    for (int i = 1; i <= daysInMonth; i++)
    out.print("<td>");
    out.print("<a href=newpage.jsp>");
    out.print(i);
    out.print("</a>");
    out.print("</td>");
    Here's the code that DOESN'T work....but can serve as pseudo-code for what I want to do:
    // Fill in numbers for the day of month.
    for (int i = 1; i <= daysInMonth; i++)
    out.print("<td>");
    out.print("<a href=newpage.jsp?year=<%= yy %>&month=<%= months[mm] %>&date=<%= i %>>");
    out.print(i);
    out.print("</a>");
    out.print("</td>");
    <%= yy %>, <%= months[mm] %> are defined elsewhere in the code, and I want to use the current value of "i" from the loop.
    So, if everything works like I want, the table will get created, and if yy=2002 and mm=January, then the hyperlinks will look like:
    for day 1:
    "/newpage.jsp?year=2002&month=January&date=1"
    for day 2:
    "/newpage.jsp?year=2002&month=January&date=2"
    ...for day 31:
    "/newpage.jsp?year=2002&month=January&date=31"
    Can someone please point me in the right direction? Is it even possible to do what I want? (I assume it is...but maybe I can't use out.print???)
    Thanks!

    Hi. The expression "<%=some_Java_expression %>" is the JSP tag, that returns string value to HTML code. You should use it in HTML block like:
    <%String myname="Ivan"; %>
    <body>
    <p>My name is: <%=myname %></p>
    But You tried to use it inside the string expression and it generated some code like this:
    <a href="newpage.jsp?year=<%=yy%">...
    , didn't it?
    It invokes method out.print(" ... "), that prints this string value (but in the HTML block). So You tried to print something inside the print method. You should rewrite Your code like this:
    for (int i = 1; i <= daysInMonth; i++)
    out.print("<td>");
    out.print("<a href=newpage.jsp?year="+yy+"&month="+months[mm]+"&date="+i+">");
    out.print(i);
    out.print("</a>");
    out.print("</td>");
    I used the + operator to join Your code for link tag with the values (yy, months[mm], i.
    I hope it helps You,
    bye.</a>

  • Someone please help a complete beginner with Enterprise Manager!

    Question moved from
    Someone please help a complete beginner with Enterprise Manager!
    Please be gentle with me, I'm absolutely new to all this. We don't have a proper DBA and I've been tasked with the role. There is no-one else in the company with oracle experience and we don't have any support. Until now I've just used enterprise manager to manage the database, but now I have a problem..
    We are using Windows Server 2003 and Oracle 10g. I (stupidly) installed some network monitoring software on our server (PRTG network monitor). I almost immediately uninstalled it and all components/registry settings, but it seems to have thrown something out regards the OEM web interface.
    We used to access the OEM GUI through http://<hostname>:5500/em, but after installing/uninstalling the network monitor software the OEM webpage would only stay up for a few minutes, before saying 'Internet Explorer cannot display the webpage'. Restarting the DBconsole in services fixed the problem, but again, only for a few minutes.
    Spent all day yesterday looking at logfiles (they didn't make much sense to me), but seemed to be saying access was denied to the server ('actively denied it'). Lots of googling led me to believe I needed to reconfigure OEM by dropping and recreating it using:
    emctl stop dbconsole
    emca -deconfig dbcontrol db
    emca -repos recreate
    during this process I was asked for various passwords and a port number? I didn't even know what to use as the port number but guessed it was 5500 ?!? (probably wrong). As it didn't work I used the default port number that I found somewhere on the web.
    However now I am even deeper in the **** as this didn't work either, (some error about listnener?) and I have now lost the DBConsole in windows services. Obviously the OEM web console doesn't work at all now
    I would be eternally grateful for some patient, beginners help here..I can post whatever log files are necessary - I just need to know what I'm supposed to be doing and where to start..
    We used to log on to the OEM as 'SYSTEM', but nowhere in the process does it seem to ask me for the password for that (its asked me for SYS and SYSMAN)
    It could be that I'm going about this completely wrong, but with only a days experience in all this its pretty hard to know what I'm doing really!
    As you can tell I'm in way over my head..I just need OEM web interface to work!
    Thanks in advance

    ok, thanks to helpful comments from other people in my initial thread (posted in general database forum), after rebuilding the console/repository I now have EM up and running. But there are more problems..
    Firstly I have an error at the very top of the screen:
    java.lang.Exception: Number of responses does not match queries
    Also, the 'Host CPU' and 'Active Sessions' are blank and say 'No Data Is Currently Available' beneath them
    my emagent.trc file contains this error, repeating with different thread IDs every 30 seconds...
    (error = 10061)
    2012-04-30 17:19:28 Thread-4376 ERROR pingManager: nmepm_pingReposURL: Cannot connect to http://hostname:5500/em/upload/: retStatus=-1
    2012-04-30 17:19:59 Thread-1448 WARN http: snmehl_connect: connect failed to (hostname:5500): No connection could be made because the target machine actively refused it.
    Help!

  • I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    Has your carrier been having issues with Call Display? Do the telephone numbers come up when people call, or does it just show 'Unknown Number' or 'Blocked' ?

  • Can someone please help me figure out how to "clear" recent email addresses used in Mail?

    Can someone please help me figure out how to “clear” recent email addresses used in Mail?  For example, as I begin typing a name/email address in the “To:” field, Mail begins suggesting addresses that I’ve previously used.  I don’t want any suggestions unless they are in my contacts. 
    Another example:  When using MS Outlook, it will also remember and suggest email accounts previously used, but I can arrow down and delete an account from the list so it won’t automatically popup or suggest in the future. 
    I appreciate any guidance in this matter. 

    The iOS email app stores all email recipients in a list of previous recipients which cannot be turned off. The email address autofill feature when addressing an email pulls from contacts and from the list of previous recipients which can't be prevented. There is no option to clear the list of previous recipients - not at the present time anyway.
    If you don't want any suggestions, select from contacts instead when addressing an email.

  • HT4796 I have made a file using the Pages app.I mailed it to a friend.When she tried opening the same file on her pc at home , It did not open.Please help me as to how to open the file in the Microsoft word format on her pc.

    I have made a file using the Pages app.I mailed it to a friend.When she tried opening the same file on her pc at home , It did not open.Please help me as to how to open the file in the Microsoft word format on her pc.

    Send it as a PDF.

  • Photoshop CS6 could not update successfully.  Error codes Adobe Photoshop 13.0.1.3 Installation failed. Error Code: U44M1P7  Extension Manager 6.0.8 Update Installation failed. Error Code: U44M1P7  Please help me figure out how to call customer service. 

    Photoshop CS6 could not update successfully.  Error codes Adobe Photoshop 13.0.1.3 Installation failed. Error Code: U44M1P7  Extension Manager 6.0.8 Update Installation failed. Error Code: U44M1P7  Please help me figure out how to call customer service.  I would prefer to talk to someone directly.

    Are you using any disk cleaner or optimization tools like CleanMymac or Mackeeper?
    Regards,
    Ashutosh

  • I wen to update my ipad to the iOS7, but then it went into recovery and wont restore, can someone please help me figure out how to restore it?

    i went to update my ipad to the iOS7, but then it went into recovery and wont restore, can someone please help me figure out how to restore it?

    Follow step 1 to step 3 very closely.
    http://support.apple.com/kb/HT1808

  • Please help me figure out how to keep flash player installed

    please help me figure out how to keep flash player installed on my computer,  I have followed the help guide step by step with no results

    What is your operating system & version?
    What is your web browser?
    What exactly happens on your computer?

  • Please help me get the download to start again

    please help me get the download to start again

    In adobe download assistant.
    Select the product and start.
    If still not working
    delete the adobe download assistant.
    From c:/>program files>adobe>adobe download assistant .
    And redownload

  • Fatal1ty / Front Panel HD Audio - please help me figure out how to connect!

    Please help!
    I bought a SB X-Fi Titanium Fatalty Pro card and I can't for the life of me figure out how to connect to front panel audio!
    My motherboard audio has an HD Audio connector, is there a way to enable routing the sound through that?
    If I can't get the case's front?panel?working at all?then I need some kind of super long headphone wires or something!

    Check your online manual (it's in the Creative folder in Start Menu).
    There should be a schematics like this: (mine is in portuguese).
    Conector de áudio do cabeçote do painel frontal
    Compatibilidade de conexão
    Somente padrão Intel HD Front Panel Audio.
    Não compat*vel com AC97 ou HD Front Panel Audio compat*vel com Intel
    Configuração de Pin
    Pin
    Nome do sinal
    Descrição
    1
    PORT 1L
    Porta analógica 1 - canal esquerdo (Microfone)
    2
    GND
    Aterramento
    3
    PORT 1R
    Porta analógica 1 - canal direito (Microfone)
    4
    PRESENCE#
    Sinal baixo ativo que sinaliza ao BIOS que um dongle Intel HD Audio está conectado ao cabeçote analógico. PRESENCE# = 0 quando um dongle Intel HD Audio está conectado
    5
    PORT 2R
    Porta analógica 2 - canal direito (Fone de ouvido)
    6
    SENSE1_RETURN
    Retorno de detecção de conexão para o painel frontal (JACK1)
    7
    SENSE_SEND
    Linha do sensor de detecção de conexão da rede de resistores de detecção de conexão CODEC Intel HD Audio
    8
    KEY
    Chave do conector
    9
    PORT 2L
    Porta analógica 2 - canal esquerdo (Fone de ouvido)
    10
    SENSE2_RETURN
    Retorno de detecção de conexão para o painel frontal (JACK2)

  • HT4859 i have lost all my contacts can some one please help and tell me how i can get them back. Thanks

    i have lost all my contacts can someone please tell me how to get them back. They have dissapered off my iphone and they are not on my icloud contacts either, dont know where they could have gone??? Please help.

    Thanks for replying pvonk.
    i download the sofware update on to my pc and the next thing i know all my contacts are gone, the only things that have come up on the icloud CONTACTS app is the service call numbers thats it, i have no idea what to do.. i have itunes on my desktop and i looked for them there but i still cant find them, i dont have outlook i have VISTA so its hard for me to look for my contacts.
    im worried that ive lost them.  if anyone has some advice please let me know, im new to this and im having trouble understanding it. Thanks

  • Please help! error -61399, how to create custom vi for every input in project explorer

    Please help! I have been trying whole night but couldn't get through it.
    I am creating custom vi to simulate cRIO inputs on development computer. ( FPGA target>>execute vi on>> development computer>>custom vi) I then follow tutorial creating test benches:
    Tutorial: Creating Test Benches (FPGA Module)
    but when I run fpga vi I get error -61399, input item/node is not supported (input item/node is my input which I've added from project explorer).
    The closest I got in my research on why this error is occuring- I have not connected all inputs/outputs in project explorer to custom vi. I followed tutorial exactly step by step but still I couldn't get through it.
    Please help! Please help!
    In order to do further investigation, I converted custom vi to a state machine , please find attachment. Having highlight execution on, it clearly demonstrates that input in cRIO are not being selected as a result default cases execute.
    Please find attached modified custom vi with state machine, fpga vi, and original custom vi.
    Best regards 
    Ta
    Attachments:
    custom vi.vi ‏32 KB
    inverter.vi ‏16 KB
    original custom vi.vi ‏22 KB

    Solution:
    You will see this error if no Custom VI has been selected or the Custom VI has not been configured for every I/O item that you are using in your FPGA code???
    I think that's exactly where I'm stuck!
    How do I configure it for inputs??? My attachement show that I have done everything being asked in tutorial!
    Thanks!

  • PLEASE HELP    |    ~ New apple user  ~      How to add "most played" list

    Hi all.
    Ive never bought anything from apple untill the 160 gb ipod classic. Ive been using itunes but now with the iPod I was looking a bit how things work.
    Now ive found out I don't seem to have a playlist on my iPod with the most played songs. Ive connected the iPod with itunes and made a smart playlist with played on 25. Now the list is there but there are only 24 songs in it and it isn't showing the ammount of how many times ive played them.
    Now ive inspirated this playlist by many other older iPods ive seen but never owned where there is, somehow, a playlist with the most played song.
    is this just simply impossible?
    Also, I was wondering if itunes updates itself after conntecting (so it would update - for example - the ratings that have changed on my iPod.
    Sorry for the bad english and many thanks for reading this. please help.
    - thanks

    You need to configure your Base Station using the Airport Admin Utility.
    Download the PDF document Designing Airport Networks and read the detailed instructions that begin on page 43.

Maybe you are looking for

  • Fix "Folder Location" in Display

    I have a 2011 iMac that I transfered all my files to from a PC.  I had to buy Photoshop Elements 8.0 in order to transfer my catalogue of 10,000 images with all the tags and albums etc into the Organizer for the mac.  I understand that once images ar

  • Color Fill Button

    Is there a way to keep the color fill box from changing color each time I select a different cell?  I want it to stay the same color I select no matter which cell I click on.  I love Mac but having to deal with excel at work, I like how it is setup t

  • Using systemMessageAttributes in BPEL Human Task

    Hi All, How can I use systemMessageAttributes: task:textAttribuite1 in human task. After creating a HT in BPEL, I am setting its outcome - rejecting or approving the task- using worklist Java API. Along with that I want to set the textAttribuite1 thr

  • HotSynch Connection gets lost between TE2 and Windows Vista

    I'm trying to hotsync (by bluetooth) between my Tungsten E2 and Windows Vista. I got them speaking to each other, but the hotsync starts and never gets past the Calendar. The laptop looks like it's still running, but the TE2 hotsynch log says the con

  • HT201210 I cannot activate my iPhone after I restored it.

    I need help. I am trying to activate my iPhone 4 after I restored it and now it won't let me. Please help