ADR 3.0 without Apex?

Hi all

I have a general question about ADR. My environment is ADR 3 more Oracle 12 c:

1. I've read that you can use ADR 3.0 without installing Apex, which means that I can just install/config ADR on the level of database without having to install the Apex?

2. If the answer to question 1 is Yes, I think once ADR installed/configured, I can activate the ADR at the schema level, I can then be accessed by a url like this:

http://server_host:port / ADR/dbuser/table_name

I just did this and I can start to ADR successfully but the url (or even if I use http://server_host:port/ADR/) gives me a 404 error. I've read several post here which was a similar story, but all have installed Apex.

What I'm trying to do is allow some table REST service level so that other app/tools can use it to access data here.

Maybe my interpretation is not correct and I must have the Apex installed?

Thank you

Mike

Hello

I think you need to create a ws using the PL/SQL API's for CLC in order for your table. See "Creating a RESTful ADR Service with PL/SQL" here:

http://blog.cdivilly.com/2015/03/12/ords-3.0.0-rest-PLSQL-API/

Good luck

Marius

Tags: Database

Similar Questions

  • ADR 3.0 w / APEX 5.0 - ERR-7620 and ORA-01403

    ADR 3.0 w / APEX 5.0 - I have a new facility on 12 c and APEX and ADR full install without error but when you go to the url of the apex page destination to the /apex/ page and admin to/apex/apex_admin /, I meet ERR-7620 and ORA-01403. It's the same error, as shown in Re: ERR-7620 could determine no workspace for the application (4950), ORA-01403: no data found but I was not able to access the admin page to fix the problem. Any help would be appreciated.


    When I run ADR in autonomous on the application server, it starts without error in the command line, but then if I go to http:// < server url >: < port > /ADR /, I get the below error in the browser but no error message on the command line for ADR:

    Troubleshooting I tried but has not solved the error:

    • Installation against an another DB 11 g 2 and always errors

    • Use different URL paths: I tried different paths in the url which should also function as/ords/apex_admin, but I also received the same error. When I try /apex or/apex /, it redirects me to /ords.

    • Restart the listener DB and DB itself

    • Confirmed that all accounts have been unlocked and checked passwords

    Will,

    I am sure now that you did a runtime installation and not a full development.  You can convert this: http://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29186

    Joel

  • Role of the user of "SQL Developer" rESTful services

    Hello

    I am following the tutorial ""REST Data Services Installation, Configuration and Development Guide " "

    But it seems that I can't create a user with the role of "Developer SQL". I am running the below command, I specify the password. Then called the credentials file is created.

    But I can not yet connect SQL Developer using development REST with this credential.

    java-jar ords.war user test_developer "SQL Developer"


    There is no such role when I manually search for in the database. How can I create it?


    Maybe I should create a thread separate, but my second question is, why I need for RESTful to work services have both apex_al.xml and apex_rt.xml conf files?

    For what I understand, it is not necessary to have installed to use the services of APEX RESTful?

    dmdamiyo wrote:

    I am following the tutorial 'REST Data Services Installation, Configuration and Development Guide.

    But it seems that I can't create a user with the role of "Developer SQL". I am running the below command, I specify the password. Then called the credentials file is created.

    But I can not yet connect SQL Developer using development REST with this credential.

    java-jar ords.war user test_developer "SQL Developer"

    There is no such role when I manually search for in the database. How can I create it?

    As mentioned by rwendel is not an Oracle database user / role you create, but it is specific to ADR.

    You can share the link in the documentation where you follow this step?

    If you want to install ADR using Oracle SQL Developer and use the various functions of the ADR 3.0, you can watch the following for quick information on ADR 3.0 sessions:

    Maybe I should create a thread separate, but my second question is, why I need for RESTful to work services have both apex_al.xml and apex_rt.xml conf files?

    For what I understand, it is not necessary to have installed to use the services of APEX RESTful?

    Yes, Oracle APEX is not necessary for the accommodation of RESTful Web Services with ADR 3.0, it was necessary in pre ADR 3.0 versions.

    Reference:

    The 'apex_al.xml' is the configuration user DB APEX_LISTENER and 'apex_rt.xml' matches the configuration of the APEX_REST_PUBLIC_USER DB user. You don't have to configure these users (if you do not want to use Oracle APEX). These users are necessary only if you want to use the RESTful Services with Oracle APEX.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/config_file.htm#BABHAJDE

    If you do not want to use Oracle APEX, then just configure the users ORDS_PUBLIC_USER and ORDS_METADATA.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/install.htm#CHDGACJC

    Kind regards

    Kiran

  • Mapping of URLS with ADR 3.0.1 and Tomcat for several APEX databases

    Hello.

    I have ADR 3.0.1.177.18.02 installed with Tomcat 7.0.59 on a server named ah30.  It works well with APEX 4.2.6 in the data base SCREWS on this server.

    I also to be configured to work with a second database on server ah9 APEX, but I was not able to run again.


    Can someone help me with this issue?

    Were you successful with this type of configuration?

    Here's what I did.


    I have added the database.  ADR has created the data filed: home/oravis/ORDS/confs/ords/conf/ah9_db.xml.  The password is correct.

    Database file: /home/oravis/ORDS/confs/ords/conf/ah9_db.xml

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

    < ! DOCTYPE SYSTEM property "http://java.sun.com/dtd/properties.dtd" > ""

    Properties of <>

    < comment > saved on Sat Aug 01 15:11:21 PDT 2015 < / comment >

    < key = "db.hostname entry" > ah9.xxxx.com < / entry >

    < key = "db.password entry" > @xxxxxxxxxxxxxxxxxxxxxxxxxxxx < / entry >

    < key = "db.username entry" > APEX_PUBLIC_USER < / entry >

    < / properties >


    Use the following commands, I was able to create a new database connection and map the URL.

    Java $ [oravis@ah30 ADR] - jar ords.war map-url - type base-path /ah9 ah9_db

    August 1, 2015 18:06:13 oracle.dbtools.url.mapping.file.MapURL run

    INFO: Creating new mapping of: [base path, / ah9] to map to: [ah9_db].

    [oravis@ah30 NICO2277] $

    In the catalina.out log file, I find the following:

    Process of oracle.dbtools.url.mapping.file.FileURLMappings August 1, 2015 18:21:44

    WARNING: Could not find any target database corresponding to: ah9_db, null

    ADR has created the mapping file: /home/oravis/ORDS/confs/ords/url-mapping.xml

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

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

    " < pool-config xmlns =" http://xmlns.Oracle.com/Apex/pool-config "> "

    < chicken base-path = "" / ah9 "name ="ah9_db"updated =" 2015-08 - 02T 01: 06:13.941Z "/ >"

    < / pool-config >

    This URL gives me access to the APEX on ah30:

    http://ah30.xxxx.com:8080/ADR/f? p = 4550:1

    This URL must give access to APEX on ah9, but he Gets the error 404 of ADR. 

    http://ah30.xxxx.com:8080 / ADR ah9 f? p = 4550:1

    localhost_access_log says:

    [01/Aug / 2015:18:28:34-0700] "GET/ords/ah9/f? p = 4550:1 HTTP/1.1"404 11384

    I also tried to run ADR in stand-alone mode with URL mapping, but that no longer works.

    In an attempt to install separate that I was able to set up independent ADR to get at APEX on ah9, so I don't know the database will answer.

    Thank you

    Skip

    Skip - absolute salvation,

    Skip - absolute says:

    Anyway, nobody has responded to this topic until you.  It's surprising.

    I suggest you try later versions 2.x ADR.  I have had more success with the URL mapping using this version.

    I have not had an opportunity to deepen the problem, but I may be soon.  With my level of knowledge, I must rely on cookbook recipes provided by the documentation and other.  My only interest in ADR and Tomcat should connect the plumbing APEX can be used.  Sometimes my clients have DBA and system administrators who want to install APEX but get hung up a web listening port configuration, so I have to build my knowledge base in order to help.

    With a situation this week, where s/n a customer insists on a two-level facility, I see a few new questions, and I'll look for the time to post in this forum.

    Good luck to you and if you find answers, please share.

    The solution of mapping URLS of configuration of multiple databases with ADR has been described in the blog and the following thread:

    I was able to implement the mapping of the URL of ADR and multiple database feature using the version 2.0.10.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/config.htm#CBDCHGDF (refer to ' Configuring multiple databases ')

    The URL mapping feature does not work in latest versions of ADR 3.0, this was confirmed by the following threads:

    Kind regards

    Kiran

  • Migration of ADR 3.0 and mod_plsql

    Hello, this is probably a question naïve, but anyway:

    I have configured and deployed ADR on weblogic server. I have a legacy architecture that connects to the same database, but using the SST and mod_plsql.

    In the legacy installation I have configured with the URL and other things dads. My question is how do I access these legacy applications that are accessible through mod_plsql via ADR so can I turn off the SST?

    How can I build an own URL? Because each ADR app follows this pattern of f? p = 1 etc. what I need to change the configuration of ADR since it is the same database?

    I really don't understand the relationship between these two connectors I have always worked with APEX listener (now called ADR).

    Any tips will be appreciated.

    I do not know how to do this:

    ServerName.domain.com/pls/test/test.Home

    to do this:

    ServerName.domain.com/ords/f?p=?

    ServerName.domain.com/ords/test/test.Home<- 404="" not="">

    To generic plsql gateway programs, you do not pass. In this new configuration using ADR, you have two options. We use the unique connector "apex". This by changing the user of the connection of APEX_PUBLIC_USER to normal DADDY login and password. This is done either using the utility (java-installation of ords.war advanced pot) in this case when it prompts for the PLSQL gateway configuration you choose Yes, and when it asks username, you choose someone other than the default APEX_PUBLIC_USER.

    Return to the "change of url.

    In this scheme, you would "server.domain.com/ords/test.home" available if you simply configure the default connector ONLY.

    If you have chosen to migrate several dads, then you can configure each as a connector, and then the URL of their card in each connector. It's in the url file - mapping.xml

    http://xmlns.Oracle.com/Apex/pool-config">

    Then you'd have if your config-ADR directory, $ORDS_CONFIG/ADR/conf /.

    Apex. XML

    Prod. XML

    test. XML

    Where prod.xml might look like:

    http://Java.Sun.com/DTD/properties.DTD">

    Recorded on Fri Sep 04 23:23:35 EDT 2015

    proddatabase.domain.Internal

    @mypasswordhash

    PROD.domain.internal

    DAD_USER

    Prod

    According to this scenario, you might have connections instance difference.

    Server.domain.com/ords/test/test.Home

    Server.domain.com/ords/prod/prod.Home

  • ADR 3.0 - Tomcat configuration

    ADR deployed 3.0 as a Tomcat webapp. Follow the installation instructions. The APEX is reached through ADR. ADR configdir is d:\apex. \Webapps\apex and tomcat \webapps\apex.war contain the configuration files.

    Now, if I want to change the configuration to add the following settings

    #############################################
    apex.excel2collection=true
    apex.excel2collection.onecollection=true
    apex.excel2collection.name=excel
    jdbc.initialLimit=100
    jdbc.MinLimit=100
    jdbc.MaxLimit=100
    ##############################################
    

    Question: Where exactly I would add these commands? In the file params/ords_params.properties under d:\apex\apex\ords? Or by manually editing the file defaults.xml? But what file to edit, d:\apex or under Tomcat \webaps\apex\...?

    I asked these questions on an existing thread already.

    If I understand correctly, we use the commands listed in the ords.war file to configure ADR/APEX in the designated configdir and it creates files/folders/config under the configdir files. But when we want to deploy as a Tomcat webapp, instructions ask us just to copy the file ords.war in the folder webapps of Tomcat, NOT the folder configdir . This would imply that the java-jar ords.war configuration of the controls not only read the ords.war but also write to him is a standalone files that can be copied as a Tomcat webapp. This hypothesis is correct?

    That said, I still don't know how to answer my question above.

    One of the team Oracle ADR can please clarify how it works?

    Thank you

    Hi VANJ.

    HELEN wrote:

    ADR deployed 3.0 as a Tomcat webapp. Follow the installation instructions. The APEX is reached through ADR. ADR configdir is d:\apex. \Webapps\apex and tomcat \webapps\apex.war contain the configuration files.

    Now, if I want to change the configuration to add the following settings

    1. #############################################
    2. Apex.excel2collection = true
    3. Apex.excel2collection.onecollection = true
    4. Apex.excel2collection.name = Excel
    5. jdbc.initialLimit = 100
    6. JDBC. MinLimit = 100
    7. JDBC. MaxLimit = 100
    8. ##############################################

    Question: Where exactly I would add these commands? In the file params/ords_params.properties under d:\apex\apex\ords? Or by manually editing the file defaults.xml? But what file to edit, d:\apex or under Tomcat \webaps\apex\...?

    That said, I still don't know how to answer my question above.

    You don't have to change anything in Tomcat\webapps\apex. Looking for just the using configdir:

    java -jar ords.war configdir
    

    Go to your config directory and edit the file defaults.xml and add/edit the following parameters:

    true
    excel
    true
    100
    100
    100
    

    Save the changes to the file defaults.xml and restart your Tomcat Services.

    Is there another way to change the configuration of ADR by using Oracle SQL Developer.

    Reference: https://docs.oracle.com/cd/E55747_01/appdev.41/e55591/ords_sqldev.htm#CEGEEHGB

    I hope this helps!

    Kind regards

    Kiran

  • problem with ADR 3.0

    Hi all

    I installed apex 5 on the database oracle 12 c and install and configure ADR 3.0. on oracle linux.

    When I opened the browser and deliver localhost: 8080 / ADR, I face the following error

    404: not found

    How to fix this please?

    I start my ADR as below;

    [oracle@oradev ords.3.0.0.121.10.23] $java - jar ords.war

    Check the ADR scheme at the apex of the database Configuration

    June 3, 2015 13:31:16 oracle.dbtools.rt.config.setup.SchemaSetup install

    Information: Version of the schema of data services Oracle REST 3.0.0.121.10.23

    2015-06-03 13:31:16.615:INFO:main: logging initialized @1784ms

    2015-06-03 13:31:17.331:INFO:oejs. Server: main: discarded - 9.2.z - SNAPSHOT

    2015-06-03 13:31:17.425:INFO: / ords:main: INFO: use configuration file: /u01/ords.3.0.0.121.10.23/config/ords

    2015-06-03 13:31:17.425:INFO: / ords:main: BEST. ApplicationContext [configurationFolder=/u01/ords.3.0.0.121.10.23/config/ords, services Application Scope =] |

    June 3, 2015 13:31:17 oracle.dbtools.common.config.db.DatabasePools validatePool

    INFO: Validation pool: apex_al

    June 3, 2015 13:31:17 oracle.dbtools.common.config.db.DatabasePools validatePool

    INFO: Pool: apex_al is correctly configured

    June 3, 2015 13:31:17 oracle.dbtools.common.config.db.DatabasePools validatePool

    INFO: Validation pool: apex_pu

    June 3, 2015 13:31:17 oracle.dbtools.common.config.db.DatabasePools validatePool

    INFO: Pool: apex_pu is correctly configured

    June 3, 2015 13:31:17 oracle.dbtools.common.config.db.DatabasePools validatePool

    INFO: Validation pool: apex_rt

    June 3, 2015 13:31:17 oracle.dbtools.common.config.db.DatabasePools validatePool

    INFO: Pool: apex_rt is correctly configured

    2015-06-03 13:31:17.679:INFO: / ords:main: INFO: Oracle REMAINS initialized data Services | Version of REST Data Services Oracle: 3.0.0.121.10.23 | The Oracle Data Services REST server info: jetty/9.2.z-SNAPSHOT|

    2015-06-03 13:31:17.681:INFO:oejsh. {ContextHandler:main: started o.e.j.s.ServletContextHandler@7365b411{/ords,null,AVAILABLE}

    2015-06-03 13:31:17.687:INFO:oejs. {ServerConnector:main: started ServerConnector@6ed749de{HTTP/1.1}{0.0.0.0:8080}

    2015-06-03 13:31:17.688:INFO:oejs. Server: main: started @2863ms

    When I run the localhost: 8080 / ADR, I saw the following in the terminal.

    June 3, 2015 13:35:39 oracle.dbtools.common.config.db.DatabasePools createPool

    INFO: Configuration properties for: apex_pu

    June 3, 2015 13:35:39 am oracle.dbtools.common.config.db.DatabasePools listConfiguration

    INFO: cache.caching = false

    cache. Directory = / tmp/apex/cache

    cache. Duration = Days

    cache.expiration = 7

    cache.maxEntries = 500

    cache.monitorInterval = 60

    cache.procedureNameList =

    cache.type = LRU

    DB. HostName = oradev. HCT.org

    DB.port = 1521

    DB. ServiceName = pdborcl. HCT.org

    Debug.Debugger = false

    debug.printDebugToScreen = false

    error.keepErrorMessages = true

    error.maxEntries = 50

    JDBC. DriverType = thin

    JDBC. InactivityTimeout = 1800

    JDBC. InitialLimit = 3

    JDBC. MaxConnectionReuseCount = 1000

    JDBC. MaxLimit = 10

    JDBC. MaxStatementsLimit = 10

    JDBC. MinLimit = 1

    jdbc.statementTimeout = 900

    log. Logging = false

    log.maxEntries = 50

    Misc.Compress =

    misc.defaultPage = apex

    Security.crypto.enc.Password = *.

    Security.crypto.Mac.Password = *.

    security.disableDefaultExclusionList = false

    security.maxEntries = 2000

    DB. Password = *.

    DB. UserName = ORDS_PUBLIC_USER

    13:35:39 oracle.dbtools.common.config.db.ConfigurationValues journal 3 June 2015

    ATTENTION: * jdbc. MaxLimit in apex_pu configuration uses a value of 10, this setting cannot be sized properly for a production environment *.

    13:35:39 oracle.dbtools.common.config.db.ConfigurationValues journal 3 June 2015

    ATTENTION: * jdbc. InitialLimit in apex_pu configuration uses a value of 3, this setting cannot be sized properly for a production environment *.

    June 3, 2015 13:35:39 am oracle.ucp.common.UniversalConnectionPoolBase initInactiveConnectionTimeoutTimer

    INFO: connection time-out timer inactive at the request

    June 3, 2015 13:35:39 oracle.dbtools.common.config.db.DatabasePools createPool

    INFO: Configuration properties for: apex_al

    June 3, 2015 13:35:39 am oracle.dbtools.common.config.db.DatabasePools listConfiguration

    INFO: cache.caching = false

    cache. Directory = / tmp/apex/cache

    cache. Duration = Days

    cache.expiration = 7

    cache.maxEntries = 500

    cache.monitorInterval = 60

    cache.procedureNameList =

    cache.type = LRU

    DB. HostName = oradev. HCT.org

    DB.port = 1521

    DB. ServiceName = pdborcl. HCT.org

    Debug.Debugger = false

    debug.printDebugToScreen = false

    error.keepErrorMessages = true

    error.maxEntries = 50

    JDBC. DriverType = thin

    JDBC. InactivityTimeout = 1800

    JDBC. InitialLimit = 3

    JDBC. MaxConnectionReuseCount = 1000

    JDBC. MaxLimit = 10

    JDBC. MaxStatementsLimit = 10

    JDBC. MinLimit = 1

    jdbc.statementTimeout = 900

    log. Logging = false

    log.maxEntries = 50

    Misc.Compress =

    misc.defaultPage = apex

    Security.crypto.enc.Password = *.

    Security.crypto.Mac.Password = *.

    security.disableDefaultExclusionList = false

    security.maxEntries = 2000

    DB. Password = *.

    DB. UserName = APEX_LISTENER

    13:35:39 oracle.dbtools.common.config.db.ConfigurationValues journal 3 June 2015

    ATTENTION: * jdbc. MaxLimit in apex_al configuration uses a value of 10, this setting cannot be sized properly for a production environment *.

    13:35:39 oracle.dbtools.common.config.db.ConfigurationValues journal 3 June 2015

    ATTENTION: * jdbc. InitialLimit in apex_al configuration uses a value of 3, this setting cannot be sized properly for a production environment *.

    June 3, 2015 13:35:39 am oracle.ucp.common.UniversalConnectionPoolBase initInactiveConnectionTimeoutTimer

    INFO: connection time-out timer inactive at the request

    How to solve this problem?

    Thank you.

    Hi Colm Diogo,

    I'm sorry I think I opened the discussions of duplication, please refer to my son one another

    https://community.Oracle.com/thread/3731573

    Please confirm if there is an apex.xml in your folder of configuration with apex_al.xml, apex_pu.xml etc.

    He wasn't there, and I just copy apex_pu.xml to apex.xml. and it starts to work

    could you tell me if this is the right approach? or we could generate the apex.xml by other means?

    Kind regards.

  • upgrade of apex 3.2-4.0

    Hello

    I have installed the oracle 11g database and configured apex3.2 with HTTP to PL/SQL gateway service. I improved apex of 3.2 to 4.0, and I followed the steps described in the installation document.

    but I'm unable to use the apex application now.

    (1) images are not displayed correctly
    (2) I get the error while trying to apex below connection request

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2;. NET4.0C)
    Timestamp: Kills, 28 Sep 2010 15:44:39 UTC


    Message: "apex" is not defined
    Online: 89
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: Object EXPECTED
    Online: 46
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309


    Message: "apex" is not defined
    Online: 47
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:578002335783309

    (3) failed to connect to apex_admin and it popus a window requesting the user name and password... I tried with every apex user names and password but no success.
    "The XDB localhost server requires username and password"

    Any suggestion or solution?

    Thank you
    Iqbal.

    Hello

    all you need to do is

    E:
    
    cd apex
    
    sqlplus / as sysdba
    
    @apxldimg e:
    

    Note: you don't need to reconfigure the EPG, but you need load the images into the EPG. This is done by calling @apxldimg. These scripts accepts the path to the installation files WITHOUT «apex» top It assumes that your folder is named "apex" and adds that the path that you pass to the script.

    All right?

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Application Express (APEX) (need help!)

    Hello, everyone!
    Several days ago, I posted a question on the creation of a small project.
    Here are the details:

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Let's say we have a server (server 'A', for example), it will connect via browser. When connected, we see a simple menu:
    a "textbox".
    an ok"" button.

    Then, when we type something like a 'personID' in a 'text box' and press 'ok' (or we don't have any other buttons... we just type in this)
    ('personID' and press Enter..), Server "A" sends the request to the servers 'B', 'C', 'D',..., 'Z',... the main goal is to check whether this 'person' exists in databases on
    These servers.

    After this procedure, data for this 'person' are in XML format and is sent to our server "A" (ONLY if there is something to go back).

    And finally, we see the 'answer' to our 'request' to right below our "textbox".

    Example:

    All of our servers 'are some faculties '. Send us a request to other servers, namely that a student is enrolled in more than one faculty. We do NOT check the Faculty server 'A' (suppose that this student is already enrolled in this school, so there is no need to check). So, we "ask" and get the answer to this, for example:

    "name: John Smith.
    "id: xxxxxx".

    "Option B".
    «Years: 2009-2010»

    "School C".
    "Years: 2007-2010.
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    The main problem for me was the understanding from where I should go. I was given a Council:
    Use APEX as a tool to create GUIS, a plsql db, to create tables, triggers, scripts and so forth... and XMLElement, XMLForest, XMLAgg to collect data of
    database and put it into XML for later use with APEX.

    I managed to install and configure the APEX. I myself in tons of manuals. On everything in my work.
    And now I'm stuck with few questions in my mind.

    (1) how to create a simple interface to work with APEX? Where should I start?
    (2) I have already created a database, with tables and data (in 11 g "Developer Oracle sql"), but I have not found how to APEX 'See' everything... not to mention how to get the data in tables as XML, then with APEX...

    Can someone help me with these questions? Maybe some tricks, tips, examples... ?

    Time is short for me now, so...
    I would be very grateful for any kind help...

    I agree with Acadet's comments... You must understand the features of Oracle technology... In your case, "user9x", your main goal is to be able to access data from different data sources for 'Oracle '... With or without Apex, today Oracle already supports this notion of access to data distributed via the 'data links' approach... First of all, you have access to all your data on a single system (your goal of the main activity), then you choose the tool to present these data - Apex 3.x, Cloud-9 tomorrow! :)

    good luck trying to make by using XML as the whole point of the Apex is RAPID application development without leaving the architect/developer care about the nuts and bolts of the presentation layer (I think, but I can be challenged on this notion).

    Best,

    Shra1

  • ORDS3.0EA can be used in a production environment

    Hello:

    I had planned to launch a project to deploy a Web service with ADR 2.0 and probably with Apex.

    But now ORDS3.0 EA was released. I can deploy without apex, and it has a function to simply deploy webservice.

    So now I need to decide whether to use ORDS2.0 or 3.0 in my project.

    EA can be used in a production environment? Can the project to have a month or two for the kickoff, if I have a question in the EA version, I raise a SR on EA version?

    Please consult the readme.html in the distribution, as he says it, EA builds are NOT supported for production use

  • Public User - Configuration vs request attribute

    ADR 3.0, APEX 5.0.2

    Most of our APEX applications have been there since earlier versions, so the application User Public attribute is set to HTMLDB_PUBLIC_USER. The configuration file apex/apex/conf/apex.xml ADR specifies the HTMLDB_PUBLIC_USER and the password. But our database audit trail (sys.aud$) displays connections made by APEX_PUBLIC_USER from the server running ADR. I checked, and I see some newer applications with the set of attributes User Public to APEX_PUBLIC_USER but that is what causes the database connections? I thought that all database connections have been made under the user name specified in the config apex.xml ADR file. I even blocked the apex_public_user account and the app worked fine.

    This who/what connects as apex_public_user and why? What is the link between the user of the DAD in apex.xml and the application User Publicattribute?

    Thank you

    Hi VANJ.

    Well, the good news is, that you have set up users rest (with the apex_rest_config.sql script) correctly.

    Everything works correctly, the following occurs:

    1. To download the static files in APEX 5 they had put in place a mechanism to support relative paths. With ADR, they use the APEX rest Webservices by the users APEX_LISTENER and APEX_REST_PUBLIC_USER. With mod_plsql they use PlsqlPathAliasProcedure wwv_flow.resolve_friendly_url ( https://docs.oracle.com/cd/E59726_01/install.50/e39144/http_server.htm#HTMIG29263 )
    2. With ADR, the following sequence occurs when you use a static file:
      1. a connection is established using APEX_LISTENER to search for the required RESTful webservice definition.
      2. is a connection using APEX_REST_PUBLIC_USER and a proxy connect via the user APEX_PUBLIC_USER that happens in the database itself. The apex_public_user session is not connected directly from the outside, but with apex_rest_public_user and then the identity of the user is enabled.

    You can see the definition here:

    So what is happening is perfectly normal, and you can even watch behind the scenes.

    I created a web service by using the following query:

    Select ' AUTHENTICATED_IDENTITY: ' | sys_context ('USERENV', 'AUTHENTICATED_IDENTITY'),

    "CURRENT_SCHEMA...: ' |" sys_context ('USERENV', 'CURRENT_SCHEMA'),

    "CURRENT_SCHEMAID...: ' |" sys_context ('USERENV', 'CURRENT_SCHEMAID'),

    "ENTERPRISE_IDENTITY...: ' |" sys_context ('USERENV', 'ENTERPRISE_IDENTITY'),

    "IDENTIFICATION_TYPE...: ' |" sys_context ('USERENV', 'IDENTIFICATION_TYPE'),

    "OS_USER...: ' |" sys_context ('USERENV', 'OS_USER'),

    "PROXY_USER...: ' |" sys_context ('USERENV', 'PROXY_USER'),

    "PROXY_USERID...: ' |" sys_context ('USERENV', 'PROXY_USERID'),

    "SESSION_USER...: ' | '. sys_context ('USERENV', 'SESSION_USER'),

    "SESSION_USERID...: ' |" sys_context ('USERENV', 'SESSION_USERID'),

    "SESSIONID...: ' | '. sys_context ('USERENV', 'SESSIONID'),

    'SID...................: '|| sys_context ('USERENV', 'SID'),

    user

    of the double

    In fact, this will reveal the different identities:

    In this example, the user executing the statement is 'TRAINING', but the proxy connection to the database user is "APEX_REST_PUBLIC_USER". This proxy authentication is really cool because she seems to be a separate direct connection using the schema of analysis... and everything in the context (even select user to twice) works very well. This is different from the way in which APEX implements the schema of analysis using dbms_sys_sql.parse_as_user which sometimes causes headaches.

    in any case, everything looks good,

    ~ Dietmar.

  • Unable to run OER console after installation

    People,

    We currently installed 11.1.1.7 on WebLogic 10.3.6 OER. We run IBM JDK on an AIX box. Install a fine and ADR Server startsup without problem. We can see this in the WebLogic console. But when I try to access the console of REL to http://hostname/ReportServer: port/rel, the following error is written in the newspaper: the binary same working on a windows machine running Oracle Sun JDK.

    java.lang.Exception: provider named 'SUN' not found

    I guess it's because of a problem using IBM's JVM running on AIX. Has anyone ran into this problem. Any help in resolving this error is highly appreciated.

    Thank you.

    Hello!

    Could you please check this on My Oracle Support: "java.lang.Exception: provider named 'SUN' not found ' while starting OER Application (Doc ID 949474.1)

    SYMPTOMS

    1. "java.lang.Exception: provider named 'SUN' not found ' is thrown when starting application REL

    Following the Stack Trace is thrown on the server:
    java.lang.Exception: provider named 'SUN' not found
    at com.flashline.crypto.EncryptedPassword.constructor(EncryptedPassword.java:125)
    to com.flashline.crypto.EncryptedPassword. (EncryptedPassword.java:74)
    to com.flashline.crypto.EncryptedPassword. (EncryptedPassword.java:38)

    2. a symptom more poster blank page when accessing the application of ADR when it is installed on the IBM AIX machine with WebLogic application server.

    CHANGES

    AIX operating system
    IBM JDK

    CAUSE

    Cipher in OER application depends on the provider of SUN's default name.

    SOLUTION

    Add a property by name flcrypto.properties file in WEB-INF/classes with the following entry

    crypto. ProviderName = IBMJCE

    Please note that this property is required when IBM JDK is used regardless of the operating system

    Must be exactly what you have. Please confirm later

  • Problems when installing application Express listener

    Hello
    I am new to Oracle Application Express and installed it for the first time. I'm following the instructions in the Setup Guide (http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm) and am stuck after installing the listening service. I think that I have installed the service, but the web page is blank. In IE, I see the icon in the status bar of error. The opening, I get the following error message:

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729 .NET CLR 3.0.30729; Media Center PC 6.0; NET4.0C;. NET4.0E; .NET CLR 1.1.4322)
    Timestamp: Monday, November 26, 2012 09:24:50 UTC


    Message: "apex" is not defined
    Line: 35
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:10702613836253:


    Message: "apex" is not defined
    Line: 110
    Char: 1
    Code: 0
    URI: http://localhost: 8080/apex/f? p = 4550:1:10702613836253:



    My configuration is:
    Oracle DB 11 g Standard running on port 1158. The listening APEX service is configured for the port 1521, but when I enter http://localhost:1521/apex/in the browser, it changes automatically to http://localhost: 8080/apex /.

    Listening service works well (I guess):
    C:\SW\Apex\apex_listener > java-jar apex.war
    NEWS: Check out: C:\SW\Apex\apex_listener\apex.war
    + See: ' java-jar apex.war - help' for a full range of configuration options.
    NEWS: Check out at: C:\Users\hm\AppData\Local\Temp\apex
    INFO: Using classpath: file:/C:/Users/hm/AppData/Local/Temp/apex/apex/___
    Embedded/Start.jar:file:/C:/Users/HM/AppData/Local/Temp/APEX/APEX/Web-INF/
    lib/apex.jar:file:/C:/users/HM/APPDATA/local/Temp/Apex/Apex/Web-INF/lib/co
    mmons-FileUpload-1.2.1.jar:file:/C:/Users/HM/AppData/Local/Temp/APEX/APEX/
    WEB-INF/lib/je-4.0.103.jar:file:/C:/Users/hm/AppData/Local/Temp/apex/apex/
    WEB-INF/lib/ojdbc6.jar:file:/C:/Users/hm/AppData/Local/Temp/apex/apex/WEB-
    INF/lib/ojmisc.jar:file:/C:/Users/hm/AppData/Local/Temp/apex/apex/WEB-INF/
    lib/POI-3.6-20091214.jar:file:/C:/Users/HM/AppData/Local/Temp/APEX/APEX/We
    B-INF/lib/ucp.jar:file:/C:/Users/hm/AppData/Local/Temp/apex/apex/WEB-INF/l
    IB/xdb-11.2.0.jar:file:/C:/Users/HM/AppData/Local/Temp/APEX/APEX/Web-INF/l
    IB/xmlparserv2-11.2.0.jar:
    INFO: From Embedded Web container in: C:\Users\hm\AppData\Local\Temp\a
    PEX
    November 26, 2012 02:16:30 ___bootstrap. The Deployment Manager deploy
    INFO: Deploy the application = C:\Users\hm\AppData\Local\Temp\apex\ape path
    x\WEB-INF\web. XML
    November 26, 2012 02:16:31 ___bootstrap. The Deployment Manager deploy
    INFO: deploy the application path = C:\Users\hm\AppData\Local\Temp\apex\apex\W
    EB - INF\web.xml
    Using the configuration file: C:\Users\hm\AppData\Local\Temp\apex\apex-config.xml
    + - list properties.
    PropertyCheckInterval = 60
    ValidateConnection = true
    MinLimit = 1
    MaxLimit = 10
    InitialLimit = 3
    AbandonedConnectionTimeout = 900
    MaxStatementsLimit = 10
    InactivityTimeout = 1800
    MaxConnectionReuseCount = 1000
    Listener APEX version: 1.1.4.195.00.12
    The APEX listener server info: Grizzly/1.9.18-o
    November 26, 2012 02:16:53 com.sun.grizzly.Controller logVersion
    INFO: From Grizzly Framework 1.9.18 - o - Mon Nov 26 02:16:53 MST 2012
    INFO: http://localhost: 8080/apex began.
    Using the JDBC driver: Oracle JDBC driver version: 11.2.0.2.0


    Here is the output of lsnrctl status+ ordering:

    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 26 November 2012 02:40:42

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Production
    Start date November 25, 2012 23:16:01
    Uptime 0 days 3 hours 24 min 44 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Listener parameter File C:\app\hm\product\11.2.0\dbhome_1\network\admin\listener.ora
    C:\app\hm\diag\tnslsnr\dummy\listener\alert\log.XML log listener
    Summary of endpoints listening...
    +(Description=(address=(Protocol=IPC)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))+
    + (Description = (Address = (Protocol = TCP)(Host=Dummy.com) (port = 1521))) +.
    Summary of services...
    Service 'CLRExtProc' has 1 instance (s).
    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...
    "Xxxx" service has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    "Xxxx" service has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    The command completed successfully


    Could you please help me solve the problem?



    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    One last thing. I tried to install the service of the APEX and the listener on a different machine with Oracle 10 g Express Edition. Here too, I could install APEX (according to http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm#BABHHIJB), but when installing listening Service, a config went wrong and now when I run the database, OracleXETNSListener does not start.

    C:\oraclexe\app\oracle\product\10.2.0\server\BIN > net start OracleXETNSListener
    OracleXETNSListener service starts.
    The OracleXETNSListener service could not be started.

    A system error has occurred.

    System Error 1067 has occurred.

    Unexpected end of the process.


    C:\oraclexe\app\oracle\product\10.2.0\server\BIN > net start OracleServiceXE
    The OracleServiceXE service is now...
    The OracleServiceXE service has started successfully.

    Lsnrctl status+ gets stuck too:
    C:\Users\hm > lsnrctl status

    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 26 November 2012 15:11
    +: 55 +.

    Copyright (c) 1991, 2005, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC_FOR_XE)))
    AMT-12541: TNS:no listener
    AMT-12560: TNS:protocol adapter error
    AMT-00511: no listener
    + 32-bit Windows Error: 2: no such file or directory.
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = dummy
    +) (PORT = 1521))) +.
    + ^ C +
    C:\Users\hm >


    How can I return to the Oracle XE database original settings?

    Published by: user783239 on November 27, 2012 06:47

    Thank you, but I couldn't work, so I thought to nine. On my laptop, I uninstalled the database, restarted the laptop and reinstalled Oracle Database 10 g Express Edition.

    After a new installation of database, I did the following:

    1. check the opens the homepage (http://127.0.0.1:8080/apex) DB.
    >
    Home page of Oracle XE, okay. Given URL is wrong, it should have been http://127.0.0.1:8080. That is, without /apex at the end.
    >
    2 APEX installed with the following command:
    @apexins.sql SYSAUX SYSAUX TEMP is

    Successful installation.

    3. without installing the listener, tried opening http://127.0.0.1:8080 / apex, but this time faces the same problem of blank page. The loading of the page, I see "Application Express Login" in the title bar of the browser, there is a source code when I view the Source, but the same two errors:
    >
    This is because you have not run apxldimg.sql. It is this script which creates and loads the images folder (/ i /)
    >
    Message: "apex" is not defined
    Line: 35
    Char: 1
    Code: 0
    URI: http://127.0.0.1:8080/apex/f? p = 4550:1:22301135410489:

    Message: "apex" is not defined
    Line: 110
    Char: 1
    Code: 0
    URI: http://127.0.0.1:8080/apex/f? p = 4550:1:22301135410489:

    The file is loaded on http://127.0.0.1:8080 / apex is e.htm and here is its code line 34-36 source:

    and 109-11 line is:

    SQL>EXEC DBMS_XDB.SETHTTPPORT(0);
    SQL>COMMIT; -- Important
    
  • APEX 4.2.5 with ADR 3.0

    Hi all

    Anyone using this configuration?

    4.2.5 in DB-12.1.0.2 APEX

    ADR 3.0.1 deployed on WLS 12.1.2 (AdminServer)

    RESTful services has been configured successfully (no error during installation).

    The two war files have been deployed successfully.

    Run the script apex_verify - output was clean (no invalid objects, etc.).

    I can access static without problem resources... http://hostname:7001/i/file.gif    or  http://hostname:7001/i/file.txt

    But I have a 404 when you try to access to... http://hostname:7001 / ADR yet /apex_admin http://hostname:7001 / ADR

    This page displays the banner "SERVICES OF DATA ORACLE else" at the top of the page.  With a 404 underneath.

    Any idea is appreciated.

    Thank you.

    Hi tyndl300,

    tyndl300 wrote:

    4.2.5 in DB-12.1.0.2 APEX

    ADR 3.0.1 deployed on WLS 12.1.2 (AdminServer)

    RESTful services has been configured successfully (no error during installation).

    The two war files have been deployed successfully.

    Run the script apex_verify - output was clean (no invalid objects, etc.).

    I can access static resources without problem... http://hostname:7001/i/file.gif or http://hostname:7001/i/file.txt

    But I got a 404 error when you try to access to... http://hostname:7001 / ADR or http://hostname:7001 / ADR/apex_admin

    This page displays the banner "SERVICES OF DATA ORACLE else" at the top of the page.  With a 404 underneath.

    For debugging this problem, you face on ADR:

    • Find the folder of configuration of ADR.
    • Enable debug tracing in defaults.xml (if the entry is not there add the entry)
    • Turn on detailed error messages ask in defaults.xml (if the entry is not there add the entry)
    • Start(Re-Start) Oracle WebLogic Server.
    • Go to the URL of the APEX
    • Copy / paste the debug log in the response to the forum. (The error is usually at the end of the paper, paste/fix the whole journal where occurs the first exception)

    Go into your ADR 3.0.1.177.18.02 installable file and open the "readme.html" in a browser and go to the section:

    '404 error when configuring Oracle REST Data Services'

    Have you configured ' PL/SQL Gateway' (while the ADR 3.0 configuration refers to the configuration of Oracle APEX with ADR (APEX_PUBLIC_USER configuration) which is required for the operation of Oracle APEX with ADR)?

    Reference:

    You have also configured the RESTful Services (via apex_rest_config.sql) after installing Oracle APEX? (this script creates APEX_LISTENER and APEX_REST_PUBLIC_USER with the required privileges. This script must be run before installing the ADR)

    Reference: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29335

    Kind regards

    Kiran

  • ADR 2.0.10 and APEX 4.2.2 in the problem of the PDB

    I have APEX installed 4.2.2.0.11 in PDB on Oracle RDBMS 12.1.0.2. OS - Windows Server 2012 R2.

    With Oracle HTTP Server (mod_plsql) or mod_owa, there is no problem, everything works fine.

    I try to use ADR 2.0.10. But APEX does not work...

    I start ADR in stand-alone mode, without problems.

    When I try to open builder (http://localhost: 8888/ADR/or http://localhost: 8888/ADR/apex) I get a blank page.

    There is no errors in newspapers and I see in v$ session three sessions ADR.

    Then I created the simple test like this procedure:

    create procedure apex_public_user.cgi_env is
    begin
    owa_util.print_cgi_env;
    end;
    
    
    
    

    And called http://localhost: 8888/ADR/cgi_env

    Procedure is executed successfully and print cgi variables.

    Where is my problem? In the configuration of ADR or...?

    Journal:

    
    Configuration properties for: apex
    cache.caching=false
    cache.directory=/tmp/apex/cache
    cache.duration=days
    cache.expiration=7
    cache.maxEntries=500
    cache.monitorInterval=60
    cache.procedureNameList=
    cache.type=lru
    db.hostname=localhost
    db.password=******
    db.port=1521
    db.servicename=cdevel
    debug.debugger=true
    debug.printDebugToScreen=true
    error.keepErrorMessages=true
    error.maxEntries=50
    jdbc.DriverType=thin
    jdbc.InactivityTimeout=1800
    jdbc.InitialLimit=3
    jdbc.MaxConnectionReuseCount=1000
    jdbc.MaxLimit=10
    jdbc.MaxStatementsLimit=10
    jdbc.MinLimit=1
    jdbc.statementTimeout=900
    log.logging=true
    log.maxEntries=50
    misc.compress=
    misc.defaultPage=apex
    security.disableDefaultExclusionList=false
    security.maxEntries=2000
    db.username=APEX_PUBLIC_USER
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.3.0
    Request Path passes syntax validation
    Mapping request to database pool: PoolMap [_failed=false, _lastUpdate=-1, _pattern=null, _poolName=apex, _regex=null, _type=REGEX, _workspaceIdentifier=null, _serviceName=null]
    Applied database connection info
    Attempting to process with PL/SQL Gateway
    ==== Processing Request: ====
    GET /ords/
    ==== Headers in Request ====
    host: devel:8888
    connection: keep-alive
    cache-control: max-age=0
    accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    user-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36
    accept-encoding: gzip, deflate, sdch
    accept-language: uk-UA,uk;q=0.8,ru;q=0.6,en-US;q=0.4,en;q=0.2
    ==== Cookies in Request ====
    Using default page: apex
    SID: 440
    isValidRequest(), procedure name: <apex>
    Validating: apex
    *** Total number of arguments: 1
    Parse: 0 ms
    -----
    begin
    apex;
    commit;
      end;
    *** Total number of arguments: 1
    Exec: 0 ms
    Got results length: NULL
    ==== Request Processed ====
    Processed PL/SQL Gateway request
    Request Path passes syntax validation
    Mapping request to database pool: PoolMap [_failed=false, _lastUpdate=-1, _pattern=null, _poolName=apex, _regex=null, _type=REGEX, _workspaceIdentifier=null, _serviceName=null]
    Applied database connection info
    Attempting to process with PL/SQL Gateway
    ==== Processing Request: ====
    GET /ords/cgi_env
    ==== Headers in Request ====
    host: devel:8888
    connection: keep-alive
    accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    user-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36
    accept-encoding: gzip, deflate, sdch
    accept-language: uk-UA,uk;q=0.8,ru;q=0.6,en-US;q=0.4,en;q=0.2
    ==== Cookies in Request ====
    SID: 440
    isValidRequest(), procedure name: <cgi_env>
    Validating: cgi_env
    *** Total number of arguments: 0
    Parse: 0 ms
    -----
    begin
    cgi_env;
    commit;
      end;
    *** Total number of arguments: 0
    Exec: 16 ms
    Got results length: 1646
    ==== Headers from Results ====
    Setting Content-Type (Content-type): text/html; charset=UTF-8
    Adding X-DB-Content-length: 1646
    ==== Request Processed ====
    Processed PL/SQL Gateway request
    
    
    

    Thank you.

    Sorry...

    There is a bug in the APEX with empty cookies...

    You will need to update to the latest version...

Maybe you are looking for

  • Is it possible to see/work with cookies outside of the Firefox browser?

    Hello! I'm looking for more help to understand more than info on the cookies.sqlite file. I use to add/remove cookies in bulk the exceptions list when I used the cookies.txt file, however now that I am unable to use a block of text to quickly paste t

  • HDD/SSD Upgrade on dv7 - 6143cl

    Hello world! I have a few questions about the upgrade of my dv7 records - 6143cl. First of all, I want to replace the original with 256 GB ssd. Is this true? And what ssd size must fit it? Secondly, I want to put 1/2/3 Tb hard drive the second vacuum

  • The motherboard manual

    I wonder if anyone knows were I can download a copy of the manual for a predator ag5910-e4522u motherboard.  IM in the middle of moving the entire system to a new case and the instructions of the need for the connectors of front. Thank you

  • PS3 XP and WRT54GS problems

    Equipment: 1 home computer: Microsoft Windows XP Home Edition Version 2002 Service Pack 2 (several others include: Vista with all updates and a MacBook Pro, but the computer is the computer with all the software) 2 Linksys Wireless-G Broadband Router

  • Driod Bionic and Skype: are they compatible?

    I just bought a phone Verizon Driod Bionic. Can I use Skype with it? There are different reports on the internet about this topic.