Oracle 10g SQL plus username, password + Host string unkown

Hi Friends
I have just installed Oracle 10g in my computer. I could not use SQL plus because I dont know the exact username, password and host string to connect. Is there anybody to help me out. I am bit stressed for this.. Thanks by Hossain

Do not reply to 5 year old posts. If you have a problem, start a post of your own, referencing the old one if necessary.
Describe your problem explicitly, giving all relevant information.
Please see Re: 2. How do I ask a question on the forums?

Similar Messages

  • Oracle 8i Lite: logging to sql plus - uid, password, host string - whats that

    If i install "Oracle 8i Lite" (just locally, not networked). There are two important things : "Navigator", and "SQL Plus". If in navigator, I create a local database called "xxx" (tables under 'system' user). Then if i need to query - i go to SQL Plus. Fine, but how do we log in - what is the "host string" ?.
    The login needs, Userid, Password, Host String. In some docs, it said the userid, password for 'system' account is 'system, manager' respectively. Anyways, now the host string , i had read the 'host string' will be like "@databasename", so I think for me, it will be "@xxx"
    But the way, I'm understing, i cant log, and SQL Plus says something "TNS: could not resolve service name". Maybe i have to something with that tnsnames.ora file....?
    Incase, you could give ANY information, kindly inform.
    Thanks
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Mulyadi Kurniawan ([email protected]):
    Host string usually refers to the host string that is stored in your TNSNAMES.ORA file. You can open TNSNAMES.ORA with a text editor.
    If you get "TNS: could not resolve service name", it's either you have not start the database or your configuration in TNSNAMES.ORA is wrong.<HR></BLOCKQUOTE>
    hi,
    iam getting the same error(the TNS thing)can you be a bit more explaining regarding how to solve the problem.
    thanks
    null

  • HOW CAN I GET USERNAME,PASSWORD,HOST STRING?

    I have installed oracle 9i personal edition, when i tried to open sql plus, i was asked to fill username,password and host string. When i type anything it shows error message ora-12154.Is anyone can help me? Thanks

    The error you gave can appear for lots of reasons.
    You don't give any information about how the install
    went - did you check the logs for errors? Have you
    shut the machine down since you did the install?
    Are you actually running SQL*Plus on the same machine
    as the database? Is your database running? Can you
    connect using "/ as sysdba"? What hints that even
    a simple google search gives did you try?
    -- CJ

  • 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

  • SQL*Plus username/password

    **While leaving the host name blank, I've tried to use the following username/password combinations to no avail:
    scott/tiger
    system/manager
    **I always receive this error message:
    ORA-12560 TNS:protocol adapter error
    **When I looked that error message up with a quick internet search, I came upon this information:
    What causes this error?
    This message indicates that there is a problem at the protocol adapter level. That is, SQL*Net and the Interchange are functioning correctly, but there is something wrong with the protocol adapter that underlies them.
    How to fix it
    Check addresses used for proper protocol specification. Before reporting this error, look at the error stack and check for lower level transport errors. For further details, turn on tracing and re-execute the operation. Turn off tracing when the operation is complete or you will use a lot of disk space. The trace file will have details of the problem.
    You may get this error running Oracle 8.1.6 under Win2000 when you try to log in using 'svrmgrl'. You can normally connect using SQL*Plus or any other product, svrmgrl is going to be discontinued.
    **I'm not terribly sure what the "how to fix it" intructions mean. I'd appreciate any help in trying to figure that out.

    I downloaded the database and received the same error message. What do you mean by that? You cannot just download a database. You can download the Oracle server software, install it, and create a database.
    Are you on a network with a database already installed somewhere on that network? In that case, ask the DBA to make your connection to that database.
    can you tell me more about tools that support PL/SQL?PL/SQL is supported in the Oracle database, Forms, Reports, web pages can be created with it etc. You really need to have an idea what you want to do. Oracle is so complex, that you cannot just start somewhere.

  • How to login in Oracle 10g SQL Plus

    I just installed Oracle 10g. I tried to login to SQL Plus by using scott and tiger to be user name and password, but it did not work. What can I do about it?
    Please help and thanks in advance!!!

    You have to configure a Net service name, and connect as
    sqlplus scott/tiger@<service_name>
    You can use the Net Configuration Assistant to do that. This is in the Oracle menu on Windows systems. On Unix/Linux you can use the netca utility.
    If you are working locally (on the server), you can also set the ORACLE_SID environment variable :
    Windows : set ORACLE_SID=<your_sid>
    Unix/Linux : ORACLE_SID=<your_sid>; export ORACLE_SID
    then connect as
    sqlplus scott/tiger

  • Login problem with Oracle 10g SQL Plus

    Hi, I just down load Oracle 10g from web site. I tried use scott and tiger for user name and password, I can't login. I tried use SYSMAN and the password I used when I installed the software, I can't login in too. Please help!!!

    This forum is for OBE specific questions only. Please post a message to one of the database forums located here:
    http://forums.oracle.com/forums/index.jsp?cat=18
    You can also check metalink or call support.

  • I have downloaded Oracle 10g Express Edition - username/password problem

    I successfully downloaded the above download and in my "Start - Programs" section I correctly have "Oracle Database 10g Express Edition". I click onto this link and a dropdown menu appears. I click onto the "Actual Page" link and I'm prompted for my username and password. The heading is "Database Login". I originally created my username as my email address which is "[email protected]". When I try to login using this username and my password I get an "Invalid Login" message. So it is obvious that using this username is wrong.
    What do I need to do? I clicked onto the link "Click here to learn how to get started". I noticed that I had to enter username of "system" for the administrator, followed by "Enter the password that was specified when Oracle Database XE was installed". The trouble is I was given no password at any stage when doing the download. How can I find out what my password is?
    Please advice. I want to practice some PL/SQL examples for educational purposes only!
    Thanks.
    Christopher Barrett

    I noticed that I had to enter username of "system" for the administratorIf your problem is the system user's password, then you can simply change it : enter SQL command line, and
    SQL> conn / as sysdba
    Connected.
    SQL> alter user system identified by manager123;
    User altered.
    SQL>Of course manager123 is only an example.

  • Unable to connect to Oracle Applications database invalid username/password

    Hi,
    Ou Requirement is we want to connect to Oracle Applications using discoverer plus and discoverer viewer.
    Application Server used : 10.1.2.0.2
    Oracle Applications : R12 RUP4
    We have installed application server 10g with OID and when we try to connect to oracle applications we are getting
    A connection error has occurred.
    - Failed to connect to database - Unable to connect to Oracle Applications database: invalid username/password.
    Regards
    Ketan

    Hi,
    I think better to check with your sysadmin or DBA on this, I had the same isuse before but Apps 11i with Discoverer, I talked to ERP sysadmin and worked fine.
    Since applications userid cannot talk with Discoverer schema (eul10_us) and it should directly talk with APPS user and then APPS user can talk with Discoverer user.
    To the best of my knowledge I provided.
    --skat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Connecting Oracle using SQL Plus in command window through LDAP settings?

    Hi
    Just like to know if it is possible to connect Oracle using SQL Plus with connection type as LDAP.
    Generally we connect to Oracle in cmd window as
    username/password@DBServiceName
    Similarly is it possible to connect Oracle using SQL plus cmd window using LDAP configuration settings.
    Eg:-
    If my LDAP server is oid:123:456
    Context is: cn=OracleContext,dc=abcdefgh,dc=com
    DBService is: xyz
    Regards
    jc

    Specify the -L command line option to SQL*Plus, i.e.:
    sqlplus -L username/password@db @blah.sql
    (this will prevent the second prompt for username/password if the initial login is unsuccessful for any reason, like an invalid password).

  • Is there any difference in Oracle 9i SQL Loader and Oracle 10g SQL Loader

    Hi
    Can anyone tell me whether is there any difference in Oracle 9i SQL Loader and Oracle 10g SQL Loader?
    I am upgrading the 9i db to 10g and wanted to run the 9i SQL Loader control files on upgraded 10g db. So please let me know is there any difference which I need to consider any modifications in the control files..
    Thank you in advance
    Adi

    answered

  • How to use Oracle 10G SQL features in OWB?

    We are using OWB repository 10.2.0.1.0 and OWB client 10.2.0.1.31. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    Oracle 10G SQL offers
    1) Inserting Into a Table with Error Logging
    2) conditional_insert_clause, Specify the conditional_insert_clause to perform a conditional multitable insert.
    Did anyone use above features in OWB10G mapping?
    How do we use them?
    Thanks in advance.
    RI

    Hi,
    Just a thought on the multi-table insert. OWB generates multitable insert when one source is mapped to multiple targets only on the condition that after the splitter there should not be any OWB operator that can change the cardinality of the row-set coming out of the splitter (like joiners, filters, aggregators etc.)..
    Regarding the link, I was wondering where I could find a decent documentation of the shadow table and the DML Error Logging through OWB .. Thanks for the link.
    OWB error messages are basically Oracle Error Messages when you consider the code that gets deployed. Other than that VLD errors are sometimes mysterious and hard to debug.. Hope someone can give us more details on how to handle such VLD errors :)
    HTH
    -AP

  • Oracle 10g SQL

    Hi ,
    I want some information regarding Oracle 10g SQL Exam.Please provide any dumps,links,books or any other related information.
    Thanks in Advance
    Laxman

    login to otn.oracle.com to find more information on exams
    underline Steps to Become Oracle Certified_underline_
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=50#1
    If you are from India, below is the contact info
    Bangalore 080 41084657
    Chennai 044-66346114
    Delhi 011-46509015
    Hyderabad 040-66397157
    Kolkata 033-66162000
    Mumbai 022-67711214
    Ahemdabad 079-40024246
    Pune 020-66321002
    Thank You

  • Oracle 9i SQL *Plus (personal edition)

    When I launch SQL*Plus, I can log in as scott/tiger. However, when I tried logging in as internal/oracle or system/manager, I could not log in. Please advise.

    Dear sir
    please send me as soon as Oracle 9i SQL *Plus (personal edition)
    thanks
    Oli

  • Oracle 10g SQL Profiler Equivalent?

    As per the subject, I can monitor sessions via the web gui, but I need to see actual SQL statements that are hitting the 10g server. Is there an Oracle 10g SQL Profiler equivalent?

    XE?
    You might want to hunker down with some of the docco available at http://www.oracle.com/pls/db102/portal.portal_db?selected=1
    In particular, you could look at the 'Reference' manual (not SQL Reference, or any other ... Reference) and browse through the DBA_ and V$ views listed. The Concepts and Administration manuals are interesting as well.
    The specific views of interest include, but are not limited to, V$SQLAREA and V$SQLTEXT

Maybe you are looking for

  • Problem with a Web Service execution of a Matlab converted program

    Hello, I need my Java Web service to call a program developed in Matlab. I've created a C++ shared library from my test.m file using the cpplib wrapper, with the following command: mcc -W cpplib:libtest -T link:lib test.m I've then created another fi

  • Monitor going blank

    Need help - Sometimes when I am on the computer for a good amount of time and watching a video or news clips, the screen goes black. the sound and works but I have to hit "any key" to get the screen to come back on. what causes that and how do I fix

  • PlayBook OS version history

    Software update v1.0.8.6067 Dec. 6, 2011 Includes the following updates: Daylight saving time updates for time zones in the regions of Latin America and Australia Security update for file sharing issue  Software update v1.0.8.4985 Nov. 24, 2011 Inclu

  • Still Frame Settings

    Trying to turn a Still Frame from Timeline into JPEG keeping the aspect ration of movie 16x9. The QT conversion option doesn't give me the setting I need. or I'm not sure which one of the bunch to select. The film is shot at 30 Frames. It's shot in H

  • Mobileme services has encountered a problem

    by open outlook 2007 appears MobileMe services has encountered a problem