Error (?) Mystic PL SQL

Greetings!

I have a procedure and a trigger. The problem is when I call the proc from inside the trigger, I get an error message saying that

Error: ORA-00604: error occurred at the SQL level 1 recursive
ORA-20001: unhandled error has occurred!
ORA-06512: at "ITEX. REFRESH_XSD', line 23
ORA-06512: at line 21

Here are these two problematic parts:

PROCEDURE:
create or replace
PROCEDURE Refresh_XSD (TableName IN varchar2)
IS
-Variable declarations.
XML_Schema xmltype.
BEGIN
-Generate the new XSD (XML schema); and insert a new row in the
-schema table.
XML_Schema: = GENERATE_XML_SCHEMA (TableName);
INSERT INTO DATABASE_SCHEMAS
(
TABLE_NAME,
XML_SCHEMA
)
VALUES
(
TableName,
XML_Schema
);

-Exception handling.
EXCEPTION
WHILE OTHERS THEN
Raise_Application_Error ("-20001, ' unhandled error occurred!");
END;

TRIGGERING FACTOR:
create or replace
relaxation TR_REFRESH_SCHEMA
After that, create or modify
on the schema
declare
table_xsdn all_tables.table_name%TYPE;
number of table_cntr;
Start
Select ora_dict_obj_name
in table_xsdn
Double;

-Check if the 'TableName' table already exists.
SELECT COUNT (table_name)
IN Table_Cntr
OF database_schemas
WHERE table_name = table_xsdn;

-If the table exists in the table, delete it.
IF (Table_Cntr! = 0) THEN
DELETE FROM database_schemas
WHERE table_name = table_xsdn;
END IF;

Refresh_XSD (Upper (table_xsdn));
end;

The idea behind this design is simple. The database_schemas table has the following structure:
CREATE TABLE database_schemas
(
ID varchar2 (20) not not null primary key,
table-name varchar2 (75) not null unique,
xmltype xml_schema not null
);
So we have a xsd to a table only once. However this XSD must be updated when the table is modified or created when the table is created. This is the reason why I try to use this trigger. If I comment out the call of the trigger process, everything works fine, but it doesn't know what to do.

As far as I know only impossible to execute DDL triggers system instructions. But there is not a single DDL statement in there, so what causes the problem here?

Kind regards
Joe

Angry #87 wrote:
In fact, the error occurs at compile time no DURATION. Tho, if I remove the exception handler and compile process I get the following error:
Error: ORA-04088: error during execution of trigger 'ITEX.TR_REFRESH_SCHEMA '.
ORA-01403: no data found
ORA-06512: at "ITEX. GENERATE_XML_SCHEMA', line 6
ORA-06512: at "ITEX. REFRESH_XSD', line 5
ORA-06512: at line 21

It says it all, isn't?
Create or replace procedure results trigger get fired and ora_dict_obj_name in this case? Right REFRESH_XSD?
In the GENERATE_XML_SCHEMA function, you are qurying user_tab_cols...
Since REFRESH_XSD is not a table and user_tab_cols have thus not all entries that result in no data found.

Tags: Database

