How to create a session of apex in example of SQL * more?

I would like to establish a session to the apex with a different tool for SQL Workshop.

How can I achieve this for example using SQL * Plus or SQL Developer?

Is there a document on the internet that answers this question? I couldn't even find.

Martin Giffy Souza on Oracle APEX: how to create a Session of the APEX in PL/SQL

Tags: Database

Similar Questions

  • How to create a session variable in the Apex?

    Hello dear colleagues,

    Is there a person know how to create a session variable in the Apex?

    How to get them?

    Thank you

    Best regards

    Hello

    No problem, PS don't forget to mark messages as 'useful' or 'correct', if you did infact find them useful or correct ;)

    John.
    --------------------------------------------
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd

  • How to create a matrix on Apex 4.1 report

    Hi all.

    I need to create a report similar to the following:

    Jan Feb Mar...

    Product category
    Category a 999 999 999
    Category two 999 999 999

    As Oracle reports reporting tool, it is called a matrix report that can be easily created: just a simple query, select a type of matrix report, calculate summary for line badette and total values, and it is.


    How would one implement this on Apex 4.1?

    Have some ideas:

    -Fill the temporary table with columns that correspond to the months.
    -Create a procedure that returns a collection and use it as a source of report.
    -Etc.

    What other options can I have...?

    Thanks in advance...!

    It can, do not know if it will not correspond to you for a total of prescriptions. Checkout this site or even to feed your needs in the other forum; These guys eat and sleep like that.

    [url http://www.oracle-developer.net/display.php?id=506] pivot and unpivot queries in 11g

    Note that this site is compared to 11 g; I believe that these and other analytical functions appeared in 10g.

  • How to create a collection of apex to store and to loop through the values

    I couldn't find a simple example to do
    Apex 4.2

    I need to create a collection of the apex. I have a query that returns multiple roles for a user. I need to check to see if one of my values of point is within the collection, but I'm not sure how. So far, I have:

    Start
    APEX_COLLECTION. () CREATE_COLLECTION
    p_collection_name = > 'ALL_ROLES');

    Select count (granted_role) in the County of dba_role_privs where upper (grantee) = upper(:APP_USER);

    end;

    How would store the query results in the collection?

    Even shorter

    declare
      v_count number;
    begin
      if :P32_SUBMISSION_DATE is null
      then
        return false;
      end if;
      select count(*) into v_count
      from dba_role_privs
      where upper(grantee) = upper(:APP_USER)
      and  granted_role in ('SURVEY_SUID','SURVEY_JOB_SUID');
    --
      return v_count > 0;
    end;
    

    Note that with a combined function as count you will never get an exception no_data_found

  • Cannot find how to create the new workspace Apex 3.1

    Hello

    I'm new to Apex. I'm trying to find a way, a "workspace" can be created under the "Manage the Services" section but can't seem to find how? Nothing can "Create Workspace" here.

    Any clue?

    Thank you

    moredotnet

    Log on to the admin site

    http://hostname/ReportServer: port, pls, apex, apex_admin

    Manage Workspaces / workspace create

    Kind regards
    Iloon

  • How to create a type of record and a pl/sql table of this record type in the database

    Hello
    I want to create a record type, and then I want to create a PL/SQL table in the oracle 9i database.
    I did block PL/SQL.
    But when I'm doing it in the database it throws me a few errors.
    Could you please tell me how can I do?

    Concerning

    user576726 wrote:
    Hello
    I want to create a record type, and then I want to create a PL/SQL table in the oracle 9i database.
    I did block PL/SQL.
    But when I'm doing it in the database it throws me a few errors.
    Could you please tell me how can I do?

    Concerning

    RECORD type is only supported in PL/SQL for SQL, you must use the OBJECT type.

  • How to create session refnum imaq?

    Hello all,.

    I have an app where I would like to pass a Session IMAQ by refnum Sub several screws, however, I am unable to find all the information on the creation of Session IMAQ refnums. I saw it was in a previous post to an old version of labview, but can't seem to duplicate (the example http://forums.ni.com/t5/Machine-Vision/how-to-pass-IMAQ-session-to-subVI/td-p/2089804 snapvi)

    I use LV2013 and I have the VDM 2013 installed with all options (and be used at other functions imaq, so I don't think its an installation problem)

    I tried looking in the following locations:

    Controls palette (Refnum or under the controls-> range of Vision).

    Rapid decline (the research of refnum imaq or session)

    Assembly of the control and the indicator IMAQ Session (right-click menu)

    Hoping someone could point me in the right direction.

    Thank you

    If you go to any VI IMAQ, who holds the refnum and right-click on the entry of the session, you can select "Create control" and it will create one for you.

  • How to create a task that runs once a day, immediately after the opening of session?

    Hello, I'm wondering how to create a task using the Task Scheduler that runs once a day, immediately after I have logon.

    The reason is I want to use Bing Desktop to change my wallpaper every day. However, I just want to run the first time I start my computer every day, so it will change the wallpaper. By default, it starts whenever I have to logon. It's annoying, because I just want it to start once a day to change the wallpaper. However, using the Task Scheduler, I put only a trigger to start "at the opening of session' or"once a day." If I choose once per day, it runs about 5-10 min after I login, instead of logon immediately after. If I choose the two triggers, then it starts after each session.

    Basically, I just want the Task Scheduler to launch the program after the connection the first time I connect to the computer on any given day. How can I do this?

    Hello Jeffrey,.

    You can refer to the links below and see if that helps.

    Create a task

    http://TechNet.Microsoft.com/en-us/library/cc720110 (v = WS.10) .aspx

    Modify a scheduled task

    http://TechNet.Microsoft.com/en-us/library/cc778308 (v = WS.10) .aspx

    Change an existing task

    http://TechNet.Microsoft.com/en-us/library/cc766442.aspx

    Please write back to us for assistance and we will be happy to help you come.

    Thank you

  • How to open a session in an application apex of a link to the html page, passing the username and password in the url

    Hello

    I have a html page (can be created by jsp/other technology) where I need to provide a link to an apex application passing the user name and password, so that the user does not have to connect. I tried below, but it shows the login page.

    <! DOCTYPE html >

    < html >

    < body >

    " < p > < a href =" https://Apex.Oracle.com/pls/Apex/f?p=75478:101:0:login:P101_USERNAME, P101_PASSWORD:[email protected], gmail@123 [email protected] , gmail@123 "> my Application < /a > < /p > "

    < / body >

    < / html >

    no idea how to do it?

    Apex 5 / chrome browser / window 7

    Concerning

    Sanjaya

    Hi Sanjaya,

    from a security point of view I would strongly recommend NOT to include a clear text password in an HTML page or pass it through a url!

    But back to your question why it does not work. It does exactly what you say APEX. Go to page 101. If you want to simulate a page you submit must use BRANCH_TO_PAGE_ACCEPT which tells APEX to go to this page, but performs the 'Treatment of the Page' page instead of make. See http://docs.oracle.com/cd/E59726_01/doc.50/e39147/concept_sub.htm#CHDICEDJ

    Here is the correct URL, you must use.

    https://Apex.Oracle.com/pls/Apex/f?p=75478:101:0:BRANCH_TO_PAGE_ACCEPT:P101_USERNAME, P101_PASSWORD:[email protected], gmail@123

    Concerning

    Patrick

  • Does anyone know how to create mirror using the SDK sessions?

    I would like to know how to create a port mirror session. Anyone know?

    Take a look at the ReconfigurevDvs_Task() - http://vijava.sourceforge.net/vSphereAPIDoc/ver5/ReferenceGuide/vim.DistributedVirtualSwitch.html#reconfigure and you will need to specify config spec to be VMwareDVSVspanConfigSpec http://vijava.sourceforge.net/vSphereAPIDoc/ver5/ReferenceGuide/vim.dvs.VmwareDistributedVirtualSwitch.VspanConfigSpec.html , which is for duplication of port

  • APEX how to create an apex_collection

    Hello

    I currently work in a 'Survey' application and I want to store data and at the end to submit them.
    I read some topics and oracle bind on apex_collection, but I have the problem to the implementation, I don't know where and how to start:
    1. I have a page containing:
    A. report brings me data from a database. (these are questions)
    B. 1 point with 5 values (radio button) different types of responses
    I want to accomplish is to answer all questions and save all the answers at the end of DB. For this I thought to use the apex_collection to collect the information and after will see :).

    Can someone tell me how to create a collection (it's a process?) and How to store the responses ?
    Select a.question_num ||'.',
           b.text
    from xxgrp.xxgrp_hr_survey_dtl_360 b,
         xxgrp.xxgrp_hr_survey_dtl a
    where a.question_id = b.question_id  
    Thank you

    Indeed, the collection is a process.

    I'm still waiting in my business logic where the best place is to create. You say you have need some kind off investigation app.

    In this case, I would create when you open the first page off your App survey know that you can create it only once. If there is already let them down but in the API, there are procedures like create or truncate the collection.

    Everything you use in the API are procedures of the apex.

    Concerning

    Nico

  • How to create a column width fixed in an interactive report 4 APEX?

    This thread is a continuation of {message identifier: = 9191195}. Thank you fac586.

    Partial success: the following code provided by fac586 limit the width of the column of the Apex 4 interactive report as long as the data in the column contains a white space in a browser Firefox 3.6:

    < pre class = "jive-pre" >
    < style type = "text/css" >
    e #T_DESCRIPTION {}
    Width: 300px;
    }
    TD [headers = "T_DESCRIPTION"] {}
    Width: 300px;
    dressing: break-Word;
    }
    < / style >
    < / pre >

    Notes:
    1. the above code is placed in the HTML header for the page section.
    2 T_DESCRIPTION is defined as VARCHAR2 (2000).
    3. the above code works in Firefox 3.6.12 browser but does not work in the browser Internet Explorer 7.0.5730.13.

    I tried to add "float: left;":

    < pre class = "jive-pre" >
    < style type = "text/css" >
    e #T_DESCRIPTION {}
    Width: 300px;
    }
    TD [headers = "T_DESCRIPTION"] {}
    Width: 300px;
    dressing: break-Word;
    < font color = "red" > float: left; < / police >
    }
    < / style >
    < / pre >

    Notes:
    1 "float: left;" requires no white space and successfully splits the column between the characters instead of whitespace.
    2. "float: left;" reduces the height of the cell and allows the page to show through... could not determine how to solve this fundamental problem.
    3. the above code works in Firefox 3.6.12 browser but does not work in the browser Internet Explorer 7.0.5730.13.

    I've did some more research, but I've yet to discover how to create a fixed-width column in an interactive APEX 4 report that displays correctly in Internet Explorer 7 browser.

    Ideas and help will be appreciated.
    what theme are you using?

    A customized version of the 15 theme.

    You said you were using APEX 4.0, if I was testing on 4.0, but using one of its new themes based on the standards. 15 theme is a theme of legacy from older versions of APEX, mainly to ensure a certain level of support for the despised IE6 browser. The new themes are designed to restore mode standard and those inherited mode quirks (This is explained here). Firefox (and Safari, Opera and Chrome, and...) for your application, it's academic: all the required CSS: selectors attribute, the property max-width and dressing work in two modes.

    Enter Microsoft. They decided that in IE7, backwards compatibility meant that new CSS features would be supported only in standard mode, even if they had never been implemented in older versions, with no previous, behavior that may break. Go figure. Yes, even so the dressing will work in quirks mode (no surprise - Microsoft invented), attribute selectors, and max-width only. The latter is bug in standard mode, so I tried using widthworkaround, but who has always used an attribute selector, which of course is ignored, there are no selectors of friendly quirks mode in uneditable Oracle IR of supplement.

    The best 2 options are:

    1. stop using IE.

    2. use a theme based on standards.

    Less satisfactory would be:

    3. change your theme custom (or some of its pages) in standard mode (but it could break him other stuff).

    4 throw some JavaScript to fix the problem (I'll sleep on this one).

  • How to create the page zero in the apex oracle 4.0?

    Hi all
    How to create the page zero in the apex oracle 4.0?

    Concerning
    Mani

    Hello

    Home > Application Builder > Application xxx > create Page
    There are down to the Center on Wizard Page zero

    Kind regards
    Jari

    Published by: jarola 25 August 2010 19:28

    And here's the chapter on literature
    http://download.Oracle.com/docs/CD/E17556_01/doc/user.40/e15517/UI.htm#BGBFFFGH

  • How to create a menu of reports in APEX

    Dear Sir
    I want to create a menu of reports, so that the user click on the report name to view the report. I save all the reports in a database table and display interactive report on the home page.
    How can I bind the relevant reports to each row of the table
    kindly help me to achieve the functionality

    Hello

    Process of creation of list as follows *.

    You must follow these steps in the wizard to create a list,

    1. go in the shared components of your application.
    2. by navigation, click on the menu lists.
    3. click the Create button which would be available in this page.
    4. Select the Option 'From Scratch' and click Next.
    5. enter a name for the list, select dynamic as the type of list, you can choose any list template and compiler options too. Click Next.
    6. write the SQL query to dynamically generate the list, you can look in my example to get more clarity on the same with denunciations of target too. Click Next.
    7. click the Create button to complete creation of list.

    Now, the list has been created in the components of shred.

    Then you create a page from scratch in your application, this can be done by clicking on the button to create in your application and choose the type of page to Page zero. You think about the functionality of zero order page, otherwise please try to go through some documents and learn it.

    In the zero page, please follow the steps below.

    1. create a new region.
    2. choose the type of region as a list.
    3 give the title to the region and click Next.
    4. in the list, the above created list name will be available, choose and click on create the region from the list.

    As we have created it in the page from scratch, it will be available in the full application.

    Go to the Pages of the report,

    Page 5 - used

    Change the region of interactive to display in the column 2 reports.

    Page 6 - Department

    Change the region of interactive to display in the column 2 reports.

    Now run the application. It works very well.

    Kind regards
    Santini.

  • How to create a horizontal line in the region of html

    Hello

    How can I create the html elements, including a horizontal line in an html area filled with items. I want to use this horizontal line to part elements optically. Moreover, my solution for now is to group the elements belonging together in a separate html area. So I have now 3 parts of html, each filled with 5 columns of elements. Is it possible to align the elements in the 3 regions (together)? Cause at the present time, only the items in each region are aligned.

    I use oracle 11 g 2 with apex 4.1

    wucis wrote:

    Apex version is 4.1

    Theme: Sapphire 17

    Page: Two level Tabs - right Sidebar (optional / based on a table)

    The region is HTML

    Main question is, how to create a horizontal line as visible separator between items.

    My personal preference would be to group the items according to the needs in the subregions and use CSS to display the Visual borders and uniform spacing of control over formatting tables.

    If however you want using HTML single region, is to create elements of the only view to the agenda of the positions of the sequence in the region where you want the jumps to appear, with the following parameters:

    Name: PX_HR_1 / / substitute suffix number and an increment of page as required

    Display in the form: Display only

    Save Session State: NO.

    Start on a new line: Yes

    Start the new field: Yes

    ColSpan: number of columns in your layout

    Label: leave blank

    Horizontal/Vertical alignment: Above

    Model: --choose a model--

    Type of source: Static assignment

    Source of value or expression:

Maybe you are looking for

  • "Stuck" modifier keys - Wacom error, not Mac OS

    There is a known issue with the current Wacom tablet driver. In my case, the modifier keys seem to be active inadvertently. (As if I wanted option, shift, or command keys). The cure is to download the PREVIOUS version of the driver Wacom, uninstall t

  • Write to clusters - WebServer

    Hallo, I m trying to use a webserve for data sharing. When I m using simple variables or small groups the system works without any problem using JSON to make the transformation (cluster to a string). The problem is when I need to use a huge amount of

  • I have reinstalled the operating system on my Mac 10.6.8 &amp; can't print duplex

    DeskJet 6988dt. I had to reinstall the operating system on my Mac 10.6.8. Now, I can not the boxes to select duplex printing. I tried to delete the printer in system preferences, turn off the printer, removing the duplexer, put it back in place, turn

  • Pavilion dv7 cl6157: USB Ports do not work

    All my USB 2.0 and 3.0 ports suddenly stopped working.  In Device Manager all have beside them yellow warning triangle.  When I click on the ports, it says "cannot load the driver for this hardware device.  The driver may be corrupted or missing (Cod

  • The 220-1025PC Omni has a DVD burner compatible LightScribe?

    I have a HP Pavilion Media Center a1310n desktop PC.  It has a DVD burner compatible LightScribe.  LightScribe identifies a disc very carefully. I took it for granted that LightScribe, a HP inovation, would normally be on the HP desktop computer.  It