is it possible to acquire the URL as string in APEX?

it is possible to acquire the URL (for example http://xxxx.com:12345 / DSB? test = xxx) which is issued when the APEX as string access by APEX?

Hello

You can use chains of substitution, for example APP_ID and APP_PAGE_ID to build URLS.

https://docs.Oracle.com/CD/E59726_01/doc.50/e39147/concept_sub.htm#sthref197

https://docs.Oracle.com/CD/E59726_01/doc.50/e39147/concept_sub.htm#BEIEIDAB

In the HTML area, you get a full link to the example page

my link

Kind regards

Jari

Tags: Database

Similar Questions

  • Is it possible to change the URL of an application?

    Hi all

    I was working with oracle apex and created some applications almost a year back, due to my graduate studies, there is a discrepancy with the tool... and finally I am.

    Plan to create an application that will be similar as a personal Web site. My question here is... If it is possible to change the URL and keep a single which includes my name too

    instead of having this great...

    http://Apex.Oracle.com/pls/Apex/f?p=10221:1:116416608594529

    I understand that the entire URL described page n ° no lettering and the session but ID its my doubt possible or not... If possible then how to proceed?

    Thank you

    with respect,

    Robette.

    Thanks for the reply of Tony!

    Exactly, you got my point... that's what mean...

    I want to create a personal web application in the oracle apex and be hosted in another site with a pretty URL (say xxxxx.com... If the URL includes a part of my name which is very appreciated) so that everyone can check out my page and if needs I can include this URL in my RESUME, but I understand that for my own use. Why I'm preferring apex Oracle, I just want to remind the old concepts and practical tip that is there.

    If this is not possible in Oracle apex. Could you please suggest an idea... ?

    Once again thanks for your reply very...

    Kind regards

    Robette.

  • What is the url connection string hive in BDD 1.1?

    In my project, I need get data from the server to the hive. Test the jdbc connection to the hive by using the hive good username and password, but it fails and shows "cannot establish a connection."

    my connection url string is as jdbc:hive: / /myservername: 10000 / default

    I also test the other string of cloudera pilot of hive (jdbc:hive2: / / host : port / db_name ) and change the connection to jdbc:hive2: / /myservername: 10000 / default

    There too.

    Before establish us a connection, it must provide a dirver as name

    driverName = "org.apache.hadoop.hive.jdbc.HiveDriver"

    What is the url connection string hive in BDD 1.1? and which driver hive should be used?

    In the BDD 1.1, data in a table of hive are usually indexed and analysed when triggered via BDD provided - data processing interfaces the CLI data processing is run manually, or that is triggered by a cron job.  In this case, it is unnecessary to set up a specific JDBC connection to the table of the hive - BDD can index directly.

    The details above, I think you are saying that the table of the hive is in a different instance of the hive, in a cluster of Hadoop BDD is not installed, so the BDD data processing cannot run in the ordinary way, you want to read JDBC.  Is this correct?

    I think that BDD is struggling to load the hive JDBC driver - BDD 1.1 only DB Oracle and MySQL are supported for JDBC support.

    Is there something stopping you to reproduce the table of the hive in the environment where you have installed the BDD?  BDD can then process the table normally.

  • By As3: Is it possible to get the URL of the user as I buttons on AS2?

    By As3: is it possible to get the user URL as I did of buttons on AS2?

    https://www.Google.com/search?q=AS3+get+current+URL

  • Is is possible to capture the url in a variable... I'll tell you

    I need to get the user name that will be the location of the url in my situation and put it in the var. apex_public_user
    Is this possible, thank you.
    Doug

    The short answer is Yes. I have real capture specific sections of a URL and they are then used in my case for connection purposes.

    See this link that shows you how its done.

    http://KR.forums.Oracle.com/forums/thread.jspa?threadID=474928

  • How to redirect the URL in block expection Apex 4.2

    Hi team,

    In our application, we wrote this logic as shown below

    Before the point of the process of the header: On Load before header.

    BEGIN
       IF (:p1_display_eid) IS NOT NULL
       THEN
          SELECT modified_date
            INTO :p1_modified_date
            FROM test
           WHERE id = :p1_display_eid;
       END IF;
    exception 
    when no_data_found then
    --Here i need to redirect URL to other screen 
    
    end;
    

    Kind regards

    Sruthitamiri

    Sruthi Tamiri wrote:

    In our application, we wrote this logic as shown below

    Before the point of the process of the header: On Load before header.

    1. BEGIN
    2. IF (: p1_display_eid) IS NOT NULL
    3. THEN
    4. SELECT modified_date
    5. IN: p1_modified_date
    6. OF the test
    7. WHERE ID =: p1_display_eid;
    8. END IF;
    9. exception
    10. When no_data_found then
    11. -Here, I need to redirect the URL to the other screen
    12. end;

    You can do it programmatically by using the owa_util.redirect_url method:

    BEGIN
    
      IF (:p1_display_eid) IS NOT NULL
      THEN
          SELECT modified_date
            INTO :p1_modified_date
            FROM test
          WHERE id = :p1_display_eid;
      END IF;
    
    exception
    
      when no_data_found
      then
          owa_util.redirect('');
          apex_application.stop_apex_engine();
    
    end;
    

    However I don't like the various side effects inherent in this code. It is not obvious to a developer looking at the page that executes a process will result in changing session state or the redirect to a different URL. It may involve additional database access, but I think I would prefer to implement this as a conditional branch by using a condition is no SQL, and a later calculation to set the value of the page...

  • Request the URL of Glassfish at APEX

    Hello

    I have Glassfish 4.0 with Apex listener 4.2.3.

    A plsql deployed in my scheme of the application, I get the URL glassfish.

    Is there one % of owa or another procedure, which gets the url of the glassfish Server?

    Thank you

    Hello

    Check owa_util.get_cgi_env OWA_UTIL for servername, HTTP_HOST, SCRIPT_NAME settings and so on. To print all settings using owa_util.print_cgi_env

  • How can I get the url query string data to a site created with the Muse? It is not module_url works in Muse.

    In my Muse created site (i.e. musesite.com), the url to the site link will be something like, www.musesite.com/homepage.html?userid=123 and I want to capture the value of username. There is documentation on the use of module_url, but documentation is vague and it's not really show in use in the Muse Awards Business Catalyst. Is there an easy way to retrieve the values of url string that does not script require extensive coding?

    Muse is strictly HTML and CSS and a little Javascript. To use URL parameters as you learn on would need a kind side Server advanced such as PHP which is out of the reach of Muse. Essentially of Muse is not the right tool, you use to achieve this.

    This works for you in Joomla because as Wordpress and they are written in PHP.

  • retrieve the value of the URL query string parameter

    It seems like it should be simple, but for some reason that I can't figure out how to get the value of a variable in a URL query string.

    If it is in my address bar: http://www.whyu.com/whyplayer.html?chosenCLIP=movie

    and I want just the value of 'chosenCLIP' to use in my loaded SWF file, how can I do it in AS3?

    I think that the easiest way is to use SWFObject.

    In your HTML code:

    var flashvars = {};
    If (swfobject.getQueryParamValue ("chosenCLIP")) {}
    flashvars.clip = swfobject.getQueryParamValue ("chosenCLIP");
    }
    swfobject.embedSWF ("myMovie.swf", "myContent", "550", "400", "9.0.0"",","flashvars");

    And the clip variable will be available as a FlashVar to your movie:

    Var loaderInfo.parameters.clip = Clip;

  • Is it still possible to put the URL bar on the front?

    Before the most recent change on my windows machines, I have had the firefox toolbar url and tabs button all on a single bar inside the "aero" windows style window decoration.

    Is it still possible to do? For the moment, I can't move the toolbar URL or menu options out of the toolbar and in the window decoration. If this is not possible can be done with an add-on? This change has doubled real estate display should read these.

    1. Classic restaurateur theme installation and restart Firefox when prompted.
    2. Open the modules (Ctrl + Shift + A Manager; Mac: Command + shift + A), then the Extensions category.
    3. Beside the classical restaurant theme, click on the Options button.
    4. On the main tab, make sure 'Mobile back-forward button' is checked. You can also check "Hide urlbars stop & reload buttons" and "combine stop & reload buttons. Close the options window when finished.
    5. Right-click on a zone empty of the tab bar and select Customize.
    6. Drag the front/rear, address bar, and any other key that you want in the toolbar and navigation on the tab bar.
    7. Drag all the unwanted items off the coast of the toolbar and navigation on the range of customization.
    8. Click the Customize the output at the bottom right button when finished.
    9. In modules, Extensions category, beside the classical Restorer theme Manager, click the Options button.
    10. On the main tab, under general UI, check "hide navigation bar. Close the options window when finished.
  • Is it possible to change the URL of the submit button link is based on the user input?

    I have a separate html page that does this with a php script, but I had help to create this php file which is just a form that allows users to enter a password that I give them who will then simply link to an external html page.  Since I do not know php, I think a possible work around could be to have a text input box that would allow a user to enter (passwordA) then click on submit to load (pageX.hmtl) or they could enter (passwordB) and submit would charge (pageY.html).

    If anyone knows how I can link my new flash with my .php file project, it would be great, or if there are AS3 code that would do this I though!

    use:

    submit_btn.addEventListener (MouseEvent.CLICK, navF);

    function navF(event:MouseEvent):void {}

    {if (passcode_txt. Text is "passwordA")}

    navigateToURL (new URLRequest ("http://www.site1.com"));

    } else {}

    navigateToURL (new URLRequest ("http://www.site2.com"));

    }

    }

  • Pass the URL query string variable to Captivate?

    I created a Flash button for my total Captivate, it uses PHP to update a CSV file with the user name and the id of course.

    The user name is from a URL string. If it was just a Flash file, I could pass the page HTML using FlashVar values. My flash button is not exposed until the last slide in the room of Captivate. How can I get this value so that my Flash button can pass it?

    If the value passed to the FlashVar to the Captivate swf, is a local variable that can be called from the Flash button? I know I did not adequately explain this right, but maybe someone can decipher this enough to get the gist.

    Hello

    Just write a javascript in html function that returns the user name.

    Call this function in your flash movie using the external interface call

    Hope this helps

    Delighted Kishore.

  • Allow cut/copy in the URL bar

    I use Firefox v23.0 on a Nexus 4 4.3 Android running. When I long press on in the URL bar to copy a URL, the only option from the pop-up window that appears is 'STICK '. There is no option to cut or copy the text from the URL.

    Hello, it is possible to copy the url while you are on a page (before you hit the url bar) by long-pressing the page title/address...

  • show the url in the bookmarks instead of the name bar

    Hello
    I want to ask whether it is possible to display the Url (location) in the toolbar of bookmarks instead of the name. When you right-click on an entry-> properties it shows these two fields. I want the location to display on the menu.
    Thank you very much

    Not that I know of.

    Not a lot of bookmarks will be adapted on the bookmarks toolbar except if you place them in folders.

    One possibility is to export bookmarks to a change in the HTML file, bookmark the location names.

    You can open the HTML in a tab in Firefox via Firefox > new tab > open a file or Firefox > open the file, and then run below posted a JavaScript bookmarklet.

    You can import this file and replace the bookmarks that you want to change with the bookmarks updated the.

    Firefox 6 does not allow to run a JavaScript bookmarklet via the address bar, you will need to create a bookmark to the location defined in this code and then run this bookmark to the page with the HTML file on screen.

    javascript:(function(){var e=document.links,E,T,i,j=0;for(i=0;E=e[i];i++){E.innerHTML=E.href;j++}alert(j+" links changed");})();
    
  • get the URL of the browser

    Is it possible to get the URL of the browser? I have seen an application that gets it and check.

    I searched all the related browser api but unsuccessful.

    You can add your own item to the browser application menu. The current URL is sent to your application when selected by the user.

    See ApplicationMenuItem and ApplicationMenuItemRepository in the javadocs.

Maybe you are looking for