Similar Questions

  • Error: you have an error in your SQL syntax; consult the manual for your version of the MySQL server for the right syntax to use near ')' at line 5

    Original title: how to solve this problem:

    System error

    You have an error in your SQL syntax; consult the manual for your version of the MySQL server for the right syntax to use near ')' at line 5

    Hi Roger,

    It seems that you have problems with the SQL syntax. The question you have posted is related to encoding and it would be better suited to the MSDN Community. Please report it in the community below.

    http://social.msdn.Microsoft.com/forums/SQLServer/en-us/home

    Hope this is useful.

  • Error 57 Initializing SQL * more

    I'm not able to start sql plus. It gives me the error message below. I didn't no problem when I worked a month back, but now when I start again, it gives me this error. In the meantime, the only change that I brought in my PC is installing Kaspersky Antivirus and do the analysis complete?

    Error 57 Initializing SQL * more
    Error while loading shared libraries of message

    Thank you

    Hick says:
    I'm not able to start sql plus. It gives me the error message below. I didn't no problem when I worked a month back, but now when I start again, it gives me this error. In the meantime, the only change that I brought in my PC is installing Kaspersky Antivirus and do the analysis complete?

    Error 57 Initializing SQL * more
    Error while loading shared libraries of message

    Thank you

    This error is triggered when you start at the beginning of the treatment for sqlplus and is, by nature, rather generic. Given that it is triggered during initialization, it is quite possible that not all libraries that may be required for additional details (such as localized error messages) are loaded.

    The only thing you mention has changed is installation of Kaspersky, which suggests that it blocks a library required to be loaded. This error can also be triggered in case of memory (which would also prevent the loading required libraries, etc.).

    Here is a simple test you can do by way of illustration (obviously not on a production system, etc.):

    $ cd \Oracle\11.2\database\BIN
    
    $ dir /s /b oraclient11.dll
    C:\Oracle\11.2\database\BIN\oraclient11.dll
    
    $ rem temporarily rename the Oracle RDBMS Client Library for testing
    $ ren oraclient11.dll oraclient11.dll.save
    
    $ rem this will raise error 57 since a required library could not be loaded during initialization
    $ sqlplus.exe /nolog
    Error 57 initializing SQL*Plus
    Error loading message shared library
    
    $ rem be sure to change back!
    $ ren oraclient11.dll.save oraclient11.dll
    

    Kind regards

    Mark

  • function to_numer returns the error in pl/sql

    Hello
    I don't have a prob when executing select double to_number('1234.56'), the numer contains decimal numbers
    But this stm return number not valid error in the procedure, except if I use to_number('1234.56','9999999.99')
    Please help me.
    I need to set parameter in DB?
    BTW: my NLS_NUMERIC_CHARACTER has the value '.,'
    Thank you.

    function to_numer returns the error in pl/sql

    hlthanh wrote:
    Hello
    I don't have a prob when executing select double to_number('1234.56'), the numer contains decimal numbers
    But this stm return number not valid error in the procedure, except if I use to_number('1234.56','9999999.99')
    Please help me.
    I need to set parameter in DB?
    BTW: my NLS_NUMERIC_CHARACTER has the value '.,'
    Thank you.

    Handle: hlthanh
    Status level: Beginner
    Join date: March 7, 1999
    Messages total: 94
    Total Questions: 60 (38 pending)
    many questions and so few answers.
    How SAD!

  • ORA-12705: invalid parameter or unknown NLS value specified error in PL/SQL

    Everything works well, SQL * PLUS, shape and reports, but my PL/SQL Developer has stopped working.
    It is throwing this error when I try to connect.

    ORA-12705: invalid parameter or unknown NLS value specified error in PL/SQL developer


    How to fix this help please.

    First: most of the questions for Oracle products have a response depending on the version. In Oracle 11 g or 10g Oracle change the structure of their branch in the registry for example.

    Secondly, it seems that the registry is a little messy.
    Oracle for Windows identifies the part of the registry to use by reading the file
    % ORACLE_HOME%\bin\oracle. Key

    Probably with PL/SQL Developer, like PL/SQL Developer needs an Oracle customer, she will too.
    Of course, if this key points to a branch with NLS_LANG value NA this will result in questions, because this is not a valid value.
    %ORACLE_HOME%\Bin will usually be in your path

    ---------
    Sybrand Bakker
    Senior Oracle DBA

  • [Error code: 904, SQL State: 42000] ORA-00904: "G". "' NAME ': invalid

    When I run the SQL below, I get the following:

    08:00:08 [SELECT - 0 row (s), dry 0.000] [error Code: 904, SQL State: 42000] ORA-00904: "G". "" NAME ": invalid identifier

    When I comment the lines "BOLD", it works fine. I tried to fully qualify the column without success. I'm sure it's a matter of formatting.

    ************************************************

    Select
    SR. SCHOOLID,
    SR. StudentID, sr.coursenumber,
    SR. REGISTREQ_ID,
    (select
    min (rr.ID |) » -'|| URI COURSEGROUP)
    Of
    REGISTREQ rr
    where
    RR.grade_level = (select s.sched_nextyeargrade from student s where s.id = sr.studentid)
    and rr.yearid = 2100
    and rr.id not in (6426,6415)
    and rr. COURSEGROUP in
    (select
    g.Name
    Of
    g GEN
    where
    g.CAT = "coursegroups".
    and instr (g.valuet, sr.coursenumber) > 0
    and g.schoolid = sr.schoolid)
    and ((g.name as 'ALT %' and sr. GLOBALALTERNATECOURSE = 1)
    or (g.name not as 'ALT %' and sr. GLOBALALTERNATECOURSE = 0))
    ) as New_RegID
    Of
    SCHEDULEREQUESTS sr
    where
    SR. SCHOOLID = 703
    and sr.yearid = 2100

    This is because the lines that you have Ringing are out of reach for the alias 'g', which is part of the inner query.

    Maybe you want to just 'name' without the prefix "g.".

  • How to return an error code of SQL * Plus of PL/SQL procedure

    Hello

    I want to be able to pass a variable back to the Unix script, and I have the following code

    ******************

    sqlplus/myuser mypass < < EOF
    WHENEVER SQLERROR EXIT 41.
    WHENEVER OSERROR EXIT 81;
    execute pkonp.run_onp;
    output
    EXPRESSIONS OF FOLKLORE

    ERRORCODE = $?

    If [$ERRORCODE! = 0] #test for successful onp
    then
    #Notify failure of the administrator of the ONP.
    echo 'Fail ONP to 'date' \n'
    FI

    ******************
    However, I am unable to get my PL/SQL to pass an error code to SQL * more.

    How to catch an error in PL/SQL and pass the SQL error code *, so that SQL * Plus can then pass the error to the Unix Shell script?

    Thank you very much.

    Yes - in a nut shell, you need to convert Oracle codes exception to the process of Linux/Unix/Windows exit codes as the number of exception Oracle is physically too large to fit into an integer to a byte that is used by the operating system for the exit codes.

    The best place to do this would be something like a SQL * more script as is the process real o/s which should only return exit code of the kernel.

  • You have an error in your SQL syntax

    ColdFusion 7 and mySQL

    I get syntax error or access violation: you have an error in your SQL syntax; check the manual that corresponds to your version of the MySQL server for the right syntax to use

    It's a job application, and I want that managers are able to enter and modify any part of this.

    It says error near 'unique =' I can cook food. I have the power. ', excellent = "Someone asked me w" on line 33

    1. What is the error could she talk to?
    2. are there limits to this method? It's just too many fields?
    3. is there a better way to do it?

    Quote:

    < cfquery datasource = "afgdb" >
    UPDATE extranetJobApp
    SET
    location = "#Trim (FORM.location), #
    month = ' #FORM.month # ',.
    day = ' #FORM.day # ',.
    year = ' #FORM.year # ',.
    nameFirst = "#Trim (FORM.nameFirst), #
    nameLast = "#Trim (FORM.nameLast), #
    address = "#Trim (FORM.address), #
    apt = "#Trim (FORM.apt), #
    City = "#Trim (FORM.city), #
    State = ' #Trim (FORM.state), #
    zip = ' #Trim (FORM.zip), #
    phoneHome = "#Trim (FORM.phoneHome), #
    phoneCell = "#Trim (FORM.phoneCell), #
    18 = "#FORM.eighteen #"
    license = "#Trim (FORM.license), #
    position = "#Trim (FORM.position), #
    hours = "#Trim (FORM.hours), #
    travel = "#Trim (FORM.travel), #
    dayOnly = ' #Trim (FORM.dayOnly), #
    industry = "#Trim (FORM.industry), #
    industryLoc = ' #Trim (FORM.industryLoc), #
    whySeek = ' #Trim (FORM.whySeek), #
    currentEmploy = ' #Trim (FORM.currentEmploy), #
    currentContact = "#Trim (FORM.currentContact), #
    Felony = "#Trim (FORM.felony), #
    felonyExplanation = ' #Trim (FORM.felonyExplanation), #
    workRefusal = ' #Trim (FORM.workRefusal), #
    workRefusalExplanation = ' #Trim (FORM.workRefusalExplanation), #
    knowledge = "#Trim (FORM.know), #
    knowWho = "#Trim (FORM.knowWho), #
    unique = "#Trim (FORM.unique), #
    excellent = "#Trim (FORM.excellent), #
    discharge = "#Trim (FORM.discharge), #
    dischargeExplanation = ' #Trim (FORM.dischargeExplanation), #
    fastPace = "#Trim (FORM.fastPace), #
    armedForces = "#Trim (FORM.armedForces), #
    armedPosition = ' #Trim (FORM.armedPosition), #
    nationalGuard = "#Trim (FORM.nationalGuard), #
    socialDL = ' #Trim (FORM.socialDL), #
    E1 = "#Trim (FORM.emp1), #
    emp1From = ' #Trim (FORM.emp1From), #
    emp1To = ' #Trim (FORM.emp1To), #
    emp1Position = ' #Trim (FORM.emp1Position), #
    emp1Phone = ' #Trim (FORM.emp1Phone), #
    emp1Wage = ' #Trim (FORM.emp1Wage), #
    emp1From = ' #Trim (FORM.emp1Super), #
    emp1Reason = ' #Trim (FORM.emp1Reason), #
    EMP2 = "#Trim (FORM.emp2), #
    emp2From = ' #Trim (FORM.emp2From), #
    emp2To = ' #Trim (FORM.emp2To), #
    emp2Position = ' #Trim (FORM.emp2Position), #
    emp2Phone = ' #Trim (FORM.emp2Phone), #
    emp2Wage = ' #Trim (FORM.emp2Wage), #
    emp2Super = ' #Trim (FORM.emp2Super), #
    emp2Reason = ' #Trim (FORM.emp2Reason), #
    Emp3 = "#Trim (FORM.emp3), #
    emp3From = ' #Trim (FORM.emp3From), #
    emp3To = ' #Trim (FORM.emp3To), #
    emp3Position = ' #Trim (FORM.emp3Position), #
    emp3Phone = ' #Trim (FORM.emp3Phone), #
    emp3Wage = ' #Trim (FORM.emp3Wage), #
    emp3Super = ' #Trim (FORM.emp3Super), #
    emp3Reason = ' #Trim (FORM.emp3Reason), #
    High school = ' #Trim (FORM.highSchool), #
    highSchoolComplete = ' #Trim (FORM.highSchoolComplete), #
    highSchoolGrad = ' #Trim (FORM.highSchoolGrad), #
    College = "#Trim (FORM.college), #
    collegeComplete = ' #Trim (FORM.collegeComplete), #
    collegeGrad = "#Trim (FORM.collegeGrad), #
    Ref1 = "#Trim (FORM.ref1), #
    ref1Relationship = ' #Trim (FORM.ref1Relationship), #
    ref1Address = ' #Trim (FORM.ref1Address), #
    ref1Phone = ' #Trim (FORM.ref1Phone), #
    ref2 = "#Trim (FORM.ref2), #
    ref2Relationship = ' #Trim (FORM.ref2Relationship), #
    ref2Address = ' #Trim (FORM.ref2Address), #
    ref2Phone = ' #Trim (FORM.ref2Phone), #
    include = "#Trim (FORM.understand), #
    GIS = "#Trim (FORM.sig), #
    sigDate = ' #Trim (FORM.sigDate) #
    WHERE
    jobID = #FORM.jobID #.
    < / cfquery >
  • error in your SQL syntax

    Get this error when you use DW CS3 Registration Wizard insert
    with CF8 and MySql 5



    Quote:
    Run database query error.
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL Server version for the syntax to use near right "'description') VALUES ('no')' at line 1"

    The error occurred in C:\ColdFusion8\wwwroot\mysqltest\untitled1.cfm: line 7

    5: VALUES (< cfif IsDefined ("FORM.description") AND #FORM.description # NEQ "" > "")
    6: < cfqueryparam value = "" #FORM.description # "cfsqltype ="cf_sql_clob"maxlength ="2147483647">"
    7: < cfelse >
    8:
    9: < / cfif >



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

    SQLSTATE 42000
    SQL INSERT INTO testedmemo ('description') VALUES ((param 1))
    VENDORERRORCODE 1064
    Test DATASOURCE

  • Management errors in PL/SQL

    Hello

    I'm looking for a good document for the management of errors for PL/SQL. I found the following link that is good. Are there any other good indication that you know? If Yes, could you tell me about this?

    Many think

    Michael


    http://www.LC.LeidenUniv.nl/awcourse/Oracle/AppDev.920/a96624/07_errs.htm#707

    Hi Michael,

    http://download.Oracle.com/docs/CD/B10501_01/AppDev.920/a96624/07_errs.htm

    http://www.psoug.org/reference/exception_handling.html

    Thank you.
    Jacob

  • Boot psadmin PIA AppServer Error: missing Library SQL libpsora64

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University.

    My PeopleSoft Architecture of the Internet (PIA) runs successfully for a long time.

    My PIA facilities are below:

    Server machine: Oracle Linux 5.10 (64-bit)

    Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

    Architecture Internet Oracle Linux 5.10 Server:

    (1) database server: Oracle Database 11 g

    (2) the server application: Tuxedo 11 g

    3) web server: logic of Web 10.3.6.0

    In order to develop the application for Admission online for future student to apply for admission, I installed Oracle ADR (Application Development Runtime) 11.1.1.6.0 with Weblogic 10.3.6.0 in Oracle Linux 5.10 Server machine.

    Installing Oracle ADR 11.1.1.6.0, I installed the 5 packages to update the operating system Oracle Linux 5.10 as below:

    (1) compat-libstdc ++-33 - 3.2.3 - 61.i386.rpm (231,6 k)

    (2) compat-libstdc ++-33 - 3.2.3 - 61.x86_64.rpm (227,4 k)

    (3) libaio-devel - 0.3.106 - 3.2.i386.rpm (11 k)

    (4) libaio-devel - 0.3.106 - 3.2.x86_64.rpm (10.9 k)

    (5) sysstat - 7.0.0 - 3.el5.x86_64.rpm (168.3 k)

    After the 5 packages are installed, ADR 11.1.1.6 is installed successfully. But psadmin PIA Application Server cannot start more.

    The startup error is:

    CMDTUX_CAT: 1685: ERROR: initialization of Application failed.

    tmboot:CMDTUX_CAT: 827:ERROR: fatal error occurred; Launch the user error handler.

    I looked at the current server APPSRV_0107.LOG, the error log file:

    GenMessageBox (200,0,M): PS General SQL Routines: missing or invalid SQL libpsora64 library version (200.0)

    GenMessageBox (0,0,M): Signon database: could not sign the HRCS90 database with user PS

    I checked the Oracle_Home/lib directory, there are a few files libp *, but the "libpsora64" file does not exist.

    My question is:

    How to solve the problem 'is missing or not valid version of library SQL libpsora64' to start the psadmin?

    Thanks in advance.

    Hello

    have you checked the PATH environment variable?

    It must point to the correct directory where the Oracle 64-bit client.

  • The empty set error line in sql developer.

    Dear all,

    When I put blank in the table, I get below error.

    "ORA-01407: cannot update ('PRODDTA', 'Table name', 'row') with a NULL value.

    01407 00000 - "can not update (%s) null.

    * Cause:

    * Auction;

    1407Error code provider to Line2.

    I used under query,

    UPDATE F0xx SET = G1234 " WHERE Gxxxx'x ="00000001"AND Gxxx = 'xx' AND Gxxxx'x = '123456 '.

    I want to G1234 empty.

    Can someone guide me to solve this problem.

    Kind regards

    Haran

    Can someone guide me to solve this problem.

    No - not in this forum.

    This forum is ONLY for questions about Sql Developer.

    Please mark the thread ANSWERED and repost it in SQL and PL/SQL forum.

    SQL and PL/SQL

    When you repost you will need to provide the DDL for the table you are trying to update.

    Some columns have NOT NULL constraints that do NOT allow you to put them to null.

  • How to display the error messages from sql/pls call

    Hello

    How can I display error messages from pl/sql calls on application pages?

    Current situation:

    If I specify "Error message" in the process - well, that's what I'm going to get on the page.

    What I want:

    I would like to have the specified aka "user friendly" message with the actual pl/sql routine. so it helps me to understand where the error occurred.

    Hi AZZ.

    AZZ says:

    How can I display error messages from pl/sql calls on application pages?

    Current situation:

    If I specify "Error message" in the process - well, that's what I'm going to get on the page.

    What I want:

    I would like to have the specified aka "user friendly" message with the actual pl/sql routine. so it helps me to understand where the error occurred.

    Yes, agree with orpheus4192. Use the APEX_ERROR. ADD_ERROR API.

    Reference:

    Kind regards

    Kiran

  • Error in the SQL query


    Hi all

    This my sql query.

    WITH t AS (select to_clob ("<?")) XML version = "1.0" encoding ="UTF - 8"? >

    " < = xmlns:prd prd:symbolReferenceData ' http://API.Platts.com/referenceData "> "

    XICE001, XICE002 < prd:symbol > < / prd:symbol >

    < prd:attributeClass > density API, Latest < / prd:attributeClass >

    ((< / prd:symbolReferenceData > ') double str).

    T_SYMBOL as (SELECT TO_CHAR (regexp_substr (SYMBOL, "[^ \,] +', 1, LEVEL")) SYMBOL)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    COLUMNS CLOB PATH 'symbol' symbol)

    CONNECT BY LEVEL < = LENGTH (SYMBOL) - LENGTH (REPLACE (SYMBOL, ",")) + 1

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    t_attributeClass as (SELECT TO_CHAR (regexp_substr (attributeClass, "[^ \,] +', 1, LEVEL")) attributeClass)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    AttributeClass PATH 'attributeClass' CLOB COLUMNS)

    CONNECTION OF LEVEL < = LENGTH (attributeClass) - LENGTH (REPLACE (attributeClass, ',')) + 1

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    SELECT the name of symbol 'symbol',

    'Name', NULL

    NOTHING "value."

    status "ok".

    OF T_SYMBOL

    UNION

    SELECT the symbol, NULL, NULL,

    Status of 'invalid symbol.

    OF T_SYMBOL;

    If I run the above query, it throws error, below

    ORA-06502: PL/SQL: digital error or value

    ORA-06512: at "SYS." XMLTYPE", line 272

    ORA-06512: at line 1

    06502 00000 - "PL/SQL: digital error or the value of %s.

    * Cause: A digital arithmetic error, String, conversion or coercion

    has occurred. For example, this error occurs if an attempt is made to

    assign the NULL value to a variable declared NOT NULL, or if a

    attempt to assign an integer greater than 99 to a variable

    NUMBER (2) declared.

    * Action: Change the data, how it is handled, or how it is so declared

    that values do not violate the constraints.

    All of the suggestions.

    Kind regards

    Fame

    I have it

    To do two with would adopt.

    WITH t AS (select to_clob ('))

    http://API.Platts.com/referenceData">

    XICE001, XICE002

    Density API, last

    double str),

    T_SYMBOL as (SELECT TO_CHAR (regexp_substr (SYMBOL, "[^ \,] +', 1, LEVEL")) SYMBOL)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    COLUMNS CLOB PATH 'symbol' symbol)

    CONNECT BY LEVEL<= length(symbol)="" -="" length(replace(symbol,="" ','))="" +="">

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    T_SYMBOL_1 as (SELECT TO_CHAR (regexp_substr (SYMBOL, "[^ \,] +', 1, LEVEL")) SYMBOL)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    COLUMNS CLOB PATH 'symbol' symbol)

    CONNECT BY LEVEL<= length(symbol)="" -="" length(replace(symbol,="" ','))="" +="">

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    t_attributeClass as (SELECT TO_CHAR (regexp_substr (attributeClass, "[^ \,] +', 1, LEVEL")) attributeClass)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    AttributeClass PATH 'attributeClass' CLOB COLUMNS)

    CONNECT BY LEVEL<= length(attributeclass)="" -="" length(replace(attributeclass,="" ','))="" +="">

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    SELECT the name of symbol 'symbol',

    'Name', NULL

    NOTHING "value."

    status "ok".

    OF T_SYMBOL

    UNION

    SELECT the symbol, NULL, NULL,

    Status of 'invalid symbol.

    OF T_SYMBOL_1;

  • Error running adtums.sql

    I'm performimg upgrade using the guide upgrade of Oracle EBS 11i 12.1.1 to document

    I'm marching step 2 of Chapter 2 (step 2: utility run TUMS (recommended))

    I run the adtums.sql script after you apply the hotfix. This script gives me an error message. I don't know why the subject below are not available in the system.

    l_upg_update ad_tums.upg_table;

    error on line 2

    ORA-06550 kine 2, column 13

    identifier AD_TUMS. UPG_TABLE must be declared

    identifier AD_TUMS. CREATE_REPORT is reportable



    concerning


    Shakeel


    Shakeel,

    Please see (adtums.sql after the Patch 5120936 fails with the error PLS-00201: identifier ' AD_TUMS.) UPG_TABLE' [459119.1 ID]).

    Thank you

    Hussein

Maybe you are looking for