+ Reply to Thread + Post New Thread
Results 1 to 5 of 5
  1. #1
    sakchennai's Avatar
    sakchennai is offline Junior Member
    Join Date
    06 May 2009
    Posts
    2
    Say Thanks
    0
    Thanked 0 Times in 0 Posts
    Documents
    0
    Uploads
    0

    Default ORA-00942 table or view does not exist Error in Oracle Forms

    Sir,

    I have facing problem in Oracle FOrms. If, I enter the password and the main menu is not working properly. The following errors are display.
    Code :
    Error  :  -942 ORA-00942 table or view does not exist.

            :   FRM-40735 Pre-Insert trigger raised unhandled exception ORA-00942.
    Please tell us how to solve the problem. Because I don't know Pl/SQL.

    Please help us


    thanking u

    anand

  2.    Club-Oracle Complementary E-Books and Magazines
    Get your free Complementary Copy of Oracle Magazine

    You can also browse the Free Magazines and E-Books section to see the complete list of free magazines, e-books and Whitepapers.

  3. #2
    tyro's Avatar
    tyro is offline Forum Genius
    Join Date
    20 Aug 2008
    Location
    India
    Posts
    363
    Say Thanks
    0
    Thanked 17 Times in 17 Posts
    Documents
    0
    Uploads
    0

    Default Re: ORA-00942 table or view does not exist Error in Oracle Forms

    Is the error happening when you are trying to save something from a form or just when you are logging into Forms Builder? I ask this because you are getting FRM-40735 Pre-Insert trigger raised unhandled exception ORA-00942 which means you are trying to save into a table where there is a trigger which executes before the insert.

  4. #3
    salmankhalid's Avatar
    salmankhalid is offline Forum Advisor
    Join Date
    06 May 2009
    Location
    Lahore, Pakistan
    Posts
    79
    Say Thanks
    6
    Thanked 8 Times in 5 Posts
    Documents
    0
    Uploads
    2

    Default Re: ORA-00942 table or view does not exist Error in Oracle Forms

    ORA-00902 invalid datatype

    Cause: The datatype entered in the CREATE or ALTER TABLE statement is not valid.
    Action: Correct the syntax.
    Kind Regards,
    Salman Khalid
    Software Engineer
    salmankhokhar@gmail.com

  5. #4
    APOLO_OSX2's Avatar
    APOLO_OSX2 is offline Junior Member
    Join Date
    25 Jun 2009
    Posts
    2
    Say Thanks
    1
    Thanked 0 Times in 0 Posts
    Documents
    0
    Uploads
    0

    Default Re: ORA-00942 table or view does not exist Error in Oracle Forms

    Quote Originally Posted by sakchennai View Post
    Sir,

    I have facing problem in Oracle FOrms. If, I enter the password and the main menu is not working properly. The following errors are display.
    Code :
    Error  :  -942 ORA-00942 table or view does not exist.

            :   FRM-40735 Pre-Insert trigger raised unhandled exception ORA-00942.
    Please tell us how to solve the problem. Because I don't know Pl/SQL.

    Please help us


    thanking u

    anand
    Hola amigo, recien he tenido el mismo problema, pero posterior me he dado cuenta cual fué mi error y es lo siguiente.

    He creado un nuevo usuario y he querido ejecutar un formulario el cual hace referencia a una tabla por ejemplo "medicos". Posteriormente de da el error frm-40735 y ora-00942.

    Bueno la causa, es que la tabla a la que hago referencia no pertenece al usuario y puedo resolverlo de dos formas:

    1.- Modificando la forma y referenciar la tabla junto con el usuario dieño de la misma así:

    factur.medicos.

    2.- La opción más práctica y si no violas la seguridad con ello, es decir crear un sinonimo publico para la tabla, de la siguiente manera:

    CREATE PUBLIC SYNONYM MEDICOS FOR FACTUR.MEDICOS

    con lo anterior, habrán eliminado los errores antes mencionados, espero que te sea de utilidad, aunque a la fecha me imagino que habrás obtenido la respuesta.

  6. #5
    simply_dba's Avatar
    simply_dba is offline Forum Advisor
    Join Date
    13 Oct 2008
    Location
    Kolkata, India
    Posts
    95
    Say Thanks
    1
    Thanked 5 Times in 5 Posts
    Documents
    0
    Uploads
    0

    Default Re: ORA-00942 table or view does not exist Error in Oracle Forms

    Ask you developer/dba to resolve this problem since you do not know pl/sql
    Some of the world's greatest feats were accomplished by people not smart enough to know they were impossible.

Similar Threads

  1. ORA-01034 ORA-27101 ORACLE not available shared memory realm does not exist
    By StryderKC in forum Server Administration and Options
    Replies: 7
    Last Post: 06-07-2010, 04:34 AM
  2. Oracle UCM Stellent view whole audit trail of any particular document
    By amit_bhardwaj in forum Oracle Fusion Middleware
    Replies: 14
    Last Post: 02-20-2009, 09:06 AM
  3. ORA-00942: table or view does not exist
    By prashant in forum SQL PL/SQL
    Replies: 3
    Last Post: 01-27-2009, 05:33 AM
  4. View all table structure in schema
    By professional in forum SQL PL/SQL
    Replies: 6
    Last Post: 12-17-2008, 05:53 AM
  5. Oracle Forms Help
    By mohsin_zee in forum General
    Replies: 7
    Last Post: 10-27-2008, 04:27 PM

Tags for this Thread