Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: NEWBIE ?: SQL command not properly ended

Re: NEWBIE ?: SQL command not properly ended

From: SoulSurvivor <markyg_7_at_yahoo.co.uk>
Date: 28 Jan 2003 01:36:58 -0800
Message-ID: <8d9c6fd.0301280136.64a5f885@posting.google.com>


I havent got Oracle on my machine and unaware on how your tables are named but the simple statement you supplied looks dodgy.

> SELECT * FROM EMX.HR.DEPARTMENT;
Your doing a SCHEMA.??.TABLENAME where it sould be SCHEMA.TABLENAME. Should it be

SELECT * FROM EMX.HR_DEPARTMENT; ?? Mark

speedback_at_rocketmail.com (Steve) wrote in message news:<1be7a470.0301271930.5f17b8c5_at_posting.google.com>...
> I just installed Oracle 9i Personal edition on my Windows XP Pro
> laptop and am having a difficult time getting going. Just to test out
> some queries I tried running a extremely simple SQL statement against
> the database:
>
> SELECT * FROM EMX.HR.DEPARTMENT;
>
> When executing the query I get ERROR at line 1: ORA-00933: SQL command
> not properly ended. Someone help, I'm getting depressed that I can't
> execute the simplest of queries!!!
Received on Tue Jan 28 2003 - 03:36:58 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US