REP 1 401"desc_thik_widformula" fatal error pl/sql

Hello

This problem in a currently using report.
' the error is:-' rep 1401 "desc_thik_widformula" fatal error pl/sql '
This error occurs when you select only one of the parameters - name:-: Sub_inventory, value:-'Tube Lines.
Last July 31, 2010 it worked fine. Now I have a problem.
When I put a different value for this setting works fine report.

Function def: below
-------------------------------------------------------------------------------
function Desc_Thik_widFormula returns the Char type is
x varchar (20);
t varchar (20);
Start
Select the description in x in xxmmi_item_thickness_v where flex_value =: thick;
Return x;
end;
------------------------------------------------

Please suggest reasons that could explain the problem here?

Thanks in advance.

Hi Ngoyi,

This error occurs when you select only one of the parameters - name:-: Sub_inventory, value:-'Tube Lines.

Try to run below the SQL Select statement by using the above values in SQL Plus.

Select the description from xxmmi_item_thickness_v where flex_value =: thick;

Discover the value of description, very probably it should be longer than 20 characters.
Also check the size of the column of formulas "Desc_Thik_wid."

Set the size of the variable column or x plan or both as needed.

It is advisable to define variables in PL/SQL as follows:

 variable_name table_name.column_name%type; 

In your case

 x xxmmi_item_thickness_v.description%type; 

I hope this helps.

Best regards

Tags: Oracle Development

