Help - I am a beginner

When starting Oracle8i application, I get the error message :
FRM 40010 cannot read from M Menu.
Would appreciate help on why this has happened and solution. Thanks.
null

FRM 40010 cannot read from M Menu.
Would appreciate help on why this has happened and solution. Thanks.
As I understand this error message appeared
from application which was designed in a Oracle SQL Forms.
Posibly who designed this application done it with errors
The following I read from Oracle Help about this error posibly it will help you:
FRM-40010: Cannot read form %s.
Cause: One of the following:
1. You entered a nonexistent form name.
2. You typed an incomplete path.
3. You do not have the proper privileges to run the form.
4. You do not have a compiled copy of the form.
Action: Retype the form name correctly, provide the proper path name, compile the form, or contact the DBA.
Level: 5
Type: Error
null

Similar Messages

  • Help for a baffled beginner

    Ive just installed Oracle Express to help me go through a phase test. Ive created 3 tables under the SYSTEM username that I started the database with. Ive populated the tables with some data
    Now whenever I try and enter any SELECT command it tells me      
    ORA-00942: table or view does not exist
    Now a quick look on google tells me this is most likley that I don't have permission...however, I can't see what I can do to change that, I am the only user. If I create a new admin and recreate the tables it tells me the same.
    Also, infuriatingly, it tells me that the 'show tables' is not a valid SQL command so I cannot make sure I am typing it correctly. Although obviously I have gone back into the object browser to check countless times.
    Please help me out! Im assuming its something small, but google is huge and I don't even know where to begin with this.
    Thanks
    Mike

    Im not using the command prompt, oracle express 10g's menu to create everything.
    However the sql for the existing tables is
    CREATE TABLE " Employee"
    (     "id" NUMBER NOT NULL ENABLE,
         "name" CHAR(100) NOT NULL ENABLE,
         CONSTRAINT " Employee_PK" PRIMARY KEY ("id") ENABLE
    CREATE TABLE "Car"
    (     "regNo" VARCHAR2(10) NOT NULL ENABLE,
         "distanceInKm" NUMBER NOT NULL ENABLE,
         "kmPerLiter" NUMBER NOT NULL ENABLE,
         CONSTRAINT "Car_PK" PRIMARY KEY ("regNo") ENABLE
    These are for the 2 tables I have managed to create under Mike.
    There is a 3rd with 2 foreign keys referencing the above tables and for some reaso, even tho it was possible before under SYSTEM, yet do not exist under Mike, I cannot recreate it
    When I log back in under system, the above two tables are still there (as I created them earlier) and also the one I mention above that I did successfully create under system
    CREATE TABLE "TravelCost"
    (     "journeyId" CHAR(10) NOT NULL ENABLE,
         "carRegNo" CHAR(10) NOT NULL ENABLE,
         "employeeId" CHAR(10) NOT NULL ENABLE,
         "occurred" DATE NOT NULL ENABLE,
         "distanceInKm" NUMBER NOT NULL ENABLE,
         CONSTRAINT "TravelCost_PK" PRIMARY KEY ("journeyId") ENABLE,
         CONSTRAINT "TRAVELCOST_FK" FOREIGN KEY ("carRegNo")
         REFERENCES "CAR" ("REGNO") ENABLE,
         CONSTRAINT "TRAVELCOST_FK2" FOREIGN KEY ("employeeId")
         REFERENCES "EMPLOYEE" ("ID") ENABLE
    But I constantly get the 'table doesnt exist'.
    Apologies for my wirting, Im in rush and I have a new wireless keyboard thats abysmal
    Edited by: user8946571 on Jan 4, 2010 10:58 AM
    Edited by: user8946571 on Jan 4, 2010 11:00 AM

  • DIV Confusion... Basic help for a measly beginner

    Hi all..
    Tried   searching but couldn't find anything - perhaps due to my lack of   knowledge of what terms to search for, so apologies if something like   this has been posted :S
    I am making my first website   myself after watching and learning from others. Everything is going   great... except I am having trouble getting my footer div to stick to   the bottom of my browser window but still stick to the white content area. I have tried using fixes on the internet but I'm not quite sure where to put bits of code...
    You can view my site (in progress) here:
    http://westcoastbushire.com.au/home.php
    Can anyone help please?!

    Everything is going   great... except I am having trouble getting my footer div to stick to   the bottom of my browser window but still stick to the white content area. I have tried using fixes on the internet but I'm not quite sure where to put bits of code...
    If it is the footer you are concerned about then I suggest try the trick given in this article:
    <http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page>
    Let us know if this solved your problem.
    Good luck.

  • Help with program! (Beginner)

    Here is what I'm trying to do:
    lo : Smallest. Write a program that allows a user to enter a series of positive integers with a -99 to signal the end of the series. The program should then display the smallest of the numbers in the series. Do not use a bogus value for the smallest to begin the program. Use the first value in the data list (if any) to initialize your smallest. This program must have only one programmer-defined method other than main which outputs user directions to the console about how the program works (and that -99 is to be used to end the input). Note that an empty list is possible and should not confuse your program! After displaying directions to the console, use GUI for the remaining input and output. Try out your program on the following lists:
    10, 3, 8, 2, -99 (lo = 2)
    -99 (ouput should be: "no numbers, no lo")
    4, 6, 1, 106, 22, -99 (lo = 1)
    So far, I've established that...
    loop, probably do/while
    get input from user, input
    if input != "-99",
    set list[i] (array) = input
    if input == "-99"
    set list[i] = input (makes it easy to terminate your loop through the array and to tell if it is otherwise emtpy)
    sort through array, comparing two elements of the array, keep lowest and compare to next available, till -99 found
    print as necessary
    - This is what my friend has told me so far, but I'm not sure what he means by 'set list[i] (array) = unput.
    Please help! Either respond here or my screen name (AIM) is Bionix12

    Here's what I've got so far:
    import javax.swing.JOptionPane;
    public class IO {
         public static void main(String[]args){
              String dataString =
              JOptionPane.showInputDialog(null,
              "Enter an int value",
              "IO",
              JOptionPane.QUESTION_MESSAGE);
              int data = Integer.parseInt(dataString);
              int min = data;          
              do {
                   dataString = JOptionPane.showInputDialog(null,
                   "Enter an int value: \n (the program exits if the input is -99)",
                   "IO",
                   JOptionPane.QUESTION_MESSAGE);
                   data = Integer.parseInt(dataString);
                        if (data != -99 && data > min){
                        min = data
              while (number != -99) {
                   JOptionPane.showMessageDialog(null,
                   "The min value is " + data,
                   "IO",
                   JOptionPane.INFORMATION_MESSAGE);
    }

  • A little help with a design (Beginner)

    Hey, I just started flash today and im trying to make this
    "wave" of pictures for my website through flash, I made this
    picture in about 5 seconds so dont leave complaints please : D
    http://img148.imageshack.us/img148/3788/22347390ii7.gif
    i would like to insert pictures in the middle there that
    would follow that path and keep repeating, is there any way of
    doing this?
    -thanks in advance

    Hi Swordmaster93,
    Rovers15's suggestion to use Motion Guides would do exactly
    what you need for your slide.
    I don't know if the tutorial link he gave has this little bit
    of info, but just incase it doesnt....here it is...
    with motion guides, there is a separate option in your
    Properties Pannel, which allows for the movieClips to rotate
    according to the path it follows. Which is exactly what you want,
    im guessing.
    anyway, the option in the Properties Pannel is " Orient to
    path "
    hope that helps.

  • (beginner) Need help with a client [Beginner]

    Hi, i'm danny and i'm following tutorials and lessons, and i created my own server and i tried to make my own webclient. My Teacher send me a webclient and he said that i only have to change the ip adress into mines (runescapeworld143.zapto.org) and compile it. The whole problem is now my teacher is on holiday and i called him if he would help me he said that i must ask it to the forums of oracle, so here is my question.
    Ok the source is here if you wanna download it [http://updatedannyskape.webs.com/client.jar.src.zip]
    My teacher say's that the current ip = 188.165.201.65:port43594
    and you have to change it in you're ip adress (runescapeworld143.zapto.org)
    but the problem is now i searched the whole document for 188.165.201.65 but i can't find it, can somebody help me out where i can find this?
    I also tried to compile the source but there are over the 100 errors
    Maybe this is because i created my own compiler ?
    I don't know but here is the compiler code
    @echo off
    cd .
    "C:\Program Files\Java\jdk1.6.0_20\bin\javac.exe" -sourcepath scr/*.java
    pause[Compiler error picture|http://updatedannyskape.webs.com/error.png]
    I hope you are able to help me, Already thanks !
    Edited by: Codenowy on Aug 18, 2010 1:21 PM
    Edited by: Codenowy on Aug 18, 2010 1:22 PM

    Open your file in QuickTime Player then press command & J keys to access the Properties window.
    Click on *Video Track* then *Other Settings*.
    Actvate the checkbox next to *Cache (hint)*.

  • Help for a complete beginner!

    Hello,
    I want to apologize in advance for how little I know on this topic, and about programming together. I am not asking for myself, but to give some advice to a young family member of mine. He works with a company that uses a ColdFusion website, and we were speaking the other day about how the company is looking to eventually hire a new ColdFusion programmer.
    Here is the problem for my nephew: he doesn't have any programming experience. He is very computer savvy for a young guy, and he is very interested in going after this, but he told me he doesn't know where to begin. I took the obvious course and said "aren't there such things as ColdFusion classes?" but he seems to think it is not so simple as that - like you can't just jump in as a total beginner into working with ColdFusion?
    So I thought I would do a little research. If you were just starting out, and were looking to eventually develop and program a coldfusion website, how would you start? What steps would you take (the more detailed the better)? Someone told me "he should start out by learning HTML", but if you could even break that down more - how would you go about learning HTML? If you have any more questions for me about my nephew, i'd be happy to answer them.
    Thanks!

    Learning HTML would be a good start in contextualising how web pages work, and therefore what ColdFusion code will be needing to do.
    FInding HTML tutorials is easy: just google "introduction to HTML" or "HTML tutorial" or something.  If you prefer printed books, there'll be a bunch of those available too (search Amazon).  I do not know which books are considered good or bad in this context, but the user comments and votes should be a good indication.
    As for learning ColdFusion, just leaping into a course might not be the best bet for your newphew.  Way back when I did the ColdFusion Fasttrack course without ever having used (or seen) CFML before, and found it easy, but I did have a background of doing the odd bit of programming, so I was at least familiar with basic principles.  If he doesn't have any pre-existing programming knowledge, it might not be the best way to start.
    The only printed CF book of note (that I'm aware of) is the CFWACK.  I've not looked at one for years, and cannot remember whether it's intended as a learning tool, or just as a reference.  Someone else can perhaps comment on that.
    There are a bunch of matches for "coldfusion tutorials" on Google, of varying age and quality: they're probably worth looking at though.
    If I was learning a new language, I'd just use online tutorials.  If I was going to be learning programming, though, I'd go do a general programming course (like at the local polytech or college or whatever) first.  The principles behind programming are more important than the language, IMO.
    Of course if he dives into CF and has questions to ask, he can always ask them here.
    Adam

  • Help for a cairngorm beginner!

    hi!
    I've looked for samples on Internet but I've found just the
    cairngorm store (src untraceables) and "Hello world" with SOAP.
    I understood just a minimum how Cairngorm works but i don't
    no what i've to put, where and how, to create a simple application.
    I'd like, for example, to add a evt using addCommand() of the
    Front Controller and implement the execute() method to do a work
    and put in place a Model Locator.
    Why not viewing a message on the screen when we click on a
    button?
    i think it will be a start point without calling a server nor
    services.
    I'll be very recognizing for your help.

    You should take a look at this
    http://www.cairngormdocs.org/tools/CairngormDiagramExplorer.swf

  • [Beginner] Need Help with my source [Beginner]

    Hi, i'm danny and i'm following tutorials and lessons, and i created my own server and i tried to make my own webclient. My Teacher send me a webclient and he said that i only have to change the ip adress into mines (runescapeworld143.zapto.org) and compile it. The whole problem is now my teacher is on holiday and i called him if he would help me he said that i must ask it to the forums of oracle, so here is my question.
    Ok the source is here if you wanna download it [http://updatedannyskape.webs.com/client.jar.src.zip]
    My teacher say's that the current ip = 188.165.201.65:port43594
    and you have to change it in you're ip adress (runescapeworld143.zapto.org)
    but the problem is now i searched the whole document for 188.165.201.65 but i can't find it, can somebody help me out where i can find this?
    I also tried to compile the source but there are over the 100 errors
    Maybe this is because i created my own compiler ?
    I don't know but here is the compiler code
    @echo off
    cd .
    "C:\Program Files\Java\jdk1.6.0_20\bin\javac.exe" -sourcepath scr/*.java
    pause[Compiler error picture|http://updatedannyskape.webs.com/error.png]
    I hope you are able to help me, Already thanks !
    Edited by: Codenowy on Aug 18, 2010 1:21 PM
    Edited by: Codenowy on Aug 18, 2010 1:22 PM

    Or are there any files missing ?

  • Help I'm a beginner....

    Hi All
    Im trying to create an interactive map where when i rollover
    a certain section of the map - i get an additional image.
    I think that i need to image map (hotspot) the map which is
    fine but i cant figure out how to get the rollover image. Is flash
    the best place to start of Fireworks
    Here is an example of what im trying to achieve
    http://www.startautosmart.co.uk/over_autosmart.html
    Thanks for listening.
    Sparky 31

    OK - thanks for the tip - it gives me somewhere to start.
    I have a book from Lynda.com that i'm about to start
    trawaling through to help me learn.
    Thanks again.
    Sparky 31

  • Need Help for IS U Beginner

    Hi,
    I am currently working in IS OIL Downstream (SD)
    Now moving to IS -U, Can somebody help me to get idea of IS U design.
    I already referred help.sap.
    If possible, provide me transaction codes,any screen shots, important fields in each config any...
    Thanks in advance.
    Anji
    Moderator note - thread locked due to violations - no specific questions
    Edited by: William Eastman on Apr 21, 2010 6:44 AM

    Hi Syeda,
    You can refer to this link for all the ISU documentation:
    http://help.sap.com/saphelp_utilities472/helpdata/en/c6/4dce68eafc11d18a030000e829fbbd/frameset.htm
    Richa Tyagi

  • Help for a mac beginner?

    A few years ago i was given a Blue & White PowerMac G3 as part of my "severance" when the web-dev company I worked for went out of business. It's been hanging around unused since then. I'm looking to use it strictly for writing projects and email -- nothing fancy. But I need to do some upgrades on it just to get the internet hookup. What route do I need to go to be able to get online and run MS Office 2001? Thanks for your help!
    Here are the specs --
    B/W PowerMac G3
    384MB
    PPC G3
    350MHz
    OS 8.6
    Two (2) internal hard drives of 6GB each.
    Apps: Illus 9, Photoshop 6, ATM Deluxe, BBEdit 5, Dreamweaver 3, Flash 4 & 5, Quark 4, InDesign 1.5, MS Office 2001
    Help!
    B/W G3   Mac OS 8.6 or Earlier  

    Hi, Brooklynmambo -
    Welcome to Apple's Discussions.
    But I need to do some upgrades on it just to get the internet hookup.
    What might those be?
    There are many folk still running OS 8.6 who have no problem getting on line, even using DSL. If your ISP has some specific requirements, please advise what those might be.
    The first thing to do, while it still has OS 8.6 on it, is to make sure the firmware on it has been updated. It is needful to do that before any late versions of OS 9 can be installed, and before installing OSX. You can download the applicable firmware updater from this Apple KBase page -
    Article #86117 - Firmware Updates
    Note - it's a good idea to print out the included instructions before updating the firmware.
    Once that is done, your machine should be good to go for all versions of OS 9, as is.
    However, it would not hurt to increase the RAM - adding one more 256MB module (which is the largest a B&W G3 can use) would be best; two of those would not hurt, especially if you plan to go on to OSX.
    Re going on to OSX -
    Your machine is rated for all versions of OSX released to date; it would be well to not consider any OSX version earlier than OSX 10.2. OSX 10.3 is probably one of the better choices for that model.
    You might want to consider replacing one of the two hard drives with a larger one, for use with OSX - it needs about 3GB of drive space to install, and runs best when there is at least 5GB of free space left afterwards.

  • Urgent Help Need for the beginner

    When trying to bind a object to ldap i am getting the following exception.
    javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; rema
    ining name 'cn=aString'
    The source code is as follows,the same exception comes even when i try to do a search on the ldap.
    Am i missing out anything?
    package com.retail.ldap;
    import java.util.*;
    import javax.naming.*;
    import javax.naming.directory.*;
    import javax.naming.ldap.*;
    public class GateWay {
    public GateWay() {
         super();
    public static void main(java.lang.String[] args) {
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "ldap://localhost:389");
    env.put(Context.SECURITY_AUTHENTICATION,"simple");
    System.out.println("1");
    try{
    DirContext ctx = new InitialDirContext(env);
    System.out.println(ctx);
    System.out.println("2");
    String s=new String();
    ctx.bind("cn=aString", s);
    System.out.println("3");
    catch(Exception e){System.out.println(e);}

    Hi,
    Try to specify the correct distinguished name to bind method. The distinguished name (the fully qualified name) of an object in Directory is concatenation of its relative name ( in your case "cn=aString" ) and the distinguished name of its container ( "cn=Users,dc=domain1,dc=softvision,dc=ro -- this is my case ). So pass as parameter to bind method a string like: "cn=AString,cn=theContainer,dc=yourDomain,dc=yourCompany,dc=com"
    Regards,
    Cosmin Petra

  • Some SQL Help for a Complete Beginner

    ...........

    Use ROLLUP then
    SQL> select id,
      2         case when grouping(id)=1 and grouping(pro_name)=1 then 'Total' else pro_name end pro_name
      3         sum(quantity) quantity
      4    from product
      5   group by rollup(id, pro_name)
      6  having (grouping(id)=0 and grouping(pro_name)=0)
      7      or (grouping(id)=1 and grouping(pro_name)=1)
      8  /
    ID    PRO_NAME               QUANTITY
    11011 Socket Type 3                20
    11110 Wrench Type 2                44
    11111 Bolt Type 1                  40
    22022 Hammer                       30
    22220 Wrench Type 3                44
    22222 Bolt Type 2                  40
    33330 Wrench Type 4                44
    33333 Bolt Type 3                  40
    44440 Nut Type 1                   80
    44444 Bolt Type 4                  40
    55550 Nut Type 2                   80
    55555 Nail Type 1                 400
    66660 Nut Type 3                   80
    66666 Nail Type 2                 400
    77770 Nut Type 4                   80
    77777 Nail Type 3                 400
    88880 Socket Type 1                20
    88888 Nail Type 4                 400
    99990 Socket Type 2                20
    99999 Wrench Type 1                44
          Total                      2346
    21 rows selected.Your price field is CHAR data type. You cant use it with quantity field which is a NUMBER data type.
    The basic structure of your table is wrong you need to modify it.
    Edited by: Karthick_Arp on May 8, 2009 11:47 PM

  • Help for a Dreamweaver beginner

    Hi everyone,
    I am a currently doing the Total Training DVD for Studio 8
    bundle and have built my first index page. There is a section in
    the DVD (which I can't for the life of me find again) which covers
    browsers.
    My page displays correctly in Internet Explorer but not in
    Firefox so I have had to build a second index page which is good
    for the firefox browser. In the training video it tells me how to
    set up both pages so that when they load the browser will select
    the right index page to show.
    Can anyone tell me how I set this up in DW8 please to save me
    going back through 10 hours of video. (I'll remember to bookmark it
    next time)
    Thanks in advance.
    NumberTen

    The training video you should be using is one in HTML and
    CSS, not DW. Send
    it back.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "PriceyNumberTen" <[email protected]> wrote
    in message
    news:ergvsq$bfc$[email protected]..
    > Hi everyone,
    >
    > I am a currently doing the Total Training DVD for Studio
    8 bundle and have
    > built my first index page. There is a section in the DVD
    (which I can't
    > for the
    > life of me find again) which covers browsers.
    >
    > My page displays correctly in Internet Explorer but not
    in Firefox so I
    > have
    > had to build a second index page which is good for the
    firefox browser. In
    > the
    > training video it tells me how to set up both pages so
    that when they load
    > the
    > browser will select the right index page to show.
    >
    > Can anyone tell me how I set this up in DW8 please to
    save me going back
    > through 10 hours of video. (I'll remember to bookmark it
    next time)
    >
    > Thanks in advance.
    >
    > NumberTen
    >

Maybe you are looking for

  • SSO SDK schema question

    Hello, I have question regarding Oracle Single sign-on and partner application. I have a Blackboard course management system as Oracle partner application using SSO. I have a "BBSSO" schema for Blackboard single sign-on. My problem is the "BBSSO" ses

  • Why do apps in tunes show "view in itunes", Why do apps in tunes show "view in itunes"

    Sometimes when I click on an app in itunes, instead of going to the regular profile page, where I can download it, it shows the internet browser version of the page (which you can usually access off apple site). And it has the "view in itunes" button

  • Transferring data from HDD used in PC (Windows)

    Hello! I have recently switched from PC to Mac. I have learnt a lot and I like Mac. Now, I want to transfer some of my data (pictures, movies, docs) from the hard drive I have used in my PC. Because my PC is dead I removed the hard drive from it and

  • What is this and how did it get into FF?

    Opened tools/extension in FF and found this PCSync 2 Synchronization Extension Install date Thurs Jan. ******* ID: Since when does Nokia sync with Firefox?  I didn't enable or install it. Thanks MODERATOR'S NOTE: Hi, Your post has been edited. Person

  • Form: DELNOTE does not staple on HP4250N using win default printer

    We have the problem, that over the exisiting SAP WIN printer, the new Adobe form does not staple the paper. The WIN printer on SAP was set up years ago and I think we have to replace the WIN printer driver on our SAP system with new driver files. Do