Domain redirecting to an apex application and page

Hi,
Sorry if this thread has been posted before but I did a search on the forum and couldn't find any answers.
Basically I've set up a new domain name and I've got an installation of Oracle Apex running. I want this domain name to be redirected to my application and 'home' page when the user types my domain name into their browser.
I've seen examples of how this is done in this forum using virtualhost in the http conf files for standalone versions of htmldb, but not found any info on how to do it in APEX (since these files are installed for apex).
Is it possible to perform this type of domain redirect in apex??
I'm using Oracle Apex version 2.01.
Any info would be greatly appreciated.
Cheers,
Kev

Kev,
When you say ApEx...do you mean ApEx or do you mean XE?
You can use the same method shown for a virtualhost section in the main section of your Apache configuration. The apache directives are valid both inside and outside of a virtualhost section.

Similar Messages

  • Enable https on Apex application and now the page wont display

    Hi,
    I enabled https under security, instance on Apex application and now the page wont display. Please help because I wanted to start using https on my url

    Hi,
    I enabled https under security, instance on Apex application and now the page wont display. Please help because I wanted to start using https on my url

  • APEX application or page url  - How to use enum string to replace ID number

    URL to a APEX page is format as ***/f?p=APPLICATION_ID:PAGE_ID:... . Here the APPLIACTION_ID and PAGE_ID are numbers.
    My Question is: Is there a way to replace the numbers by using strings? For example: can I have a URL like /f?p=MY_APPLICATION:MY_PAGE1: ... ? Juts like ENUM in other languages, MY_APPLICATION actually just represent the application id but much more readable since it is a string with a name the user may familar.
    Please help.
    Thank you.

    You can assign an alphanumeric alias to applications and pages using their respective attribute edit forms in the Application Builder. Then you can construct links that use those aliases instead of the IDs. These aliases will generally be preserved in the URL visible in the browser, but not in all cases. You have to deliberately use the aliases in any branch definitions, list item targets, etc. Note that application aliases must be unique within a workspace. Please see the User's Guide for more info.
    Scott

  • Identifyting the Apex app and page no from a particular sql from db console

    Hi,
    I am an Oracle Dba and I would like to know the way to find out the apex application and the page number that is using the sql statement identified by the Oracle dbconsole.For example, from grid or Database console, I can see an expensive select statement under top session with the client ID and the session id( orade:1234567891123).But I am not able to find out the apex application and the page that this current user is accessing.Can anyone assist me on this?

    Normaly, in the EM console you can view the Top SQL and editing it you will see the application id and the corresponding page.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • Is it legal to create packaged APEX applications and sell them?

    Is it legal to create packaged APEX applications and sell them to Oracle DB licensed clients?
    A.

    No licensing applies to any environment where you have a live database. The exception is that you can try a product without license, but as soon as development of a product of developing/testing of an in-house solution is done, you need to be licensed. Being a partner changes this slightly assuming all parties involved are partners (one sigle tester from the outside shifts it back to full license mode).
    Another situation where license is not needed is to use XE for which no license is required.
    Yet one more way to have al low cost is to use Amazon AWS to set up an image with an included license. The cost per hour is really low so it may be a good model to not have to pay everything upfront.
    You can also reduce license cost by using named user licensing in development assuming there are few people who ned to access the database. Though there are minimums of number of named user licenses you can have depending on edition of the database.
    Overall, knowing your licensing requirements is key. The defense "We didn't know" has been tried before and has not proven to help at all. The cost of an audit will often be a CLM for the person responsible to pay the licenses.

  • Auditing usage of ApEx applications and data

    Hi there,
    I am new to the Oracle forums and asking this question not as a DBA but from a systems security angle...
    I am using ApEx to deliver business applications to my user community and I need to know collect audit trail information on system usage. I'd like to obtain information such as:
    - which user made a database change, or accessed particular database records
    - if a user has tried to access information that they have no rights to see
    - if a DBA has created new users or changed access privileges
    and so on...
    My interest is in finding out firstly if it can be done and, secondly, how it can be achieved and recorded for analysis.
    Grateful for any advice!
    Many thanks,
    HoinviP

    We've turned on fine grained audting (FGA) and the coolest part is that oracle automatically picks up the apex application level user name and puts it in the FGA log. I expected our audit logs to have a whole lot of "apex_public_user" or the workspace schema name in the user field, but when you've got a non-public app, the end user's ID gets captured. Just as it should be.
    Our app has two layers of auditing. The vendor delivered application level audit logs so that critical application level events are captured. This is just part of the code overhead of the application. In addition we turned on Oracle FGA so that we know every DDL/DML operation that occurs against our most sensitive tables.
    The short answer is that if FGA doesn't get you what you want, you'll have to build your own auditing into your app. There is no magic checkbox or setting that will add auditing to your app, though FGA goes a long way if set up properly.
    Inside our apex app, our developer put a process on every page that displays sensitive information. The process calls a stored procedure with the user's name, the sensitive field name, its value and the primary key of the record displayed. The process has the same authorization scheme as the sensitive fields. So, if the sensitive data field is displayed, the process is run, if the user cannot see the field, no audit process is run. It actually works pretty well.
    We've also written additional Apex Apps that analyze the application level audit logs so that we can track who is looking at what and when. Very useful.

  • Apex tab and page display query

    I am using Apex 4.1
    I have the following tabs set up.
    Home, Tab 1,Tab 2 and so on
    The home page is fine. Now the query is with regard to Tab 1. I need it to display Page 3 or Page 4 based on the location of APP_USER
    The region details are all stored in the table : employee_info
    How can I check or display Page 3 if the Region is APAC and Page 4 if EMEA(APAC and EMEA being values in table)
    Is there some way how I can set or achieve this? The default page I have set is as of now Page 3 but it has to pick Page 3 or 4 based on region value from employee table.
    Any guidance will be appreciable.
    Thanks,
    Swetha

    LKSwetha wrote:
    I am using Apex 4.1
    I have the following tabs set up.
    Home, Tab 1,Tab 2 and so on
    The home page is fine. Now the query is with regard to Tab 1. I need it to display Page 3 or Page 4 based on the location of APP_USER
    The region details are all stored in the table : employee_info
    How can I check or display Page 3 if the Region is APAC and Page 4 if EMEA(APAC and EMEA being values in table)
    Is there some way how I can set or achieve this? The default page I have set is as of now Page 3 but it has to pick Page 3 or 4 based on region value from employee table.
    Any guidance will be appreciable.Create 2 copies of Tab 1, one for page 3 and the other for page 4. Display them conditionally according to the user region.

  • Redirect DBMS_OUTPUT to calling application and to log file

    Hi,
    I have a procedure to insert a set of records into a table using Merge statement and capture the inserted record count.
    Currently i display the record count using DBMS_OUTPUT in Oracle SQL Developer tool using DBMS_OUTPUT.ENABLE.
    How do i redirect this output to both calling application and Log file on Unix server.
    I have more DBMS_OUTPUT statements in Exception handling to handle failed inserts. How do i redirect these statements to Calling Application and Log file on Unix.
    Can we send any email to a group from PL/SQL if at all program fails and Exception handle is triggered OR if the program complete successfully.
    I appreciate your responses.

    user10405899 wrote:
    Hi,
    I have a procedure to insert a set of records into a table using Merge statement and capture the inserted record count.
    Currently i display the record count using DBMS_OUTPUT in Oracle SQL Developer tool using DBMS_OUTPUT.ENABLE.
    How do i redirect this output to both calling application and Log file on Unix server.
    I have more DBMS_OUTPUT statements in Exception handling to handle failed inserts. How do i redirect these statements to Calling Application and Log file on Unix.
    Can we send any email to a group from PL/SQL if at all program fails and Exception handle is triggered OR if the program complete successfully.
    I appreciate your responses.DBMS_OUTPUT is not the correct tool to be using for outputting information. It writes data to a buffer on the server, and then it's up to the client tool to read the data out of that buffer using the DBMS_OUTPUT.GET_LINE call.
    You could try implementing something like that in your own application if you wanted, but in truth, if you're wanting to capture some trace of what's happening in your application then you are better logging those things to a table using an autonomous transaction procedure, and then have whataver application you want just query that table.

  • Redirect Loop on ApEx Application Builder Timeout

    Hi Folks,
    We are experiencing an annoying issue on all of our Apex instances for those using the Application Builder. When a developer's session times out, the web server redirects in a loop. This is the output from the Apache log:
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:32 +0100] "GET /pls/apex/f?p=4000:1:8745082784701::NO:RP:FB_FLOW_ID,F4000_P1_FLOW:139,139 HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:33 +0100] "GET /pls/apex/f?p=4550:1 HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:33 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:34 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 1
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:34 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:34 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:35 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 1
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:35 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:35 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:35 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:36 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 1
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:36 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:36 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:36 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:36 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:36 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:37 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 1
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:37 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:37 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:37 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:37 +0100] "GET /pls/apex/f?p=4550:1:0::::: HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:45 +0100] "GET /pls/apex HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:45 +0100] "GET /pls/apex/apex HTTP/1.1" 302 5 0
    xxx.xxx.xxx.xxx - - [19/Jun/2012:12:44:45 +0100] "GET /pls/apex/f?p=4550:1:1610758051832601 HTTP/1.1" 200 11311 0
    Is there a workaround for this? I can't seem to find anyone else experiencing the same issue.
    Best Regards, and thanks in advance.
    Pete

    I tried with Turning Off Cookies Used to Populate the Login Form as mentioned at http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21678/adm_mg_service_set.htm#sthref237.
    Instance administrators can control if a convenience cookie is sent to a user's computer whenever a developer or administrator logs in to a workspace from the Application Express Login page.
    If Set Workspace Cookie option is set to Yes, Oracle Application Express sends a persistent cookie that:
    combines the last used workspace name and user name
    has a lifetime of six months
    is read to populate the Application Express Workspace Login form (but not the Oracle Application Express Administration Services Login form)
    To turn off cookies used to populate the login form:
    Log in to Oracle Application Express Administration Services. See "Logging In To Oracle Application Express Administration Services".
    Click Manage Instance.
    Under Instance Settings, click Security.
    Locate the Security section.
    For Set Workspace Cookie, select No.
    Click Apply Changes.
    And it seems to have resolved the issue.
    Thanks,
    Mehabub
    Edited by: Mehabub Sheikh on Aug 24, 2012 3:20 AM

  • How to get current application and page references

    Hi,
    I have buttons (to print and download in PDF, CSV, XLS) on several pages... at the moment I am using following code to get them working...
    http://apex.oracle.com/pls/apex/f?p=31815:3:&SESSION.:PDF
    which means that on every page I need to put the reference in hard coding... is there a way to replace page number and application ID with a reference (similar to what I've done above to the session ID)... something like this
    http://apex.oracle.com/pls/apex/f?p=REF_APP_ID:REF_PAGE_ID:&SESSION.:PDF
    Thanks

    Hi,
    Use substitution strings. And you do not need write whole URL
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/concept.htm#sthref156
    f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.:PDFRegards,
    Jari

  • Single page application and page load time

    I'm trying to instrument a "single page application" with Application Insights but it seems that there is not way to provide manually the performance data (page load time) when invoking the logPageView() method.
    The single page application has a "unique page" and all views are displayed using internal routing feature without refreshing the main page once it is loaded. So the logPageView() method is invoked multiple times: one of each displayed view.
    It means that the built-in performance counter (netCon, ..., ptotal) based on window.performance.timing.* do not make sense for this type of application, that should be based on manual computation of the time needed to render each view.
    Is there any method to provide manually this information using logPageView() or separate method ? If not, is there any idea to fully support in the future the single page application ?
    Thanks in advance,
    Maurizio

    Hello Maurizio,
    Do you still have the same issue with the latest
    AI in Azure Portal?
    There should be new API layer with the ability to submit custom properties and metrics. This might work well for you scenario. AI nugets are still in preview, please, use "Show Prerelease" in VS when adding those.
    Dmitry Matveev

  • How to Save HTML page in Apex application into our local Windows Box

    Hi,
    I am having one HTML page in my Apex Application. I want to download this page into my Local Windows machine. How to do this?
    Thanks
    Yash

    I am having one HTML page in my Apex ApplicationWhat did you mean by this ?
    <li> If you meant an application page, then they are anot stored as html file anywhere as the page that you see is generated at the run time only, however you can can save that run time page , but its of not much use.
    <li> If your intention is to save/backup an apex page, go to the page and export it . This generates a SQL file which you can import into any other apex application and recreate that apex page.
    <li> You can also export the entire application as a single file too.

  • How I can use my domain name for APEX Application at Oracle Cloud?

    Hello,
    1. I have for example my-custom-domain.com and want that my customers use this domain to login at APEX Application at Oracle Cloud.
    I don't want that my customers see https://blablabla.db.us1.oraclecloudapps.com/apex/ and see instead of my-custom-domain.com :)
    How I can do it? Don't find any technical information about it...
    2. Can I use my ssl certificates for my domain for Oracle Cloud Instance?

    may be I don't understand you right...
    I have trial instance and test application here at https://database-trialajnn.db.us1.oraclecloudapps.com/apex/f?p=1500304
    database-trialajnn.db.us1.oraclecloudapps.com - it's 216.131.136.193 IP
    I write to my domain this IP = login.ds24.ru
    But when I test https://login.ds24.ru/apex/f?p=1500304
    It is not work and write that url is wrong for this ssl sertificate
    If I understand you correct now it's impossible use simple URL to login at application for example login.ds24.ru

  • APEX application deployment

    Hi All,
    I will soon be exporting my first APEX application from a development database to a test database. I do not want to export the data which the application is built on as the development database contains sample data instead of the "real" data. Before exporting my application, I will of course install APEX 3.2.1 in the test environment and then import the "real" data into the test database so that once the application has been exported and installed in the new environment, the APEX application will already have its data in place.
    On page 14-12 in Chapter 14 of the Oracle Application Express Application Builder User's Guide, I saw the following section:
    Exporting an Application
    When you export an application, Oracle Application Express generates a text file containing PL/SQL API calls.
    To export an application:
    1. Navigate to the Export page:
    a. On the Workspace home page, click the Application Builder icon.
    b. Select an application.
    c. On the Application home page, click Export/Import.
    d. On the Export/Import page, click Export and then click Next.
    2. From Application, select the application to be exported.
    3. From File Format, select how rows in the export file will be formatted:
    ■ Choose UNIX to have the resulting file contain rows delimited by line feeds.
    ■ Choose DOS to have the resulting file contain rows delimited by carriage
    returns and line feeds.
    4. From Owner Override, optionally select another owner. By default, the application is owned by the owner identified in the application attribute owner.
    5. From Build Status Override, select one of the following:
    ■ Run Application Only - Developers can only run an application
    ■ Run and Build Application - Developers can both run and edit an application
    Selecting Run Application Only is an effective way to protect an application from modifications from other developers.
    6. From Debugging, select one of the following:
    ■ Yes exports the application with debugging enabled.
    ■ No exports the application with debugging disabled.
    7. From Exporting Supporting Object Definitions, specify whether to export
    supporting object definitions with your application.
    8. From Export Comments, specify whether to export comments for this application.
    See "Adding Developer Comments" on page 6-22.
    9. Use the As of field to export your application as it was previously defined. Specify the number of minutes in the field provided.
    10. Click Export Application
    Since I do not have any images, themes, static files, workspace users, cascading style sheets, etc, to export, it makes no sense to use the “Packaged Application” method to perform the export. All I need is the application definition that contains all my interactive reports, forms, etc.
    The next step would then be to Import the application into the target Oracle Application Express instance and install the application.
    This method should be OK for my needs, right?
    Thanks

    By simply doing an application export, all you will export is the metadata associated with your application (page definitions, items, processes, validations etc).
    No "Customer Data" will be exported neither will any tables or PL/SQL packages that are owned by your parsing schema.
    If you aim is simply to export the APEX application and no tables, pl/sql units, data etc, then doing a simple application export should be good enough. Thats all we ever do and then add the PL/SQL units / table data on top as additional scripts.
    Hope that helps
    Duncs
    http://djmein.blogspot.com
    As a courtesy, please remember to mark helpful or correct responses accordingly :)

  • Query apex users and thier session

    I would like a query of all current users of an apex application and the user's associated sid. Is that possible? How?
    Thanks,
    Todd

    Since the question has not sparked much interest from forum users, I'll just reply with some info that I found.
    Scot had a good comment found in thread Re: Problems with Standard Apps views (eBusiness Suite)
    His comment:
    Anyway, for every APEX page request the engine executes something like the following, depending on your version:
    begin
    dbms_application_info.set_client_info(g_user);
    dbms_session.set_identifier(substr(g_user,1,(64 - length(g_instance)-1))||':'||to_char(g_instance));
    dbms_application_info.set_module('APEX:APPLICATION '||to_char(g_flow_id),'PAGE '||to_char(g_flow_step_id));
    exception when others then null;
    end;
    In the above code, the value of g_user is the logged-in username, perhaps ADMIN in your case.
    Keep in mind that when you do a set_client_info in the database session, that persists only for the duration of the session. On the next page request, you'll get a new database session (or a recycled one).
    Also comments made in the following thread were interesting.
    Re: user status
    To retrieve AUDSID from v$session for the current user the query below works. This is good for the current session but really does not do what I would like to do. What I would like is to query all application users and their associated SID not just current users SID/AUDSID.
    select userenv('sessionid') from dual
    Todd

Maybe you are looking for