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)

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.

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

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

  • Example of using pie graphs in oracle 10g or 9i forms (not JDeveloper)

    Hi..
    Please can anyone show me how to use pie graphs in oracle 10g or 9i forms using bean?
    i also want to know how to put data in pie graph.. as u know in column graph for example we have an x-axis and y-axis,and in pie there is no x-axis and y-axis.. so how i can put the same data in pie graph.. and also i may need more than one value for the x-axis or the y-axis to use in pie graph so how can i do it??
    i use set_custom_property to call properties in beans.
    I would so thankful for how can answer me.. please its urgent
    thanks

    Hi,
    Thanks for your reply..but i already have this demo and it doesn't contain an example for a pie graph..if u know where i can find any example for a pie graph and how to pass data to it i would be so thankful
    Thanks again.
    Eyad Basheer

  • 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 ;)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Forms 4.5 with Oracle 10g

    Hi,
    I have an application in - Front end tools : Oracle Forms/Reports 4.5. RPT, SQL, and PROC(all are in CUI-character user interface)
    Database : Oracle 7.3.4.
    I have a plan for migrating database to 10g keeping front-end as it is.
    Is there any compatibility issue with forms 4.5(CUI) with oracle 10g.
    Regards
    JIJU

    Hi,
    I have an application in - Front end tools : Oracle
    Forms/Reports 4.5. RPT, SQL, and PROC(all are in
    CUI-character user interface)
    tabase : Oracle 7.3.4.
    I have a plan for migrating database to 10g keeping
    front-end as it is.
    Is there any compatibility issue with forms 4.5(CUI)
    with oracle 10g.
    Regards
    JIJUCharacter interface?? you mean Forms 3 not 4.5??
    It will not work, you cannot directly migrate Oracle 7.3.4 to 10g, you need to migrate it first to 8.1.6 and than to 10g.
    Even if you succeed in your database migration your front end version will not work.
    Tony

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

Maybe you are looking for