Oracle database XE - Configure HTTP Server

Goodmorning,
I've installed Oracle database 10g Express Edition ona linux server.
Now I can navigate with my browser to the url
     http://xxx.xxx.xxx.xxx:8080/apex
and this is ok to manage my db.
My problem is that I can navigate to the url
     http://xxx.xxx.xxx.xxx:8080/sys
and other subdirectories using my browser.
I want configure my Oracle HTTP server to allow navigation to APEX but prevent navigation to sys direcotries.
I can't change configuration in
     APEX->Administration->Manage HTTP Access
setting "Available only from local server" becuse in this way I couldn't access to APEX too from my client workstation.
Any ideas?

Hi,
the usual way would be to install an Apache http server in front of XE and configure it to be a proxy.
Using an Apache2 you would change the httpd.conf like this:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
  RewriteEngine On
  ProxyRequests Off
  SetEnv force-proxy-request-1.0 1
  SetEnv proxy-nokeepalive 1
  RewriteCond %{REQUEST_URI} /(([^/]+)(/.*)*)$
  RewriteCond %2 =apex [OR]
  RewriteCond %2 =i [OR]
  RewriteCond %2 =public
  RewriteRule ^/(.*) http://localhost:8080/%1 [P]Or you can search the XE-forum for 'proxy'.
If you cannot use an Apache for any reasons (but it is definitely recommended) then you might be able to change the acls for the xmldb folder SYS.
http://www.google.com/search?hl=de&client=firefox-a&rls=org.mozilla%3Ade%3Aofficial&hs=tb3&q=change+acl+xmldb+sys+folder&btnG=Suche&lr=
Regards,
~Dietmar.

