Error export/import of the application to the Apex 4.1 on ORACLE 11 g 2 XE

We have an ApEx application, what is migrated several ApEx 3 times through 3.2 to 4.1.
There is no problem import/export demand, when we use ORACE 11 GR 2 (SE or EE).

A few days go that put us the application on a database of the XE 11 GR 2. There was no significant or problems by running.

Now, we have changed something and wanted to export the aplication of the database of XE and back to a different database.
Importing (no questions about the origin of the XE) application or any other edition, we get an error:

p_region_id = > 83466451 p_form_element_id = > null,

*+
ERROR on line 7:
ORA-06550: line 7, column 26:
PLS-00103: encountered the symbol "P_FORM_ELEMENT_ID" when awaits an of the
Next:
+), * & = - + <>/ at mod is rest not rem +.
+ < an exponent (*) > <>or! = or ~ = > = < = <>and or as like2 +.
like4 likec between | submultiset of type multiset Member
Symbol ',' was replaced by 'P_FORM_ELEMENT_ID' to.

Looking at the source, I found:

declare
s varchar2 (32767): = null;
Start
s: = null;
() wwv_flow_api.create_report_columns
P_ID = > 83576346930344697 wwv_flow_api.g_id_offset, +.
p_region_id = > 83466451 # p_form_element_id = > null,
p_column_alias = > 'APP_USER2 ',.
p_column_display_sequence = > 2,
p_column_heading = > 'Benutzer ',.
+...+

It is absent from the code in the place where I put the #.

Does anyone has an idea, what's not to export?

We use a GR 11, 2 on OpenSUSE 12.1 Apex 4.1.0 ORACLE XE. The export file is about 2 MB.

Thanks for your help
Tilman

If you are still able to access the original (where you got the export)

try to export on the command-line as well... http://ruepprich.wordpress.com/2011/07/15/Exporting-an-apex-application-via-Command-Line/

Kind regards
Richard
-----
blog: http://blog.warp11.nl
Twitter: @rhjmartens
If you answer this question, please mark the thread as closed and give points where won...

Tags: Database

