Password and host string

Hi,
Im trying to get the Oracle 8i for 2000 to run correctly. I did a download. Problem is getting pass the password screen. The host string is giving me trouble. What should go there? Any place where the password and host string info are stored for later retrieval?
thanks,
Cindy

If you installed the default database then you should type in system as the user and manager for the password and ORCL as the host string (these are the defaults).
The hoststring names (database aliases) would be in the tnsnames.ora file uder your Oracle_Home/network/admin directory
If you login as system or a user that has DBA privileges, you can change passwords as you see fit
syntax:
alter user identified by somepassword;

Similar Messages

  • What to Enter in Username,Password and Host String in SQL Plus 8.0??

    I downloaded Oracle Forms,Reports 6i.Along with it I got SQL Plus 8.0.Following
    are not working
    Username:scott
    Password:tiger
    Host String:Empty
    or
    Username :system
    Password:manager
    Host String:Empty
    I want to Know what to enter for Username,password and Host String.If i want to look in the TNSNAMES.ORS Plz Tell What to look for in it.

    Developer 6i is a client software, not database server. Ask the dba of the database, you are trying to connect, for valid userids/passwords/hoststrings.
    Werner

  • What are the userid,password, and host name for oracle 9i?

    HI Guys.
    I am a research student at the University and the I recently downloaded Oracle 9i for my research. But the problems is also with seting it up. Please could you show me the userid, password, and host name for oracle 9i.
    Thanks in advance for your cooperations.
    Malinga R
    [email protected]

    I believe that starting with 9.2, you have to specify different passwords when you install (can't be the default).
    Justin

  • What are the username, password and connect string for Designer 6.1.1?

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    Oracle designer6.1.1
    - Date/Time
    - Browser + Version
    IE 6.0
    - O/S + Version
    Win 98
    - Error Msg
    ORA-12154:TNS:could not resolve service name.
    RME-00220:Fail to connect to repository
    These error messages were shown after I entered system, manager and internal, respectively.

    Hi YungJen Chen,
    There is no general username, password and connect string for
    Designer 6i Release 4.1.1.
    First, you install the client tools using the Installer. See also the
    Designer Installation Guide, Chapter 1, 'Client Side installation'.
    Second, you install the repository into an existing database, using
    the Designer Installation Guide, Chapter 2, 'Server-side installation,
    migration and upgrade'.
    The Installation Guide provides step by step instructions on what
    users you need to create for various purposes. Any database users
    you may need to use such as System or Sys will use the password
    given when you installed the database, or whatever passowrd you
    changed it to since.
    The Installation Guide is available as part of the download, or from
    your Windows Start Menu once the Designer client tools are installed
    or from the Designer Documentation page here on OTN.
    Hope this helps. Regards,
    Dominic Battiston
    Designer/JDeveloper Product Management

  • What are the username, password, and connect string for Designer6i R4.1.1

    As the title, I tried system, manager and internal.
    But it did not work out.
    Thank you for your help.

    Hi YungJen Chen,
    There is no general username, password and connect string for
    Designer 6i Release 4.1.1.
    First, you install the client tools using the Installer. See also the
    Designer Installation Guide, Chapter 1, 'Client Side installation'.
    Second, you install the repository into an existing database, using
    the Designer Installation Guide, Chapter 2, 'Server-side installation,
    migration and upgrade'.
    The Installation Guide provides step by step instructions on what
    users you need to create for various purposes. Any database users
    you may need to use such as System or Sys will use the password
    given when you installed the database, or whatever passowrd you
    changed it to since.
    The Installation Guide is available as part of the download, or from
    your Windows Start Menu once the Designer client tools are installed
    or from the Designer Documentation page here on OTN.
    Hope this helps. Regards,
    Dominic Battiston
    Designer/JDeveloper Product Management

  • Capturing Login /PW and Host String!

    HI ALL!
    I NEED UR HELP TO CODE HOW TO CAPTURE
    LOGIN NAME/ PASSWORD AND HOST NAME IN FORMS.
    I AM DEPLOYING THESE FORMS(V5.0) INTO INTRANET.
    THANKS
    VIJAY

    If you need to capture them after the application has been initiated then :
    DECLARE
    u_name VARCHAR2(10);
    pw VARCHAR2(15);
    host_name VARCHAR2(15);
    BEGIN
    u_name := GET_APPLICATION_PROPERTY(USERNAME);
    pw := GET_APPLICATION_PROPERTY(PASSWORD);
    host_name := GET_APPLICATION_PROPERTY(OPERATING_SYSTEM);
    END;
    You can do this in the PRE-FORM or WHEN-NEW-FORM-INSTANCE trigger. If you need to access those variables at some time in the application , then I suggest that you use global variables or create 3 items on the null canvas and assign these values to them.

  • DB Name and Host String

    Whats the difference between a host string and a database name? How can i find out the host string name?

    Hi!
    I'm giving you one link. please go through this. I hope that may solve your requirement -
    Setting Connect String as SQL Prompt .
    Regards.
    Satyaki De.

  • Id,Password and Host

    Hi
    Jim a begginer , i just intsall Oracle at my pc ,
    i want to use SQL to create tables but when ever , i open
    " Oracle SQL*Plus" .. it prompts for
    User name.
    password
    Host
    what should i write in these fields , i mean during installation, i didnt give any user name and password and what will be my host ..
    can any one please reply me
    thanks ..i really appreciate that
    Fahad

    A quick search of the forums would have given you this answer.
    Assuming you are using Oracle9i, try:
    scott/tiger
    system/manager
    sys/change_on_install as sysdba
    You can leave the host blank if you're just connecting to the default database on your PC.
    If you are using Oracle10g, you will have set the passwords yourself during install.
    Alison

  • 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

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

  • Where I have to give the host string name of oracle server in WSAD?

    hi,
    I setup the oracle in my WSAD.But,Its giving below error.
    [3/16/06 13:25:41:332 SGT] 3e75fec4 WsServer A WSVR0001I: Server server1 open for e-business
    [3/16/06 13:25:42:535 SGT] 68bb7ec6 WebGroup I SRVE0180I: [Sample] [Sample] [Servlet.LOG]: ResultData: init
    [3/16/06 13:25:42:551 SGT] 68bb7ec6 SystemOut O the connection started
    [3/16/06 13:25:42:551 SGT] 68bb7ec6 SystemOut O no connection
    [3/16/06 13:25:43:535 SGT] 68bb7ec6 ConnectionFac I J2CA0122I: Resource reference jdbc/MyDataSource could not be located, so default values of the following are used: [Resource-ref settings]
         res-auth: 1 (APPLICATION)
         res-isolation-level: 0 (TRANSACTION_NONE)
         res-sharing-scope: true (SHAREABLE)
         res-resolution-control: 999 (undefined)
    [Other attributes]
    isCMP1_x: false (not CMP1.x)
    isJMS: false (not JMS)
    [3/16/06 13:25:44:285 SGT] 68bb7ec6 FreePool E J2CA0046E: Method createManagedConnctionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/MyDataSource, throwing ResourceAllocationException. Original exception: com.ibm.ws.exception.WsException: DSRA8100E: Unable to get a PooledConnection from the DataSource.
         at com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException.<init>(DataStoreAdapterException.java:244)
         at com.ibm.ws.rsadapter.exceptions.Dat
    [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemErr R      at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:109)
    [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemErr R      at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:77)
    [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemErr R [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemOut O Error on find the database() : java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    SGGSGPTP31DT197.code1.emi.philips.com:1521:CESS
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:59)
    [3/16/06 13:25:44:426 SGT] 68bb7ec6 SystemErr R      at com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java:759)
    [3/16/
    But,I given correct URL.The URL I given is
    jdbc:oracle:thin:@sggsgptp31dt197.code1.emi.philips.com:1521:CESS
    sggsgptp31dt197.code1.emi.philips.com -- this is my host machine.
    I think the problem with host string.
    actually when we are trying to enter into the oracle sql,it asking the username,password and host string.I mentioned the username and password in variables tab.I don't know where I have to mention the host string name.
    Please any one help on this.
    Thank you,
    D.Nagireddy.

    I would say that, since the OP has so little info, there are no policies in use.  It there were then this question would never be asked the way it is being asked.
    I had a client call with a letter from their insurance company; an accountant with malpractice insurance.  THey asked the same question inmuch the same way.  "What computer can you users access?"  The question should be more like
    "Do you have a policy that restricts access to computers and do you audit for compliance?"
    I have had other clients whose insurance asked the question in that way.  It produces a better view of what should be happening and how to show compliance.
    I recommend that companies being asked these questions by their legal departments or insurance companies should contract with a god computer security consultant to assist with answering these very tricky questions.  Of course if it is just you boss's
    curiosity  then you may need to discuss his requirements with him in more depth.
    ¯\_(ツ)_/¯

  • Default SQLPlus host string

    I installed 9.0.1.1.1 on a Win2k PC with default setup using the Oracle Installer. Afterwards, I also installed the OEM on the same machine. For some reason, when I login to SQLPlus without specifying an Host String, SQLPLus always logins into the OEM instance, OEMREP. Does any one know where I can change the defaut Host String back to the original instance?

    You can argue that there is no such thing as a default username, password, and host string for Oracle.
    You can also potentially respond with instructions to try to log on as sysdba
    sqlplus /nolog
    connect / as sysdbaIf you are a member of the appropriate Oracle group you are now connected as user SYS. I do not consider this as a default user.
    You should create and grant appropriate privileges to application and DBA usernames.
    The default instance names for Oracle installed on Windows are XE for Express and ORCL for regular Oracle though this last can be changed.
    HTH -- Mark D Powell --

  • Oracle Host String.

    I Installed oracle on my machine after my installation I forgot my 'host name' . I am able to login without host name . But I need this host name for cognos installtion.I gone through the net and and I alter my Host string to 'orcl' but I am Unable login.
    It's shows TNS Listner Error.
    And I have one more question also
    what is the diff b/w SID and Host string.
    Thanks,
    Mohana Krishana K
    Edited by: user12275872 on Mar 1, 2010 9:52 PM

    Hi,
    Host is the address of the server.
    Please check your tnsnames.ora file in your oracle_home->network->admin folder.
    there you will find something as
    HOST =Twinkle

  • Connection string & host string

    Hello,
    What is difference between connection string and host string?
    Could someone please clarify it.
    Regards
    Krishna

    In tnsnames.ora file in host part whether we have to specify host name or host IP Address?
    ORION.SSAPL01=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = [b]sagardomain.SSAPL01)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    or HOST = 10.15.1.111
    Message was edited by:
    KRKP

  • 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

Maybe you are looking for

  • My iPod classic is saying "do not disconnect" but neither my MacBook Pro or iTunes is recognizing that it is plugged in.  What can I do?

    About 2 weeks ago my iPod told me that something (I forget what now) was corrupt and my iPod had to be restored to factory settings, so I did that.  Before I had a chance to resync my iPod, my harddrive in my MacBook Pro crashed and had to be replace

  • Deleting users in MDM

    Hi All, I have a req where my MDM users are also maintained in the LDAP databse. Now i want that whenever any user moves out of the company,his/her name is removed out of the LDAP directory. On similar lines i want that using some kind of logic eithe

  • Stuck by Upg BW 7.01 to 7.3 Step Configuration-Check Instances Detected

    Hello, i have a problem during the Step Check Instances Detected Phase  (Configuration) the following error is shown: An error has occurred during the execution of the CHECK_INSTANCES_DETECTED phase. There is a mismatch between the dialog instances d

  • Help with (protected) songs!!

    I have found that purchases I have made from the itunes store will not play on my new 2nd Gen iPod touch the files MPEG-4 Audio are (PROTECTED) they were able to play and sync with my old iPod Touch how do I go about UNPROTECTING them any ideas?

  • Shell

    Hi to all. I'd want to test my java chat. I have created a server class e client classes. I am not the administrator of the server where my classes are. So I can't lunch in the window shell the comand: java Server. The server is NT but the problem th