Ronny Terhaerdt
20th March 2002, 17:52
Hello,

Can somebody provide me with a lsting of the oracle 8 errors including description/explanation.
Currently looking for error 934 (baan1934)

Thanks

gfasbender
20th March 2002, 18:29
Try using the command:

oerr ora 934

patvdv
20th March 2002, 19:20
00934, 00000, "group function is not allowed here"
// *Cause:
// *Action:

Obviously this is related to problems in SQL statement?

FriarTuck
20th March 2002, 22:32
Also, oracle server docs are available online (you will need to sign up for a free OTN account):

You can drill down to the version in question and look for the Error Messages documentation.
http://otn.oracle.com/docs/content.html

For Oracle 8i:
http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76999/toc.htm

Cheers,
FriarTuck

Ronny Terhaerdt
21st March 2002, 09:21
Bless friar, and of course the others!;)

gguymer
21st March 2002, 19:02
You should have received a CD, included in your Oracle software distribution, titled Oracle8i On-Line Generic Documentation CD-ROM Release 3 (8.1.7). This CD is a complete set of Oracle RDBMS docs including a complete listing of Oracle error messages. If you didn't get one you can get it on-line, or request that one be sent to you. MetaLink is another good source for researching Oracle errors too.