Create_collection_from_query_b; ORA-20104 and ORA-20001

Hi all

First of all:

The APEX Version: Application Express 4.2.1.00.08

SQL-Developer: Version 3.0.04

Oracle: Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

I have an application process, which is expected to generate a collection. If I run this feature in the apex, a collection will be created, but no data.

If I run this in the SQL-Developer, the

As a result:

ORA-20104: create_collection_from_query_b error: ORA-20001: invalid analysis of schema for the current workspace ID

ORA-06512: in "APEX_040200.WWV_FLOW_COLLECTION", line 1878

ORA-06512: in "APEX_040200.WWV_FLOW_COLLECTION", line 1915

Code:

[...]

l_query: = ' select pal.valid_from, pal.valid_till, pa.supplier, Pal.Equipment_Type

of quotation.purchase_agreement pa, quotation.purchase_agree_line pal

IF APEX_COLLECTION. COLLECTION_EXISTS (p_collection_name = > c_coll_name)

THEN APEX_COLLECTION. DELETE_COLLECTION (p_collection_name = > c_coll_name);

END IF;

APEX_COLLECTION. () CREATE_COLLECTION_FROM_QUERY_B

p_collection_name = > c_coll_name,

p_query = > l_query);

The select statement is correct. (Already checked)

Why my error occure?

Thanks for help

Hello

First of all: thanks vinc.

This error occurse just in the sql developer.

This error is not important for apex.

If you see this error message in the sql developer, you should omit the collection and "print" query. [dbms_output.put_line (l_query);]

You copy the result (select... from... where the...) of the dbms_output and run this. I had really no results.  I had just a space after a variable.

I got the error

This problem is now resolved.

Tags: Database

