HTMLDB login screen.

Hi All,
I have installed HTMLDB in oracle 10g database. I am able to view database control of oracle 10g database but when I enter http://hostname:7777/pls/htmldb/htmldb_admin I am getting,"page cannot be displayed".
With the same HTTP server I am able to access the oracle 10g database control in browser.
Pls help me to get the htmldb login screen.
Regards
Murali

Hi All,
I have installed HTMLDB in oracle 10g database. I am
able to view database control of oracle 10g database
but when I enter
http://hostname:7777/pls/htmldb/htmldb_admin I am
getting,"page cannot be displayed".
With the same HTTP server I am able to access the
oracle 10g database control in browser.
Pls help me to get the htmldb login screen.
Regards
MuraliHave you tried using http://hostname:7777/pls/htmldb rather than http://hostname:7777/pls/htmldb/htmldb_admin?
The first URL I showed should take you to the regular workspace login, where you can build applications. The one that you put in your posting is an alias for the internal workspace login, which is where you manage the overall ApEx installation.
Earl

Similar Messages

  • Htmldb 2.0 login screen not showing proper screen and login does not happen

    I installed htmldb 1.6 from the comapnion disk (10.2) and everything
    worked fine. I could log into htmldb.
    I then upgraded to htmldb 2.0 with no problems on the DB side.
    I copied the images dierctory from the compaion disk to the right location
    but when I try to log in I get a login screen that does not have the 2.0
    splash screen and then when I type in my credentials nothing happens.
    I am running:
    [oracle10@testdb1 htmldb_2.0]$
    /u01/oracle10/OraHome2/Apache/Apache/bin/httpd -version
    Server version: Oracle-Application-Server-10g/10.1.2.0.0
    Oracle-HTTP-Server
    Server built: Dec 2 2004 19:23:24
    you can see in the marvel.conf that the image directory is /u01/oracle10/OraHome2/htmldb/images/
    Alias /i/ /u01/oracle10/OraHome2/htmldb/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString
    testdb1.atcscc.tfmi.nas.faa.gov:1521:d2tfmdb ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword @BX5miUCgp+G3mLhUsFTZ3pNweNo7ykAArA==
    AddType text/xml xb1
    AddType text/x-component htc
    Allow from all
    </Location>
    I copied the install image directory to this (as you can see)
    I.e cp -rf htmldb/images /u01/oracle10/OraHome2
    but when I log on to htmldb
    (http://xxxx.domain:7777/pls/htmldb)
    I get the htmldb logon screen but not the 2.0 splash screen. It's like
    its not seeing the gif files.
    I enter the workspace /username/password but nothing happens, no
    errors, no web page cycle, nothing.......
    [oracle10@testdb1 home]$ ls /u01/oracle10/OraHome2/htmldb/images/
    16admin.gif Fndtre01.gif
    portal_right_menu_bott.gif
    1pixelbeige.gif Fndtre02.gif

    It looks like your copy command was wrong.
    cp -rf htmldb/images /u01/oracle10/OraHome2
    will copy the images directory to /u01/oracle10/OraHome2, it won't copy htmldb/images.
    You want to:
    1) cp -rf htmldb/images /u01/oracle10/OraHome2/htmldb
    2) Remove the directory /u01/oracle10/OraHome2/images that you created
    Joel

  • Can we have two login screens for a particular application?

    I have an application which is sso enabled.
    Can i have another login screen, which doesnt authenticate SSO?

    I a nutshell, Yes you can have multiple login pages for one application. All you will need to do is specify which one you want to go to when you create the link to the application.
    E.g If you have an application number of 54321 and within this application you have 2 login pages number 101 and 111. You will need to use the following urls to access each one:
    http://server_name:port/pls/htmldb/f?p=54321:101
    http://server_name:port/pls/htmldb/f?p=54321:111
    I do not know about how SSO works with ApEx as I have never used it. But you can definitly have 2 separate login pages.
    Hope this helps,
    Cj

  • Annoying XDB login screen

    XDB login screen appears all the time when running installed demo applications
    11g fresh install on redhat linux, installed demo applications, and every click presents an annoying XDB login screen (which needs to be cancelled to access the application screen).
    running rdbms/admin/epgstat.sql reveals that
    | ANONYMOUS access to XDB repository: |
    | To allow public access to XDB repository without authentication, |
    | ANONYMOUS access to the repository must be allowed. |
    Allow repository anonymous access?
    false
    The XDB login screen no longer appears that frequently after running the custom script listed by
    Pravednik in this link http://kr.forums.oracle.com/forums/thread.jspa?threadID=641846
    QUESTION 1) What is the recommended way to make the Allow repository anonymous access = true ?
    The problem still persists when apex the browser attempts to display images from the database.
    for example:
    http://localhost:port/i/htmldb/builder/db_objects_ctrl.gif
    QUESTION 2) how to tell XDB not to authenticate such image access?

    <pre>
    SQL> @epgstat
    | XDB protocol ports: |
    | XDB is listening for the protocol |
    | when the protocol port is non-zero. |
    HTTP Port FTP Port
    8090 0
    1 row selected.
    | DAD virtual-path mappings |
    Virtual Path DAD Name
    /apex/* APEX
    1 row selected.
    | DAD attributes |
    DAD Name DAD Param DAD Value
    APEX database-username ANONYMOUS
    default-page apex
    document-table-name wwv_flow_file_objects$
    request-validation-funct wwv_flow_epg_include_modules.authorize
    ion
    document-procedure wwv_flow_file_mgr.process_download
    nls-language american_america.al32utf8
    document-path docs
    7 rows selected.
    | DAD authorization: |
    | To use static authentication of a user in a DAD, |
    | the DAD must be authorized for the user. |
    no rows selected
    | DAD authentication schemes |
    DAD Name User Name Auth Scheme
    APEX ANONYMOUS Anonymous
    1 row selected.
    | ANONYMOUS user status: |
    | To use static or anonymous authentication in any DAD, |
    | the ANONYMOUS account must be unlocked. |
    Database User Status
    ANONYMOUS OPEN
    1 row selected.
    | ANONYMOUS access to XDB repository: |
    | To allow public access to XDB repository without authentication, |
    | ANONYMOUS access to the repository must be allowed. |
    Allow repository anonymous access?
    true
    1 row selected.
    SQL>
    </pre>

  • When I boot up it hangs on the login screen for awhile, why?

    I have a mid 2011 Macbook Air 13".  It came with Lion but I recently updated to Mountain Lion.  When I wake the laptop from sleep everything is fine.  If it's been awhile since it slept (a couple of hours), the login screen hangs.  What happens is that it boots like normal and looks like everything is correct, but it won't let me type in my password.  After 10 seconds or so I can see a cursor come up but it won't let me type (but anything I do type at this point will later fill in the field after another 2-3 seconds or so).  One other thing that's weird is that when the screen first comes up it shows the battery percentage from when I put it back on the charger, then after everything catches up, it changes to show 100%.
    I hope I explained the problem well enough.  Basicly a "wake from sleep" is fine if it hasn't been long since the laptop slept, but if it's been awhile it takes about 15-20 seconds to boot up.
    Ideas?

    Here are some suggestions based on my recent issue with unable to get Mavericks up after upgrade - The Apple geniuses just simply couldnt figure this one out...despite it being in their shop for 3 days (They probably did not look at it...and asked if they can just wipe out everything and install fresh...i had said NO):
    Restart computer and hold Cmd+V when you hear chime. This will start the computer in Verbose mode.
    See the messages and see where the system boot fails. In my case, it was some backtrace IOStorageFamily issue with com.paragon-software.
    Google may be able to solve your Apple issues - just type the error message in and see if you get any useful suggestions. in most cases - this would be some faulty 3rd party drivers.....
    In my case, it was something stupid i had probably installed....I had to boot to safe mode (Hold Shift at boot chime) - open Terminal, delete the folder com.paragon-software.kext from System/Library/Extensions....that fixed the problem. Mavericks is working great now....
    Let me know if your debugging thing works...

  • How can I get an Active Direcotry account to show at login screen

    I've just Binded a computer to our Active Directory network, and when I log off, I only see the local account listed at the login screen, and it takes 5-10 seconds before the arrow comes up that lets me choose Other.
    I  want to be able to list the Active Directory account that the user should login with, is there a way to make it stick at the login screen?

    You can add extra empty toolbars if you want to see more of the persona.
    You can create extra toolbars to get extra space via "View > Toolbars > Customize" or "Firefox > Options > Toolbar Layout"
    You have to put something on a toolbar (drag a Space item onto it) before closing the Customize window because empty toolbars are automatically removed.

  • How to pop up a login screen when using menu?

    I have created a Menu. Now I want to create a login form, means login form will be the first form where there will be a button of log in. As soon as an user click that button a login screen should be popped up. Then user will enter the login id and password and then he is connected. Now he/she can access to other forms in the menu. Could you please tell me how to do that?

    You can start a form without login in by putting "null;" in the on-logon trigger and the put logon in the menu that you want the user to select to login.
    Search this forum for the login code. It has some finer points when it comes to exception handling that are not obvious.

  • How to enable login screen which doesn't require a password

    I'm setting up an image for a computer lab. The computers that are currently in this lab auto login. However, in the off case that a student accidentally (or maybe purposefully) locks the computer, we want them to be able to simply click the user account
    picture and it logs in without asking for a password. The current Windows 7 PCs in this lab work that way, but whoever set them up can't remember how this was accomplished and I can't figure out for the life of me how to get it done. Currently, if I lock the
    PC, it just brings me to the login screen with a blank username & blank password field.
    These machines are not on the domain. Does anyone have any idea how to get this behavior out of the login screen?

    BYPASS LOGIN
    Open a Run window (Windows Logo key+R), type netplwiz and press Enter. Remove the tick from “Users must enter a user name and password” > OK. You may have to type the user account name/password just the once to complete the process.
    BYPASS ENTERING A PASSWORD AFTER WAKEUP
    To bypass entering a password after hibernation, go to Control Panel > All Control Panel Items > Power Options > Require a password on wakeup (in the left pane) and put a check mark in Don’t require a password.
    Ninety-nine per cent of politicians give the rest a bad name.

  • Help! bootcamped window pro 7 ok BUT driver / setup flash drive seemed to correctly install drivers, nvidia etc etc BUT on windows login screen i have no mouse or keyboard , have plugged in logitech usb mouse and keyboard still no good please help

    Please can somebody help me with this.
    i cannot get any mouse or keyboard input on my login screen after bootcamping windows 7 pro.
    i used a correctly formatted drive for the driver downloads, they seemed to install but now i have no input method to login to wondows7.
    all is fine in osx apple wireless mouse keyboard magicpad ok
    windows cant login due to no input devices.
    have connected logitech mouse keyboard still nothing.
    please help!
    thanks in advance

    1. I have tried copying the Keyboard/Trackpad/Mouse drivers to the $WinPEDriver$ directory with mixed success on a 2012 MBP.
    2. My experience is based on a 2013 rMBP. You may be able to use an Apple USB Keypad/Mouse to better success.
    3. See http://www.macworld.com/article/2460820/macbook-pro-mid-2014-review-minor-update -offers-slightly-better-cpu-performance.html for HW differences between the two machines.
    4. If you have access to a 2013 rMBP, I can suggest trying to build the USB on that and working with the USB to see if you can make it install Windows. the rMBP 2014 and rMBP 2013 have the same HW, except some CPU changes. You can also try building the USB at the nearest Apple store, if possible.
    5. There is a section in AutoUnattend.xml, which is supposed to install all drivers in $WinPEDriver$ (see this http://support.microsoft.com/kb/2686316 )
    <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <DriverPaths>
                    <PathAndCredentials wcm:keyValue="1" wcm:action="add">
                        <Path>$WinPEDriver$</Path>
                    </PathAndCredentials>
                </DriverPaths>
            </component>

  • Macbook air with 10.10.1 keyboard and touchpad stop responding after login screen

    Keyboard and touchpad works only at login screen.
    I have tried all the PRAM and SMC. reset stuff.
    Safe mode, repair etc. Creating another account is not helped either.
    I am also using 10.10.1 with macbook air.
    I have also called the apple tech support and no results!
    And this is obviously a software bug from so called robust yosemite!
    Same here!
    Macbook air built-in keyboard/trackpad only work at login screen

      You may have to take the computer to the Apple store to have it checked out.
    Genius Bar reservation
    http://www.apple.com/retail/geniusbar/
    Best.

  • My Mac starts up fine in safe mode, but freezes before the login screen in normal mode.

    I have the 2012 MBP, 4 GB of RAM, 500GB HD, 2.5GHz Intel i5 processor.  Everything worked fine, until one day it freezes all of a sudden.  I shut down and restarted.  The Apple logo appears with the loading animation underneath.  A few moments later, the animation disappears, and the mouse cursor appears.  This is normal.  What's not normal is that it stays on this screen forever.  I can't get to the login screen even after waiting sooo long.  Even restarting 5 times only repeats this problem.  I finally boot into safe mode.  I am able to login and get to the desktop in safe mode, but not normal mode.  Clearing every startup item in System Prefs, and in the startupitems folders does not solve the problem.  Disk utility says no problems.  Resetting PRAM does nothing.  Can anyone please tell me what I should do next?

    Do you hear the startup chimes?
    If so, then the startup disk may need repairing ...
    Launch Disk Utility located in HD > Applications > Utillities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk  (not Verify Disk Permissions)
    If DU reports errors, restart your Mac while holding down the Command + R keys. From there you should be able to access the built in utilities in OS X Recovery to repair the startup disk.
    Make sure to back up all important files first before using OS X Recovery.
    OS X Recovery does require a broadband high speed internet connection.

  • Macbook air built-in keyboard/trackpad only work at login screen

    The built-in keyboard and trackpad have become unresponsive on my 2013 refurbished macbook air. When I restart it, everything works normally at the login screen, but becomes unresponsive again once I've logged in. The computer works fine with external inputs or a shared screen.
    I've recently updated to yosemite. The fact that everything works up until login makes me think this is a software problem. I've tried all the troubleshooting steps listed here, and I've reset PRAM and SMC. Does anyone know what could be causing this?

    Hi,
    I was able to get result from apple store after 24 days not hours days. They said it's my fault and they have found liquid inside of it and when i asked to see pictures of it they asked for COURT ORDER and repair will be cost around 400$.
    I am %100 sure that my macbook air never touched with liquids.
    I was using it for business and not even fluids there isn't any one scratch on it. I have been very careful.
    Did they asked 400$ for you too ?
    I am also using mac mini and iphone 5s. I think i will never buy an apple again.
    And i will definetly go to court.
    Repair R146244431

  • Mid-2010 Macbook Pro Randomly goes back to login screen?

    My mid-2010 MBP will randomly log me out.  I'll be on the internet or working on a paper and it will go to the blue screen that occurs when you're booting up the computer and then to my login screen, where I have to type in my username and password again.  Anyone else experiencing this?

    eedaley wrote:
    Anyone else experiencing this?
    Hi e,
    No, but try a Safe Boot:
    http://docs.info.apple.com/article.html?artnum=107393

  • Imac 2008 Snow Leopard installed, Wont go past the login screen

    Hello Everyone,
    I am new to this so please bear with me.
    I had been using my Imac lately just to run the sims 3 with extension packs which I played for about 10 minutes.
    Today we had our internet connected as we have moved to a new house.
    The Internet service provider has said the connection should be up and running today.
    I went onto safari and checked two or three emails after that my mouse and keyboard could not do anything.
    No force quit, No command based force quit, no relaunching of the finder, no being able to restart or shut it down at all.
    I remember an echo back up mac thingy jumping up and down too in the dock if that helps
    So I turned it off using the back button and left it off for 5 minutes. The mouse and Keyboard are wireless and run fine at the moment, no flat battery.
    First attempt
    The screen turned on right up until the galaxy looking screen before te login box, the login box did not appear. There was no other way to turn it off other than from the back again.
    Second attempt
    I had left it off for another 5 minutes and turned it back on again, The login screen has appeared, I can type in the password,
    but this time when I pushed enter, the rainbow wheel appears and has stayed on there for the past half an hour.
    Third attempt
    I will switch off the modem, leave the computer off for another 5 minutes and then try anf log back in. Since I will be disconnected to the internet I will update you with the progress and whether this has worked or not.
    This begun to happen as soon as I entered the password for the internet connection. This macbook (late 2008 not pro) detected the connection from the imac (another computer is trying to access your internet connection-sort of thing) and I pressed ok on the macbook. The model of the modem router is D-Link Wireless N300 ADSL2 Modem router if that helps.
    The mac desktop has had an install of snow leopard (so I can not do a restall/reinstall thingy of the current operating system) and all I can find at the moment is the original disks from the box. The mac was originally on 10.5.8.
    Please help me to fnd a way in which I can get back into my computer this would be much appreciated.
    I am not familliar with any technical terms so please keep it simple as I am a noob :3

    Third attempt
    I will switch off the modem, leave the computer off for another 5 minutes and then try anf log back in. Since I will be disconnected to the internet I will update you with the progress and whether this has worked or not.
    Update:
    This time I switched the computer off from the back as there seemed to be no progress made from the rainbow spinning wheel.
    I left it for 5 minutes (the computer) switched off the jack and pulled the plug out.
    I turned off the modem for 5 minutes.
    I turned on the computer without turning on the modem and was able to log in.
    I managed to get into the computer and am currently trying out safari to see if the same problem occurs.
    5 minutes into hotmail, trade sites and you tube it seems to be going OK.
    I guess the computer paicked abit from the new connection perhaps.

  • When i type in my correct password on the login screen and press enter it just goes to a blue screen for a few seconds then goes back to the same login screen again, please i need help?

    When i type in my correct password on the login screen and press enter it just goes to a blue screen for a few seconds then goes back to the same login screen again, please i need help?

    You can take some of the steps here, #4, #5 or even trying a #18
    Step by Step to fix your Mac
    but I suspect your going to first have to create a data recovery drive
    Create a data recovery, undelete boot drive
    to get your data off the machine,
    then do a #20 to eliminate the bad sectors as that's why your getting the "pinwheel" it's getting a delay reading from the drive, right when your trying to log in too, what a bad spot for it to happen.
    Step by Step to fix your Mac

Maybe you are looking for