Installation 9i lite / try to open SQL plus in Win XP

Good day,
I install Oracle 9i lite on my pers computer and want to open SQL Plus but ask me for a User Name, Password and Host String.
I tried them all, system/manager, scott/tiger, name it. Is there any doc in plain english or french on installation, configuration so I can use SQL Plus on my pers computer with win XP.
Thanks
Martin

9i LITE (so far as I know) does not support SQL*PLUS. If you need SQL*PLUS install Personal Oracle instead.
9i LITE is a light-weight database and supports ODBC, JDBC, and a command line interface "msql". SQL*PLUS is not included. Open a DOS window and enter
msql system/manager@POLite
this works IF you installed the development SDK stuff (see your ODBC DSNs and look for a new DSN called POLite).
If you don't have the DSN POLite, then you don't yet have a database created for msql to access. See the manuals on how to create the database in Oracle Lite.

Similar Messages

  • When I open SQL Plus then give this error

    Hi Master,
    Sir i install oracle 8i and run but next day i open my SQL Plus then give this error
    ORA-01034 : oracle not available
    ORA-27101 : Shared memory realm does not exist
    please give me idea
    thanking you
    Amir

    I presume you are using Windows, so in Control Panel -> Services, start the Oracle service, and also start the instance, if not started.

  • When I try to install iTunes on my Windows computer I get an error message, "Apple Mobile Device failed to start".  After an incomplete installation when I try to open iTunes I get an error message, "MSVCR80.dll missing".  I downloaded MSVCR80.dll.

    When I open iTunes I get an error message "MSVCR80.DLL missing".  I downloaded this .dll and installed in C:\Windows|System32.  I then scanned my computer to fix registry errors.I uninstalled iTunes and reinstalled and got the following error message "Apple Mobile Device failed to start".

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • How to Hide password when invoking sql plus from command promt?

    When i try to open sql plus in command prompt window and enter the sqlplus command follwed by username/password@connection string, the password is not hidden.
    How do I get it to show **** instead of displaying password characters out?
    Also, what is the command to clear screen : when I try cls or clear screen, I get a windows memory exception of somekind and the only option there is to kill the command window.
    Any tips on getting around this?
    Thanks a lot for your time and help.

    user8848256 wrote:
    Can you please give more details on how to not enter password when calling sqlplus from command window like you are saying?
    I tried this :
    sqlplus username/ @connection string -->Hit Enter : it asks for password but does not recognise the connectionstring to connect to.
    sqlplus username/ -->Hit Enter: It does same thing again.asks for password but gives tns adapter error after the password is entered.Leave out the slash:
    sqlplus username@connect_string

  • SQL Plus First Login

    Apologies for such a basic question but I have just started learning sql in college! I just installed a copy of Oracle 8i Personal and I want to know what username, password and host string I enter when I first open sql plus. I created a blank database during installation.

    You might have to set up the LISTENER service and have it support the database name you are trying to connect to. Also, if you have installed oracle on windows 2k/xp you need to create a service for the database using the ORADIM command. The syntax is:
    ORADIM -NEW -SID <SIDname> -PFILE <path to parameter file>
    there are other options you can use, just view the options from the command prompt.

  • SQL plus username, password, & hoststring

    Hello,
    I downloaded and installed oracle 8 lite, and then I open SQL plus , they require
    user name, password, and host string. I don't know what they are. Please tell me
    about that.
    Thank you very much for your help.
    Have a nice weekend.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by dunganh:
    Hello,
    I downloaded and installed oracle 8 lite, and then I open SQL plus , they require
    user name, password, and host string. I don't know what they are. Please tell me
    about that.
    Thank you very much for your help.
    Have a nice weekend.
    enter system as user name and manager as password and click ok. then enter the following: grant resource, connect, dba to your_name identified by your_password.
    then
    conn your_name/your_password.
    <HR></BLOCKQUOTE>
    null

  • Need urgent help in SQL *PLUS

    I downloaded Oracle10g on my computer it was workink fine until I opened my registry editor then I couldn't open SQL PLUS for Oracle10g I receive this massages Error6 initializing SQLPLUs , Massage file sp1<lang>.msb not found
    and sp2-0750: you may need to set Oracle_Home to your Oracle software directory.

    Try to use the Windows System Restore to repair the registry:
    start->All Programs->Accessories->System Tools->System Restore.
    You need to log in as administrator.
    Jack
    &#36335;&#28459;&#28459;&#20854;&#20462;&#36828;&#20846;&#65292;&#21566;&#23558;&#19978;&#19979;&#32780;&#27714;&#32034;&#12290;
    The way ahead is long; I see no ending, yet high and low I’ll search with my will unbending.

  • USERNAME, PASSWORD OF ORACLE9i SQL PLUS UNKNOWN

    I installed Oracle 9i Lite Edition. The SQL Plus installed with it is not working with some default username, passwords like scott, system and internal.
    There wasn't a tool in the installation that configured a username/password.
    Plz help As I am unable to log in and I have my syllabus pending.

    you may have better luck in the "installation" forum:
    Database Installation
    or the database - general forum:
    General Database Discussions

  • Need SQL*PLUS ON WINDOWS 7 32bit

    PLEASE HELP!!!!!!!
    I HAVE FIRST TRIED ORACLE 9I DATABASE INSTALLATION BUT IT FAILED.....(ERROR OCCURED AND SETUP CLOSED FORCEFULLY)
    [ unable to install more than 28% from 1st disc only]
    THEN I UNINSTALLED IT FULLY.
    NEXT I TRIED ORACLE 11G (R2) [downloaded from oracle site]
    BUT I WAS UNABLE TO OPEN SQL PLUS .
    [  problem was in the username/password part.
    i filled the username/password (or database nname, whatever it is ........ ie. what i filled in the place of the default "orcl" and the password i provided during installation)
    please specify WHICH usename password i have to provide in .....]
    CURRENTLY I HAVE UNINSTALLED 11G(R2) ALSO......

    989115 wrote:
    Heading1:Help Me Connect to Database
    http://docs.oracle.com/cd/B19306_01/server.102/b14357/ape.htm#CHDIEIHJ
    i read this page and created a environment variable sql with variable path to the folder containing extracted files...
    now help me connect to a database.
    i don't want to download more files ( also all the files are so large that the take whole day to download........ oracle 11g was 2GB)You need to understand... The SQL*Plus client is just a tool to allow you to connect to a database, because it is the database that will take your SQL commands and execute them... the client is just the tool for sending the commands to the database.
    So, just downloading and installing the client software itself, is fine... if you've got a database elsewhere (on a server somewhere) to connect to. If, however, you want to practice database programming at home on your own computer, you will have to download and install some version of the database, whether you do that directly as the database software itself (which will install the client software as well as part of it), or as the Virtual Machine version (which is sort of the same thing, but the database comes almost ready for you to use "out of the box").
    I'm afriad you are going to have to download more files.

  • SQL*Plus hangs when connecting to remote DB (Solaris, 10gR2)

    First of all the particulars:
    Local System:
    Solaris 8, Oracle 10.2.0.4, October CPU
    Remote System:
    Solaris 10, Oracle 10.2.0.4, July CPU
    We are trying to initiate a connection from our local system to our remote system using a DB Link. After opening SQL*Plus, we log in with <user>@<dblink>, are asked for a password, and after entering the password, SQL Plus hangs indefinitely (we typically have to kill the sqlplus process to regain our session). Also, logging into the local system with a local account, and then querying using the db link (select * from dual@<link>) gives the same result.
    From the remote system, we CAN log into the local system using the same process, and we can also query the local system. in other words, it works in one direction, but not the other.
    We have checked all the usual suspects: tnsnames, sqlnet, db_domain, global_names, and all are set correct for our setup (although I of course welcome suggestions to check something else in the files). Also have confirmed validity of /etc/hosts entries, and permissions on those files for the 'oracle' user. A 'tnsping' and 'ping' are both successful in both directions, though I understand these only check the listener and hardware layer.
    Our Sys Admin has checked firewall connections between the two systems, and stated that they're open on the listener port (1521).
    Listener log files on the remote host, when the hang happens, show an established connection from the local host.
    Does anyone have any suggestions as to what to check for next?
    Thank you in advance for the assist!

    Whew, that truss output is enough to make your eyes bleed!
    This system is on a closed network, so I cannot post the files here, nor would I wish reading those things on anyone nice enough to spend a minute here helping me out!@
    But comparing the truss from the "broken" system, and the working one, the sqlplus that hangs returns a:
    ERR #134 ENOTCONN on a getpeernam() thread.
    The other truss (working side), does not throw that particular line, and the truss output varies widely after that line in the output fille.
    After a few moments letting the sqlplus process "hang", I get:
    ERR #62 ETIME
    Outside of that, lust a lot of hex values!

  • Sql*plus user name & pass word?

    When I try to use Sql*plus 8.0 on win98,the logon window ask for user name: and password:
    and host string:
    what shoud I do?
    Thanks

    The answer is self-evident: enter what you are asked to!
    How to get those?
    First you must have your tnsnames.ora well set. You may do that using the facilities that oracle provides (sqlnet easy config for sqlnet 2.0). For details, ask your DBA.
    Wish you luck.
    null

  • Opening SQL tab of other's user schema reports error

    Hi,
    I just try to open the SQL table tab to get the SQL script of a table, and it only works when the schema is owned by the user. If you try to open SQL tab on another user table it reports:
    ORA-31603: object "COM_BANK" of type TABLE not found in schema "PROVIS_OWN"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA", line 653
    ORA-06512: at "SYS.DBMS_METADATA", line 1260
    ORA-06512: at line 1
    I can access that table through a synonym and grants.
    Server is Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    I am using 2.1 of Oracle SQL Developer.
    Thanks in advance,

    This is a reported issue, but I'm not sure it will be fixed in the upcoming patch. You can try searching the forum.
    As workaround, you'd need more permissions (don't know which exactly; the DBA role works for me).
    Regards,
    K.

  • Problem with SQL Plus

    I'm getting started with Oracle.
    I've just successfully installed Oracle 11g. When I opened SQL plus, and tried typing a statement SELECT SYSDATE FROM dual, the answer display is : 2 .
    Then i tried with SELECT 2*6 FROM dual, and it still appeared with 2.
    I'm really confused.
    Plz explain it to me. Thanks in advance.
    Edited by: user13011143 on Apr 24, 2010 1:10 AM

    Is this what you are seeing?
    SQL> select sysdate from dual
      2  If so put a semi-colon at the end and hit the Enter key.
    SQL> select sysdate from dual
      2  ;
    SYSDATE
    24-APR-2010 03:28:13
    SQL>or more properly:
    SQL> SELECT sysdate FROM dual;
    SYSDATE
    24-APR-2010 03:29:10
    SQL> The semicolon is not optional.

  • Oracle8.1.7 - Can't log in to SQL*Plus

    I have just installed the Course Technology kit for Oracle8i (Oracle8i Personal Edition and Oracle Forms and Reports 6i). I am running Windows 98.
    I am able to start the database and have created the connect string in tnsnames.ora as instructed (I copy/pasted from the website so there shouldn't be any typo's), but when I try to start SQL*Plus and connect to the database I get
    ERROR:
    ORA-12547 TNS: lost contact
    What do I do now?

    GoodDay,
    Ok. You should try to restart the tnslnr.exe,lsnrctl.exe present in oracle/bin directory it should reinitiate the variables and after that one you should also change the contents of Listerner depending upon the type of protocal used such as TCP/IP,IPC etc and you should try Beq_LOCAL.world in Tnsnames.ora file that would help you resolve your problem.
    With Best Wishes,
    M.Ram Chaitanya

  • Unable to open SQL Editor in VC

    Hi All,
    I am new to Visual Composer. When I try to open SQL Editor, I am getting the following error message.
    <b><i>Warning 2011: You are not authorized to use this functionality. See the SAP Netweaver Visual Composer security guide for more information.</i></b>
    Where to fing this security guide and how to solve this issue.
    Thanks in advance,
    Raj

    Hi Rajender,
    To know how to enable SQL Editor in Visual Composer and the security risks involved, have a look at the following links:
    Adding a parameter for Visual Composer
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d393338373436%7d">SAP Note Number 938746 - Security Risks with the SQL Editor and MDX Editor</a>
    SQL Editor
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/43/f9facc992e6bece10000000a11466f/frameset.htm">Configuring Optional Properties in Visual Administrator</a>
    Bye
    Ankur
    Do reward points if it helps!!