Similar Questions

  • ORA-02354: Error exporting/importing data, ORA-01555: snapshot too old: rollback segment number with the name "" too small

    Hello

    I am getting below error while taking expdp backup table of BLOB.

    ORA-31693: Data Table object 'HCLM_ADMIN '. "' SCAN_UPLOADEDFILES_TEMP ' failed to load/unload and being ignored because of the error:

    ORA-02354: Error exporting/importing data

    ORA-01555: snapshot too old: rollback segment number with the name "" too small

    ORA-22924: snapshot too old

    ORA-31693: Data Table object 'HCLM_ADMIN '. "' TPA_FAXWATCHER ' failed to load/unload and being ignored because of the error:

    ORA-02354: Error exporting/importing data

    ORA-01555: snapshot too old: rollback segment number with the name "" too small

    ORA-22924: snapshot too old

    We have already set aside retention to 50000 .table structure are:

    SQL > show Cancel parameter

    VALUE OF TYPE NAME

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

    UNDO_MANAGEMENT string AUTO

    UNDO_RETENTION integer 50000

    undo_tablespace string UNDOTBS1

    SQL > alter table hclm_admin. SCAN_UPLOADEDFILES_TEMP modify lob (FILE_BLOB) (RETENTION);

    Modified table.

    SQL > select nom_de_colonne, pctversion and retention

    from dba_lobs where owner = 'HCLM_ADMIN' and table_name = "SCAN_UPLOADEDFILES_TEMP";

    COLUMN_NAME

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

    PCTVERSION RETENTION

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

    FILE_BLOB

    50000

    SQL > alter table hclm_admin. TPA_FAXWATCHER modify lob (FILEDATA_BLOB) (RETENTION);

    Modified table.

    SQL > select column_name, pctversion and retention of dba_lobs where owner = 'HCLM_ADMIN' and table_name = "SCAN_UPLOADEDFILES_TEMP";

    Column_name PCTVERSION RETENTION

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

    FILE_BLOB

    50000

    CREATE TABLE HCLM_ADMIN. TPA_FAXWATCHER

    (

    FILENAME_VAR VARCHAR2 (50 BYTE),

    DATE OF CREATED_DATE_DTE,

    FILEPATH_VAR VARCHAR2 (100 BYTE),

    DATE OF TIMESTAMP_DTE,

    FAXNO_VAR VARCHAR2 (15 BYTE),

    DEPARTMENT_VAR VARCHAR2 (50 BYTE),

    REQUESTTYPE_VAR VARCHAR2 (50 BYTE),

    TAGTO_VAR VARCHAR2 (50 BYTE),

    REMARK_VAR VARCHAR2 (1000 BYTE),

    DOCTYPE_VAR VARCHAR2 (50 BYTE),

    TAGTOVALUE_VAR VARCHAR2 (50 BYTE),

    DOCTYPE_OTHER_VAR VARCHAR2 (50 BYTE),

    HEGIC_NO_VAR VARCHAR2 (50 BYTE),

    RECORDNO_NUM NUMBER OF NON-NULL,

    FILEDATA_BLOB BLOB,

    DATE OF FAXLOCKDATE_DTE,

    NUMBER OF FAXLOCKSTATUS_VAR

    FAXLOCKBYUSER_VAR VARCHAR2 (50 BYTE)

    )

    (STORE AS) LOB (FILEDATA_BLOB)

    TABLESPACE HCLM_ALERTSVC

    ALLOW ONLINE STORAGE

    8192 CHUNK

    RETENTION

    NOCACHE

    LOGGING

    INDEX)

    TABLESPACE HCLM_ALERTSVC

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    TABLESPACE HCLM_ALERTSVC

    PCTUSED 0

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    )

    LOGGING

    NOCOMPRESS

    NOCACHE

    NOPARALLEL

    MONITORING;

    ALTER TABLE HCLM_ADMIN. (ADD) TPA_FAXWATCHER

    KEY ELEMENTARY SCHOOL

    (RECORDNO_NUM)

    USING INDEX

    TABLESPACE HCLM_ALERTSVC

    PCTFREE 10

    INITRANS 2

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    ));

    CREATE TABLE HCLM_ADMIN. SCAN_UPLOADEDFILES_TEMP

    (

    NUMBER OF TEMPID_NUM

    SESSION_ID VARCHAR2 (200 BYTE),

    NUMBER OF UPLOADFILE_NUM

    NUMBER OF DOCNO_NUM

    NUMBER OF SCANJOB_NUM

    FILENAME_VAR VARCHAR2 (200 BYTE),

    FILETYPE_VAR VARCHAR2 (200 BYTE),

    FILE_BLOB BLOB,

    VARCHAR2 (200 BYTE) FLAG,

    NUMBER OF USERID_NUM

    CREATED_DATE DATE

    )

    (STORE AS) LOB (FILE_BLOB)

    TABLESPACE PHCLMDBTBS

    ALLOW ONLINE STORAGE

    8192 CHUNK

    RETENTION

    NOCACHE

    LOGGING

    INDEX)

    TABLESPACE PHCLMDBTBS

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    TABLESPACE PHCLMDBTBS

    PCTUSED 0

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    )

    LOGGING

    NOCOMPRESS

    NOCACHE

    NOPARALLEL

    MONITORING;

    Kind regards

    Hello

    First check the lob corrupt as:

    SQL > create table corrupted_lob_data (corrupted_rowid rowid);

    Table created.

    SQL > set off concat

    SQL >

    declare

    SQL > error_1555 exception;

    pragma exception_init (error_1555,-1555);

    number num.

    Start

    for cursor_lob in (select rowid r, & lob_column of table_owner. & table_with_lob) loop

    Start

    NUM: = dbms_lob.instr (. cursor_lob & lob_column, hextoraw ('889911'));

    exception

    When error_1555 then

    insert into corrupted_lob_data values (cursor_lob.r);

    commit;

    end;

    end loop;

    end;

    2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

    17.

    Enter the value of lob_column: FILE_BLOB

    Enter the table_owner value: hclm_admin

    Enter the value of table_with_lob: SCAN_UPLOADEDFILES_TEMP

    former 6: for cursor_lob in (select rowid r, & lob_column of table_owner. & table_with_lob) loop

    6 news: for cursor_lob (select rowid r, FILE_BLOB of hclm_admin loop SCAN_UPLOADEDFILES_TEMP.)

    old 8: num: = dbms_lob.instr (. cursor_lob & lob_column, hextoraw ('889911'));

    8 new: num: = dbms_lob.instr (cursor_lob. FILE_BLOB, hextoraw ('889911'));

    PL/SQL procedure successfully completed.

    SQL > select * from corrupted_lob_data;

    CORRUPTED_ROWID

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

    AAASF/AAKAABacyAAA

    To resolve this problem, we have 3 options

    (1) to restore and recover the LOB segment using physical backup.

    (2) empty LOBs affected using the UPDATE, as mentioned in the Note 787004.1statement:

    SQL > update SCAN_UPLOADEDFILES_TEMP

    Set FILE_BLOB = empty_blob()

    where rowid in (select corrupted_rowid

    of corrupted_lob_data);

    SQL > commit;

    (3) perform the export, excluding the corrupt ROWID. by adding the following to export command parameter

    Query =------"where rowid not in (\'AAASF/AAKAABacyAAA\'\) \ \" "

    Kind regards

    Alok Dwivedi

  • error on import in the form of 10 g class

    Hi all

    I downloaded poi - bin - 3.10 - FINAL - 20140208.zip and unzip it.

    Place the poi - 3.10 - FINAL - 20140208.jar in the java folder

    Add the poi - 3.10 - FINAL - 20140208.jar file in the CLASSPATH.

    When I import the HSSFWorkbook class

    It gives an error

    Import org.apache.poi.hssf.usermodel.HSSFWorkbook class...

    Exception occurred: java.lang.UnsupportedClassVersionError: org/apache/poi/rich/usermodel/HSSFWorkbook

    (Unsupported major.minor version 49.0)

    Please review...

    Just to be clear, the JDK version that is provided with the forms/States 10.1.2 is Java 1.4.2_xx.  Change to a new major version of this release has been certified or never supported.  Therefore, I do not recommend to do it in a production environment.

    Understand that this issue is not about changing the JDK, so that you can continue to develop your application.  You will need to do something similar in the server environment (iAS) too.  Make such a change in iDS and iAS was not something never tested or supported, I don't want to encourage it.  Can it be done?  Of course, you can try it, but I can't guarantee the stability of such a change.  Probably the environment generator will work, but I wouldn't be comfortable with this change in iAS.

    Your organization is working on a plan to move to version 11?  If not, could you explain why?  We try to understand why customers delay the transition to current releases.

  • Export/import of the data extraction

    Hello

    Is it possible to export/import a data mining (created via the server front end ordminer) the ACTIVITY of a schema/database to an another schema/database?

    The generation of code pl/sql method and the dbms_data_mining.export_model/import_model no current models.

    I need to transfer a subset of "mining" in one database to another. Using a full schema export/import is not possible because I want to just move some activities.

    Help?

    Concerning

    KS

    Hello
    Sorry, but you cannot export mining activities.
    Activity code generation is a deployment option (to advance the process in some form of request).
    Recreate the mining activities in the new DB would be my recommendation.
    Thank you, Mark

  • Export / import shared components Application

    We accidentally removed our crumbs of our Test Application. We imported our Production Application in our Test environment. Then, under the shared components, using "components of export demand", we have exported our breadcrumb, the entries of bread crumbs and breadcrumb templates in a file. We cannot import these items in our Test Application. When we try to import this file into our Test Application, we get the following:

    ERROR - these components have been exported from another application or of an application in a different workspace. Cannot install the components in this application.

    Does anyone know how we can import our breadcrumbs of an Application to another? Is this possible? Any comments would be appreciated. Thank you.

    Russell,

    Just to clarify once again, is must the Application id be the same?

    Yes.

    Scott

  • Error when loading of the APEX listener, appex_rl and appex_rt not found

    Trying to load the earpiece of the APEX, but 'appex_rt is not configured and errors will be ignored ", also for appex_rl, now it is stuck on @48231ms.

    Previous stages of the installation went well.

    He started very well...

    listener install 1.PNG

    then got the errors, but he continued... (see SEVERUS)

    listener install error 1.PNG

    final State, another error, now it is stuck

    listener install error 2.PNG

    listener install 3.PNG

    Hi Wm Peck 1958

    WM Peck 1958 wrote:

    Trying to load the earpiece of the APEX, but 'appex_rt is not configured and errors will be ignored ", also for appex_rl, now it is stuck on @48231ms.

    Previous stages of the installation went well.

    How do you use ADR/APEX listener? Autonomous/deployed on Java EE server?

    Want to host RESTful web services on your instance APEX?

    Looking at the error you found, it is because:

    During the installation of the ADR, he asked three databases users? : APEX_PUBLIC_USER, APEX_LISTENER and APEX_REST_PUBLIC_USER.

    Whose APEX_PUBLIC_USER is required for the operation of the Applications Oracle APEX. APEX_LISTENER (which corresponds to the configuration of apex_al) and APEX_REST_PUBLIC_USER (which corresponds to the apex_rt configuration) in ADR are required for the accommodation of RESTful services.

    The problem, I think it's that you haven't configured the RESTful services before installing ADR where the APEX_LISTENER and the APEX_REST_PUBLIC_USER does not exist and so the configuration of the ADR fails.

    It is fine if you do not configure the RESTful services (just want to use Oracle APEX), but when the ADR facility you should ignore configuration APEX_LISTENER and APEX_REST_PUBLIC_USER accounts.

    Moreover, I think that you use EA(Early Adopter) version of ADR version 3.0 of knowing, but I think you should go for the stable version of ADR version 2.0.10 Viz.

    The ADR 3.0 configuration is more advanced (complex bit) than the 2.0 because it contains information about 5 database users (i.e., APEX_PUBLIC_USER, APEX_LISTENER, APEX_REST_PUBLIC_USER, ORDS_METADATA and ORDS_PUBLIC_USER).

    Finally, I think you want the instance Oracle APEX for purposes of personal training, using Gateway (EPG) of embedded PL/SQL would be sufficient now as suggested by fac586 here: Re: getting started with APEX after download

    Suggestion: You should post data Services Oracle REMAINS related matters to the appropriate i.e. forum ADR, SODA & JSON in the database.

    Reference:

    I hope this helps!

    Kind regards

    Kiran

  • Trigger the error but only in the Apex

    I have a trigger with the following insert statement:

    insert into oe_headers_iface_all (order_source_id, orig_sys_document_ref, order_type_id, created_by, creation_date, last_updated_by, last_update_date, sold_from_org_id, sold_to_org_id, operation_code, booked_flag)
    values (1023, 'TEST', 1116, sysdate, 0, 0, sysdate, 225,65372, 'INSERT', ' don't);

    This trigger works well outside the Apex; It is not a mistake and inserts values into this table. But when I insert a record in my table by Apex, I get the following error:


    ORA-01722: invalid number ORA-06512: at the 'APPS '. RMA_TRACKER_T1', line 144 ORA-04088: error during execution of trigger ' APPS. RMA_TRACKER_T1'

    If I comment that insert statement it runs in the Apex and does not error.

    Any idea about what could be done Apex so angry with this insert statement? It says "invalid number" but I checked the fields again and again, and like I said if I just run this statement myself or insert a record in my table manually it works and does not work error, so Apex seems to be lying to me. In addition, the Apex version is 4.0.1.00.03.

    Published by: Cydonia on May 25, 2011 15:54

    Hello

    Oracle order management interface have a few important columns requiring registrant in the tables of the interface,

    OE_HEADERS_IFACE_ALL:
    ORIG_SYS_DOCUMENT_REF
    ORDER_SOURCE
    CONVERSION_RATE
    ORG_ID
    ORDER_TYPE_ID
    PRICE_LIST
    SOLD_FROM_ORG_ID
    SOLD_TO_ORG_ID
    SHIP_TO_ORG_ID
    SHIP_FROM_ORG_ID
    CLIENT_NAME
    INVOICE_TO_ORG_ID
    OPERATION_CODE

    I have this Inserts instructions and work very well for me...

    Insert in Ontario. OE_HEADERS_IFACE_ALL
    (
    CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY.
    ORIG_SYS_DOCUMENT_REF, ORDER_SOURCE_ID, ORDER_CATEGORY, ORDERED_DATE.
    ORG_ID, sold_from_org_id, ORDER_TYPE_ID, SALESREP_ID, CUSTOMER_PO_NUMBER,
    CUSTOMER_id, sold_to_org_id, BOOKED_FLAG)
    Values
    (Sysdate, Sysdate, P_USER_ID P_USER_ID, vReq_num, SOURCE_OM, 'ORDER', Sysdate,
    P_Org_ID, P_Org_ID, 1027, vSales, vPo_num, ii. CUSTOMER_ID, i.CUSTOMER_ID,
    'N' );
    ----

    It is to command lines
    ---
    Insert into Ontario. OE_LINES_IFACE_ALL
    (ORDER_SOURCE_ID, ORIG_SYS_DOCUMENT_REF, ORIG_SYS_LINE_REF, ORG_ID, LINE_NUMBER, INVENTORY_ITEM, ORDERED_QUANTITY, UNIT_SELLING_PRICE, UNIT_LIST_PRICE, PAYMENT_TERM_ID,
    CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, ORDER_QUANTITY_UOM, CREATED_BY
    ATTRIBUT1, ATTRIBUT2, ATTRIBUT3, CALCULATE_PRICE_FLAG, SCHEDULE_SHIP_DATE)
    Values
    (SOURCE_OM, vReq_num, vlinea, p_Org_ID, vlinea, j.upc, j.ORDER_FORM, ((j.costo / 0.95), 2),)
    Tower of ((j.costo / 0.95), 2), 1003, P_USER_ID, P_USER_ID, Sysdate, Sysdate, one ', j.costo, 5% ', j.costo,
    ' N ", j.NEED_BY_DATE);

    Mortus-

  • Datpump Export, Import in the upper and lower versions

    Versions involved : 10.2.0.4, 11.2.0.3
    Operating System  : AIX 6.1
    +++++++++++++++++++++++++++++++++
    Let's say I have export a schema in a database of 11.2 11.2 expdp.

    Can I import the dump above (11.2) to a base of 10.2 to 10.2 impdp?

    No, impdp version 10.2 will not recognize the file:

    [oracle@taurus ~]$ impdp system/******** dumpfile=teste.dmp
    
    Import: Release 10.2.0.5.0 - 64bit Production on Thursday, 06 June, 2013 13:55:06
    
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-39142: incompatible version number 3.1 in dump file "/opt/oracle/product/Ora10gR2/rdbms/log/teste.dmp"
    
  • Error during import of the FVO in EXSi

    Salvation;

    I'm about to import an OVF (from vmware workstation 10) in an ESXi 5.0, but the following message appears:


    error:
    this package of Open virtualization format uses features which are not supported through the direct of deployment on an ESXi host
    OVF package requires not handled material.
    Details: line 26: family material 'vmx 10' not supported



    do you have any idea?

    Thank you

    ESXi 5.0 do not support the hardware version 10 (vmx-10) which is supported since version 5.5 and later of ESXi.

    Linjo

  • SE "There are problems with the configuration of static files in your environment" after the APEX 5 install using Oracle HTTP Server

    There is not much information in the doc around the new configuration of static file.  Someone at - it an example of this dads.conf he file should look similar to static files?  Everything else seems to work fine - it's my only hang up now.

    Thank you!

    Exact pop-up message:

    There are problems with the configuration of static files in your environment.  Please see the section "Configuration static file Support" in the Guide of the Installation Application Express

    I figured it out on my own - the doc has a section "6.5.4 configuration Support for static file" which basically said yes, it is now supported for static files, then a "see also:" link to the dads.conf section, that I'm not good enough to see there are now 2 new parameters in your dads config file...  All is ready!  It works!  YAY!

  • Oracle 8i exporting because of the Chinese oracle 12 c

    Hi all

    I'll be very grateful if someone can give me some advice. I tested several days to discover the cause of the problem of displaying Chinese characters.


    Export version of the Oracle Server (Unix machine)

    Oracle8i Enterprise Edition Release 8.1.7.0.0

    Select DECODE ("parameter, 'NLS_CHARACTERSET', ' GAME of CHARACTERS",)
    "NLS_LANGUAGE', 'LANGUAGE',
    "NLS_TERRITORY', 'TERRITORY') name.
    value of v$ nls_parameters
    Setting WHERE IN ('NLS_CHARACTERSET", 'NLS_LANGUAGE',"NLS_TERRITORY")

    Value name
    American language
    American territory
    US7ASCII character

    the value of nls_lang = american_america.us7ascii in my machine

    I can correctly display traditional Chinese characters in sqlplus

    exp userAdm/pwd01@sampleDB FULL = Y LINE = sampleDB.dmp

    export success
    ---------------------------------------------

    Version of Oracle server Import
    64-bit Oracle Database release 12.1.0.1.0 12 c

    I create a new database on the import server (Windows 7)

    Value name
    American language
    American territory
    character ZNT16MSWIN95 <- cannot set us7ascii, because Oracle 12 c don't have that choose

    the value of nls_lang = american_america.us7ascii before import

    IMP userAdm/pwd01@sampleDB file = sampleDB.dmp log = sampleDB.log full = y

    import successfully

    However, when I set nls_lang = american_america.us7ascii in my machine

    I can't display traditional Chinese characters in sqlplus correctly

    Also tried after the language, always in vain

    Set nls_lang = CHINESE_TAIWAN TRADITIONAL. ZHT16MSWIN950
    Set nls_lang = AMERICAN_AMERICA. AL16UTF16
    Set nls_lang = american_america. ZHT16MSWIN950

    Can someone give me some advice?
    Thank you!

    V$ NLS_PARAMETERS also shows that the character of database defined then consulted NLS_DATABASE_PARAMETERS will not tell us more.

    What you have is a typical configuration of transmission. The binary codes of traditional Chinese characters are stored in the US7ASCII database, but are not recognized as such. These characters entered from Windows clients, which suggests that their real coding is ZHT16MSWIN950?

    You cannot directly export/import from the database of US7ASCII 8i to any other database that isn't US7ASCII as well without losing all character codes.

    Your choice:

    1. create the database of 12 c in the character set US7ASCII. You can do this by calling DBCA directly (not through Installer) and choose the Advanced installation mode. Then you can uncheck the box "Show only recommended character sets", and the US7ASCII will be available. You can also use the manual procedure that is heavy with the CREATE DATABASE statement. Once you have a database of the US7ASCII 12, you can export and import without data loss, condition NLS_LANG is set US7ASCII and continue running your application that you used to.

    This choice is conceptually the simplest, but you will continue running in an unsupported configuration, and you will certainly encounter problems sooner or later (usually sooner). I do not recommend this option.

    2. create the new database and export/import, as in option 1 above. However, before you run the application, move the character Unicode AL32UTF8 database defined using the Database for Unicode Migration Wizard, which comes with the database Oracle 12 c. Then, your database will be fit for deployment abroad. You may need to set up or change your application to work properly with the AL32UTF8 database. It is the most complex, but the most recommended option.

    3. create the new database and export/import, as in option 1 above. However, before running the application, migrate the database to the real character of your data set. This character set must be determined according to what applications/clients/platforms entered data in the 8i database. You make the migration using the Migration Wizard of database for Unicode and the csrepair script. Then you should be able to run your application without change, only after the NLS_LANG setting appropriate for your platform.

    Thank you

    Sergiusz

  • HTTP 404 not found - the/apex/f requested URL was not found on this server

    All of a sudden, I get the following errors on one page in my application - "the apex/f URL requested is not found on this server".

    I tried to export and import the page with no luck.  The import/export process works successfully; However, I get the same error on the new exported page.

    I can edit the page and the rest of the application is operational - I can not simply run the page without receiving the "Not found" error

    I use the Oracle 11.2.0.3 database.  I use thepl/sql gateway to connect to the APEX.

    I looked at many articles from forum, but nothing seems to be due to my problem.

    It seems that the key generated on the URL is damaged:

    http://localhost:8585/apex/f? p = 101:3:1337553032969279:NO:

    If I remove the 1337553032969279:NO: URL, the login page is running successfully, but a time Oracle tries to access the page it adds the BACKSPACE on the URL and I get the message "not found".

    The keys for the other pages of the DBMS work very well. Only, I have a problem with this page.

    Hello

    You get this error when you run the APEX page?

    Can you import your application to apex.oracle.com or reproduce the HTTP 404 not found error?

    If you share the developer connection information in the workspace, I can try to take a look at what could be the problem.

    Kind regards

    Jari

  • Installation of the apex (Oracle HTTP Server).

    Hi guys,.

    I try to install apex on 11g oracle http server. I'm all Oracle Http Server installation instructions and Apex Installation guides. But I am not able to view the apex.

    http://server:7777 works very well. This link opens the Oracle HTTP Server home page successfully. But when I try to open the page http://server:7777 / pls/apex/apex_admin not found message "the/pls/apex/apex_admin requested URL was not found.".
    And the error of the access log message: "GET/pls/apex/apex_admin HTTP/1.1" 404 202

    Here is my dads.conf file

    Alias is ' / u01/Middleware/ohs_oracle_home/SST/images / '.
    AddType text/xml xbl
    AddType text/x-component htc
    < apex/pls/location >
    SetHandler pls_handler
    Order deny, allow
    Allow all the
    AllowOverride None
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword PASSWORD
    PlsqlDatabaseConnectString localhost:1521:mnp ServiceNameFormat
    PlsqlAuthenticationMode Basic
    Apex PlsqlDefaultPage
    PlsqlDocumentTablename wwv_flow_file_objects$
    Docs PlsqlDocumentPath
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlNLSLanguage AMERICAN_AMERICA. AL32UTF8
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    < / location >

    Oracle HTTP Server (OHS) home directory: / u01/Middleware/ohs_oracle_home /.
    The apex directory: /u01/app/oracle/product/11.2.0/dbhome_1/apex

    Do you have any idea how to solve this problem?

    Thanks in advance

    Check the file ' / u01/Middleware/ohs_oracle_home/conf/httpd.conf ', there should be the line

    include "/u01/Middleware/ohs_oracle_home/modplsql/conf/plsql.conf"
    

    Now open this file plsql.conf, here is the link to dads.conf:

    include /u01/Middleware/ohs_oracle_home/modplsql/conf/dads.conf
    

    Regards Rob

  • IOM - error open the link Export / Import

    Please, can anyone suggest me about this error, that occur when you try to open the export / import (Chrome, IE, Mozilla).

    10:59:15ERROR [ExecuteThread [ASSET]: '1' for the queue: "weblogic.kernel.Default (self-adjusting)»]-ClientClassLoader.processRequest:/xlWebApp/ClientClassServlet/xlWebApp/detect.jar"]
    java.lang.NullPointerException
    in java.io.File. < init > (File.java:222)
    to com.nexaweb.server.util.WebApplicationContext. < init > (WebApplicationContext.java:58)
    at com.nexaweb.server.util.WebApplicationContextResolver.getWebApplicationContext(WebApplicationContextResolver.java:78)
    at com.nexaweb.server.clientmgmt.ClientClassLoader.processRequest(ClientClassLoader.java:143)
    at com.nexaweb.server.admin.ServerAdmin.callClientClassLoader(ServerAdmin.java:396)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:69)
    at com.nexaweb.server.api.admin.ServerAdminProxy.callClientClassLoader(ServerAdminProxy.java:572)
    at com.nexaweb.redirect.RedirectServlet.doGet(RedirectServlet.java:21)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:121)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    10:59:15ERROR [ExecuteThread [ASSET]: '1' for the queue: "weblogic.kernel.Default (self-adjusting)»]-ClientClassLoader.processRequest:/xlWebApp/ClientClassServlet/xlWebApp/NexawebClient.jar"]
    java.lang.NullPointerException
    in java.io.File. < init > (File.java:222)
    to com.nexaweb.server.util.WebApplicationContext. < init > (WebApplicationContext.java:58)
    at com.nexaweb.server.util.WebApplicationContextResolver.getWebApplicationContext(WebApplicationContextResolver.java:78)
    at com.nexaweb.server.clientmgmt.ClientClassLoader.processRequest(ClientClassLoader.java:143)
    at com.nexaweb.server.admin.ServerAdmin.callClientClassLoader(ServerAdmin.java:396)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:69)
    at com.nexaweb.server.api.admin.ServerAdminProxy.callClientClassLoader(ServerAdminProxy.java:572)
    at com.nexaweb.redirect.RedirectServlet.doGet(RedirectServlet.java:21)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:121)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    10:59:15ERROR [ExecuteThread [ASSET]: '1' for the queue: "weblogic.kernel.Default (self-adjusting)»]-ClientClassLoader.processRequest:/xlWebApp/ClientClassServlet/xlWebApp/nfc.jar"]
    java.lang.NullPointerException
    in java.io.File. < init > (File.java:222)
    to com.nexaweb.server.util.WebApplicationContext. < init > (WebApplicationContext.java:58)
    at com.nexaweb.server.util.WebApplicationContextResolver.getWebApplicationContext(WebApplicationContextResolver.java:78)
    at com.nexaweb.server.clientmgmt.ClientClassLoader.processRequest(ClientClassLoader.java:143)
    at com.nexaweb.server.admin.ServerAdmin.callClientClassLoader(ServerAdmin.java:396)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:69)
    at com.nexaweb.server.api.admin.ServerAdminProxy.callClientClassLoader(ServerAdminProxy.java:572)
    at com.nexaweb.redirect.RedirectServlet.doGet(RedirectServlet.java:21)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:121)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    10:59:15ERROR [ExecuteThread [ASSET]: '1' for the queue: "weblogic.kernel.Default (self-adjusting)»]-ClientClassLoader.processRequest:/xlWebApp/ClientClassServlet/xlWebApp/com/nexaweb/client/launcher/JVMDetector.class"]
    java.lang.NullPointerException
    in java.io.File. < init > (File.java:222)
    to com.nexaweb.server.util.WebApplicationContext. < init > (WebApplicationContext.java:58)
    at com.nexaweb.server.util.WebApplicationContextResolver.getWebApplicationContext(WebApplicationContextResolver.java:78)
    at com.nexaweb.server.clientmgmt.ClientClassLoader.processRequest(ClientClassLoader.java:143)
    at com.nexaweb.server.admin.ServerAdmin.callClientClassLoader(ServerAdmin.java:396)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:69)
    at com.nexaweb.server.api.admin.ServerAdminProxy.callClientClassLoader(ServerAdminProxy.java:572)
    at com.nexaweb.redirect.RedirectServlet.doGet(RedirectServlet.java:21)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:121)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    MetaLink ID: (Doc ID 1294514.1) [ID 1294514.1]

  • 12.2.4 WebADI - Integrator custom fails to cleanup script is triggered when the import returns the error lines

    Hi, hoping for help because it is not very useful detailed documentation on this topic here.

    I built a custom WebADI that uses custom procedures to validate and download the date in a custom table.  I then called an importer script that checks the balance of files (and other things) and mark the lines that do not reach a State of error.  I also managed to get these errors to be selected by the definition of error line and message error search section and everything is right with the world.

    Except that when imported and reports to hide the sad faces appear in the worksheet, I expect the cleanup script then learn to delete the records so that when the errors are corrected in the spreadsheet we don't get the lines in double... and is not.  No amount of tweaking, etc. application errors will result in cleaning the fire.

    Can someone tell me what I need to import of PL/SQL program to do when it detects a mistake for execution of the cleaning procedure?

    Thanks in advance

    Mike

    IT FIXED myself.

    The downloaded must be a function and return an error message of VARCHAR2.  If you return NULL - then the cleaning is not called as expected. If you return to any string, then cleanup is called.

Maybe you are looking for

  • Tecra P11 and Windows 7 32 bit - cannot load the WiFi

    Hello I have a Tecra P11 (PTSE3A-00T00K) which has been loaded with Windows XP, but sold with Windows 7. I have recently reinstalled Windows 7, but could not get WiFi to work. I had downloaded the Intel Wireless LAN driver, but the program doesn't se

  • Replaces the screen 17.3 inch LED on laptop.

    I have a Hp Envy 7273ca Pc notebook DV7 there a 17.3 inch 1600 x 900 led screen that has a few brands of pressure which are annoying for me they look grey and ugly. I was wondering how much it would cost to replace the screen or at least an order of

  • What are the copyright rules for the use of the clip art images in Microsoft Word?

    I guess you can't use them in an article you want to sell, for example, a book or a work of art.  You can use them in a binder for a seminar (you get paid to run the seminary, but do not sell workbooks).

  • my monitor will not stay

    at the start of vista sp 2 sometimes the monitor goes into mode 'sleep' right now and I can't put it back on. I have an averatec all in one and need to double-click the display button to do it at all, but then it goes out immediately.

  • Message from SMS sending to blackBerry Smartphones

    I can receive text Messages but when I try to send them, it does not send. It goes to standby and does nothing else. Can anyone help? Thanks in advance