Login problem to oracle 10g

Hi all,
I have installed the oracle 10g (Oracle Database 10g Release 1 (10.1.0.2) for Microsoft Windows (32-bit) ).The installation was sucessful and I created the same password for all the default accounts.I left everything for default like
Global Database name: orcl
SID:orcl
When I tried to enter to sql plus from '' start->all programs->Oracle-OraDb10g_home1->Appliction development ->SQL Plus,
On the logon screen, I entered the following information
user name: sys
password : ************
Host string : orcl
I also tried changing user names to like 'SYSTEM' but nothing works.The error message Iam getting is
ERROR: ORA-28009: connection to sys should be sysdba or sysoper
so I also tried changing the Host String to 'sysdba' and 'sysoper' .but Nothing works.
Please help me.Iam waiting for ur reply folks
Thanks in advance !
Sridhar

When connecting from sqlplus you must provide the as sysdba clause, type this when prompted
sys as sysdba
yourSYSPassword
You can try to connect directly by a command prompt:
sqlplus / as sysdba
It will connect directly to your database.
From the sqlplus (win) you can also try to write at the username prompt: / as sysdba
you are not required to type the sys password, as it is authenticated by the OS and no password is required for sysdba connections if connected directly on the console.
If you try to connect as system you will be prompted for a password. Only sysdba can be OS authenticated. SYSTEM password is the password defined at install time.
~ Madrid.