Similar Questions

  • Collecting Table statistics get error ORA-20001 and ORA-06512 on 11g

    Hi Forum!

    I'm trying to collect statistics on a DB 11.2.0.1 for Siebel application.
    The script that generates the statistical errors out and I don't know why. So I tried to interview sys.dba_tab_statistics manually, but the event, and then I got an error message:

    Select * from sys.dba_tab_statistics


    ORA-20001: BIN$ PV5XQQHLSAYJ0KPMEY1MHG == $0 is an invalid identifier
    ORA-06512: in "SYS-DBMS_STATS", line 2082
    ORA-06512: in "SYS-DBMS_STATS", line 2098
    ORA-06512: in "SYS-DBMS_STATS", line 26789


    Any ideas?

    Edited by: Penky October 10, 2011 14:51

    Penky wrote:
    Note that I have not even the error when you make a right selection * of dba_tab_statistics which I think should work fine, no?

    It is that:

    select * from dba_tab_statistics
    

    or

    select * from sys.dba_tab_statistics
    

    It is unusual for a view error SYS, unless it is a specific bug in this version of the database, but I wonder if there are other patterns, such as SYS who have something in their basket (not that anyone should have to be create or drop things in SYS)?

  • ORA-20001: System error: procedure sort_segment_order step 40

    ORA-20001: System error: procedure sort_segment_order step 40

    DECLARE

    lc_employee_number per_all_people_f.employee_number%TYPE; -: = "tan_01";

    ln_person_id per_all_people_f.person_id%TYPE;

    ln_assignment_id per_all_assignments_f.assignment_id%TYPE;

    ln_object_ver_number per_all_assignments_f.object_version_number%TYPE;

    ln_address_id PER_ADDRESSES. ADDRESS_ID % TYPE;

    ln_asg_ovn NUMBER;

    ld_per_effective_start_date per_all_people_f.effective_start_date%TYPE;

    ld_per_effective_end_date per_all_people_f.effective_end_date%TYPE;

    lc_full_name per_all_people_f.full_name%TYPE;

    ln_per_comment_id per_all_people_f.comment_id%TYPE;

    ln_assignment_sequence per_all_assignments_f.assignment_sequence%TYPE;

    lc_assignment_number per_all_assignments_f.assignment_number%TYPE;

    lb_name_combination_warning BOOLEAN;

    lb_assign_payroll_warning BOOLEAN;

    lb_orig_hire_warning BOOLEAN;

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

    -Assignment

    l_assignment_id NUMBER;

    l_effective_date DATE: = NULL;

    l_supervisor_id NUMBER;

    lb_correction BOOLEAN;

    lb_update BOOLEAN;

    lb_update_override BOOLEAN;

    lb_update_change_insert BOOLEAN;

    lc_dt_ud_mode VARCHAR2 (100): = NULL;

    l_obj_version_num NUMBER;

    l_organization_id NUMBER: = 81;

    l_soft_coding_keyflex_id hr_soft_coding_keyflex.soft_coding_keyflex_id%TYPE;

    l_concatenated_segments VARCHAR2 (2000);

    l_comment_id per_all_assignments_f.comment_id%TYPE;

    l_effective_start_date per_all_assignments_f.effective_start_date%TYPE;

    l_effective_end_date per_all_assignments_f.effective_end_date%TYPE;

    l_no_managers_warning BOOLEAN;

    l_other_manager_warning BOOLEAN;

    ERROR_MESSAGE VARCHAR2 (4000): = NULL;

    current_records NUMBER;

    total_records NUMBER;

    error_records NUMBER;

    l_effective_date_valid NUMBER;

    error_message1 VARCHAR2 (4000): = NULL;

    v_ledger_id gl_ledgers.ledger_id%type;

    v_job_definition_id PER_JOB_DEFINITIONS.job_definition_id%type;

    v_position_definition_id per_position_definitions.position_definition_id%type;

    v_location_id hr_locations_all.location_id%type;

    v_emp_count number: = 0;

    -The Variables of the criteria of update for employees Assgment

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

    -ln_people_group_id NUMBER: = null;   -This will cause the error ORA-20001: System error: procedure step 40

    ln_people_group_id NUMBER: = hr_api.g_number;   -PEOPLE_GROUP_ID

    end;

    ln_special_ceiling_step_id PER_ALL_ASSIGNMENTS_F.SPECIAL_CEILING_STEP_ID%TYPE;

    lc_group_name VARCHAR2 (30);

    ld_effective_start_date PER_ALL_ASSIGNMENTS_F.EFFECTIVE_START_DATE%TYPE;

    ld_effective_end_date PER_ALL_ASSIGNMENTS_F.EFFECTIVE_END_DATE%TYPE;

    lb_org_now_no_manager_warning BOOLEAN;

    lb_other_manager_warning BOOLEAN;

    lb_spp_delete_warning BOOLEAN;

    lc_entries_changed_warning VARCHAR2 (30);

    Entry: HR_ASSIGNMENT_BK3. UPDATE_EMP_ASG_CRITERIA_B 10

    hr_api.validate_commit_unit 10

    Leave: HR_ASSIGNMENT_BK3. UPDATE_EMP_ASG_CRITERIA_B 20

    Enter hr_kflex_utility set_profiles 5

    hr_kflex_utility set_profiles 10

    hr_kflex_utility set_profiles 20

    hr_kflex_utility set_profiles 30

    hr_kflex_utility set_profiles 40

    hr_kflex_utility set_profiles 50

    Leaving hr_kflex_utility set_profiles 100

    Enter hr_kflex_utility set_session_date 5

    hr_kflex_utility set_session_date 30

    Leaving hr_kflex_utility set_session_date 100

    Inbound: upd_or_sel_keyflex_comb 10

    upd_or_sel_keyflex_comb 20

    Inbound: check_ignore_varray 10

    Seg3 $Sys_Def$                                                         101

    Inbound: ins_or_sel_keyflex_comb 10

    ins_or_sel_keyflex_comb 20

    Inbound: check_ignore_varray 10

    ins_or_sel_keyflex_comb 30

    Inbound: sort_segment_order 10

    sort_segment_order 20

    sort_segment_order 30

    sort_segment_order 40

    ins_or_sel_keyflex_comb 100

    Leaving upd_or_sel_keyflex_comb 140

    -RollBack ORA-20001: System error: sort_segment_order procedure step 40

    Cause: The sort_segment_order procedure created a mistake in step 40.

    Action: Contact your system administrator citing the sort_segment_order procedure and 40 of the step.

    Thank you all,

    I found the solution of adding at least one value in the key flexfield: "Flexfield group of people.

    Kind regards

  • "ORA-20001: OTA_443321_EVT_OFF_INVALID_ACT: in the ota_event_api.create_class API

    Hi all

    I write scripts for an Oracle OLM implementation project. Converting data via the API "ota_event_api.create_class", I get the error "ORA-20001: OTA_443321_EVT_OFF_INVALID_ACT: I have looked for help on the forums, but so far I am unable to get any relevant information. On some sites it says that we should pass a value non-zero to 'p_offering_id '. I do the same thing and passing a value to this parameter but I get the same error.

    The script is can be to find the attached word file.

    Kind regards

    Natacha Amal Khan

    Dear Natasha

    • You must ensure that your class shoud be created under a valid course and offer.
    • Further, use Parent_Offering_Id instead of the Offering_Id parameter.

    Make those changes and try again, Hope it works

    Concerning

    Fasquel

  • ORA-20001: you cannot cancel termination that they did not yet end

    Hi all

    I'm trying to rehire an employee who stopped. This is the API that I use:

    declare

    date of ld_hr_termination_date: =' 31-DEC-4712;

    Start

    APPS.hr_ex_employee_api.reverse_terminate_employee

    (p_validate = > false - Boolean false by default)

    p_person_id = > 1059 - number

    , p_actual_termination_date = > ld_hr_termination_date - ld_actual_termination_date - in date

    , p_clear_details = > "n" - in varchar2

    );

    exception

    while others then

    dbms_output.put_line (' error: ' |) SQLERRM);

    end;


    Error: ORA-20001: you cannot cancel termination that they did not yet end

    I checked in hr.per_all_people_f and the employee is laid off.

    I checked in human resources. PER_PERIODS_OF_SERVICE and the ACTUAL_TERMINATION_DATE corresponding to its expiry date in hr.per_all_people_f.

    I checked in hr.per_all_assignments_f and has an effective end date that corresponds.

    Can you please tell me where I could look at to fix this error.

    Thank you

    Harsha.

    Hello

    You will need to move the effective date of the employee for the p_actual_termination_date parameter and not 31-Dec-4712.

    Thank you

    Mudassir

  • error ORA-20001: in the window of the geolocation

    When to access addresses, in packed geolocation application, I receive the following error message:

    ORA-20001: get_dbms_sql_cursor error ORA-00942: table or view does not exist

    Is this a bug in the application packed?

    I use apex.oracle.com to test this packaged application...

    Also not able to save an area of interest with a polygon

    1 error has occurred

    Hello

    In general, it should work - I have also tested the app on apex.oracle.com.

    First question:

    from your description, it seems that the packaged application installation did not create all or part required correctly tables.

    Can you check (via SQL Workshop) that the tables EBA_SPATIAL_ADDRESSES, EBA_SPATIAL_IMAGES and EBA_SPATIAL_AOI exist...?

    If this is not the case, try to remove and reinstall the application. One reason might be that your workspace quota is already maxed out and who

    There is simply no space left for the required tables...

    Question 2: the steps are:

    1) click the icon 'blue' polygon on the map

    2) click on the points of the polygon you want to draw

    3) click 'Finish' in the lower corner of the map

    (4) specify a name for the 'area of interest '.

    5) click "Save".

    Of course, this also requires the tables to be present...

    Hope this helps

    Best regards

    Carsten-

  • Error ORA-20001 while trying to reset the password of Admin 4.2 Apex

    Hello

    I had to reset my password admin apex and tried to launch as below mentioned the apxchpwd.sql script, but I got an ORA-20001.

    I checked in my console (OEM) the status of the user apex_040200 and status is expired, but not locked...

    Any idea of the reason for the error?

    This is the result I got while running the script:

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > connect sys@mars as sysdba

    Enter password: *.

    Connected.

    SQL > @apxchpwd

    Syntax: SET SERVEROUTPUT {ON |} {OFF} [SIZE n]

    [[MAST] {WRA [DETERIORATED] |}] WOR [D_WRAPPED] | TRU [NCATED]}]

    Enter a lower value for the password for the user of the Application ADMIN Express.

    Enter a password for the user ADMIN [] *.

    Modified session.

    .. .the ADMIN password

    declare

    *

    ERROR on line 1:

    ORA-20001: password validation failure

    ORA-06512: at line 33 level

    Hello

    In fact, it seems to be a known issue with Apex 4.2.2 and there is a note in Metalink (support.oracle.com) on this subject:Doc ID 1579712.1

    Although it is not documented while the script asks you a new password, you must keep in mind the following:

    Password is not consistent with the rules of this site password complexity.
    * Password must contain at least one alphabetic character ().
    * Password must contain at least one punctuation character ().
    * Password must contain at least one uppercase alphabetic character.
    * Password must contain at least one alphabetic character tiny.

  • ORA-20001 FLEX-ID DOES NOT EXIST

    Hi Experts,

    Please experience this problem when you run create api Grade for HCM of Oracle EBS.

    When I run this script below for business group (1759 University of Vision or Vision Corporation 202) data is transferred to the per_grades and per_grade_definitions tables

    But when I run this same script pointing to a group of companies (TEST BG 7891) we created by us - even it gives ORA-20001 FLEX-ID DO NOT EXIST error code

    I have a strong feeling that the creation of our group of companies and the setting up of the rank of Flexfield has a problem, but I can ' t trace the fault, am not an expert EBS

    Please can you please advice if mistaken!

    Thank you

    Kwesi

    SCRIPT BELOW:

    Procedure Create_Grade

    is

    l_Validate Boolean: = FALSE;

    l_Business_Group_id Number (15.2);

    l_Date_From Date;

    l_Sequence Number (15.2);

    l_Grade_id Number (15.2);

    l_Object_Version_Number Number (15.2);

    l_Grade_Definition_id Number (15.2);

    l_Name Varchar2 (100);

    l_OVN Number (15.2): = 1;

    I have several;

    Begin

    For Grad In (Select * from chr_Grades where FULL-TIME IN l_OVN) loop

    Begin

    Apps.hr_grade_api. () Create_Grade

    p_Validate = > l_Validate,

    p_Business_Group_id = > 7891,

    p_Date_From = > to_Date(sysdate,'DD-MM-YYYY'),

    p_Sequence = > 11,

    p_Grade_id = > l_Grade_id,

    p_Object_Version_Number = > l_Object_Version_Number,

    p_Grade_Definition_id = > l_Grade_Definition_id,

    p_Name = > l_Name,.

    p_segment1 = > Grad.Grade_id,

    p_segment2 = > Grad.Grade_Name,

    p_segment3 = > Grad.Grade_Description

    );

    Update chr_Grades Set FULL-TIME = 2

    where Grade_id = Grad.Grade_id;

    End;

    End of loop;

    Commit;

    End Create_Grade;

    Well, I found the solution to my problem and is simply create the segment you want to use in your flexfield without VALUESET ALL IN PASSING.

  • Interactive report gives ORA - 20001:error

    Hello

    I am reading a table of SQL Server and displays the output in the interactive report. SQL Server read via database public and connected to the database link Oracle via DG4MSQL. The error I get is:
    ORA-20001: get_dbms_sql_cursor error ORA-02070: SQL SERVER database does not COUNT in this context

    However when I run the same report as usual report it works fine.

    The SQL query behind the report is:
    SELECT * FROM TRANSP_COMP_V;
    The code behind the display is:
    CREATE OR REPLACE VIEW TRANSP_COMP_V AS
    (
    select 
    "Usr_Name",
    "Usr_Handle", 
    "BLoc", 
    "SLC_Hand"
    from ord.Req@sqlserver);
    Where @sqlserver is the link of public database to SQL Server 2008 R2.

    I tried the following:

    (1) used instead the name of each column * and got the same result
    (2) Rebult and respected the view several times. No problem during compilation
    (3) tested and ran the view independently and the SQL query in SQL Studio without any problem

    Is there any restriction on the interactive report during playback of the external data source (such as SQL Server through ODBC)? The error itself is confusing, as I'm not using COUNTY anywhere.

    Thank you very much.


    Using APEX 4.1.1 running in the Oracle Database 11 G R2 (windows x 64) (topic 23)

    It may be different depending on the style of the selected candidates paging - as long as total nbr of lines is not indicated, he might be allowed.
    APEX product managers may be able to describe some internal workings that explain why it does not work for an IR.

    It is one of the best examples out there for the pipeline functions. It's just a feeling - something I'll try, but I have not worked with external sources in a long time.
    http://www.Oracle-Developer.NET/display.php?ID=207

    Scott

  • Form master-detail recording detail does not with ORA-20001

    Hello

    I have a master/detail form, the detail record has a timestamp field that I people using systimestamp via the default, it is a single field of view and everthing records very well. But if I change the format of the timestamp field via the DD-MON-YY HH24 attrubutes column, I get the following error on save

    Internal error in the routine mru: ORA-20001: error in MRU: line = 1, ORA-20001: find the invalid timestamp value, please check the timestamp format.

    Someone knows what's goin?

    Thank you...

    Looks like your display only column is based on the database column.
    If this is the case, you have little control for it in ApplyMRU.
    What you need to do is
    a. keep the TimeStamp column hidden with any mask format
    b. Add the form as a table with the format mask you want to display a column of data not

    In a Word, the DB column is in the proper format as required by the ApplyMRU but you display for users of the truncated version of that.

    See you soon,.

  • ORA-20001: DateTrack update not allowed for a record that started today

    Hello

    We are working on the package of integration of data for employees in our project and we fail to create the back-end employee by calling hr_employee_api.create_employee.

    When we try to update we have a flag that defines datetrack_update_mode as 'UPDATE' flag 'U' and 'CORRECTION' to report as 'C', we call hr_person_api.update_person to add more details of employee.

    I'm trying to update an old record flagged as 'U' and to the below error

    Error in the API in update employee ORA-20001: DateTrack update not allowed for a record that started today
    Cause: You tried to perform an effective update date of registration which begins the same day.
    Action: Change your mode of DateTrack of correction or to change your date of entry into force.

    But I'm trying to update the record with effective date which does not have sysdate and logically I implement to pass the datetrack_update_mode as "UPDATE" fails with the above error.

    Pointers on this is much appreciated.

    Thanks in advance.

    Kind regards
    Rekha.

    OK, so the effective_start_date of the line you are trying to edit is 21/03/2012

    You specify the parameter p_effective_date in 21/03/2012, i.e. the same day!

    So, you cannot use the track date "UPDATE" mode, as the smallest length of the change of the date of the AMT is 1 day. To do this, like Gillies at in an earlier answer, is to use a date-track of "CORRECTION" mode, or use another date for your p_effective_date parameter if it is appropriate.

    When the error message refers to "todays", means in fact "entry into force you have chosen.

    Hope that clarifies things for you.

    Clive

    Published by: clive_t on April 4, 2012 08:40

  • ORA-20001: unauthorized access (package for the undefined security group variable).

    I'm creating an application that uses the authentication of the APEX and characteristics (work) registration and forgot password forms (does not work).

    My I forgot the password is public (requires authentication). The user provides the user name and a secret answer, which are validated and then provides the new password. I try to use htmldb_util.reset_pw to reset the password of the user, but it does not work.

    I have a process on the new password page call a PL/SQL anonymous block that looks like this (see below), where username = P16_ITEM1 and P18_ITEM1 = new password.

    BEGIN
    apex_040000.htmldb_util.reset_pw (V ('P16_ITEM1'), V ('P18_ITEM1'));
    END;

    I don't know how to send a message of success/failure of such PL/SQL block to the APEX, but that's a separate issue, I guess.

    In any case, during the trial through SQL Developer as the user with APEX_ADMINISTRATOR_ROLE, I get the following error:

    ORA-20001: unauthorized access (package for the undefined security group variable).
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 22
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 1220
    ORA-06512: at "APEX_040000.HTMLDB_UTIL", line 1253
    ORA-06512: at line 8 level

    I've searched previous discussions and tried different suggestions with no luck.

    I'm on Oracle DB 11g XE and APEX 4.x.

    Any help will be appreciated. Thank you

    Alex.

    In any case, during the trial through SQL Developer as the user with APEX_ADMINISTRATOR_ROLE, I get the following error:

    ORA-20001: unauthorized access (package for the undefined security group variable).

    When executing code outside the Apex which depends on the security defined Apex group, perform the following steps before your own code:

    wwv_flow_api.set_security_group_id(apex_util.find_security_group_id('YOUR_SCHEMA_NAME'));
    

    Google "wwv_flow_api.set_security_group_id" for more details, like this blog:

    http://www.easyapex.com/index.php?p=502

    -Morten

    http://ORA-00001.blogspot.com

  • ORA-20001 send Email of APEX

    Until anyone responds... I 'm affecting the security group ID. ;-)

    The inside APEX, I created a simple test application that allows the user to enter a phone number and the code attempts to use e-mail to send to the phone number, that is a message "text".

    The page was just an edit individual line and a button control. The button triggers a process called 'TextEmProc '.

    "TextEmProc" was just a few lines:

    < PRE >
    DECLARE

    ls_JustTheNums VARCHAR2 (32);

    BEGIN

    ls_JustTheNums: = RegExp_Replace (: P1_MOBILE_NUM, "[^ [: digit:]]'," ");

    wwv_flow_api.set_security_group_id;

    APEX_040000.APEX_MAIL. SEND (p_to = > ls_JustTheNums |) "@txt.att.net.
    P_FROM = > 'your Apex App friendly. "
    p_body = > "Someone's average margin");

    END;
    < / PRE >

    The appellant, translates the error message: "ORA-20001: this procedure must be called from an application session.»

    This never works and always gets this error. Anyone have an idea what is wrong?

    Thank you

    -Joe

    Hey Joe,

    If you use the package of mail in an APEX application so no need to set the security_group_id, because it is already defined.

    Try the following code:

    DECLARE
       ls_JustTheNums VARCHAR2(32);
    BEGIN
       ls_JustTheNums := RegExp_Replace( :P1_MOBILE_NUM, '[^[:digit:]]', '' );
       APEX_MAIL.SEND( p_to    => ls_JustTheNums || '@txt.att.net',
                               p_from  => 'Your Friendly Apex App',
                               p_body  => 'Someone is Way Out of Margin' );
    END;
    

    Note: That I also deleted APEX_040000 of your call APEX_MAIL scheme name. You should not use references to hard-coded patterns, because if you upgrade to 4.1 APEX your code will no longer work.

    BTW, at APEX 4.0, you can also use use the declarative process type 'Send E-Mail' and use & PX_XXXX. syntax to refer to dynamic values.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Any idea about this error ORA-20001: this post doesn't exist at all.

    Hi, I keep getting the error when I try to update of position and work with hr_assignment_api.update_emp_asg_criteria below

    Error report:
    ORA-20001: invalid Position

    This position does not exist, or is not completely in the period of the assignment.
    ORA-06512: at "APPS.HR_ASSIGNMENT_API", line 16616
    ORA-06512: at line 36

    But the id id and job position exists in the system.

    But if I use different position combination id id and work it works fine.

    One has faced similar problem?

    Hello
    You are visiting l_datetrack_update_mod VARCHAR2 (100): = 'FIXED '; so he's trying to fix the Position of 30-Sep-2011, but there is no such thing as the post on 30-Sep-2011, so it is in error.

    So, if you give l_datetrack_update_mod VARCHAR2 (100): = 'UPDATE '; Then he will try to fix the Position as on sysdate and it will not work properly.

    I hope this helps.

    PS - please mark my messages useful/correct if that is so he can help others.

    Thank you
    Gerard

  • Error ORA-20001 when you create a new application

    Hello
    I am creating a new application of an existing table in the database and I get the following error. The application is created using the Wizard (type of database application, from scratch, report and our page)

    ORA-20001: unable to create modules. ORA-20001: create error pages. ORA-20001: unable to create form page. ORA-20001: Error Page = 2 item = 'P2_NON_ORACLE_EMPLOYEE_SPEAKER' id = '1975288532127294112' ORA-20001: error page 2 item = = "P2_NON_ORACLE_EMPLOYEE_SPEAKER" id = "1975288532127294112" a same name something like existing at the level of applications. ORA-0000: normal end successfully

    The table I created the app on is defined as follows:
    CREATE TABLE  "TABLE_1" 
       (    "ID" NUMBER, 
            "SESSION_EXTERNAL_PAPER" VARCHAR2(30), 
            "OWNER_CFP_SUBMITTER1_FULL_NA" VARCHAR2(255), 
            "OWNER_CFP_SUBMITTER1_COMPANY" VARCHAR2(255), 
            "STATUS" VARCHAR2(30), 
            "SESSION_ID" NUMBER, 
            "TITLE" VARCHAR2(255), 
            "ABSTRACT" VARCHAR2(4000), 
            "SESSION_TYPE" VARCHAR2(30), 
            "SESSION_CATEGORY" VARCHAR2(30), 
            "STREAM" VARCHAR2(30), 
            "PRIMARY_TRACK" VARCHAR2(255), 
            "OPTIONAL_TRACK" VARCHAR2(255), 
            "CROSS_STREAM_TRACK" VARCHAR2(30), 
            "SUPPORTING_VIDEO" VARCHAR2(4000), 
            "ATTENDEE_ROLE" VARCHAR2(255), 
            "TO_RATING" VARCHAR2(30), 
            "TO_COMMENTS" VARCHAR2(4000), 
            "COMMENTS" VARCHAR2(4000), 
            "ORACLE_PARTNERNETWORK" VARCHAR2(30), 
            "IS_YOUR_OPN_MEMBERSHIP_UNDER_A" VARCHAR2(255), 
            "ORACLE_PARTNER_TYPE" VARCHAR2(255), 
            "OPN_MEMBERSHIP_LEVEL" VARCHAR2(30), 
            "ORACLE_REGION_BASED" VARCHAR2(30), 
            "ORACLE_VALIDATED_INTEGRATION" VARCHAR2(30), 
            "HAS_YOUR_COMPANY_ACHIEVED_SPEC" VARCHAR2(4000), 
            "PLEASE_DESCRIBE_THE_VALUE_OF_O" VARCHAR2(4000), 
            "INCLUDE_CASE_STUDY" VARCHAR2(30), 
            "PROVIDE_NAME_OF_THE_CUSTOMER_F" VARCHAR2(255), 
            "PLEASE_PROVIDE_A_BRIEF_DESCRIP" VARCHAR2(4000), 
            "NON_ORACLE_EMPLOYEE_SPEAKER1_F" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER1_C" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER1_FULL" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER1_COMPA" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER2_F" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER2_C" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER2_FULL" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER2_COMPA" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER3_F" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER3_C" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER3_FULL" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER3_COMPA" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER4_F" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER4_C" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER4_FULL" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER4_COMPA" VARCHAR2(255), 
            "CREATED" DATE, 
            "CREATED_BY" VARCHAR2(50), 
            "LAST_UPDATE" DATE, 
            "LAST_UPDATED_BY" VARCHAR2(50), 
             CONSTRAINT "OOW_PAPER_PK" PRIMARY KEY ("ID") ENABLE
       ) ;
    I use APEX version 4.0.2.00.07

    Any idea what could be wrong and what can be done to solve the problem?

    See you soon,.
    Andy

    If you add a synonym for display to the database, the generator must see and allow you to use...

    Thank you

    Tony Miller
    Webster, TX

    Never argue with a fool. They do you drag down to their level, then beat you with experience.

    If you answer this question, please mark the thread as closed and give points where won...

Maybe you are looking for

  • Can't change the quantity ordered

    I try to order several copies of prints that I took to a local Little League. Here's the original order: When I click on + or enter the amount I get this: Any ideas?

  • HP 6310: pages not opening hp not

    support / help pages to add a printer to my account are not opening... all that shows is a blank page... Please visit the sites: http://support.HP.com/us-en/document/c03550536 http://support.HP.com/us-en/product/HP-cloud-services-connected-series/531

  • Cannot remove icon Toshiba Music Place

    Hello I bought a new laptop from toshiba with windows 7 comes with a lot of bloatware.I am trying to delete it all, but I can't get rid of this series of very annoying 'place' on the desktop. I deleted the program using Add/Remove programs.the deskto

  • Using disc recovery Toshiba for Satellite A300-211

    I bought my lap last April and after the system crash.I used the recovery disc I made of the image on the hard drive but it erased all the data into two partitions. My question: is it possible to use the disk to format partition C only without erasin

  • When Dragonborn will be released on PS3 in any EU?

    I'm Croatian and I can't find it on PS Store. So I was wondering, it's never going to be released and if so, when?