Database home page not opening in oracle linux 4 after installation?

I have just installed oracle 10g express edition R8 (32 bit) in oracle linux 4 (oem 4) which is running on vmware. After installation on going
application(start)->oracle 10g express edition ->Go To database home page. Database home page starts on konqureor and it shows
"An error occurred while loading *http://http//127.0.0.1:%httpport%/apex*:
Unknown host http "
All the other application including plsql is working right which comes with oracle 10g xe. But without Database home page i can't start doing plsql because i can not create any database without opening database home page.
I have also posted this question in yahoo answers(_http://answers.yahoo.com/question/index;_ylt=AjLqSLCkMZzaJgBv_igbiN7ty6IX;_ylv=3?qid=20120324013912AANOlL9_) but what answers has been provided i am not able to understand.
plz help i wanted to work on oracle database. I am trying it for so long. Thanks in advance
Edited by: 921562 on Mar 24, 2012 3:35 AM
Edited by: 921562 on Mar 24, 2012 3:35 AM

921562 wrote:
I have just installed oracle 10g express edition R8 (32 bit) in oracle linux 4 (oem 4) which is running on vmware. After installation on going
application(start)->oracle 10g express edition ->Go To database home page. Database home page starts on konqureor and it shows
"An error occurred while loading *http://http//127.0.0.1:%httpport%/apex*:
Unknown host http "
All the other application including plsql is working right which comes with oracle 10g xe. But without Database home page i can't start doing plsql because i can not create any database without opening database home page.
I have also posted this question in yahoo answers(_http://answers.yahoo.com/question/index;_ylt=AjLqSLCkMZzaJgBv_igbiN7ty6IX;_ylv=3?qid=20120324013912AANOlL9_) but what answers has been provided i am not able to understand.
plz help i wanted to work on oracle database. I am trying it for so long. Thanks in advance
Edited by: 921562 on Mar 24, 2012 3:35 AM
Edited by: 921562 on Mar 24, 2012 3:35 AMThis has nothing to do with Oracle. Do you have an understanding of how URL's are constructed? The leading characters, delimited by the colon (':') specify http protocol. The string between the first colon and the next (if exists) specifies the fully qualified name of the host, or the IP addess of the host. Take a look at what you have there: //http//127.0.0.1" I really don't think your host name is "//http//127.0.0.1". More like '//127.0.0.1"

Similar Messages

  • Startup home page not opening

    on startup FireFox 4 RC opens with blank new tab not home page as I have it setup.

    "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window.
    * http://kb.mozillazine.org/Resetting_preferences

  • Form builder is not opening in oracle linux

    Hi,
    I have installed Oracle EBS in enterprise linux 5.8 . when i am trying to
    open form builder with frmbld.sh following error occurs
    FRM-91113: Internal Error: cannot get default resource file name.
    FRM-10039: Unable to start up the Form Builder
    can any one suggest me for a how to resolve this.
    Regards,
    Sagar
    Edited by: 953446 on Aug 17, 2012 10:56 AM

    Hi,
    Host file entry i have:
    127.0.0.1 localhost raouf.oracle.com
    169.254.25.129 raouf.oracle.com
    123.201.70.57 raouf.oracle.comWhy do you have two entries for the same host? Please edit this file, and make sure you have one IP Address for "raouf.oracle.com", run AutoConfig on the database/application tier nodes then try again.
    For the browser, make sure you use a certified client OS/Browser.
    Regards,
    Hussein

  • Can not load the Database Home page

    I have installed the database on a XP sp2 computer. After the installation is complete I try to open the database home page using the short cut created by the installation program and I receive an error from in I.E. “The page can not be displayed”. I tried to connect using the Run SQL command line by typing "connect system/password (My system password create in the installation)" and I receive another set of errors:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist

    Hi,
    did the installation complete without errors?
    Check the logfiles for "ORA-" messages:
    cd D:\Oracle\XE\app\oracle\product\10.2.0\server\config\log
    D:\Oracle\XE\app\oracle\product\10.2.0\server\config\log>grep "ORA-" *
    cloneDBCreation.log:ORA-01109: Datenbank nicht geoffnetThis is what it looks like after my install on XP, the one message is ok.
    What about the user accounts you used for the install?
    Was the install user a local admin user on your machine?
    What does the command net localgroup ORA_DBA say?
    Is the user you are trying to connect to the XE db a member of this local group?
    Here is the output from my machine:
    D:\Oracle\XE\app\oracle\product\10.2.0\server\config\log>net localgroup ORA_DBA
    Aliasname ORA_DBA
    Beschreibung Members can connect to the Oracle database as a DBA without a password
    Mitglieder
    Dietmar Aust
    NT-AUTORITÄT\SYSTEM
    ~Dietmar.

  • Oracle 10G Express:Unable To open DataBase Home Page

    I am not able to open Database Home page.
    http://127.0.0.1:8040/apex
    I verified the below steps:
    1.OracleListener and Service are starting up fine.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    The OracleXETNSListener service is starting.
    The OracleXETNSListener service was started successfully.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    The OracleServiceXE service is starting.......
    The OracleServiceXE service was started successfully.
    2. netsat output - local host listening to port 8040
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>netstat -an | find "8040"
    TCP 127.0.0.1:8040 0.0.0.0:0 LISTENING
    3. Http port in database
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Aug 20 18:11:13 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: system
    Enter password:
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> select dbms_xdb.gethttpport() from dual;
    DBMS_XDB.GETHTTPPORT()
    8040
    SQL>
    4. Disabled Personal Firewall before starting the Service and Listener
    5. listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 8040))
    DEFAULT_SERVICE_LISTENER = (XE)
    CONNECT_TIMEOUT_LISTENER=10
    6.tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 8040))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    7. Listener log when i try to open the database home page.
    Started with pid=180
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8040)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    20-AUG-2006 17:28:23 * 12502
    TNS-12502: TNS:listener received no CONNECT_DATA from client
    20-AUG-2006 17:30:34 * 12502
    TNS-12502: TNS:listener received no CONNECT_DATA from client
    Can someone help me how to get to the home page.

    What does your lsnrctl status give you?

  • Not able to access Oracle 10g XE database home page on Windows XP?

    I wanted to practise pl/sql in my office pc. I installed Oracle 10g XE on my machine and after that I also started Agent from Services. However When i clicked on Database home page it doesn't start. Changing network configuration might create problem in network. Can anybody help me working out this problem or has any alternative to practise PL/SQL with tiny oracle database.
    Regards
    Manish
    Edited by: user11003855 on Apr 19, 2009 11:27 PM

    Did you configure loopback adapter?
    :p

  • I do not see the Go To Database Home Page selection.

    I do not see the Go To Database Home Page selection.
    1 Logging in as the Database Administrator
    The first thing you need to do is to log in as the Oracle Database XE
    Administrator. Follow these steps:
    1. Open the Database Home Page login window:
    ■ On Windows, from the Start menu, select Programs (or All Programs),
    then Oracle Database 10g Express Edition, and then Go To Database
    Home Page.
    ■ On Linux, click the Application menu (on Gnome) or the K menu (on
    KDE), then point to Oracle Database 10g Express Edition, and then Go
    To Database Home Page.
    2. At the Database Home Page login window, enter the following information:
    ■ Username: Enter system for the user name.
    ■ Password: Enter the password that was specified when Oracle Database
    XE was installed.
    3. Click Login.
    The Oracle Database XE home page appears.

    That is really strange, actually the go to database homepage is going to the application express home page,
    http://peterzyw.spaces.live.com/photos/cns!DF2188D6F941C9F9!918/
    If you really cannot see this option, you can try to type the URL of apex and access it
    http://localhost:port/apex
    http://localhost:8080/apex
    The go to database homepage menu option should be below the "Run SQL Command Line" .

  • Cannot access Oracle XE database home page

    Hi
    I have just installed Oracle Database 10g express edition on my Windows XP, and the installation seemed to go well.
    I then select to go to the database home page after the installation which opens a browser at this address: http://127.0.0.1:8080/apex, and i get a The page cannot be displayed' error.
    During the install, i was given this information:
    Destination Folder: C:\oraclexe\
    Port for 'Oracle Database Listener': 1521
    Port for 'Oracle Services for Microsoft Transaction Server': 2030
    Port for HTTP Listener: 8080
    I have tried restarting my computer, but still get the cannot find server error when attempting to go to the database home page.
    I was wondering if anyone else has had experience with this issue, where they cannot get to the database homepage, and how they may have solved it.
    I also have disabled my firewall. but still could not access Home Page.
    Any help would be greatly appreciated.
    many thanks
    Philip.

    Hi,
    when i tried to conenct through sql command line, this is what i got:
    SQL> connect sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file 'C:\oraclexe\app\oracle\product\10.2.0\serv
    er\dbs/spfileXE.ora'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    SQL>
    even though the database is already started and i see the service running fine.
    Philip.

  • Unable to open Database Home Page after installation

    Hello!
    I have made my very first installation of Oracle 10g XE and I have immediately tried to open the Database Home Page, as suggested by the installer.
    However, I have got a browser error and I noticed that no process was listening on port 8080.
    No Oracle service was running, except OracleXETNSListener. Nonetheless I have started OracleServiceXE as well and it started without visible errors.
    However, port 8080 is still not open.
    I am really disappointed with my first experience with Oracle products. No errors whatsoever, but an inaccessible home page. In addition, I have noticed other questions about the same problem. No working answers for me. I feel quite frustrated.
    Just FYI: I am running Windows XP SP3.
    Is there any way to solve this issue at the end of the day?
    Thank you and sorry if being offending. I think that a company like Oracle should not tolerate such an unfriendly product installation, especially if counting on winning new customers with its free XE database.
    Best wishes,
    Georgi
    P.S. Yes, I have errors in C:\oraclexe\app\oracle\product\10.2.0\server\config\log files, but they are quite a lot and I can't realize what went wrong exactly. There are probably errors elsewhere as well, but they are not visible to the ordinary user/developer during the installation. Sad.
    Edited by: user10677497 on Dec 3, 2008 4:30 PM

    Hello!
    I have made my very first installation of Oracle 10g XE and I have immediately tried to open the Database Home Page, as suggested by the installer.
    However, I have got a browser error and I noticed that no process was listening on port 8080.
    No Oracle service was running, except OracleXETNSListener. Nonetheless I have started OracleServiceXE as well and it started without visible errors.
    However, port 8080 is still not open.
    I am really disappointed with my first experience with Oracle products. No errors whatsoever, but an inaccessible home page. In addition, I have noticed other questions about the same problem. No working answers for me. I feel quite frustrated.
    Just FYI: I am running Windows XP SP3.
    Is there any way to solve this issue at the end of the day?
    Thank you and sorry if being offending. I think that a company like Oracle should not tolerate such an unfriendly product installation, especially if counting on winning new customers with its free XE database.
    Best wishes,
    Georgi
    P.S. Yes, I have errors in C:\oraclexe\app\oracle\product\10.2.0\server\config\log files, but they are quite a lot and I can't realize what went wrong exactly. There are probably errors elsewhere as well, but they are not visible to the ordinary user/developer during the installation. Sad.
    Edited by: user10677497 on Dec 3, 2008 4:30 PM

  • Oracle 10g XE - unable to connect to the database home page

    Hi,
    I have installed Oracle 10g XE on my computer. When I try to open the Database home page at http://127.0.0.1:8080/apex, I get a Page not found error.
    I have followed the steps outlined in the forums-
    a) did "netstat -a"
    Output : found that port 8080 isn't being used.
    b) did "lsnrctl status"
    Output: under Services summary - instance "CLRExtProc" is unknown
    - instance "PLSExtProc" is unknown
    - instance "xe" is ready
    - instance "xe_xpt" is ready
    c) did "sqlplus / as sysdba"
    Output : Connected to Oracle 10g Express Edition
    d) did "select status from v$instance "
    Output : Mounted
    e) did "select open_mode from v$database"
    Output : Mounted
    f) did "startup"
    Output : started the database
    Not sure why the database home page still wouldn't open. Any help is appreciated.

    Hi,
    >>What is the command to change the status to "READ WRITE" ?
    C:\>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Mar 29 00:26:33 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to an idle instance.
    SYS@XE> startup mount
    ORACLE instance started.
    Total System Global Area  188743680 bytes
    Fixed Size                  1286460 bytes
    Variable Size              92278468 bytes
    Database Buffers           92274688 bytes
    Redo Buffers                2904064 bytes
    Database mounted.
    SYS@XE> select open_mode from v$database;
    OPEN_MODE
    MOUNTED
    SYS@XE> select status from v$instance;
    STATUS
    MOUNTED
    SYS@XE> alter database open;
    Database altered.
    SYS@XE> select open_mode from v$database;
    OPEN_MODE
    READ WRITE
    SYS@XE> select status from v$instance;
    STATUS
    OPENCheers
    Legatti

  • Problem In GO TO DATABASE HOME PAGE in oracle 10g XE  updated

    When i click the GO TO DATABASE HOME PAGE icon my web browser say "The page you are looking for is currently unavailable Server, Cannot find server or DNS Error
    Internet Explorer" and the address that it is openning is "http://127.0.0.1:8080/htmldb" can any one help me with this?
    Im using oracle 10g express edition, the one that is available for free download. And my operating system is windows xp SP2.
    Thanks
    Message was edited by:
    user468763

    There is a dedicated forum for questions related to XE
    Oracle Database Express Edition (XE)
    You need first to register for this forum here:
    http://www.oracle.com/technology/xe/registration
    After you register, simply log on to the discussion forums wth the same userid that you used to register - no need to wait for the confirmation email.

  • XE-installation- GO TO DATABASE  HOME PAGE- page can not be displayed

    Hi ,
    I have installed oracle XE , when i try to visit GO TO DATABASE HOME PAGE , page can not be displayed is comming , can any one help me on this .
    tnx in advance.......

    First check if XE service is running. You can go Control Panel >> Administrative Tools >> Computer Management >> Service to check

  • Oracle database 10g express edition-database home page problem.

    I've installed Oracle database 10g express edition.
    When I try to launch to the database home page,a login pops up saying "connecting to 127.0.0.1" expecting an user and password.
    I tried my system and sys login,but both were unsuccessful.
    Could someone help me please.?
    Thanks,
    Bhagat

    Feel free to join us in the XE forum at Oracle Database Express Edition (XE)
    If you're not registered there, do so using http://www.oracle.com/technology/xe/registration
    Also feel free to use the documentation at http://www.oracle.com/pls/xe102/homepage, specifically the "Getting Started Guide"
    You need to log in using SYSTEM and the password you supplied during install.

  • Each time I open my Firefox browser, the tab from the last time opens. I have the browser set to open on my home page, not to the tab from the last time. I keep trying to save the setting for the browser to open on my home page but it doesn't.

    Each time I open my Firefox browser, the tab from the last time opens. I have the browser set to open on my home page, not to the tab from the last time. I keep trying to save the setting for the browser to open on my home page but it doesn't.

    Try to create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Error in Oracle 10g "Go To Database Home Page"

    I just downloaded the Oracle Database 10g Express Edition and successfully installed it. But when I click on the "Go to Database Home Page" from the start menu, a new browser window opens up but nothing actually loads on the page. The browser seems to be trying to load the page forever. The URL that is being tried to load seems to be correct: http://127.0.0.1:8080/apex. I am using IE version 6.0 on Windows XP. Can somebody help me what I am doing wrong?

    Before you proceed with this troubleshooting tecnique, verify the contents of the alertXE.log file, if some issues are reported there, to make you think it is a lack of temporary tablespaces, then proceed as follows:
    This alter tablespace command is issued from a sqlplus prompt.
    Once you have installed your OracleXE it starts your database and listner processes. Before accessing sqlpus, ensure you have properly defined environment variables:
    ORACLE_HOME
    ORACLE_SID
    PATH
    Once you have ensured your environment is properly configured, connect as sysdba
    sqlplus / as sysdba
    This will open your SQL prompt, from there you can issue the commands.
    ~ Madrid.

Maybe you are looking for

  • Calendarview using APEX

    Dear Forum Members, Do you know, if there is any possibility to implement a calendar database including something like the week view of Apples iCal (luxury) or at least something like the week view of WebCalendar (http://www.k5n.us/webcal-screenshots

  • Uploading applets to a JCOP card

    Hi everyone, I have a little problem. Is it possible to upload an applet to a JCOP card with JCSDK only? no JCOP framework... thanx for any help. BR erno

  • Converting Image files to PDF

    I tried converting some image files to pdf, and found that resulted in loss of resolution. Please can you advise an alternative option for me not to lose resolution? Regards, Rachel.

  • Illustrator CC v 17.0.1 Freezing up

    Illustrator freezes up during even the simplist operations.   Problem Event Name: AppHangB1 Application Name: Illustrator.exe Application Version: 17.0.0.260 Application Timestamp: 528213c9 Hang Signature: ddf1 Hang Type: 1 OS Version: 6.1.7601.2.1.0

  • Masking First 5 Digits of SSN in SSHR

    Personalization or Framework Gurus - I have a requirement that we mask the first 5 digits of an employee's SSN in SSHR Personal Details. Has anyone done this before and if so, how? We have made the field view only already and are looking to take 123-