Implement the GMAIL client in Oracle Apex

Dear experts,

I would like to implement the client GMAIL in Oracle Apex to be able to manage gmail inbox, sent mail,... the apex app etc.

Y at - it a plugin or a tutorial to do this.

Thanks in advance for any help you provide

Concerning

Mahmoud

Mahmoud_Rabie wrote:

What prevents the implementation of these customers in pure PL/SQL?

Hello

Probably nothing. In my view, the package author has used Java as it is easier to implement and provide loan APIs.

I suppose that pure PL/SQL do not solve problem which packages you can use in apex.oracle.com.

I'm sure that you for example utl_http is in a similar packaging that you cannot use in apex.oracle.com

Jari

---------------

My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

Twitter: http://www.twitter.com/jariolai

Tags: Database

Similar Questions

  • Create the Signature buffer in oracle apex 5.0

    Hello, I'm trying to create the signature buffer in oracle apex 5.0, did see some plugins for that as: https://www.enkitec.com/products/plugins/signaturepad/help can I implement the same functionality without using this plugin. What I see: 1) http://keith-wood.name/signature.html 2) https://github.com/brinley/jSignature ) 3 https://github.com/thomasjbradley/signature-pad/blob/gh-pages/documentation.md Point is to make this cushion where I sign! and also save as image in database. Don't know if I'm clear enough with my question or not. Thank you.

    Hi Pranav.shah,

    Pranav.Shah wrote:

    Hello, I'm trying to create the signature buffer in oracle apex 5.0, did see some plugins for that love: https://www.enkitec.com/products/plugins/signaturepad/help can I implement the same functionality without using this plugin. What I see: 1) http://keith-wood.name/signature.html 2) https://github.com/brinley/jSignature 3) https://github.com/thomasjbradley/signature-pad/blob/gh-pages/documentation.md Point is to make this cushion where I sign! and also save as image in database. Don't know if I'm clear enough with my question or not. Thank you.

    Use the pad of Signature plugin Enkitec. Why don't you use this plugin, but only its features.

    Also, the plug-in can save the signature to be registered as JSON CLOB or BLOB image in the database.

    Reference:

    Kind regards

    Kiran

  • How to import the .sql file in oracle apex?

    I am new to oracle apex...

    How to import the .sql file in oracle apex?

    I have to import a table in apex...

    This script I have to write in the .sql file...

    pls help...

    Published by: 794244 on January 31, 2011 21:31

    Hi Manu

    You can import and browse workshop SQL, SQL Scripts .sql files. If you have multiple SQL statements in your script, make sure that they are separated by the / character

    Andy

  • How do for elements to create the shuttle cascading in Oracle Apex

    Can everyone please create me Articles of the shuttle in cascade in the oracle apex.

    The same way as you do that for selection only lists the condition is a little different. Here is an example of the second Shuttle in my case:

    SELECT pcat_title d, pcat_id r

    FROM (SELECT pcat_id, pcat_title, pcat_pt_code

    Of om_prod_categories

    WHERE pcat_parent_id IS NULL)

    WHERE INSTR (': ' |: p3_prod_pt_code |) ':',

    ':' || pcat_pt_code | ':') > 0

    Denes Kubicek

  • The AUDIT command in, oracle apex (version 4.2.5.00.08), error "ORA-00911: invalid character '.

    I am trying to run

    "AUDIT INSERT, UPDATE, DELETE on emp BY ACCESS WHENEVER SUCCESSFUL;"

    in "SQL commands" on oracle-apex (version 4.2.5.00.08).

    I get the error message ' ORA-00911: invalid character '.

    Can someone tell me the solution for this?

    Apex environment we need to set the database AUDIT_TRAIL to TRUE for the control

    "AUDIT INSERT, UPDATE, DELETE on emp BY ACCESS WHENEVER SUCCESSFUL;"  to work.

    By their Summit, to be able to change the setting of database AUDIT_TRAIL we have to log-in as a DBA from the link "SQL workshop--> utilities--> on the database.

  • How do I run the exp for the backup command in Oracle APEX 4.0

    Hello!

    I use APEX 4.0 with Oracle R11i. For the daily backup, I have to use the procedure "CMD". Is it possible to run this script "EXP" through a BUTTON or something in Oracle APEX 4.0

    Are you looking for a quick answer
    Kind regards

    The short answer is: No.
    exp is a command line (DOS) and due to browser restrictions/security, you can't run a command from a browser (malicious website would like this feature, run "format c: /" browser...).

  • What is the best method to implement the communication client-server TCP/IP of multiples?

    I want to make a customer network and multiple server using the TCP/IP protocol.

    I have 30 remote wireless sensors to send data to a server with LabView.  This problem is corrected.

    The server has a router that communicates with the sensors and is connected to the PC via cable net.

    I want to find the way the most effective communication from the point of view of resources and, above all, the response speed of the system, because I want to update the screen as quickly as possible, to send more data per second of the sensors.

    I think I have (only?) two options:

    (* 1) open 30 simultaneous ports and process them in parallel to decode and display the data from each sensor.
    (* 2) using two loops: one to listen to new connections and the other to take the floor, placing them in the 'tail' and decoding and then each of them separately in order to display the data from each sensor. See http://www.ni.com/white-paper/3982/en/

    NOTE: at the moment I have only 4 sensors tested with method 1: it takes about 3 minutes to establish communication (why?), and then it works properly.

    What method would you recommend? Why?

    Thank you all in advance!

    I assume you mean to "Start Asynchronous Call. Which has been added to LV2011. If you are using an older version the method I posted above works fine. In fact, we always use this VI (Manager Spawn of connection, which is the one we wrote) in LV 2011 and 2012 LV.

    In fact I posted this library recently. You can find the code here. That the code implements a queue-based network. You can watch as an example of a server that generates handlers for each client that connects.

  • Change the Error Message in Oracle Apex 5.0

    good so I have a modal Page in it two buttons to apply the change and create showing under certain conditions. (click default apex Page Submit buttons with database update and Insertion on)

    Can I Generate Message manually not by default Error Message error (ORA-00001: unique constraint (ECUBE.) OMS_PARENT_CHILD_UN) violated)

    Changed to something 'change values '.

    -> Unique constraint table (column) level used.

    --> do not use any Validation page.


    Thank you

    Pranav shah


    Thank you both for your reply.

    I've made changes in the DML error message and it worked for me.

  • Body of the email format in oracle Apex

    Hi Eveyone,

    I want to format my email using html tags with a paragraph alignment and text colors. can someone help me please how to format the content and use apex_mail package?

    Thank you

    Zourk

    Mariame,

    You can use the following procedure.

    p_html field parameter, you can pass the html code.

    procedure test_send_mail (p_html IN CLOB, p_to IN VARCHAR2, p_from IN VARCHAR2, p_cc IN VARCHAR2, p_bcc IN VARCHAR2, p_subj IN VARCHAR2)

    is

    l_body CLOB.

    l_body_html CLOB.

    BEGIN

    l_body: = "To view the content of this message, please use an active email HTML client." | UTL_TCP. CRLF;

    l_body_html: = '

    '|| UTL_TCP. CRLF;

    l_body_html: = l_body_html | p_html | UTL_TCP. CRLF;

    () apex_mail. Send

    p_to-online p_to-change to your email address

    P_FROM-online p_from-change for a real senders e-mail address

    p_body-online l_body,

    p_body_html-online l_body_html,

    p_subj-online p_subj,

    p_cc-online p_cc);

    END;

    I hope this helps.

    Kind regards

    Archana

  • How to color line specific "BOLD" / inactive in the classic report (oracle apex).

    I have the classic report in oracle apex

    with query below

    Select EMPNO, ENAME, HIREDATE, ADDRESS of emp COMM;

    If the ENAME = "John".

    so, I want to do any "BOLD" line and readonly/inactive. (set of rank who name John)

    Thanks in advance...

    Simple answer: see this blog: reports APEX: color line based on column value

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • How to change the oracle APEX application after the Oracel APEX 3.2 to 4 upgrade

    I have already installed Oracle APEX 3.2 and Oracle database 11.2 in the linux machine. I want to improve Oracle APEX of 3.2 to 4.1. I just want to know that the application developed in Oracle APEX 3.2 will be automatically upgraded or I have to do this manually after the upgrade to Oracle APEX 4.1.

    Published by: 908266 on January 16, 2012 01:49

    you mean the usefulness of "Request for upgrade"?
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/bldr_app_rpt.htm#CHDJJJAA

  • Political life support Oracle APEX 5/ADR 3

    I looked at all at the time of the strategy paper of Oracle support to life

    I'm curious to know if/when this will be updated with the latest versions of the APEX and ADR

    Hi Matt,

    I think it was an oversight that the current version of the document Oracle Lifetime Support policy does not include the latest version of Oracle APEX 5.0.  The revised version, which I believe is set for publication by the end of July, he'll understand.  In the meantime, you can refer to our RTO page for the latest information of support policy to life for Oracle APEX, accessible via the learn more > guarantee section: http://www.oracle.com/technetwork/developer-tools/apex/learnmore/apex-support-1866620.html.

    I have contacted the team development of ADR, to report missing information for ADR 3.0 on the document and I am sure that this issue will be resolved as soon as possible.

    Kind regards

    Hilary

  • Oracle Apex 4.2.4 cannot create PDF

    I can't create PDF reports through the use of Apex.

    (1) I have installed Oracle XE, upgrade the application Express of Apex 4.2.4.00.08

    (2) in the print report Listener Oracle APEX value Instance settings

    (3) established a basic report of the emp demo table

    (4) set to allow reporting printing = 'yes '.

    When I run the report and select pdf I get error message not a pdf file is valid.

    Open the file in wordpad and it contains, given therefore seems not to be conversion from XML to PDF format below.  Any ideas what I am doing wrong! :

    <? XML version = "1.0" encoding = "UTF-8"? >

    < apexListnerFOP >

    < DOCUMENT >

    < DATE > 07/03/2014 < / DATE >

    STAFF of < user_name > < / username >

    < > 101 APP_ID < / APP_ID >

    Ridgway library < APP_NAME > < / APP_NAME >

    < > 12 PAGE_ID < / PAGE_ID >

    Report < TITLE > 1 < /title >

    < REGION ID = "2221822669173184" >

    rowset <>

    < ROW >

    < > 7369 EMPNO < / EMPNO >

    SMITH < ENAME > < / ENAME >

    CLERK of < JOB > < / JOB >

    < MGR > 7902 < / MGR >

    < HIREDATE > 17/12/1980 < / HIREDATE >

    < > 800 SAL < / SAL >

    < COMM > < / COMM >

    < DEPTNO > 20 < / DEPTNO >

    < / ROW >

    The issue was the auditor of the Apex.  I didn't properly configure it.

    I've recreated the service ensuring that account APEX_PUBLIC_USER has been unblocked and APEX static resources highlighted in apex/pictures folder.

    Now works.

  • Community page and Blog with Oracle Apex

    Hi guys,.

    Surprised with the overall function to Oracle Apex 4.1 and its growing popularity by replacing Oracle Forms. I am currently working on an idea to set up a page internal oracle of the community with technical Forums (say as oracle forums, ask tom etc.) as well as a blog page. Is this possible using Oracle Apex? The one you suggest a sample public request/sites with similar characteristics to have a look and feel.

    See you soon,.
    Arun

    Arun wrote:
    @fac586,.

    Thanks for your reply. I remember to check these sample application a year back and currently these are not available in the oracle site. Thanks a lot for sharing this. The latest version of Apex 4.1 will allow me to develop similar applications?

    Of course. These applications must run OK, but they don't use any APEX 4.x features. As part of your studies, you might want to run through the upgrade utility to upgrade a little.

  • Integration of Oracle Apex with EBS R12.1.1

    Dear all,

    We are in the process of integration Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf.

    After doing all the steps, the time where we sail of EBS to Apex application clicking on EBS links menu it ends with error below

    "404 not found".

    ' / OA_HTML/null/pls/apex/f resource not found on this server.

    After some tests, I found the code below in "LaunchApex.jsp" in order to get the value of profile (supposed to be "http://myserver:port") of custom system 'APEX_HTTP_SERVER' profile and prefacing of ' / apex/f? ' p = applicationid:page:APPS: ' does not work correctly

    "
    ...

    String l_launcher = ctx.getProfileStore () .getProfile ("APEX_HTTP_SERVER");
    l_launcher = l_launcher + "/ apex/f? p ="+ p_application +": "+ p_page;
    l_launcher = l_launcher + ': APPS: "+ p_item_names +": "+ p_item_values;

    ...

    "

    as we found that the profile custom system 'APEX_HTTP_SERVER' does not exist in the EBS system. But it works without any error page if we encode the URL of the entire application variable in l_launcher apex, but this hard brings us to the page of connection of EBS instead of the Apex application page.

    So I think that we can't work around by using the value of 'APEX_HTTP_SERVER' profile because it has something to do with the EBS application session.

    So could someone please help me how we could create custom profile system "APEX_HTTP_SERVER" or other options to make the transparent integration of apex Oracle with EBS works without any second login page

    Thanks in advance

    Published by: 805196 on August 25, 2011 12:23 AM

    Hi oar,

    you will need to change as the below in the jsp

    String l_launcher = ctx.getProfileStore().getProfile("OAE_LAUNCHER");
    l_launcher = l_launcher + "/apex/f?p=" + p_application + ":" + p_page;
    l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
    

    Brgds,
    Mini

    --------------------
    Mark responds promptly

Maybe you are looking for