FRM-40733: PL/SQL built-in DBMS_ERROR_CODE failed on Oracle8i

I have a form using blocks based on stored procedures.
It works well on Oracle 8.0.5.
When I tried to use the same form on Oracle8i (8.1.5) I get an error:
"FRM-40733: PL/SQL built-in DBMS_ERROR_CODE failed."
after QUERY-PROCEDURE trigger call
PLSQL_TABLE.POPULATE_BLOCK built-in.
It makes impossible using my application on Oracle 8i, because I've found no workaround
Help please!!
Marco Nicolazzo
Niva Informatica snc

John,
Could you please post what was the bug number and if possible a brief description because I could not not find it in the bug database on the OTN site.
Thanks in advance

Similar Messages

  • How to resolve FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed error

    Hi
    I am getting the FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed, when I am trying to search a form FORM1.
    It was working fine before I developed another form FORM2. The new form FORM2 contains a push button to create a report.
    Event after deploying the new form FORM2, the FORM1 was working fine. But after few days this error is occuring
    could you please tell me how to resolve this?
    10.1.2.0.2 version of AS is installed.
    I have written the following code in the push button.
    declare
         repid REPORT_OBJECT;
         v_rep VARCHAR2(100);
         List_id ParamList;
    begin     
         List_id := GET_PARAMETER_LIST('input_params');
         IF NOT ID_NULL(List_id) THEN
              DESTROY_PARAMETER_LIST(List_id);
         END IF;
         List_id := Create_Parameter_List('input_params');
         Add_Parameter(List_id, 'column1',TEXT_PARAMETER,value1);
         Add_Parameter(List_id, 'column2',TEXT_PARAMETER,value2);
         Add_Parameter(List_id, 'column3',TEXT_PARAMETER,value3);
         repid := FIND_REPORT_OBJECT('rep1');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/u/10gAS/reports/report_file.rdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/u/10gAS/reports/report1.pdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'report_server_10g');
         v_rep := RUN_REPORT_OBJECT(repid, List_id);
         Destroy_Parameter_List(List_id);
    end;
    regards

    John,
    Could you please post what was the bug number and if possible a brief description because I could not not find it in the bug database on the OTN site.
    Thanks in advance

  • How to resolve FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed.

    Hi
    I am getting the FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed, when I am trying to search a form FORM1.
    It was working fine before I developed another form FORM2. The new form FORM2 contains a push button to create a report.
    Event after deploying the new form FORM2, the FORM1 was working fine. But after few days this error is occuring
    could you please tell me how to resolve this error?
    10.1.2.0.2 version of AS is installed.
    I have written the following code in the push button.
    declare
         repid REPORT_OBJECT;
         v_rep VARCHAR2(100);
         List_id ParamList;
    begin     
         List_id := GET_PARAMETER_LIST('input_params');
         IF NOT ID_NULL(List_id) THEN
              DESTROY_PARAMETER_LIST(List_id);
         END IF;
         List_id := Create_Parameter_List('input_params');
         Add_Parameter(List_id, 'column1',TEXT_PARAMETER,value1);
         Add_Parameter(List_id, 'column2',TEXT_PARAMETER,value2);
         Add_Parameter(List_id, 'column3',TEXT_PARAMETER,value3);
         repid := FIND_REPORT_OBJECT('rep1');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/u/10gAS/reports/report_file.rdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/u/10gAS/reports/report1.pdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'report_server_10g');
         v_rep := RUN_REPORT_OBJECT(repid, List_id);
         Destroy_Parameter_List(List_id);
    end;
    regards

    We have the same problem, this problem was when the user run a big script process in Oracle 9i and forms 6.
    Cesar Bazan
    TIC
    29 DE OCTUBRE
    QUITO - ECUADOR
    www.29deoctubre.fin.ec

  • Reg : FRM-40733 Pl/Sql Built-In DBMS_ERROR_CODE Failed

    Hi Gurus,
    We are getting the following error randomly on users machine.
    "FRM-40733 Pl/Sql Built-In DBMS_ERROR_CODE Failed"
    I serched for this error in google but cant find any solution for this error.
    Can anyone suggest me a solution for this problem.
    Database: 10.2.0.4.0
    Forms : 10g
    Thanks in advance.
    Cheers,
    Jai

    Hi,
    Thanks for your reply.
    Is there any way to find the reason for lossing connection.
    Will it be available in any logs.
    Cheers,
    Jai

  • Frm-40733 pl sql built-in dbms_error_code failed

    Dear ALL
    One developer is getting error message, when trying to save transaction.
    I searched it shows network problem. But still I didn't get the exact solutions and reason of getting this error.
    frm-40733 pl sql built-in dbms_error_code failed
    Thanks.

    We have the same problem, this problem was when the user run a big script process in Oracle 9i and forms 6.
    Cesar Bazan
    TIC
    29 DE OCTUBRE
    QUITO - ECUADOR
    www.29deoctubre.fin.ec

  • FRM-40733 PL/SQL built-in SET_GROUP_CHAR_CELL failed

    hi all,
    I am trying to create a record group during run time using CREATE_GROUP. Then I added 2 columns to the record group. After that I added a row. But when I try to assign values to the row I am getting this error "FRM-40733 PL/SQL built-in SET_GROUP_CHAR_CELL failed". what may be the problem. Can anyone explain.
    Thanks & regards
    Vijay

    Problems that may cause this:
    You did not add_group_row first.
    You misspelled the record group or column name.
    The data you are trying to insert is too large for the column definition.

  • FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT failed  error

    Hello Guys,
    I have a forms 10g application running on Oracle database 10g (Using Oracle application server 10g). Everything has been Ok until we decided to us OS authenticatiion to sign in users into the database. When users sign in and try to perform any operation (like query a form) we get the following error:
    'FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT failed' and the user is disconnected from the application. This does not happen to users who sign in with database authentication.
    Can any one help ?

    Hello,
    Wrong forum. This is the Oracle Forms forum. Ask your question in the database forum.
    Francois

  • FRM-40733:PL/SQL built-in RUN_PRODUCT failed

    Hello All,
    I have created a stand alone form and used the command RUN_PRODUCT to invoke the report .RDF inside.
    This was write behing the button so to invoke the rdf. This is working fine in stand alone.
    After I compiled and put in APPS, I can see the form, but when the button pressed, this error getting.
    Please do let me know.
    Thanks

    Hi;
    I dont have access to check out for the db log file.
    I will try to get the access. Please do let me know, where can I find these log files.Ask your dba, i am sure he can help you, by the way the alert.log files mostly located in $ORACLE_HOME/admin /<SID>hostanme/bdump/alertSID.log
    Forms [32 Bit] Version 6.0.8.11.3 (Production) Is this version of your server or client?
    Please check Note:
    How to Get the Forms,PLL,LDT,Reports,Database Object Versions from the backend [ID 728817.1]
    Hope it helps
    Regard
    Helios

  • 40733: PL/SQL built-in SET_GROUP_CHAR_CELL failed

    Hi,
    I have a form migrated from 6i to 10g.
    In 6i, the form is working fine.
    In 10g when the form is run, I get the following error:
    40733->PL/SQL built-in SET_GROUP_CHAR_CELL failedThanks

    Problems that may cause this:
    You did not add_group_row first.
    You misspelled the record group or column name.
    The data you are trying to insert is too large for the column definition.

  • Env setup :built in DBMS_ERROR_TEXT failed

    I am trying to setup a new environment. My application server, repository and application database is on different servers.
    After setup, now when I try to start webform, application server starts jinitiator but instead of logging screen. I get a blank error screen window and then the following error: "FRM-40733: built in DBMS_ERROR_TEXT failed"
    What can be the issue ??

    Hello,
    Wrong forum. This is the Oracle Forms forum. Ask your question in the database forum.
    Francois

  • Connection to SQL Developer Data Modeler Fails

    All,
    I am using Oracle SQL Developer Data Modeler version 3.0.0.665 in an Oracle 10g database environment. When I try to import DDLs, I get the following error message:
    NoSuchMethodError:
    oracle.i18.ntext.converter.CharacterConverterOGS.getInstance(I)Loracle/i18n/text/converter/CharacterConverter;I use the same connection profile in Oracle SQL Developer version 1.5.0.53, and my connection works fine there, but the same credentials in SQL Developer Data Modeler fails with the above error message. Any thoughts what causes this connection problem?
    Thank you,
    Seyed

    Hi Philip,
    Thank you so much for the information. Your suggested solution resolved my problem. For some reason when I first installed the Data Modeler, it worked fine and I was able to save the result into PDF files. Then my connection went bad and I posted this question on this forum.
    Again thank you very much,
    Seyed

  • SQL Developer: Failure -Test failed: IO Error: Got minus one from a read ca

    SQL Developer: Failure -Test failed: IO Error: Got minus one from a read call
    Hi,
    I am sorry I know this is probably most frequently asked question, but I have no idea what I should be searching for.
    I looked up the error above to see if i could find a solution, but unfortunately I did not.
    Right Let me start of with I am a Total Noob.. well it terms of having to install Oracle 11g myself.
    In my University they hosted a database, and assigned us a User & pass thats how I have been using SQL Developer,
    but since I am not longer a university student. I need to use Oracle Database.
    So I downloaded Oracle 11g Enterprise Installed it on my laptop that i don't use much.
    Name the Database: Rudu
    It did all the installation, and seemed to have succeeded, I went on to the https://localhost:1158/em (Though am not sure why em? whats the deal with that? I thought it would be https://localhost:1158/Rudu) anyways....
    Logged in using the System user.
    Went to Users and created a user called: RUDUHR
    Thought yeah its working... went on to my other laptop opened up SQL Developer.
    Created Connection with the following Settings
    Con Name: RK
    User: RUDUHR
    Pass: TEST
    Con Type: Basic
    Role: Default
    Hostname: 192.168.0.8
    Port: 1158
    SID: Rudu
    It don't work though Why is that??????
    192.168.0.8 is laptop that has oracle 11g installed and running.
    I even tried using SYSTEM user to connect, but same error
    also tried changing SID to em, it made no difference I keep getting the error Status: Failure -Test failed: IO Error: Got minus one from a read call
    So ya am clueless... LOL I only know how to create tables and stuff not how to configure a Database.
    and just so you know I did forward the port on me router to correct laptop.

    It don't work though Why is that??????
    192.168.0.8 is laptop that has oracle 11g installed and running.
    It is because you don't read documentation.
    1158 is the default port for Enterprise Manager
    1521 is the default port for Sqlnet.
    Your port number is incorrect.
    Needless to say, you can create your tables in EM too.
    As per the Forums Etiquette post (first link when you get to this page) it is recommended you read documentation before asking Yet Another Doc Question.
    Sybrand Bakker
    Senior Oracle DBA

  • How to view SQL Built-In function Codings ?

    Hello All
    I want to view the sql built-in functions codings,any one say how to view this, or any web links contains this
    for ex --- i want to view the round function coding
    Thanks

    user2233 wrote:
    I want to view the sql built-in functions codings,any one say how to view this, or any web links contains this
    for ex --- i want to view the round function codingIf you mean seeing the actual source code for the SQL round() function, then no - not possible. It is part of the copyrighted (and private) Oracle source code.
    If you want to see what functions there are, what the syntax is and arguments are, what the functions do, then refer to the Oracle® Database SQL Language Reference guide.

  • SQL Developer: Failure -Test failed: IO Error: Network Adapter No Conn

    SQL Developer: Failure -Test failed: IO Error: The Network Adapter could not establish the connection
    Hi,
    and sorry this is a really common questions and yes I did do a search, but I don't understand it.
    First let me just tell you that Oracle 11g is installed on my second laptop on the same Network.
    Secondly I can connect to the Database using Oracle SQL Developer on the laptop Oracle 11g is installed on.
    The problem is I want to connect to the database on my main Laptop.
    I put in the correct details Hostname 192.168.0.8 ( this is the laptop oracle is installed and running on)
    Port 1521
    SID dbarudu
    ****** YES I HAVE PORT FORWARDED
    ****** YES I HAVE ALLOWED 1521 on the FIREWALL
    ****** YES I HAVE EVEN SWITCHED OFF THE FIREWALL
    Now one more thing you should know ... I don't know nothing about Oracle Servers ok.... so I have just installed Oracle 11g Enterprise and thought done it should be working now.
    I just need to use oracle db for a project.
    So keep in mind I am a total noob and terms like TNSPING etc mean absolutely nothing to me.
    So please help, but help with step by step guide on how to get Oracle to let me have access from another computer.

    If the Listener is working, then you should not get the error SQL-Developer error you are reporting.
    The listener typically runs using the hostname and port 1521. This means it opens tcp port 1521 on all IP addresses of that platform.
    The database server by default will register itself with the local listener. Thus the listener will know the database SID, the database services, whether there are dispatchers to support shared server connections and so on.
    The client side needs simply to specify 3 pieces of data to connect:
    - the IP of the database server
    - the tcp port of the listener
    - a database identifier (such as Oracle SID or service name) to connect to
    It is really that simple.
    If this does not work, the problem falls into 2 broad categories:
    a) incorrect installation and configuration of the Oracle software (the out-of-the-box install works unless messed up)
    b) some kind of networking issue
    To troubleshoot any problem means reducing the complexity of the problem, eliminating multiple moving parts and focusing on specific ones, in order to isolate the problem.
    For your problem, this will go something as follows:
    - does the listener run? (check if the service is running and whether tcp connections are accepted on the listener port - telnet can be used for the latter)
    - does the database successfully registers itself with the listener? (check the services command of the listener and relevant db initialisation parameters)
    - does a local TNS (tcp network) connection work on that server? (use SQL*Plus and test on that platform client-server connectivity via tcp to the listener)
    - does the client platform have connectivity with the server platform? (use ICMP and telnet to test)
    - repeat the TNS test on the client platform using the same working TNS tested on the server platform
    Do not use JDBC to test the connection - keep it simple and use sqlplus and the standard Oracle Call Interface (OCI). A full client version of the OCI plus sqlplus can be downloaded under the Oracle InstantClient downloads.
    Finally - if you expect to simply install and use Oracle, then use the correct version. Oracle Express Edition aka Oracle XE. Installs and works out-of-the-box. The only manual config change to make is (as far as I recall) to run the listener on all IP addresses of that platform. And this required editing the listener.ora file, changing the HOST parameter and restarting the listener.
    Also keep in mind that you have not presented an Oracle error code and Oracle error message. But a client application error message. And that message is pretty much meaningless - it does not point to a specific Oracle networking or Oracle server problem. To diagnose that, we expect a TNS or ORA error number.

  • SQL Server Agent job fails with error : The package execution returned DTSER_FAILURE (1).

    Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 10:00:01 AM Error: 2014-08-15 10:00:07.20
    Code: 0xC0047062 Source: Data Flow Task LEAN [6761]
    Description: Teradata.Client.Provider.TdException: [Teradata Database] [3006] Logons are disabled.
    at Teradata.Client.Provider.WpMessageManager.CheckForError()
    at Teradata.Client.Provider.WpMessageManager.ProcessResponse()
    at Teradata.Client.Provider.WpLogonManager.Action()
    at Teradata.Client.Provider.WpSession.ManagerAction(WpMessageManager manager, UtlStopwatchWrapper watch, Int32 connectionTimeout)
    at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout, String password)
    at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout)
    at Teradata.Client.Provider.Connection.Open(UtlConnectionString connectionString, UInt32 timeout)
    at Teradata.Client.Provider.ConnectionPool.CreateConnection(UInt32 timeout)
    at Teradata.Client.Provider.ConnectionPool.GetConnectionFromPool(Object owningObject)
    at Teradata.Client.Provider.ConnectionFactory.GetConnection(Object owningObject, UtlConnectionString connStr)
    at Teradata.Client.Provider.TdConnection.Open()
    at Microsoft.SqlServer.Dts.Runtime.ManagedHelper.GetManagedConnection(String assemblyQualifiedName, String connStr, Object transaction)
    at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100.AcquireConnection(Object pTransaction)
    at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction)
    at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100 wrapper, Object transaction)
    End Error Error: 2014-08-15 10:00:07.35 Code: 0xC0047017 Source: Data Flow Task SSIS.Pipeline
    Description: component "LEAN" (6761) failed validation and returned error code 0x80004005. End Error Error: 2014-08-15 10:00:07.48
    Code: 0xC004700C Source: Data Flow Task SSIS.Pipeline Description: One or more component failed validation.
    End Error Error: 2014-08-15 10:00:07.60 Code: 0xC0024107 Source: Data Flow Task
    Description: There were errors during task validation. End Error
    DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:00:01 AM Finished: 10:00:07 AM
    Elapsed: 6.692 seconds. The package execution failed. The step failed.
    SQL Server agent job fails with above error, Please let me know process tohandle it.
    Thanks,
    Vishal.

    The error message suggests its the issue with Teradata source database to which SSIS tries to connect within the data flow task. Make sure Teradata database is available and LOGON is enabled.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Maybe you are looking for

  • I can't get itunes to work on my PC

    I have been trying for HOURS to get itunes to work on my PC, and nothing seems to work. I keep getting the following message when trying to start the program, and after accepting the licensing agreement: The itunes application could not be opened. An

  • Is it possible to install Solaris 10 without burning it onto CDs?

    December 16, 2006 Hai! Have downloaded Solaris 10 OS, x86, for downloading onto WINDOWS ONLY Platform - Solaris 10 11/06 Operating System. They are Solaris 10 11/06 x86 CD 1 to CD5. I don't have a CD writer or DVD writer to burn the software onto CDs

  • N78 USB CONNECTIVITY PROBLEMS

    Hy guys, Since i've bought my N78 i've been able to connect the phone via cable only one time. After that, every time i've tryed to connect my n78 via cable my computer doesn't recognize my Phone. When I plug USB cable in one of the USB ports, Window

  • Etrecheck on a really slow unresponsive iMac 2010

    Hi there, I've tried updating software and hope I haven't shot myself in the foot installing Yosemite but my Mac is running really badly. It just isn't really working. It's taken me 90 mins to turn it on, install etrecheck and post this. Hope you guy

  • Webcenter Spaces PS2 - links query

    Hi, Is it possible to link to a document residing in a different group space in PS2? For example, group space 'A'is a Knowledge Center (KB) and contains lots of docs. Group Space 'B' is a project group space, and Group Space 'B' would like to link to