Similar Questions

  • tmboot: CMDTUX_CAT:827: ERROR: fatal error occurred; launch the user error handler

    I'm familiar with Oracle databases, but still learning my way around PeopleSoft administration.

    After validating the connection information of database with sqlplus from the same platform, psadmin application server start command generated an error message in the console.

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

    After the attempt failed to start the 8.49 application server, the journal entries were:

    PSAPPSRV.55837058 (0) [28/09/15 09:30:31] (4) the Configuration of server settings: {Journal

    Ging level = 5, sql trace = 12319, mask of trace sql client = 12319, peoplecode trace = 0,

    mask trace client PC = 4095, timeout = 300, County recycling = 2000, max such svc fail

    ures = 2, ORACLE, database name database type of == 'DBXX', database server = ", id = user

    'PXXXXX', connect id is "CXXXXXX"}

    ...

    PSAPPSRV.55837058 (0) [28/09/15 09:30:32] (1) GenMessageBox (0, 0, M): If the database

    gnon: could not sign database DBXX with user PXXXXX.

    PSAPPSRV.55837058 (0) [09:30:32 ago] (0) 28/09/15 start the server failed

    PSWATCHSRV.6685110 (0) [28/09/15 09:30:33] closing

    PSADMIN.58196170 (0) [28/09/15 09:30:39] (0) attempt to end on the dbxx field boot

    While the connectivity of sqlplus had tested OK from a client, PeopleSoft Signon pside.exe two levels on the same client Windows resulted in Invalid User ID and password for the access code.

    The psaccessprfl table had been updated with the connection of data validated by using a platform application server dms shell script.

    The area has been configured using the application server platform psadmin.  UserId, UserPswd, ConnectID and ConnectPswd had been entered and verified.  Passwords have been encrypted by the suite.

    The psoprdefn table showed correct SYMBOLICID uppercase and ACCTLOCK is zero on behalf of PXXXXX.

    The psaccessprfl table showed too correct SYMBOLICID.

    The psdbowner table showed the DBNAME and OWNERID both uppercase.

    The values encrypted in the database matched other environments on the same server platform.

    Why app server not sign to the Oracle database?

    Using the pscfg.exe, Manager of the Windows client configuration utility, I selected the 5 first checkboxes dialog SQL Trace on the left side of the tab of the Trace, I entered the name and location of the trace people tools to create and store the output of client sessions on the same tab.  Then tried another connection to the database, using the pside.exe utility.  The text resulting in the newly created text file showed the last executed statement was a select on the table psdbowner.  I removed my trace entries using pscfg.exe to stop tracing.

    Using the information provided by the last executed statement, I ran a request and discovered that the length (dbname) for the value of the column in the psdbowner table was one character longer than the expected value.

    After update the column value by removing the end interval, the utility psadmin on the server worked without error.

  • Boot failure SQLDeveloper 4.0.0 (fatal error in the IDE boot code)

    I am getting SQL Developer to work with Java 7?  If I update the startup script to use java 6, it starts but gives me a warning (seems to work though).  Does anyone have an idea what is happening here with this ' a fatal error in the boostraping IDE code. Output... "message?  I installed a copy "fresh" Java and sqldeveloper and still getting these messages:

    / Users/user/downloads/sqldeveloper name $ $ uname - a

    Darwin MACMACHINE Darwin Kernel Version 13.0.0 13.0.0: Sun Sep 19 22:22:27 CDT 2013; root:XNU-2422.1.72~6/RELEASE_X86_64 x86_64

    / Users/user/downloads/sqldeveloper name $ bash./sqldeveloper.sh

    Oracle SQL Developer

    Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.

    Type the full path of an installation of JDK (or Ctrl-C to exit), the path is stored in /Users/feinstein/.sqldeveloper/4.0.0/product.conf

    /Library/Java/JavaVirtualMachines/JDK1.7.0_51.JDK/contents/home

    A fatal error in the boostraping IDE code. Output of...

    / Users/user/downloads/sqldeveloper name $

    Thank you

    Mitch

    Version 4.0.1 seems to have solved this problem.

  • ORA-00603: ORACLE Server Session concluded with fatal error

    I am getting error, below
    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for HPUX: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    
    SQL> create index idx_index5 on user.newtable1 (column1) tablespace tablespace_index_01;
    create index idx_index5 on user.newtable1 (column1) tablespace tablespace_index_01;                                          *
    ERROR at line 1:
    ORA-00603: ORACLE server session terminated by fatal error
    
    
    SQL> exit
    According to the suggestion I received from all the great blogs, I've seen the log file, here is my log file
    ORA-01114: IO error writing block to file 201 (block # 581129)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 28: No space left on device
    Additional information: 4
    Additional information: 581129
    Additional information: -1
    ORA-01114: IO error writing block to file 201 (block # 581129)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 28: No space left on device
    Additional information: 4
    Additional information: 581129
    Additional information: -1
    ORA-01114: IO error writing block to file 201 (block # 581129)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 28: No space left on device
    Additional information: 4
    Additional information: 581129
    Additional information: -1
    ORA-01114: IO error writing block to file 201 (block # 581129)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 28: No space left on device
    Additional information: 4
    Additional information: 581129
    Additional information: -1
    But there is enough space allocated to tablespace_index_01 abut 55Gig, and table user.newtable1 is about 80Gig.

    I don't know why I still get error no space left on the device .

    Any suggestions greatly appreciated.

    Hello;

    It was so annoying and I found this:

    How To Recover From missing Tempfiles or a temporary Tablespace empty [ID 178992.1]

    "The temporary TEMP01 file (default name) is lost at the OS level."

    I think 201 is a TEMP file.

    Of course would make things add up.

    Best regards

    mseberg

    It must raise an error

    select * from dba_objects order by object_name;
    

    Published by: mseberg on October 5, 2011 15:33

  • Fatal error SILSalesOrderLinesFactFulllog

    Hello

    I amtrying to out of box ETL full charge for the first time for module SCM in apps BI 7.9.6, Informatica 8.6.1 on a linux environment. I was able to run the ETL succesfully for the HR modules and projects.
    I get a fatal for the workflow SIL_SalesOrderLinesFact_Full. and it gives the message

    ***********
    FATAL ERROR: Caught a fatal signal or exception.
    ***********


    ***********
    FATAL ERROR: Abandonment of the DTM process due to fatal signal or exception.
    ***********


    ***********
    FATAL ERROR: Signal received: SIGSEGV (11)
    ***********

    I post here the end of the session log. Any have ever faced this error?




    LKPDP_27:TRANSF_1_1 > creating cache DBG_21294 search is complete: (Fri June 11 17:06:38 2010)
    LKPDP_27:TRANSF_1_1 > CMN_1671 created a new PMLKUP9440_458763_0_6200L64 file cache. [dat/idx] in the directory /ed83/INFA8.6.1/server/infa_shared/Cache for research [mplt_SIL_SalesOrderLinesFact.Lkp_Codes_ULTIMATE_DEST].
    LKPDP_27:TRANSF_1_1 > DBG_21641 mplt_SIL_SalesOrderLinesFact.Lkp_Codes_ULTIMATE_DEST: size = [1050000] Index cache, data cache size = [2097152]
    TRANSF_1_1_1 > CMN_1079 WARNING: correspondence table contains no data.
    TRANSF_1_1_1 > DBG_21524 Transform: LKP_CODES_ULT_DEST

    TRANSF_1_1_1 > override DBG_21309 search: SELECT W_CODE_D.MASTER_CODE AS MASTER_CODE, W_CODE_D.SOURCE_CODE AS SOURCE_CODE, W_CODE_D.DATASOURCE_NUM_ID AS DATASOURCE_NUM_ID FROM W_CODE_D

    WHERE

    W_CODE_D.CATEGORY = "ULT_DEST" AND

    W_CODE_D.LANGUAGE_CODE = 'E' ORDER BY SOURCE_CODE, DATASOURCE_NUM_ID, MASTER_CODE

    TRANSF_1_1_1 > DBG_21562 WARNING: output of LKP_CODES_ULT_DEST lines will be the default port value

    LKPDP_28 > Total TM_6660 Buffer Pool size is 609824 bytes and the block size is 65536 bytes.
    LKPDP_28:READER_1_1 > DBG_21438 Reader: Source is [ELD8], user [CAD]
    LKPDP_28:READER_1_1 > code page Source of BLKR_16051 database connection [Data Warehouse]: [Unicode UTF-8 encoding]
    LKPDP_28:READER_1_1 > BLKR_16003 initialization completed successfully.
    LKPDP_28:READER_1_1 > BLKR_16007 player run began.
    LKPDP_28:READER_1_1 > RR_4049 SQL query sent to the database: (Fri June 11 17:06:38 2010)
    LKPDP_28:READER_1_1 > RR_4050 first line returned to the player database: (Fri June 11 17:06:38 2010)
    LKPDP_28:READER_1_1 > BLKR_16008 Reader run duly filled.
    LKPDP_28:TRANSF_1_1 > DBG_21079 creating search Cache: (Fri June 11 17:06:38 2010)
    LKPDP_28:TRANSF_1_1 > number of rows in table Lookup DBG_21682: 8
    LKPDP_28:TRANSF_1_1 > number of cache DBG_21297 research lines: 8

    LKPDP_28:TRANSF_1_1 > creating cache DBG_21294 search is complete: (Fri June 11 17:06:38 2010)
    LKPDP_28:TRANSF_1_1 > CMN_1671 created a new PMLKUP9440_458765_0_6200L64 file cache. [dat/idx] in the directory /ed83/INFA8.6.1/server/infa_shared/Cache for research [mplt_SIL_SalesOrderLinesFact.Lkp_Codes_ITEM_TYPE].
    LKPDP_28:TRANSF_1_1 > DBG_21641 mplt_SIL_SalesOrderLinesFact.Lkp_Codes_ITEM_TYPE: size = [1050000] Index cache, data cache size = [2097152]
    WRITER_1_ * _1 > loading WRT_8167 start table [W_SALES_ORDER_LINE_F] at: Fri June 11 17:06:38 2010

    ***********
    FATAL ERROR: Caught a fatal signal or exception.
    ***********


    ***********
    FATAL ERROR: Abandonment of the DTM process due to fatal signal or exception.
    ***********


    ***********
    FATAL ERROR: Signal received: SIGSEGV (11)
    ***********

    Why happens usually that kind of error?

    http://en.Wikipedia.org/wiki/SIGSEGV: "+ SIGSEGV is the signal sent to a process when it makes an invalid memory reference, or segmentation fault. + "

    It usually involves a bug in the application code or configuration.

    You can go to My Oracle Support Doc ID: 1118696.1

  • RC-50004: Fatal: error in ApplyAppsTier:

    Snoussi,

    While I am adcfgclone to the target node I am struck this ssie in target

    Logfile located at /u02/oradata/PTCH/APPSDEV/inst/apps/DEV_/admin/log/ApplyAppsTier_04111302.log
    / 78% completed

    RC-50004: Fatal: error in ApplyAppsTier:


    StackTrace-
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NoSuchMethodError: oracle.apps.ad.autoconfig.InstantiateFile.writeReport (Ljava/util/vector; Loracle/apps/ad/util/LogFile; (I) V
    at oracle.apps.ad.clone.ApplyApplTop.checkAutoConfigErr(ApplyApplTop.java:590)
    at oracle.apps.ad.clone.ApplyApplTop.runAutoConfig(ApplyApplTop.java:558)
    at oracle.apps.ad.clone.ApplyApplTop.doConf(ApplyApplTop.java:339)
    at oracle.apps.ad.clone.ApplyApplTop.doApply(ApplyApplTop.java:382)
    to oracle.apps.ad.clone.ApplyApplTop. < init > (ApplyApplTop.java:267)
    to oracle.apps.ad.clone.ApplyAppsTier. < init > (ApplyAppsTier.java:105)
    ... 6 more


    ERROR when executing apply...
    Sat Apr 11 13:07:21 2009

    Hello

    What does the following return?

    SQL> SELECT FILE_NAME, TABLESPACE_NAME, STATUS
    from DBA_TEMP_FILES
    where TABLESPACE_NAME like 'TEMP';
    
    SQL> SELECT FILE_NAME, TABLESPACE_NAME,  STATUS
    from DBA_DATA_FILES
    where TABLESPACE_NAME like 'TEMP';
    

    ORA-25153 is explained in the document with the proposed solutions.

    Note: 178992.1 - how to recover missing Tempfiles or a temporary Tablespace empty
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=178992.1

    Kind regards
    Hussein

  • Fatal Error 2343 trying to remove from the PC Icloud

    Hi, when I try to uninstall from your PC Windows 7 icloud he puts an Error 2343 then alert to saying fatal error. It doesn't let me repair or install new implementation of the same error message?

    See if that helps - r-code-2343-message-when-trying-to/996dc521-9a03-4914-b2f6-dbf2b5293730?auth=1 http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/erro

  • display messages to fatal error to try to go to a Web site

    Fatal error: unknown: impossible using the output control in the the output control to display managers in unknown on line 0

    http://www.sweetgeodes.com/
    http://www.sequimplants.com/
    http://www.sweetgeodes.com/Senft/

    This error message appears when I try to access the first link of domain that I show. I can't get on the site, but can my other two and the third link is a sup/file under that isn't reachable for change or display in WordPress.

    Win 7 32. just what is happening. No problem with the old version. That's happened with this new "update".
    I CAN work on the site using IE8. Something is flaky... Deleted history and cache. It worked. This morning he didn't. Duck Duckgo is my search engine. and I use ghostery.

    Preferred e-mail address is [email protected]

    Your comments?

  • HP Probook G3 core i5 430: Fatal Error - Hp connection manager.exe

    An error message "Hp ConnectionManager.exe - Fatal error appears on my screen often after I started to use the new laptop (7 days ago) and ugraded to windows 10 provided with the s. addition"a fatal error has occurred, check Hp connection manager in the event viewer for more details.

    How can I resolve that it is very frustrating to see this message.

    Hello

    Please go to programs and features and uninstall HP Connection manager note also this software isn't always compatible with windows 10.

  • Photosmart C4400 Fatal Error download drive, Windows Vista

    Operating system: Windows Vista 32-bit

    Printer: Photosmart C4400 (I have had no other printer software on my computer)

    Problem: I can not download the driver (from the included CD) on my computer.

    Step 3/4, 94%, I get a fatal error Message:

    MSI. Scan

    Microsoft.vego.STL, processorArchitecture = "x 86", publicKeyToken = "1fc8b3b9alel8e3b" version = "8.0sc727.91", type = "win32".

    Error situation coade 20218093

    What I tried: disable the firewall, by downloading the reader from HP site, try the message error MSI listed on the HP site. All to nothing does not.

    What should I do to correctly download the driver? BTW: The printer works when I use a memory card.

    Thanks for all the solutions!

    try to download the latest version of msxml for windows, and then try to reinstall

  • Compaq mini 110: fatal error CNU9383FPY comps mini 110

    Fatal error message. Allows me 3 entries in password - suggested on this forum. I've tried at least 6 passwords - no work and then fatal error message and can't do anything other then go and turn it on again

    @Dommyache

    Enter e9lofuf82i (3rd character is a lowercase L)

    Kind regards

    DP - K

  • Tecra A9 - Blocking Power Saver - fatal error code: 0 x 2

    Hello

    Today, when I turned on my computer the energy saver has started planting.
    I rebooted the computer several times and the result is always a fatal error has occurred. The program will end. Code: 0x2.

    Even this error appears when I try to reinstall the application.
    Perhaps it has something to do with SP3, I have installed a couple a days ago.

    Someone has an idea?

    Martin Vassilev.

    I saw this error for a long time with Windows XP Home edition. In my opinion it has nothing to do with SP3.
    My experience says that you will not be able to solve this problem. There is something wrong in the registry entries and reinstalling will not help.

    One method can help, OS install new one, more radical using recovery media.

  • Fatal error HP Connection Manager

    I have a new computer HP DV7 laptop, Windows 7 premium. I clicked on and installed the HP connection manager who immediately started my receiver error fatal to this topic. So I did a factory reset computer overall.  Like a fool, I clicked on the HP connection manager again and installed a second time... Once again the fatal error messages. So, I found an uninstall uninstall program online, Revo and completely uninstalled.  So far no error more but do I have the HP connection manager? What is doing? I hope you can help me if I need reinstall it and check that the fatal errors go away. If I do not need, great! I was wondering if my impulsive removal is OK or not?

    Hello

    There are some things you need to do before you start using the HP connection manager.

    1. first download and install Microsoft .NET Framework 3.5 SP1 from here and restart the system.

    2. download andi install HP software framework from here and restart the system.

    3. When you steps above to download and install HP Connection Manager from here.

    Note:

    This software allows to control easily all wireless devices, but it is not necessary to have it in the system.

  • Fatal error of TOSHIBA Power Saver 0x51A on Satellite M115-S3094

    Hello

    By the subject, that's the problem. Unfortunately, my computer which is Toshiba M115-S3094 has just recently a fatal error with the Toshiba Power Saver program like 3 days ago. The Toshiba Power Saver not only does not want to work, but it is even more present in the taskbar. First, I went to the properties to be able to restore the program, but nothing helped.

    Then I tried to uninstall and then reinstall the program, and he always gave me the same problem with the error: the program ends. Error fatal 0x51A. Right now, my laptop does not on the mode of power supply Toshiba but on common Windows system, such as the presentation or the laptop.

    So I need help to restore the Toshiba Power Saver. I run Toshiba M115-S3094 with Windows Media Center Edition.

    Hello

    Satellite M115 seems to be a Toshiba laptop because of the 5 at the end of the number.
    In this case, you must use the Toshiba on the Toshiba site energy saving us. Did you?

    Maybe you used the right utility electricity saver, so possibly that some registry or system files keys are damage in this case install the new OS for the Toshiba Recovery CD would be desirable.

  • Satellite M70-173 - fatal error - new drive HARD and recovery.

    Excuse my lack of knowledge.

    I received a Satellite M70-173.

    to turn on before charging readings - fatal error; I have to save all my data and replace the hard drive.

    I don't know if it's fixable and that's what I have to do. I also said that when you replace a HARD disk I need a recovery disk.

    I reside in Cyprus and don't have is not easy access to the shops of style PC big supermarket.

    I was wondering if I could use a generic HDD and if so is there a particular one that I need to acquire?

    Also

    where would I go to get a recovery disk?

    I got the laptop I can't afford to buy a new one at the moment and it is still in very good condition apart from the above-mentioned problems!

    I wish that all the advice on what type of HARD drive, I would need or is available - rough cost so I don't get ripped off and if we change the disk HARD is as easy as I read. Also where I should go to get a recovery disc and if that's all I need to fix the laptop.

    Thank you very much in advance for any help I can get.

    Peter

    > The laptop does turn on - is it possible to make a recovery of a damaged laptop disk

    How do you do if you can't turn on the laptop?

    What you could do is to remove the HARD drive, then place it into the drive enclosure HARD 2.5 external, then connect the HARD drive to another computer, to save the data.

    In my opinion this is what you could do

Maybe you are looking for