Maybe you are looking for

  • Ipod not recognized by computer or itunes or anything!

    just got a new ipod after i lost my old mini and when i plug my ipod into my computer using a 2.0 USB port it isnt recognized by my computer or my itunes , it doesnt even make the connection noise. My friends ipods are recognized by my computer and i

  • Substitution syntax in tabbed navigation list. Smart or Lucky?

    I've got a tabbed navigation list that I use on two separate pages. The list entry points back to the current page but sets a page item value based on the list item value. So this tabbed list might have items labeled E-mail, Phone, Address. When you

  • Upgrade from 4.6C to ERP ECC 6.0

    Hi, Help!!! I'm running the prepare the first time and encountered this problem during the Kernel extract.  I received this message from '/usr/sap/put/EXTRKRN.LOG' 1 ETQ201XEntering upgrade-phase "EXTRACTKRN_PRE" ("20061016131342")        2 ETQ367 Co

  • How can i test if the frame is created

    hi, i am using ADFBC Swing. i have created an MDI Frame and 2 internals frames. in the MDI frame i put a button and i want when i press it i do a test. if the internal frame1 is created i unload it and i create the 2. else if the second is created i

  • Cant install cs5.5 after doing a restore point

    heres the scenario: i install adobe CS5.5 just last day, after  a few day, i configure my windows theme, while configuring my theme i barely fail doing size and whatsoever ^^ . so i decide to just use restore point.. i notice that the recommended res