Similar Messages

  • Initial Login Problems with Oracle 10g Express

    Hi,
    Can anybody help, im a student trying to use oracle 10g Express for a project, my problem is the express will not allow me to login as an administrator from the word go. I'm using the right user name and password and every time I login the page just refreshes itself with no other prompts. If i type the wrong credentials i get a message saying so and if using the Hr user name and password it says its locked as it should. Ive used the sql prompt to login and this works so i no the password and user name are correct, but id like to use the GUI if i could. Ive unistalled and reinstalled twice still no joy. Any suggestions?

    Hey again, thanks for your replies, Yes i have been using SYSTEM and SYS with a password of oracle in the GUI interface. When i use the SQL prompt i use the following to login:
    SQL> conn system/oracle
    connected.
    SQL> Show User
    USER is "SYSTEM"
    This says to me that i have logged into the database but still i have no luck in doing the same through the GUI interface using the same credentials.

  • Form login problem in Oracle 10g AS, even form does display

    Dear All
    We are facing one problem, when we access form with oracle 10g AS, the form is displayed, but when we enter username and password, it doesnt go to the other screen, it remains hang there and doesnt do any thing, neither give any error.
    we would appreciate the help.
    thanks in advance

    Sounds like you cannot connect to the database....
    Is there a firewall between the app-server and the database? If yes, could you check with your firewall people that all traffice from db-server is allowed to app-server (from app-server to db-server just 1521, or another port that you used for the listener, is enough)
    If not all traffic is allowed, then check the USE_SHARED_SOCKET environment variable (this is the windows name, there is a setting like this for unix too, but I can't recall the exact name by heart. It might be different)

  • Login problem in oracle 10g

    hi
    i have windows xp on my system. i installed oracle 10g.
    when i am trying to login in sql*plus by user name Scott / system it gives an error account locked .is there any other default user names and passwords and host sting ?coud you pleas give me any suggestions to get started.you suggestions are highly appreciated.

    hi
    i have windows xp on my system. i installed
    oracle 10g.
    when i am trying to login in sql*plus by user name
    Scott / system it gives an error account locked .is
    there any other default user names and passwords and
    host sting ?coud you pleas give me any suggestions
    to get started.you suggestions are highly
    appreciated.try logging in through ur
    system/manager account.
    In 10g when u install the password for all accounts must be given.
    if the password is not specified then the password is default mentioned above.
    After logging in
    try this out
    sql>ALTER USER SCOTT
    ACCOUNT UNLOCK;
    the user account will be unlocked

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

  • Login problem with Oracle 10g Express Edition as system user

    I have installed Oracle Database 10g Express Edition, but I can not login inside. I use the following:
    user: system
    password: ****** the password witch I put during the installation.
    As I click Login, the page returns to the same state and wants username and password again. As I write wrong user and pass it yields an error, as I write the right user and pass it returns to the same page again. I used uppercase for system and lower case, but the problem goes on. I read the documentation, but I didn't find a solution.
    Eventully I may be miss something. Can anyone help me?

    Hi,
    Are you try to connect sys user on sql command prompt and alter system user password then try to connect
    regards
    Taj

  • Problem in oracle 10g release 2

    I faced strange problem while selecting data from join of tables (in oracle 10g). While selecting, when the order of fields in "group by" clause is changed, the resulting summary of values is changed too. For eg,
    query1 = SELECT F1, F2, F3, SUM(F4)
    FROM TBL1
    GROUP BY F1, F2, F3, F4
    query2 = SELECT F1, F2, F3, SUM(F4)
    FROM TBL1
    GROUP BY F2, F4, F1, F3
    The results SUM(F4) given by query1 and query 2 do not match. While testing these querries in differnt environments, we found such problem in ORACLE 10g RELEASE 2 only and not in ORACLE 10g RELEASE 1. I need to execute this query in oracle 10g. Can anybody help me finding the exact problem?

    The results SUM(F4) given by query1 and query 2 do not matchSince the group by clause is not same, the result of sum can be different.
    Can you provide us some dataset ?
    Nicolas.

  • Installation problem with oracle 10g release 1 in RHEL ES 4 platform

    Hi,
    I am facing such a problem. I want to install Oracle 10g release 1.
    I am using linux 86_64
    os is RHEL ES 4 UPGRADE 5 X_86_64
    When i put the command ./runInstaller It shows os is not supported.
    Is there any way to install this oracle version.
    Can u please suggest which version os is suitable for this.
    please suggest.
    Thanks & regards

    WHICH 10gR1 software do you use? Oracle provides different versions, you need 10.1.0.3 for Linux x86-64 from the OTN download page.
    By the way I would install 10gR2.
    Werner

  • Open cursors problem- j2ee + oracle 10g

    Hi,
    I am using EJB on sunOne application server 8.1., Oracle 10g DB.
    EJB container connects to Oracle DB through a set of connection pools.
    BMP for all entity beans.
    I have about 160 PL/SQL functions that make up the business logic of the online application. everytime the application runs, I get an increasing number of open cursors, including some of the ones that are explicitly closed within PL/SQL (inspection with sys.v_$open_cursor).
    I made sure all CallableStatements, PreparedStatements, RecordSets within the beans are closed and set to NULL. All PL/SQL functions use explicit cursors, so every select statement is managed within a cursor which is explicitly closed when the function finishes with it.
    From v$open_cursor, I identified the sessions with the cursors still open, and issued (ALTER SYSTEM KILL SESSION �sid, #serial�) for each of the sessions (this is done via a PL/SQL function for all inactive sessions).
    These sessions have state INACTIVE, and wait_class IDLE. This has Killed all sessions, but I was not able to use the application anymore. I suspect by killing those sessions we have also caused the connections between EJB container and the Oracle DB. The only way to use the application now is to stop and restart the sunONE domain � this is very inconvenient.
    Has anyone encountered a similar problem? any suggestions to reduce or eliminate the open cursors number? Please help.
    Thank you all

    Maybe you can try to have a smaller steady-pool-size and idle-timeout-in-millis for your connection pools.
    Also, if that's at all possible, have smaller number of connection pools being shared by more apps.
    Just my 2c.
    thanks.

  • Problems: install oracle 10g 32 bits on RH 5.8 x64

    Hello,
    Someone has given me an oracle 10g 32 bits to install on a Redhat 5.8 64 bits server (no other server available).
    I have a lot of errors during the installation process
    exemple:
    INFO: /usr/bin/ld: skipping incompatible /oracle/client/10x_32/lib/libxml10.a when searching for -lxml10
    /usr/bin/ld: cannot find -lxml10
    collect2: ld returned 1 exit status
    I installed libxml10 64 and 32 bits on the system !
    I would like to know if this configuration is POSSIBLE ???!
    If yes, what is the solution / process to fix these compli. problems :-|
    Thanks for your help !

    962147 wrote:
    yes i read the installprocess and pre requisits:
    But first "**is it possible to install oracle 10g 32 bits on redhat 64 bits ???* "
    yes or no ? :-(
    I've never seen any 32-bit software that DIDN'T run on a 64 bit OS, as long as the necessary libraries are installed.
    I used this process: is it the good one ?
    http://www.oracle-base.com/articles/10g/oracle-db-10gr2-installation-on-rhel-5.php
    Tim does a very nice job with his stuff on oracle-base, but that is NOT the official documentation. Why not use ORACLE'S own installation guide? Have you seen http://docs.oracle.com/cd/B19306_01/install.102/b15667/toc.htm
    And why are you installing a a version of Oracle that is out of support?
    And as long as you have a 64-bit OS, why would you want to run a 32-bit version of Oracle?
    Edited by: 962147 on 29 sept. 2012 13:06Edited by: EdStevens on Sep 29, 2012 9:22 PM

  • I have a problem with oracle 10g express edition

    Hello,
    I have just installed oracle 10g express edition and I have a problem with the script editor. I can write anything in the window that appears below buttons undo,redo and find, It is like disabled. I use windows XP, Firefox 2.0 ( I have also tried with Iexplorer and It does not work either). I have javascript enabled.
    anyone knows what is the problem?
    Later,I have installed it in a virtual machine of Windows 2003 Server and It works well but I`d rather use it in my Microsoft XP
    Thank you very much
    Fernando Martínez

    It looks like you can fix this if you replace the codearea.xbl.xml and codearea.iframe.html files in the
    /i/editor folder with files from an Apex 2.2.1 installation - such as the one on apex.oracle.com.
    Since I don't know what the licensing implications are, I will let you figure out the details.

  • Problem with ORACLE 10g on VirtualBox ....

    Hi,
    Currently, I installed an instance of ORACLE 10g on Virtual Server with Windows Server 2K3 Enterprise x86, but after to turn off o restart the virtaul Machine, areceived an error of ORACLE "ORA-12514"...
    I had created the virtual server 3 times but the problems continues, Can somebody help me?
    Thanks.
    Oscar Carrizales.

    1000990 wrote:
    Hi,
    Currently, I installed an instance of ORACLE 10g on Virtual Server with Windows Server 2K3 Enterprise x86, but after to turn off o restart the virtaul Machine, areceived an error of ORACLE "ORA-12514"...
    I had created the virtual server 3 times but the problems continues, Can somebody help me?
    Thanks.
    Oscar Carrizales.ORA-12514 ALWAYS only occurs due to a problem on DB Server system.
    One cause of this problem is when the Oracle database is down & needs to be started.
    A remote client send a request to the Listener asking to be connected to a specific service.
    If/when the listener does not know anything about that service, the listener responds with ORA-12514
    post results from the following two OS commands:
    lsnrctl status
    lsnrctl service
    Since every connection request to the listener gets logged, listener.log file will contain a line with 12514 as status code.
    This line contains valuable debugging details. So post this line & surrounding lines.
    for additional debugging suggestions read the URL below:
    http://edstevensdba.wordpress.com/2011/03/19/ora-12514/

  • Problem with Oracle 10g

    i have installed Oracle 10g in my PC.
    as usual, some username inclusing SYS,SYSMAN will be using the password specified.
    after finish installing, a database will be created.
    and supposed i can use the username mentioned above to log into the Web-based Enterprise Manager as well as SQL*Plus.
    however, after the first time logging into the EM, the next day, it prompt me to startup the database or "perform Recovery".I start it up with the name as well as the OS username and password. but i cant log into the web based EM.
    besides, i also cant og in to the SQL*Plus using the username (etc. SYS, SYSTEM...) with the relevant password.It asked me for another information, host string, but leave it blank...
    so what should i do to solve this problem? i have tried for so many days and still cant solve the problem.any files that need to be modified or any steps that i have ignored?
    i am new with that...hope someone can guide...
    --thank you XD 

    ya, i get the error messages as shown
    >
    Error:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    i try to connect it to SQL*Plus before attempting to log into the Enterprise Manager.Is this ok?
    however,i cant even connect into both SQl*Plus or EM.
    --thanks ;)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Password problem in oracle 10g after upgrading from oracle 9i

    Hi to all,
    i'm migrating oracle 9i to oracle 10g. in oracle 9i username/password are same character(eg kareem/kareem)
    after upgrading to oracle 10g will it create any problem. Because in oracle 10g the condition is when creating user is username and password should not contain same character (kareem/kareem not allowed).
    Thanks in advance

    in oracle 10g document, they have mention below condition to create user. See the second condition.
    • Passwords must be between 4 and 30 characters long.
    • Passwords cannot be the same as the user name.
    • Passwords must be from the database character set and can include the underscore (_), dollar ($), and pound sign (#) characters.
    • Passwords cannot be Oracle reserved words.
    • Don't start the password with a numeral.
    • Don's use change_on_install or manager as passwords, since they are used by Oracle.
    As i'm going to upgrade oracle 9i to 10g. if it give problem because username and password are same then i have to request my development team to change the password in their application.Can you please verify and tell me.
    Edited by: user7071421 on Sep 25, 2008 4:33 AM

  • LDAP error 49: OID login failed in Oracle 10g

    Hi All,
    Am new to Oracle-10g stack. Following is the error while login to "Oracle Directory Manager".
    LDAP: error code 49 - 8009030C:LdapErr: DSID-0C090336, coment: AcceptSecurityContext error, data 2030, va28
    I forgot the password for su user("cn=orcladmin"), may be I might have locked it also, am not sure.
    What is the best way to get back to normal life?. How can I get/reset password for cn=orcladmin account to access OID?
    With my R&D I found the following way and here is the result.
    ora-infr/bin> oidpassword connect=orcl unlock_su_acct=true
    OID DB user password: mypassword
    OID super user account unlocked successfully
    or-infr/bin> odisrvreg.bat -p 389 -D cn=orcladmin -w mypassword
    Invalid Credentials
    See the following log file in the current directory for details: odisrvreg.err
    Would appreciate your detailed answers to this specific question
    ThanQ
    Happy Oracle

    hi
    i have windows xp on my system. i installed
    oracle 10g.
    when i am trying to login in sql*plus by user name
    Scott / system it gives an error account locked .is
    there any other default user names and passwords and
    host sting ?coud you pleas give me any suggestions
    to get started.you suggestions are highly
    appreciated.try logging in through ur
    system/manager account.
    In 10g when u install the password for all accounts must be given.
    if the password is not specified then the password is default mentioned above.
    After logging in
    try this out
    sql>ALTER USER SCOTT
    ACCOUNT UNLOCK;
    the user account will be unlocked

Maybe you are looking for

  • ABAP Report to HTML in BSP

    Hi, I have read the very interesting posts about calling ABAP reports from BSP applications. Nevertheless, I noticed 2 constraints in order for a Report to be called : - the <b>sap/bc/report</b> must be active in Transaction SICF - the report must ha

  • Some items from the following product(s) could not be installed ... Again

    I have the CS6 Master collection, several of the programs wouldn't open for a time but that was mostly solved by reinstalling them with the installer. The lone holdout was Premiere Pro. Not only has it resisted every solution I have gleened from read

  • Error Message when opening Photoshop CS5: CoreFoundation.dll missing

    Hello... and thank you for your help, I downloaded my upgraded version of CS5 yesterday. I am running Windows 7. I did not have a problem with the download or with accessing it. CS4 is still loaded on my computer. Toady I started copying plugins and

  • Help if you can please......

    I recently got a new BlackBerry desktop software upgrade ver 6.0.  After it was installed, I'm trying to sync my contacts.  When I go to configure settings, 2 things happen: 1)  a box saying BlackBerry Data Synchronization pops up saying Determining

  • Why Aren't My Playlists Syncing?

    Equipment List & Versions: -iPhone 4S, Ver. 7.0.6 -MacBook Pro, OS X, Ver. 10.9.1 -iTunes Ver. 11.1.5 So, for some reason whenever I sync my iPhone to my Mac, my Playlists are never copied over to my iPhone.  The only time that I can see them is when