Similar Messages

  • How to configure http server in oracle 10g

    Hi
    I am configuring apex 3.2.1 on oracle 10g 10.2.0 I need help how to configure http server bec i did not find any Apache file or folder in 10g if it is then how .
    Arshad

    Hi
    I use to configure only this in $ORACLE_HOME/forms/server/forms.conf (and restart ias):
    AddType application/x-orarrp rrp_
    AddType application/x-orarrp-text rrpt
    AddType application/x-orarrp-ps rrpp
    AddType application/x-orarrp-pdf rrpa
    AddType application/x-orarrp-rtf rrpr
    AddType application/x-orarrp-html rrph

  • Oracle Database Vault configuration requirements

    I was tasked with gathering requirements for an Oracle Database Vault project. The system has already been installed but I need some assistance on what types of questions I will need to ask regarding the configuration of the system to make sure I have covered what is needed to make sure the project is successful. Can someone help me with this? I am preparing for the elicitation but I have hit a brick wall. Someone please help!

    Hi,
    Please refer the document
    Oracle® Database Vault Administrator's Guide
    http://docs.oracle.com/cd/B28359_01/server.111/b31222/dvintro.htm
    How to Configure Database Vault?
    http://oraclehandson.wordpress.com/2008/04/24/how-to-configure-database-vault/
    Post-Installation Oracle Database Vault Procedures
    http://ocpdba.net/doc/db/11.1/server.111/b31222/dvca.htm
    Regards
    Hitgon

  • Oracle 11G Linux ( Oracle Database Gateway for SQL Server 11.1.0.6.0. )

    Hi,
    I am tring Gateway for SQL Server ..
    I want to Select Oracle Database Gateway for SQL Server 11.1.0.6.0 at the time of installation, but It is not coming in the Avaliable Components List..
    Is there any prerequisite for SQL server ?
    Any Help please ?

    Are you following the "Step Through the Oracle Universal Installer" section under
    http://download.oracle.com/docs/cd/B28359_01/gateways.111/b31043/sqlserver.htm#CCHEDECC
    ?

  • Migrate  oracle database to Microsoft sql server 2005

    Hi All,
    I have to migrate production oracle database to Microsoft sql server 2005. Below are the details:
    Oracle database version: 8.1.7.4
    Platform : Aix
    Kindly help me out

    Well, the traditional way would be to dump out all your data from Oracle tables as comma delimited flat files and import into SQL server. Plenty of examples online, like this is one by Mark Powell: http://www.jlcomp.demon.co.uk/faq/flatfile.html
    Or if you have the budget you could think about buying a data mapping tool like File-Aid
    As mentioned by another poster, you will still need to figure out how to replace all your triggers, stored procedures, etc on your new platform of course.

  • Oracle Database Current Configuration Report ?

    Is there an Oracle Database Current configuration supplied native tool that can be used to provide the current configuration of the database ?

    yakub21 wrote:
    Is there an Oracle Database Current configuration supplied native tool that can be used to provide the current configuration of the database ?
    What exactly do you consider to be the " current configuration of the database "?
    How will you, I, or anyone recognize when correct answer has been posted?
    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • Oracle service, Listener and http server does not start automatically

    Hello,
    I have Oracle 9i release 2 installed on Unix HP box if system restart in case of power failure the Oracle service, Listener and http server does not start automatically, is there any ready reference available to check what's wrong is happening(I don't have knowledge of Unix).
    Thanks, Khawar.

    Hi Rajesh,
    Thanks for reply, I will check this link and will be back if facing problem.
    Regards, Khawar.

  • Oracle database 12c on Windows Server 2012

    Hello,
    Is it Oracle database 12c compatible with Windows Server 2012. What are the system requirements needed for Windows server 2012 on Oracle database 12c?
    Thanks
    Voitto

    Hi Voitto,
    Actually , it is not a windows related question .
    But I found some infomation :
    Oracle Database for Windows x64 is supported on the following operating systems:
    Windows Server 2008 x64 and Windows Server 2008 R2 x64 - Standard, Enterprise, Datacenter, Web, and Foundation editions.
    Windows 7 x64 - Professional, Enterprise, and Ultimate editions
    Windows 8 x64 and Windows 8.1 x64 - Pro and Enterprise editions
    Windows Server 2012 x64 and Windows Server 2012 R2 x64 - Standard, Datacenter, Essentials, and Foundation editions
    http://docs.oracle.com/database/121/NXDQI/toc.htm#NXDQI111
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Copying or Cloning a local Oracle Database on a remote Server

    Hi,
    I am NOT a database administrator. A requirement came up such that I had to take up the Database Administrator role. The problem is like this...
    I have an oracle 10gR2 (Development) database on a Windows 2003 Server situated locally (in India). I need to copy or clone this Oracle Database to another Windows 2003 Server located remotely (in USA).
    How do I do this? Well I have done some websearch and found out various methods like RMAN DUPLICATE and so on. I don't understand RMAN - I am not an Administrator.
    Please do give me the proper step-by-step functions that I need to perform to solve my problem.
    Thanks in advance for your help and support.
    Renj
    ----------

    http://www.akadia.com/services/ora_duplicate_database_rman.html
    How to clone database, using rman file from a differnt location.
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmdupdb.htm#i1006672
    DB Cloning using RMAN

  • Workspace Configuration HTTP Server: Apache, IIS or others?

    When I configure workspace under Hyperion Foundation, it asks me to configure the HTTP Server and gives me a choice of using Apache or IIS. My question is, are these the only two choices of HTTP Server for workspace? What if I had say Oracle HTTP Server installed, would workspace give me the option of using that?
    Also, it is my understanding that FDM requires IIS to run. Now while I do have IIS installed, the workspace screen lets me select Apache as the HTTP Server. So does FDM work fine with Apache ?

    The default http servers are iis and apache up to version 11.1.1.3, in 11.1.2 apache is dropped and replaced by OHS.
    It think it is possible to use OHS if you are also using Oracle application server in 11.1.1.3 (not something I would recommend as OAS is dropped after that)
    The http server just really acts as a redirect to other products from workspace, so you access workspace on one port and it will redirect to the other products on different ports.
    So Apache really does not have anything to do with with FDM and FDM will still run on IIS.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Configure HTTP server for iAS

    Hi Friends,
    In configuring iAS HTTP server which one among the .conf it created is called
    "Database Access Descriptor(DAD)"? I am confused with lots of .conf
    in the directory $ORACLE_HOME/Apache/ who is the DAD here.
    ========
    /u02/visora/iAS/Apache/Apache/conf/mod__ose.conf
    /u02/visora/iAS/Apache/Apache/conf/srm.conf
    /u02/visora/iAS/Apache/Apache/conf/access.conf
    /u02/visora/iAS/Apache/Apache/conf/httpds.conf
    /u02/visora/iAS/Apache/Apache/conf/httpd.conf
    /u02/visora/iAS/Apache/Apache/conf/httpd_pls.conf
    /u02/visora/iAS/Apache/Apache/conf/oracle_apache.conf
    /u02/visora/iAS/Apache/Apache/conf/imeeting.conf
    /u02/visora/iAS/Apache/Apache/conf/apps.conf
    /u02/visora/iAS/Apache/Apache/conf/security.conf
    /u02/visora/iAS/Apache/Apache/conf/trusted.conf
    /u02/visora/iAS/Apache/Apache/conf/oprocmgr.conf
    /u02/visora/iAS/Apache/Apache/conf/url_fw.conf
    /u02/visora/iAS/Apache/modplsql/cfg/plsql_pls.conf
    /u02/visora/iAS/Apache/modplsql/cfg/plsql.conf
    /u02/visora/iAS/Apache/modplsql/prepatch/cfg/plsql.conf
    /u02/visora/iAS/Apache/modplsql/prepatch/cfg/plsql_pls.conf
    /u02/visora/iAS/Apache/Jserv/etc/jserv.conf
    /u02/visora/iAS/Apache/modimeeting/conf/mod_imeeting.conf
    /u02/visora/iAS/Apache/jsp/conf/ojsp.conf
    ====================
    Thanks a lot

    Post it on EBS forum General EBS Discussion
    --Shiv                                                                                                                                                                           

  • Intermedia Database Agent and HTTP Server

    I have intermedia web agent 8.1.5.4 running on nt sp6. i am
    trying to have a username and password in the database agent for
    uploading and retrieving files.
    this works when i use IIS 4.0, however it does not work when i
    use HTTP server. it will ask for username and password.
    here is the database agent description
    service = oracle
    database_user = icras2
    database_password = <password>
    authorized_request_class = clipboard
    authorized_sql_statements = any
    authorized_sql_procedures = *
    display_name = icras2
    authentication_realm_name = icras2
    retrieve_database_agent
    upload_database_agent
    clipboard_user = icras2
    Thanks
    Melissa

    I think it would be helpful if you described the reason that you would like to do this.
    I know that in some environments the powers that be will not install Apex on the database server.
    In such an environment you could create a local Oracle instance and install Apex yourself and access
    the database containing the data via dblinks. You'd have to be careful if you are processing lots of data
    in such a setup.
    I saw another response to your post and it looks like the person that responded assumed that you would install
    apex into the daabase that keeps all the data. However, if ypur administrators will not install Apex (and I have
    come across this) then you cannot follow that advice.

  • 10g R2 64-bit Oracle Database for MS Windows server 2003

    we are upgrading our 10.2.03 32 bit Oracle Enterprise DB on 32 bit MS windows server 2003 to 10.2.0.3 64 bit Oracle Enterprise DB 64 bit MS windows server 2003
    I got this Metalink ID
    Doc ID: 403522.1 How to Migrate Oracle 10.2 32bit to 10.2 64bit on Microsoft Windows
    I have searched for 10g R2 64 bit Oracle databases versions on MS windows server 2003 but din't gent any
    I am not sure whether this database works for 64 bit MS windows server 2003
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winx64soft.html
    please let me know from where I can download 64-Bit 10g R2 Oracle Enterprise DB for 64-bit MS windows server 2003
    Have posted in       
    English » Technology Network Community » Downloads section haven't seen any replies
    thought of posting here
    Thanks in Advance

    If you are running the x64 version of Windows 2003 and not the Itanium version, you will find 10.2.0.1 here:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winx64soft.html
    You may then patch it to 10.2.0.3 by downloading the patch from Metalink.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Two Oracle databases on one AIX Server - Note working, Pls Help

    Dear Friends,
    I have installed Two SAP systems with Two Oracle Databases on one AIX machine, The Installation of both the systems went fine without any errors, and also i have been able to login to both the systems seperately. (that means i cant start both the systems at a time, its one at a time)
    But the problem is of the Oracle Listener, i am not able to start both the systems with single Oracle Listener processes(tnslistener). I tried all the possible scenarios as mentioned in note 98252 but nothing seems to be of any use so far.
    the thing is i can start either one of the SAP Systems, But my objective is to start both the SAP Systems with one listener processes (LISTENER) and one listener port (1527)
    Or
    you can say i am also ready to keep two different listeners for TWO seperate Oracle databases, I tried doing so as per one of the sap notes in which you have to keep different names of listener and different numbers for listener port for second ORACLE database. I tried doing exactly mentioned in the note but yet unsuccessful...
    Now i am completely lost as what is to be done since its critical i want you to immediately look into it and suggest me the appropriate solution so that i can set up both of my DEVELOPMENT and QUALITY system running...
    To troubleshoot this if you require anything from my side then please feel free to ask me since our functional consultants have to soon start working on the SAP systems.
    Regards
    Ayush

    The note you specified talk about 2 database instances not 2 databases... (I was starting to wonder how you deploy 2 databases), you can have multiple database instances on a DB. The note also give you detailed explanation of the configuration of listener.ora
    Now, if this is the case and you have installed 2 instances (not databases) on the same host and configured the listener according to the note, then you should be able to call R3trans -d from both SID's.. if the R3trans fails please post the contents of trans.log here.
    the thing is i can start either one of the SAP Systems, But my objective is to start both the SAP Systems with one listener processes (LISTENER) and one listener port (1527)
    Then, the configuration of your listener.ora file must be incorrect.
    Regards
    Juan

  • Oracle Database on win 2003 server 64bits

    HI all
    which file in oracle download's page I can take for This operation system?
    Oracle Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (x64)
    or
    Oracle Database 10g Release 2 (10.2.0.4) for Microsoft Windows Vista x64 and Microsoft Windows Server 2008 x64 ?
    No have specific choice for 2003.
    Regards
    Paul

    Oracle 10.2.0.4 is much more stable and less problematic than 10.2.0.1. I would strongly suggest not using 10.2.0.1.
    If those were your only choices, I would chose 10.2.0.4 (assuming it is a certified combination with the OS software (win server 2008) and/or Vista. I didn't think it was a certified combination, (but I have not checked).
    Only run certified combinations.

Maybe you are looking for